Mike Brown
507eff04b3
Merge pull request #33 from Random-Liu/fix-godep
...
Fix godeps.
2017-05-12 10:02:29 -05:00
Random-Liu
8112c03f15
Fix godeps.
...
Signed-off-by: Random-Liu <lantaol@google.com>
2017-05-11 18:56:36 -07:00
Lantao Liu
cdfdc8d33b
Merge pull request #21 from mikebrow/image-management
...
Initial implementation for image management
2017-05-11 17:44:42 -07:00
Mike Brown
100870abb2
godeps update
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-05-11 19:33:57 -05:00
Mike Brown
e5199c0cda
initial implementation for image management
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-05-11 19:32:44 -05:00
Lantao Liu
fe37d7bc96
Merge pull request #31 from Random-Liu/enhance-fake-execution-client
...
Enhance fake execution client.
2017-05-10 10:46:44 -07:00
Random-Liu
9baadc1b4b
Enhance fake execution client.
...
Signed-off-by: Random-Liu <lantaol@google.com>
2017-05-10 10:03:18 -07:00
Lantao Liu
4c86ac9d21
Merge pull request #23 from heartlock/fake-execution-service
...
Add fake execution service
2017-05-03 22:56:58 -07:00
heartlock
e3565bb02c
update vendor
...
Signed-off-by: heartlock <21521209@zju.edu.cn>
2017-05-04 05:00:19 +00:00
heartlock
c6138870e0
Add fake execution service
...
Signed-off-by: heartlock <21521209@zju.edu.cn>
2017-05-04 05:00:06 +00:00
Lantao Liu
0fa4e74e92
Merge pull request #26 from Random-Liu/rename-verify-lint
...
Rename lint.sh to verify-lint.sh
2017-05-03 17:21:58 -07:00
Lantao Liu
3f0cba9c54
Merge pull request #25 from Random-Liu/add-fake-os
...
Add OS interface and fake implementation.
2017-05-03 17:06:34 -07:00
Random-Liu
46c788feee
Rename lint.sh to verify-lint.sh
...
Signed-off-by: Random-Liu <lantaol@google.com>
2017-05-03 16:59:49 -07:00
Random-Liu
f61c974faf
Add OS interface and fake implementation.
...
Signed-off-by: Random-Liu <lantaol@google.com>
2017-05-03 16:55:28 -07:00
Lantao Liu
1532079c84
Merge pull request #9 from Random-Liu/add-metadata-store
...
Add the metadata store interface and an in-memory implementation.
2017-05-03 14:18:39 -07:00
Random-Liu
86997f00b2
Add unit test for metadata store
...
Signed-off-by: Random-Liu <lantaol@google.com>
2017-05-03 14:09:14 -07:00
Random-Liu
0e7fa9de9b
Add a sandbox metadata store based on the metadata store
...
Signed-off-by: Random-Liu <lantaol@google.com>
2017-05-03 14:09:14 -07:00
Random-Liu
36246167d9
Add metadata store
...
Signed-off-by: Random-Liu <lantaol@google.com>
2017-05-03 14:09:14 -07:00
Lantao Liu
409b946be1
Merge pull request #18 from mikebrow/enable-unit-test
...
Enables unit tests for Travis build; address nits in Makefile; increase lint timeout to 5min
2017-04-25 11:01:44 -07:00
Mike Brown
9957ccf958
address lint timeout issue
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-25 08:38:43 -05:00
Mike Brown
f5d5286ec2
minor cleanup for tabs and comments
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-25 08:34:45 -05:00
Mike Brown
242cbd4dee
Enables unit tests for Travis build
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-25 07:53:47 -05:00
Mike Brown
52ca2ebaab
Merge pull request #10 from cmluciano/cml/addversionflag
...
Add version flag
2017-04-25 07:50:13 -05:00
Christopher M. Luciano
683fd7f0e5
Add containerdVersion flag
...
Add version flag that only prints the static version for the binary.
This commit does not include build details for containers since
Makefile does not build them.
Closes #8
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-04-24 14:46:16 -04:00
Christopher M. Luciano
d6978e3b7f
Add semver and testify packages to Godeps
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-04-24 13:17:58 -04:00
Christopher M. Luciano
521a626bfb
Add Makefile task for tests
...
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2017-04-24 13:17:37 -04:00
Lantao Liu
647e3274aa
Merge pull request #17 from Random-Liu/add-build-golang-icons
...
Add travis build and golang report icons.
2017-04-21 18:42:08 -07:00
Random-Liu
ae23697431
Add travis build and golang report icons.
...
Signed-off-by: Random-Liu <lantaol@google.com>
2017-04-21 17:53:16 -07:00
Lantao Liu
0f5a7396aa
Merge pull request #16 from Random-Liu/move-boilerplate-verification
...
Move boilerplate verification into hack
2017-04-21 17:40:02 -07:00
Random-Liu
ce85262144
Move boilerplate verification into hack
...
Signed-off-by: Random-Liu <lantaol@google.com>
2017-04-21 17:15:45 -07:00
Mike Brown
ad93d9686f
Merge pull request #14 from mikebrow/boilerplate-test
...
Boilerplate test
2017-04-21 17:38:01 -05:00
Mike Brown
8243c1feb7
removing unused repo-infra files; updating README.md
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-21 16:18:04 -05:00
Lantao Liu
f64592982e
Merge pull request #12 from heartlock/enable-travis
...
enable travis CI
2017-04-21 13:46:21 -07:00
Mike Brown
f9e02affcc
adds boilerplate test to verify; cleanup boilerplate on a few files
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-21 12:44:25 -05:00
Mike Brown
07ad470bde
Merge commit '031b284c8a15ad4b28f81b113a9f2018af5b1da6' as 'hack/repro-infra'
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-21 12:17:40 -05:00
Mike Brown
031b284c8a
Squashed 'hack/repro-infra/' content from commit 684e550
...
git-subtree-dir: hack/repro-infra
git-subtree-split: 684e550a2f006dbe3cf3b3d481d3f19217b228f7
2017-04-21 11:39:29 -05:00
heartlock
8af8fd07d5
enable travis CI
...
Signed-off-by: heartlock <21521209@zju.edu.cn>
2017-04-20 22:26:27 -09:00
Mike Brown
11ba1cb54d
initial makefile ( #7 )
...
* adds initial makefile
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
* clean up lint
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
* presume path is set to contain gomealinter
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
* addresses requested improvements
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2017-04-18 21:17:14 -05:00
Lantao Liu
b5734373c4
Merge pull request #2 from Random-Liu/add-initial-code
...
Add initial code
2017-04-14 19:05:05 -07:00
Random-Liu
022b25259e
Update godep
2017-04-14 19:04:27 -07:00
Random-Liu
f2925f58ac
Add initial code framework
2017-04-14 19:04:26 -07:00
Lantao Liu
2ec9bfc6ae
Merge pull request #1 from Random-Liu/initial-document
...
Add initial documents.
2017-04-14 15:09:26 -07:00
Random-Liu
e51409a9cf
Add initial documents.
2017-04-14 15:08:49 -07:00
sarahnovotny
b4d0dc444d
Initial commit
2017-04-13 15:20:25 -07:00