Releases: crunchyroll/ef-open
Releases · crunchyroll/ef-open
Fix ef-open to run on jenkins
Fix the ef-open tool to run on jenkins the correct way without the need for the --devel flag
Fix ef_conf_utils.py pull repo
For whatever reason, the regex broke when it encountered this type of git remote -v show
origin https://[email protected]/crunchyroll/ellation_formation.git (fetch)
origin https://[email protected]/crunchyroll/ellation_formation.git (push)
Updated the regex to fix that now.
Fix whereami tests
Fix from Dumitru
Update ef-version rollback logic
New ef-version's rollback logic handles if the current deployed version is stable or not stable.
Make whereami aware of Jenkins
0.13.5 Make whereami aware of Jenkins (#128)
Support `*` in ef-open lookup
Support *
in ef-open lookup
Version.__init__ refactor
Version.__init__ refactor (#75) * Streamline Version __init__ * Add basic Version unit test * Add empty test for ef_version * Refactor validate_context for readability
Fix JSON Linter
Correct problem with JSON linter returning an error when loading a string with escape characters
Enable latebind rendering for virtualbox-kvm environments
Enables late bind rendering for development environments (virtualbox-kvm in this case).
Add linting to ef-resolve-config
Suppress ef-resolve-config output (#99) * update local test-file creation and deletion * add --silent param