Skip to content

Commit

Permalink
POC: Generalized front-end CLI and backend API agent
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell committed Nov 18, 2015
1 parent ad23b52 commit be8ccc4
Show file tree
Hide file tree
Showing 175 changed files with 27,029 additions and 38 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/shieldd
/shield
/shield-agent
/shield-schema
/dummy
Expand All @@ -7,5 +8,8 @@
/redis
/s3

# ignore vim buffers
.*.sw?

# where we keep coverage reports...
/coverage
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ notifications:
on_failure:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
68 changes: 67 additions & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Godeps/_workspace/src/github.com/BurntSushi/toml/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Godeps/_workspace/src/github.com/BurntSushi/toml/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Godeps/_workspace/src/github.com/BurntSushi/toml/COMPATIBLE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions Godeps/_workspace/src/github.com/BurntSushi/toml/COPYING

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Godeps/_workspace/src/github.com/BurntSushi/toml/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit be8ccc4

Please sign in to comment.