Skip to content

Commit

Permalink
Merge branch 'develop' into feature/116933673_jrubin_update_status_me…
Browse files Browse the repository at this point in the history
…ssage
  • Loading branch information
Joshua Rubin committed Apr 8, 2016
2 parents b5ebd82 + c14bee1 commit c6054ef
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 38 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2016-04-07 Bob Uhl <buhl@zvelo.com>

* Start feature "Add bulk categorizations to zvelo.io/msg"
https://www.pivotaltracker.com/story/show/117147861
https://github.com/zvelo/msg/pull/5

2016-04-04 Joshua Rubin <jrubin@zvelo.com>

* Start feature "Update Status message"
Expand Down
14 changes: 14 additions & 0 deletions categorization.proto
@@ -0,0 +1,14 @@
syntax = "proto3";

package msg;

import "dataset.proto";

message Categorization {
string url = 1;
DataSet dataset = 2;
}

message Categorizations {
repeated Categorization categorizations = 1;
}
89 changes: 89 additions & 0 deletions go-msg/categorization.pb.go

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

35 changes: 7 additions & 28 deletions go-msg/dataset.pb.go

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

4 changes: 2 additions & 2 deletions go-msg/query_result.pb.go

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

6 changes: 3 additions & 3 deletions go-msg/status.pb.go

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

10 changes: 5 additions & 5 deletions go-msg/zvelo-api.pb.go

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

0 comments on commit c6054ef

Please sign in to comment.