Closed PatrikMatiasko closed 3 months ago
The recent changes introduce a Helm testing job in the CI pipeline, update dependencies across several projects, and enhance the functionality of various components within the http-gateway service. The enhancements include new boolean options, improved state handling in frontend components, and additional utility functions for device authentication. These updates aim to improve the stability, configurability, and user experience of the overall system.
Files / Directories | Change Summary |
---|---|
.github/workflows/test.yml |
Added a new job test-helm for Helm setup and testing workflows. |
dependency/googleapis |
Dependency commit updated from 34aead5... to 99ca978... . |
grpc-gateway/pb/README.md |
Added snippet_service as a new boolean option in UI elements configuration. |
grpc-gateway/pb/doc.html |
Added snippet_service: bool under UIVisibility.MainSidebar . |
grpc-gateway/pb/hubConfiguration.proto |
Added snippet_service field to UIVisibility message. |
http-gateway/service/config.go |
Added SnippetService field to MainSidebarConfig and updated ToProto . |
http-gateway/web/packages/shared-ui |
Subproject commit updated from efddbe5... to 49a3f3f... . |
http-gateway/web/src/containers/App/slice.ts |
Improved state handling for setThemes function. |
http-gateway/web/src/.../ProvisionNewDevice.tsx |
Added new state variable resetIndex , updated handleFetch and handleReset functions, and included browser checks. |
http-gateway/web/src/.../JsonConfigModal.tsx |
Updated import path for ModalFooter . |
http-gateway/web/src/containers/SnippetService/hooks.ts |
Added and reordered imports; removed commented-out code. |
http-gateway/web/src/routes.tsx |
Updated visibility property in getMenu function. |
http-gateway/web/src/containers/Devices/rest.ts |
Added getCodeByIframe and getCodeByNewTab functions; updated getDeviceAuthCode with newTab parameter. |
tools/tools.go |
Added import for "github.com/helm/chart-testing/v3/ct" . |
In the code where changes bloom,
New features rise, dispelling gloom.
With Helm tests run and options true,
Our system grows, both tried and new.
A rabbit's joy in bits and streams,
For code evolves and meets our dreams.
🌟🐇🚀
[!TIP]
You can get early access to new features
Enable the `early-access` setting in your project's settings in CodeRabbit to enable early-access features.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code
Snippet Service Menu Visibility: The visibility of the snippet service menu is now controlled through the well-known configuration settings. This change ensures that the menu visibility can be dynamically managed and easily adjusted based on configuration.
Brave/Safari Browser Device Code Retrieval: Updated the approach for obtaining the device code to ensure compatibility with the Brave/Safari browser. This modification addresses specific challenges related to Brave's unique privacy features and enhances the user experience for Brave/Safari browser users.