Commit Graph

1146 Commits

Author SHA1 Message Date
Victor Vieux c41d73dd50 add error message
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-04-03 01:28:08 +00:00
Andrea Luzzardi de66ff37d5 Merge pull request #565 from vieux/fix_tests
unskip and fix a few tests
2015-04-02 17:50:45 -07:00
Victor Vieux f3d64cfad3 unskip and fix a few tests
Signed-off-by: Victor Vieux <vieux@docker.com>
2015-04-03 00:48:07 +00:00
Victor Vieux 0131e5f92c Merge pull request #556 from chanwit/cleanup-random
Cleanup: inline index and reuse size vars in random strategy
2015-04-02 11:23:01 -07:00
Alexandre Beslic 7e569fdaee Merge pull request #561 from mgoelzer/discovery-token-readme-fix
Fixed url of Docker Hub discovery service
2015-04-02 10:05:24 -07:00
Mike Goelzer 5d289e2434 Fixed url of Docker Hub discovery service
Signed-off-by: Mike Goelzer <mike@goelzer.com>
2015-04-02 09:50:34 -07:00
Chanwit Kaewkasi fd643ad079 cleanup index and reuse size vars
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
2015-04-02 13:54:39 +07:00
Victor Vieux 558b1e3c52 Merge pull request #554 from vieux/add_doc_spread
Add missing doc for the spread strategy
2015-04-01 17:29:55 -07:00
Victor Vieux 410d85ac07 Add missing doc for the spread strategy
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-04-01 17:20:27 -07:00
Victor Vieux 01a942c54d Merge pull request #552 from noxiouz/idiomatic_copy
[Store] Drop an index variable in Store.All
2015-04-01 15:53:37 -07:00
Victor Vieux 58b282a4a3 Merge pull request #545 from aluzzardi/synchronous-creater-destroy
Make container creation and destruction synchronous.
2015-04-01 15:41:26 -07:00
Andrea Luzzardi 1edc7b64aa Merge pull request #546 from vieux/use_1024
use 1024 as total cpushare for a machine
2015-04-01 15:27:58 -07:00
Victor Vieux b27d405dd7 Merge pull request #553 from noxiouz/reduce_complexity_of_pick
[Random] Pick a node for O(1), not for O(n)
2015-04-01 15:26:10 -07:00
Anton Tiurin f760b25e12 [Random] Pick a node for O(1), not for O(n)
Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
2015-04-02 00:23:35 +03:00
Alexandre Beslic 98f2e2a908 Merge pull request #547 from jimmyxian/master
'docker tag/push' api implementation
2015-04-01 14:22:42 -07:00
Anton Tiurin 0618c29be2 [Store] Drop an index variable in Store.All
Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
2015-04-02 00:04:43 +03:00
Victor Vieux 1f2bd67555 Merge pull request #549 from snrism/update_token_and_filter_readme
Update token and filter readme
2015-04-01 13:26:02 -07:00
Sriram Natarajan 6c1eeef280 Update Filters README with dependency filter link
Signed-off-by: Sriram Natarajan <natarajan.sriram@gmail.com>
2015-04-01 12:17:25 -07:00
Sriram Natarajan 74a9a04a60 Fix discovery token README
Signed-off-by: Sriram Natarajan <natarajan.sriram@gmail.com>
2015-04-01 12:09:53 -07:00
Victor Vieux b304a453f4 use 1024 as total cpushare for a machine
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2015-04-01 11:49:00 -07:00
Alexandre Beslic 2c94f22f4c Merge pull request #548 from liuggio/patch-1
fixed readme for newcomer
2015-04-01 11:37:52 -07:00
Giulio De Donato 7510b25c5f added mkdir -p
Signed-off-by: Giulio De Donato <liuggio@gmail.com>
2015-04-01 19:21:01 +02:00
Xian Chaobo 1a607fd8fa update README.md
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-04-01 18:19:47 +08:00
Xian Chaobo 33933b1922 tag/push api implementation
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-04-01 18:17:47 +08:00
Andrea Luzzardi ca05173e41 Make container creation and destruction synchronous.
This is in order to fix race conditions. Currently, container creation
can happen in parallel which means that the scheduler operates on stale
data.

