Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Releases: NoRedInk/elm-ops-tooling

3.2.3

08 Mar 21:28
1b3b1ec
Compare
Choose a tag to compare

Reverted

  • native_package_install.py uses streaming download and will timeout long reads after 1 minutes (replaces urlretrieve with requests.get call)

3.2.2

08 Mar 14:52
f5bd06c
Compare
Choose a tag to compare
3.2.2 Pre-release
Pre-release

Fixed

  • native_package_install.py uses streaming download and will timeout long reads after 1 minutes (replaces urlretrieve with requests.get call)

3.2.1

11 Jul 02:18
Compare
Choose a tag to compare

Fixed

  • elm_deps_sync, native_deps_sync:
    • fix the order of the versions in the logged message (#24)
  • native_package_install:
    • try installing if the expected package directory doesn't exist (#25)
    • use urlretrieve to download tarballs to avoid exceptions seen in a Docker environment (#25)

3.2.0

17 Nov 22:21
Compare
Choose a tag to compare

Fixed

  • update_018_elm_package:
    • ignore removed or renamed packages when trying to find a newer version (#18)
    • call elm-format with the correct arguments (#19)
    • support specifying a relative path for the package to upgrade (#20)
  • elm_deps_sync:
    • call out the correct version that's being updated (#21)
  • native_package_install:
    • don't try to install again if a tarball is already downloaded (#22)
    • don't add trailing whitespaces when updating elm-package.json (#22)

New

  • native_deps_sync:
    • script to sync top-level elm-native-package.json packages to spec-level elm-native-package.json (#22)

3.1.1

08 Nov 16:39
Compare
Choose a tag to compare
  • fixed: elm_deps_sync.py doesn't add trailing whitespaces

3.1.0

08 Nov 01:16
Compare
Choose a tag to compare
  • new: update_018_elm_package.py
  • fixed: elm_deps_sync.py preserves the order of elm-package.json properties as expected

3.0.0

26 Oct 22:26
Compare
Choose a tag to compare

Add script to find_coffee_requirements.py

2.2.0

19 Oct 16:34
Compare
Choose a tag to compare
Merge pull request #9 from NoRedInk/drop-sed

Drop sed

2.1.0

14 Oct 11:08
Compare
Choose a tag to compare
Merge pull request #8 from NoRedInk/keep-order-in-json

keep order in elm-package.json

1.0.0

16 Mar 23:13
Compare
Choose a tag to compare
chmod +x