Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.4.0 #82

Merged
merged 32 commits into from
Jul 13, 2017
Merged

v1.4.0 #82

merged 32 commits into from
Jul 13, 2017

Conversation

molovo
Copy link
Member

@molovo molovo commented Apr 26, 2017

Features

Enhancements:

  • Simplify the zulu list command internally (e7b1f37)
  • Improve performance of zulu list (Speed up list command #84)
  • Ensure alphabetical order of packagefile is maintained when installing packages (0ba9cbc)
  • Add --branch and --tag options to zulu list (c0378ef)
  • zulu bundle --dump now prints branch and tag information in packagefile (c0378ef)
  • zulu bundle now installs the correct branch or tag (5725551)

Bugfixes

  • Print correct usage information for zulu info --help. It previously showed the usage info for zulu install. (89e4f8e)
  • Print correct usage information for zulu switch --help. It previously showed the usage info for zulu path. (889e881)
  • Unit tests now pass (Various fixes to unit tests #92)

Fix #76, #77, #78, #80, #87, #90

@molovo molovo added this to the v1.3.1 milestone Apr 26, 2017
…/uninstall

Previously, they would write to the packagefile manually, which could
lead to merge conflicts and duplication when the packagefile is synced
between computers.

By using the output of `zulu bundle --dump` we can ensure that the
packagefile contains any branch/tag information for the package, and is
consistently in alphabetical order to reduce conflicts.

Fix #78
Fix #76, depends on #79
@molovo molovo changed the title v1.3.1 v1.4.0 May 7, 2017
James Dinsdale and others added 4 commits May 7, 2017 19:00
Ensure `zulu bundle` installs the correct branch/tag
Output collision warnings if they are defined in the package's index file
@molovo
Copy link
Member Author

molovo commented Jul 5, 2017

Currently blocked by #90

@molovo molovo merged commit 4c5db4e into master Jul 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Speed up list command
1 participant