forked from thanos-io/thanos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed gogo-proto extensions from *.proto (#1)
* removed gogo-proto extensions from rpc.proto Signed-off-by: rahulii <[email protected]> * store: convert to a slice of pointers Signed-off-by: Giedrius Statkevičius <[email protected]> * removed gogoproto specific extensions and generated code * removed Zlabel custom type and ran make proto Signed-off-by: rahulii <[email protected]> * labelpb: update functions to not use ZLabels Signed-off-by: Giedrius Statkevičius <[email protected]> * store: convert chunks to pointers Signed-off-by: Giedrius Statkevičius <[email protected]> * *: convert to use *labelpb.Label Signed-off-by: Giedrius Statkevičius <[email protected]> * resolve errors * make use of custom json tag * more changes and resolve errors * store: convert more places to use pointers Signed-off-by: Giedrius Statkevičius <[email protected]> * replaced gogo-json-tag with protoc-go-inject-tag * scripts/genproto: add hack for protobuf types Signed-off-by: Giedrius Statkevičius <[email protected]> * convert time.Time to protobuf.Timestamp * migrate time.Time to protobuf.Timestamp * resolving tests error * resolve tests errors * implement custom MarshalJSON * partial fix to tests * fix to tests * fix to tests * fix to more tests * rules: make tests clearer Signed-off-by: Giedrius Statkevičius <[email protected]> * rulespb: fix some timestamp stuff Signed-off-by: Giedrius Statkevičius <[email protected]> * api: reuse same function, fix tests Signed-off-by: Giedrius Statkevičius <[email protected]> * rules: use proper default value for Timestamp Signed-off-by: Giedrius Statkevičius <[email protected]> * fix to tests * fix tests * metadata: fix tests Signed-off-by: Giedrius Statkevičius <[email protected]> * *: remove unused files Signed-off-by: Giedrius Statkevičius <[email protected]> * e2e: fix more timestamp problems Signed-off-by: Giedrius Statkevičius <[email protected]> Co-authored-by: rahulii <[email protected]> Co-authored-by: Giedrius Statkevičius <[email protected]>
- Loading branch information
1 parent
4cdc570
commit 9eceeea
Showing
87 changed files
with
4,343 additions
and
1,914 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.