Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Collapse watch and update commands into commit #293

Merged
merged 3 commits into from Nov 14, 2016

Conversation

wfarner
Copy link
Contributor

@wfarner wfarner commented Nov 11, 2016

Introduces the commit command, with a --pretend flag
unwatch is renamed to free
The following commands are removed: watch, update, stop-update, and describe-update

Closes #292

Signed-off-by: Bill Farner bill@docker.com

Signed-off-by: Bill Farner <bill@docker.com>
@codecov-io
Copy link

codecov-io commented Nov 11, 2016

Current coverage is 69.50% (diff: 73.50%)

Merging #293 into master will decrease coverage by 0.74%

@@             master       #293   diff @@
==========================================
  Files            25         25          
  Lines          1368       1302    -66   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits            961        905    -56   
+ Misses          327        320     -7   
+ Partials         80         77     -3   

Powered by Codecov. Last update e6c2deb...9b5f58c

Signed-off-by: Bill Farner <bill@docker.com>

func (m *manager) doUnwatchGroups(config GlobalSpec) error {
log.Infoln("Unwatching groups")
func (m *manager) doReleaseGroups(config GlobalSpec) error {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just call this doFreeGroups to be consistent with the plugin free verb?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this one slipped past my grepping.

Copy link
Contributor

@chungers chungers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -- just one nit on renaming the helper function in manager.go.

Signed-off-by: Bill Farner <bill@docker.com>
@wfarner wfarner merged commit 8fa8129 into docker-archive:master Nov 14, 2016
@wfarner wfarner deleted the group-commit branch November 14, 2016 20:25
chungers pushed a commit to chungers/infrakit that referenced this pull request Sep 30, 2017
* Added changes to support new Moby AMI build process

Signed-off-by: Ken Cochrane <KenCochrane@gmail.com>

* Fixed some bugs in nightly and building CS AMI

Signed-off-by: Ken Cochrane <kencochrane@gmail.com>

* Changed DDC manager test stack instance from m3.medium to t2.medium, since it wasn't available in all regions

Signed-off-by: Ken Cochrane <kencochrane@gmail.com>

* Fixed comments from PR related to HASH and NOW

Signed-off-by: Ken Cochrane <kencochrane@gmail.com>

* Added git pull before we build to make sure we have latest moby

Signed-off-by: Ken Cochrane <kencochrane@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants