Skip to content

Conversation

@molovo
Copy link
Member

@molovo molovo commented Apr 25, 2017

Included in this PR:

  • Simplify the zulu list command internally (e7b1f37)
  • Add --branch and --tag options to zulu list (c0378ef)
  • Improve performance of zulu list (Speed up list command #84)
  • Print branch and tag information alongside package in packagefile
    Example output:
    agnoster
    autosuggestions, branch: develop
    filthy
    zunit, tag: v0.7.0
    
  • Ensure alphabetical order of packagefile is maintained when installing packages (0ba9cbc)
  • Parse branch and tag names in packagefile, and use those when installing with zulu bundle (5725551)

Fixes #78

@molovo molovo added this to the v1.3.1 milestone Apr 25, 2017
@molovo molovo self-assigned this Apr 25, 2017
molovo added 2 commits April 29, 2017 15:27
…/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
molovo added a commit that referenced this pull request Apr 29, 2017
Fix #76, depends on #79
@molovo molovo mentioned this pull request Apr 29, 2017
@molovo molovo merged commit 689b589 into next May 7, 2017
@molovo molovo deleted the store_tag_in_packagefile branch May 7, 2017 18:03
molovo added a commit that referenced this pull request Jul 13, 2017
Fix #76, depends on #79
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.

2 participants