-
Notifications
You must be signed in to change notification settings - Fork 8
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
2.0.0 release #121
Merged
2.0.0 release #121
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Output script steps in help message.
Recursively find outrigger.yml
Travis test: rig CLI can execute.
project sync executed in project root directory
* Upgraded to Go 1.9 and dep * Remove the GO15VENDOREXPERIMENT variable, also updated to go 1.9 * Updated contraints with versions/branches * update with explicit/full revisions for projects that don't have versions/tags * Initial support for goreleaser * Trying to contain all goreleaser dependencies in a Docker image * added GITHUB_TOKEN that needs to be set in the shell environment * added tar for building packages * Added rpm to the goreleaser dockerfile to try to satisfy rpmbuid * added a dep update to the docker compose, also pinned to branches and let dep resolve the proper revision (and put it in the .lock) * removed old build scripts and update documentation around new build & process * added dep back into the mix * Cleaned up the README a bit
* Demonstrate success/error refactoring * Next round of conversions. Did not convert prune (needs to be rewritten for 'docker system prune' and project sync (next pass) * Demonstrate success/error refactoring * Next round of conversions. Did not convert prune (needs to be rewritten for 'docker system prune' and project sync (next pass) * Migrated to docker system prune, also added volume pruning * updated for error string, consolidated exit codes * fixed some formatting * Demonstrate success/error refactoring * Next round of conversions. Did not convert prune (needs to be rewritten for 'docker system prune' and project sync (next pass) * Migrated to docker system prune, also added volume pruning * updated for error string, consolidated exit codes * fixed some formatting
* WOrked through linux compatibility for each command * go fmt * renamed consts back to private convention * First crack at minimal feature detection * go fmt * go fmt
* Project Sync transitioned to new success/error handling
* Repo reorg * fixed travis test for relocted main.go
* added linting and addressed all feedback (and ignored 3) * go fmt * Adding gometalinter to travis * install dependencies for gometalinter to work * Updated go fmt to ignore vendor/* * Updated a comment and fixed an error reported by the linter * added IsLinux
* added logo for notification window and added notification library dependency * Added desktop notifications * Addressing feedback on env var and commenting * add version clarification since we use version in the notification title * go fmt * added --quiet flag tied to ROG_NOTIFY_QUIET
* added linux support for NetworkManager/dnsmasq and libnss-resolver to the DNS command * Added some Linux distros for testing * go fmt * Refactored to split network routing and dns resoution config * go fmt * removed soem extra log messages * consolidated bip discovery
…namically linked go binaries
* messing with ldflags * tweaking CGO * tweaking some build flags * Transitioned to different go base to try to head off problems with dynamically linked go binaries * Added rpm to build, well, rpms * allow easier overrides of GOOS/GOARCH for compile * Fixed libnss-resolver config * reverted ealrier go build tweaking
* Reworked discovery command for API version, it was broken on linux * added doctor check for a running machine. The alternative is usually to wait for a 60 second timeout. Eeeek * Added linux check for docker running * fixed api discovery and made API compatibility check cross platform
* Reverted Dockerfile to alpine base for quicker builds and smaller images * Added CGO_ENABLED=0 to compile
* Display commands executed by StreamCommand and rig dashboard. * Add executor: command wrapper. * Simplify calling signature of *StreamCommand * Continue re-wrapping exec commands. * Executorize all commands. * Correct lint standards and account for API changes in git conflict resolution.
grayside
approved these changes
Nov 13, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here it is.