Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move dapr/concurrency to kit (#72) * Move dapr/concurrency to kit Does not include any code change Signed-off-by: ItalyPaleAle <[email protected]> * Fixed copyright year Signed-off-by: ItalyPaleAle <[email protected]> * Improved memory usage in error collection Signed-off-by: ItalyPaleAle <[email protected]> --------- Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Cassandra Coyle <[email protected]> * Move `pkg/signals` from dapr/dapr to kit (#70) No code changes Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Cassandra Coyle <[email protected]> * Move dapr/utils/streams to kit (#68) * Move dapr/utils/streams to kit No code changes Signed-off-by: ItalyPaleAle <[email protected]> * 💄 Signed-off-by: ItalyPaleAle <[email protected]> * Lint Signed-off-by: ItalyPaleAle <[email protected]> --------- Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Cassandra Coyle <[email protected]> * Migrate metadata decoder from components-contrib to kit (#74) * Migrate metadata decoder from components-contrib to kit Required creating the `utils` package for utils.IsTruthy too (ported from runtime) Signed-off-by: ItalyPaleAle <[email protected]> * Lint Signed-off-by: ItalyPaleAle <[email protected]> --------- Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Cassandra Coyle <[email protected]> * initial standardized err pkg: errfmt Signed-off-by: Cassandra Coyle <[email protected]> * tweaks to error pkg and update tests. need to confirm reason Signed-off-by: Cassandra Coyle <[email protected]> * cleanup test Signed-off-by: Cassandra Coyle <[email protected]> * add new func for err. change to protojson for http. need to figure out grpc status tho Signed-off-by: Cassandra Coyle <[email protected]> * update status name Signed-off-by: Cassandra Coyle <[email protected]> * wip: update JSONErrorValue Signed-off-by: Cassandra Coyle <[email protected]> * Updates err to json conversion. Organises error messages and codes Signed-off-by: Elena Kolevska <[email protected]> Signed-off-by: Cassandra Coyle <[email protected]> * add type to http json output. tests are a WIP Signed-off-by: Cassandra Coyle <[email protected]> * add all details, update tests, prefixes/postfixes Signed-off-by: Cassandra Coyle <[email protected]> * add README Signed-off-by: Cassandra Coyle <[email protected]> * use strongly-typed struct for errJSON Signed-off-by: Cassandra Coyle <[email protected]> * update README Signed-off-by: Cassandra Coyle <[email protected]> * Adds the option to add a help link detail and a field violation detail Signed-off-by: Elena Kolevska <[email protected]> Signed-off-by: Cassandra Coyle <[email protected]> * Update fswatcher to use /events/batcher (#75) * Update fswatcher to use /events/batcher Signed-off-by: joshvanl <[email protected]> * Linting Signed-off-by: joshvanl <[email protected]> * Linting Signed-off-by: joshvanl <[email protected]> * Add sleep to wait for windows fsnotify to become ready Signed-off-by: joshvanl <[email protected]> * Increase time for event to be received to 1 second Signed-off-by: joshvanl <[email protected]> --------- Signed-off-by: joshvanl <[email protected]> Signed-off-by: Cassandra Coyle <[email protected]> * Adds tests for WithHelp and err.WithFieldViolation Signed-off-by: Elena Kolevska <[email protected]> Signed-off-by: Cassandra Coyle <[email protected]> * rebase and update proto field access to rebased code Signed-off-by: Cassandra Coyle <[email protected]> * gofumpt Signed-off-by: Cassandra Coyle <[email protected]> * errJson -> errJSON and update proto field access Signed-off-by: Cassandra Coyle <[email protected]> * HttpCode -> HTTPCode per CI warnings Signed-off-by: Cassandra Coyle <[email protected]> * rm reason since its not used Signed-off-by: Cassandra Coyle <[email protected]> * update return type in README example Signed-off-by: Cassandra Coyle <[email protected]> * use builder, add errorInfo check to Build(), update and add tests for new funcs, add getters for grpc/http codes Signed-off-by: Cassandra Coyle <[email protected]> * appease CI Signed-off-by: Cassandra Coyle <[email protected]> * update README Signed-off-by: Cassandra Coyle <[email protected]> * make GRPCStatus val receiver Signed-off-by: Cassandra Coyle <[email protected]> * Update messages.go Signed-off-by: Artur Souza <[email protected]> * add test to ensure we have a switch for all google err_detail types Signed-off-by: Cassandra Coyle <[email protected]> * rebase and update log Signed-off-by: Cassandra Coyle <[email protected]> * re-export ErrorBuilder Signed-off-by: Cassandra Coyle <[email protected]> * Update errors/errors.go Co-authored-by: Alessandro (Ale) Segala <[email protected]> Signed-off-by: Cassie Coyle <[email protected]> * use ast pkg to dynamically grab our errTypes in the switch case instead of hard coding it Signed-off-by: Cassandra Coyle <[email protected]> * appease CI Signed-off-by: Cassandra Coyle <[email protected]> * add FromError func Signed-off-by: Cassandra Coyle <[email protected]> * account for error wrapping Signed-off-by: Cassandra Coyle <[email protected]> --------- Signed-off-by: Alessandro (Ale) Segala <[email protected]> Signed-off-by: Cassandra Coyle <[email protected]> Signed-off-by: Elena Kolevska <[email protected]> Signed-off-by: joshvanl <[email protected]> Signed-off-by: Cassie Coyle <[email protected]> Co-authored-by: Alessandro (Ale) Segala <[email protected]> Co-authored-by: Elena Kolevska <[email protected]> Co-authored-by: Josh van Leeuwen <[email protected]>
- Loading branch information