-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a588b7d
commit c493700
Showing
3 changed files
with
6 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Bugfix: Enhancement | ||
Enhancement: Broaden bufbuild/Buf usage | ||
|
||
We've switched the usage of bufbuild/Buf from a protoc replacement only to | ||
also using it to configuring the outputs and pinning dependencies. | ||
also using it to confige the outputs and pinning dependencies. | ||
|
||
https://github.com/owncloud/ocis/pull/2630 | ||
https://github.com/owncloud/ocis/pull/2616 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Enhancement: use go-embed insted of fileb0x | ||
Enhancement: Replace fileb0x with go-embed | ||
|
||
go-embed delivers already the funtionality we need but with less code. We decided to use it instead of 3rd party fileb0x | ||
go-embed already brings the functionality we need but with less code. We decided to use it instead of 3rd party fileb0x | ||
|
||
https://github.com/owncloud/ocis/issues/1199 | ||
https://github.com/owncloud/ocis/pull/2631 | ||
https://github.com/owncloud/ocis/pull/2649 |