Changelog for
glide-0.13.2-1.5.x86_64.rpm :
Mon Oct 29 13:00:00 2018 opensuse-packagingAATTopensuse.org
- Update to version 0.13.2:
* Updating travis through 1.11
* removed the go1.9 dependency
* ISSUE-955: added integration tests that reproduce the problem
* ISSUE-955 Fix \"Error handling nested vendor folders\" - Refactor to allow testing of the walk function - Tests for walk function - Return \'filepath.SkipDir\' when removing a directory tree under the path as docs recommend - Cleaning up some logic in walk function
* Fix issue where error does not propogate
* Fixing version test
* Updated changelog for 0.13.1 release
* Fix math/bits go build tags
* Updating to semver 1.4.0
* Updating the readme regarding dep
* Updated the changelog for the 0.13.0 release
* Update gox to version managed by Masterminds
* Update wizard spacing and messaging
* improve semver message
* Lint and vet cleanup
* Fix issue due to go/build.ImportDir change response on not found dir
* Updating deps (including Masterminds/vcs) to latest releases
* travis: update go versions
* Fix CustomRemoveAll() to handle spaces in paths.
* Added support for s390x
* Fixed #778: Removing and moving large sets of files fails on Windows
* Preserve .git file correctly
* Updating semver package to latest release
* typos
* Fixes #811: Issue with windows git submodules
* Adding install instructions for Ubuntu 17.04
* Update README for go get
* Build: use VERSION if provided or fallback to git tag --describe
* Fixes #771: Handling default GOPATH for Go 1.8
* Updating the error language when GOROOT not found
* Updating to the lastest version of the dependencies
* fix duplicate word
* minor typo
* fix indentation of examples
* fix typo
* Update README.md
* Quick spelling fix
* Add glide-pin plugin
* Adding pass/fail for windows CI to readme
* Adding appveyor config
* Make tests pass in Windows
* Adding note to readme regarding golang dep
* Updating to vcs 1.10.2
* Fix glide home directory
* updating changelog for #736
* Fix #736: Find home dir without using cgo
* Fix documentation issues in glide.go
* Cache GOROOT at init time
* Update glide.yaml.md
* Update CHANGELOG
* Try to preserve vendor/.git, if it exists
* Make ending dots in prints more consistent
* Add glide-cleanup plugin
* switch back to var version
* maintain api
* pass tests
* dont support -dev
* Run make verify-version during Travis build
* Export glide.Version and create make verify-version
* bumping dev version to 0.13
* Update glide.go
* Merging changelog update
* Updating the initialization of pkgs already seen
* glide.go: fix small typos in help and docstrings
* Fixed #615: There was a way Glide could get stuck in a resolver loop
* Make \"projects\" singular
* Fix bad release number in the CHANGELOG.md
* Updated CHANGELOG for 0.12.2 release
* Fixed #599: In some cases not importing dependencies config
* Fixed issue where --all-dependencies flag stopped working
* Removing build and dist for Plan 9 due to some issues.
* Updating release notes for 0.12.1
* Removing race condition on writing/removing cache lock
* Fixed #590: When exit signal recieved remove global lock
* Making sure to skip root package when adding to import list
* Updating the copying when cross device link err presents itself
* Fixed #578: Not resolving parent project packages in some cases
* Fixed #580: cross-device error handling failed on Windows
* Remove verbose flag
* Updating the CHANGELOG for the 0.12.0 release
* Adding ability to dist freebsd, openbsd, netbsd, and plan9
* Updating makefile to for new dist setup
* Removing debug code left in by accident
* Cleanup from go reportcard
* updated docs for upcoming 0.12 release
* Fixes #566: Cross link errors vary within Go based on os/arch.
* Added integration tests to travis runs
* Fixed issue where previously failing tests were not seen
* Add an integration test setup on test runs.
* Fixing mirror notification when no mirrors.yaml present
* Fixed #287: When file or directory not found provide useful message
* Fixed array (under slide) length issue
* Ensure error is not nil before using Error()
* Fixed #550: There was opportunity for nil pointers in lock
* #553: Fixed issue with moving vendor directory cross devices with copy
* Updated changelog for #542 and caught one more place to check
* Include Package.XTestImports in test imports
* Updating the changelog for the latest unreleased changes
* Adding travis ci config for go 1.7
* Removing custom copying code as no longer in use. Fixed commented defer.
* Fixing temp directory location creation problem on windows
* Clearning up some internal checks handling on the installer
* Fix broken test run
* Renaming overrides to mirrors
* Replacing vendor directory after successful export
* Implements #39: Method for overriding aliases
* Fastpath for when we have dependency locally
* Old code cleanup. Removing functionality no longer needed.
* Updating get and remove to new export system
* Updating install to use the cache by default
* Updating the update command to resolve in the cache directory
* Updating to cli 1.18.0
* Fixed #517 failed to install testImport from lock
* Updated changelog for #440
* Fixes panic while running tree command.
* Glide now errors out if cache setup fails and cache is needed
* Added method to get remote location for dependency
* Fixed #529: --delete flag deletes and redownloads transitive deps
* Updated the changelog for #535
* Fixing case of absolute symlinks
* Resolve symlinks in Vendor(); Use Vendor() in Strip
*()
* Updated the changelog for network request change
* Update the printing of VCS debug messages
* Updating the changelog to add the unreleased changes
* Resolve vendor directory symlinks
* Log VCS errors as debug messages.
* Remove duplicated line
* Include arm64(armv8) for linux
* build with arm versions
* Sort subpackages for glide.yaml and glide.lock
* Updated changelog for 0.11.1 release
* Fixed #505: Ignored packages can still be resolved
* Updated the install section
* Only skip directories when rewriting godeps
* Updating changelog for the 0.11.0 release.
* Updating the changelog for the 0.11.0 release
* Updating the plugins documentation and adding listing
* Log an error if stripping version control data fails
* Updating to Masterminds/semver 1.1.1
* Updating to Masterminds/vcs 1.8.0
* Glide install skips fetch when it is up to date
* Cleanup from go report card
* Create shared fn to read a lockfile
* Convert between Lock & Dependency using shared fns
* fix for #483
* Fix NormalizeName for subpackage of unknown host
* Updating testImport docs
* Updating messaging
* Fixed case where no subpackages exist
* Fixed case where some packages subpackage may be picked up when not imported in code
* Make sure to resolve entire tree
* Fixed issue finding root repo on test deps
* Fixed bug resolving deps
* Fix typo in config wizard
* Fixing get tests
* Adding ability for glide get to add test deps
* action: fix minor typo
* Fixing tests
* Updating directory resolution to handle test deps
* Fix indentation of example glide.yaml
* Fix typo
* import resolution now works for test dependencies
* More resolution coverage of test deps
* Config wizard now helps find versions on testImports
* Fixed #460: Fixed some ignored deps getting into lock.
* Fixing possible nil pointer issues
* Resolve local now attempts to find test dependencies.
* renamed devImport to testImport to make the meaning more clear
* Fixing broken test
* Add tag, if one exists, to display of commit info in conflicts.
* Adding wizard and version detection to glide get
* Fixing bug when no version is set but project uses them
* Udating the wizard to be less intrusive
* Stop glide init from adding packages with found name to imports
* Updating install from source docs
* glide: fix DeleteUnused flag
* export GO15VENDOREXPERIMENT only on 1.5
* typos
* Suggesting versions even when not importing
* Provide version suggestions when imports aren\'t using one but it\'s available
* Added Q&A around semver range handling
* Asking if imports not in code should be imported
* Added messaging on parsing metadata for other imports
* Updating the godeps import parsing language
* Adding pointers to glide docs after init
* Rework the create (init) command
* Fixed bug where Gom was not being imported at init
* Updating message indentation to be uniform
* Updated the code for finding the default branch
* Added some base package docs for cache
* Don\'t neet to wait 15 seconds before checking if lock has been removed.
* add ability to read symlink basedirs
* extract guessImportDeps function
* add .idea to .gitignore
* Fixing the global lock writing
* Fixed #432: Issue with new net/http/httptrace std lib package
* Tweaking waiting message
* Added a global cache lock
* Added command to clear glide cache
* Removing some debug statements
* Fixed cache of concurrent fetching collision
* Expose the cache API
* Updating the docs on subpackages
* Updating fingerprint to the same format as the standard library
* Cleaned up home directory handling and started cache package
* Fixed #396: Don\'t update the lock file if nothing has changed
* Remove incorrect info from README.
* Fixed typo in action/ensure.go
* Updated to Masterminds/vcs 1.7.0
* Xenial PPA dist
* Update README.md
* Update README.md
* Updating to VCS 1.6.1
* Only replace backslashes from toSlash.
* Instructions to install from PPA
* Roll our own replacement for filepath.ToSlash.
* Show errors for both return values, not just first.
* Rewrite test so it tests the right thing.
* Add testcase that fails old code.
* Correctly normalize Windows package paths.
Mon Oct 23 14:00:00 2017 alarrosaAATTsuse.com
- Update to version 0.13.0:
* Verify version during build in automation
* Added a commit hash example to the docs
* Handling default GOPATH for Go 1.8
* Added support for s390x architecture (thanks AATTNayana-ibm)
* Fix CustomRemoveAll() to handle spaces in paths.
* travis: update go versions
* Fix issue due to go/build.ImportDir change response on not found dir
* Lint and vet cleanup
* improve semver message
* Update wizard spacing and messaging
* Update gox to version managed by Masterminds
* Updated the changelog for the 0.13.0 release
Tue Jan 31 13:00:00 2017 thippAATTsuse.de
- Add rpmlintrc
Mon Jan 30 13:00:00 2017 thippAATTsuse.de
- Update to v0.12.3
- Refactoring based on new packaging proposal
Mon Apr 25 14:00:00 2016 fcastelliAATTsuse.com
- Initial release 0.10.2