James Phillips
James Phillips
Fixes unexpected error when using `` component with an instance of the form api. ``` return ( ) ``` --- Closes #910 --- Signed-off-by: James Phillips
* Expose `EntityConfig` & `EntityState` resources through GraphQL service * **Complication:** The core/v3 package previous checked that each resource in the package had a unique `RBACName()`, however, since we don't...
* Updates entity configuration & state resources to make them available through the existing "entities" RBAC rule. * Previously the `corev3` package machinery produces a test to verify that all...
## Expected Behavior If the value of the field is `0`, return `null` instead of a timestamp. ## Current Behavior value is returned as Jan 1, 1970 ... ## Possible...
The changes introduced in https://github.com/sensu/sensu-go/pull/4862 will need to be merged into the `main` branch. Enough changes have occurred in the `api` package that this likely isn't going to be straight...
- [ ] https://github.com/sensu/sensu-go/pull/4808 - [ ] https://github.com/sensu/sensu-go/pull/4844 - [ ] https://github.com/sensu/sensu-go/pull/4793 - [ ] https://github.com/sensu/sensu-go/pull/4702
Originally reported in Discourse: https://discourse.sensu.io/t/received-error-message-invariant-violation/1636 ## Stacktrace ``` Invariant Violation: Invariant Violation at new InvariantError (https://sensu-dev.sample.example.com/static/js/vendor_bcb1.js:17:14991) at invariant (https://sensu-dev.sample.example.com/static/js/vendor_bcb1.js:17:15178) at StoreWriter.writeFieldToStore (https://sensu-dev.sample.example.com/static/js/vendor_bcb1.js:33:74373) at https://sensu-dev.sample.example.com/static/js/vendor_bcb1.js:33:72856 at Array.forEach () at StoreWriter.writeSelectionSetToStore (https://sensu-dev.sample.example.com/static/js/vendor_bcb1.js:33:72714)...
## Expected Behavior If the server is unreachable and a token refresh request fails, the application should enter the offline state. ## Current Behavior Does not enter the offline state....
## Feature Suggestion Originally brought up in the Sensu Slack: It would be nice to be able to configure default preferences for the web application. Primarily this would allow the...
## Feature Suggestion Allow default page size to be configurable. ## Possible Implementation Similar to other preferences, we could store the value in localStorage. ## Context > does get annoying...