Fixes #427

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2015-03-31 14:11:51 -07:00
Victor Vieux e1e7259b8a Merge pull request #538 from jimmyxian/master
Implement  'docker commit' api
2015-03-31 13:40:24 -07:00
Victor Vieux 0961972eb2 Merge pull request #530 from technolo-g/automate_golint_pr
Closes #499: Enable golint on PRs
2015-03-31 12:02:08 -07:00
Victor Vieux cdc9c7a47b Merge pull request #540 from snrism/validate_space_value
Validate value by checking for whitespace in constraint expression
2015-03-31 10:22:46 -07:00
Xian Chaobo fe054ba57c gofmt check and update readme
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-03-31 23:06:00 +08:00
Sriram Natarajan 538e2f5b7e Validate value by checking for whitespace in constraint expression
Signed-off-by: Sriram Natarajan <natarajan.sriram@gmail.com>
2015-03-31 00:21:19 -07:00
Victor Vieux 9f8ba5118a Merge pull request #539 from snrism/fix_404_error
Fix 404 Error in Filter and Strategy README files
2015-03-30 23:36:42 -07:00
Sriram Natarajan 8a71a1d114 Fix 404 Error in Filter and Strategy README files
Signed-off-by: Sriram Natarajan <natarajan.sriram@gmail.com>
2015-03-30 23:30:52 -07:00
Victor Vieux 8d82079dff Merge pull request #532 from peggyl/500-api-pkg-godoc
Improve godocs for exported values in api pkg
2015-03-30 23:13:37 -07:00
Peggy Li 6103a94350 Improve godocs for exported values in api pkg
Signed-off-by: Peggy Li <peggyli.224@gmail.com>
2015-03-30 21:32:08 -07:00
jimmyxian f0b19154f0 Implement 'docker commit' api
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-03-31 12:13:26 +08:00
Matt Bajor c9dec8ba88 Closes #499: Enable golint on PRs
Signed-off-by: Matt Bajor <matt@notevenremotelydorky.com>
2015-03-30 21:39:00 -06:00
Victor Vieux 0f6a1846e2 Merge pull request #512 from abronan/doc_config_changes
Move note on top of Nodes config to avoid confusion
2015-03-30 16:33:34 -07:00
Alexandre Beslic a900458756 Removed useless code blocks and fixed templates
Signed-off-by: Alexandre Beslic <alexandre.beslic@gmail.com>
2015-03-30 15:16:06 -07:00
Alexandre Beslic e421df418a Fixed indentation and template commands
Signed-off-by: Alexandre Beslic <alexandre.beslic@gmail.com>
2015-03-30 15:06:18 -07:00
Alexandre Beslic 24745b7703 Change doc structure to better explain pre-requisites and Set-up process
Signed-off-by: Alexandre Beslic <alexandre.beslic@gmail.com>
2015-03-30 14:16:33 -07:00
Victor Vieux b655cbb7c5 Merge pull request #514 from technolo-g/Issue_499_Automate_golint_pr
Issue #500 Run golint on codebase
2015-03-30 12:14:15 -07:00
Victor Vieux fcbfcca284 Merge pull request #536 from jimmyxian/master
fix swarm api readme
2015-03-30 12:13:53 -07:00
Victor Vieux 578833f0eb Update ROADMAP.md 2015-03-30 10:26:34 -07:00
Alexandre Beslic 6cfd96ea57 Merge pull request #518 from spanktar/spanky/relative-404
Fix 404s that manifest in GitHub but not in the Docs site. Links should ...
2015-03-30 10:17:17 -07:00
Victor Vieux 60bf1afd4c Update ROADMAP.md 2015-03-30 10:14:48 -07:00
jimmyxian 412027c212 fix 404 error
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-03-30 20:52:19 +08:00
jimmyxian e5b594d018 fix swarm api readme
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
2015-03-30 20:37:23 +08:00
Matt Bajor d87c48ae4e Fix lint violations
This changeset fixes all lint violations that show up with a
min_confidence of 1

- Issue #500: Run golint on codebase

Signed-off-by: Matt Bajor <matt@notevenremotelydorky.com>
2015-03-27 21:17:44 -06:00
Victor Vieux e1dac69cce Merge pull request #525 from chanwit/fix-generator-for-golint
Cleanup: fix per golint checks
2015-03-27 14:22:56 -05:00
Victor Vieux 989ff7b148 Merge pull request #521 from pratapchand/master
Fixing the Readme file.
2015-03-27 14:15:24 -05:00