-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix tests YAML syntax #1790
fix tests YAML syntax #1790
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c25c631 - Browse repository at this point
Copy the full SHA c25c631View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12046ba - Browse repository at this point
Copy the full SHA 12046baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6037f4c - Browse repository at this point
Copy the full SHA 6037f4cView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62934de - Browse repository at this point
Copy the full SHA 62934deView commit details -
[GEN-1540] Add update action mutation (odigos-io#1607)
This pull request includes several changes to improve the handling of action types in the `CreateAction` and `UpdateAction` resolvers, as well as the addition of a new update function for `AddClusterInfo` actions. The most important changes involve refactoring action type strings into constants and implementing the `UpdateAddClusterInfo` function. ### Refactoring action types: * [`frontend/graph/schema.resolvers.go`](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70L560-R560): Replaced hardcoded action type strings with constants from `actionservices` for better maintainability. [[1]](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70L560-R560) [[2]](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70L569-R569) ### New update functionality: * [`frontend/graph/schema.resolvers.go`](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70L582-R599): Implemented the `UpdateAction` resolver to handle updating `AddClusterInfo` actions. * [`frontend/services/actions/addclusterinfo.go`](diffhunk://#diff-c2da2861415e61f772e3b44d22810aa34b4eba6070f744709c4b1b6b919a3f09L70-R137): Added the `UpdateAddClusterInfo` function to update existing `AddClusterInfo` actions in Kubernetes. ### Constants definition: * [`frontend/services/actions/constants.go`](diffhunk://#diff-377602090c56364ea3a4d6cdadda1ad9b1c6ba9e122f882e5a1f640b1e62acf8R1-R7): Added constants for action types `ActionTypeAddClusterInfo` and `ActionTypeDeleteAttribute`.
Configuration menu - View commit details
-
Copy full SHA for d456363 - Browse repository at this point
Copy the full SHA d456363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02682f9 - Browse repository at this point
Copy the full SHA 02682f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 522e782 - Browse repository at this point
Copy the full SHA 522e782View commit details -
[GEN-1541] Add delete action mutation (odigos-io#1609)
This pull request introduces changes to the `DeleteAction` functionality in the `frontend/graph` package, adding support for an `actionType` parameter. This enhancement allows for more specific handling of different action types during deletion. Key changes include: ### GraphQL Schema and Resolvers * [`frontend/graph/schema.graphqls`](diffhunk://#diff-bc07b91dedd1782d9ddbbb6374ad97c7604f9a267de5174645723d863c732f80L314-R314): Updated the `deleteAction` mutation to include an `actionType` parameter. * [`frontend/graph/schema.resolvers.go`](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70L603-R620): Modified the `DeleteAction` resolver to handle different action types based on the `actionType` parameter. ### Generated Code * [`frontend/graph/generated.go`](diffhunk://#diff-4bacf1f13939a5c243f3f83d21f4560b331d13667d81ea5945ed1f57ddb205f2L200-R200): Updated the `DeleteAction` method signatures and complexity calculations to include the `actionType` parameter. [[1]](diffhunk://#diff-4bacf1f13939a5c243f3f83d21f4560b331d13667d81ea5945ed1f57ddb205f2L200-R200) [[2]](diffhunk://#diff-4bacf1f13939a5c243f3f83d21f4560b331d13667d81ea5945ed1f57ddb205f2L266-R266) [[3]](diffhunk://#diff-4bacf1f13939a5c243f3f83d21f4560b331d13667d81ea5945ed1f57ddb205f2L911-R911) [[4]](diffhunk://#diff-4bacf1f13939a5c243f3f83d21f4560b331d13667d81ea5945ed1f57ddb205f2R1342-R1350) [[5]](diffhunk://#diff-4bacf1f13939a5c243f3f83d21f4560b331d13667d81ea5945ed1f57ddb205f2L5793-R5802) ### Action Services * [`frontend/services/actions/addclusterinfo.go`](diffhunk://#diff-c2da2861415e61f772e3b44d22810aa34b4eba6070f744709c4b1b6b919a3f09R148-R162): Added the `DeleteAddClusterInfo` function to handle the deletion of `AddClusterInfo` actions. * [`frontend/services/actions/addclusterinfo.go`](diffhunk://#diff-c2da2861415e61f772e3b44d22810aa34b4eba6070f744709c4b1b6b919a3f09R13): Imported `apierrors` for error handling in the new deletion function.
Configuration menu - View commit details
-
Copy full SHA for f435deb - Browse repository at this point
Copy the full SHA f435debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dbdc21 - Browse repository at this point
Copy the full SHA 9dbdc21View commit details -
Configuration menu - View commit details
-
Copy full SHA for a55f35b - Browse repository at this point
Copy the full SHA a55f35bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 619bb6d - Browse repository at this point
Copy the full SHA 619bb6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389fc46 - Browse repository at this point
Copy the full SHA 389fc46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2487549 - Browse repository at this point
Copy the full SHA 2487549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e5224b - Browse repository at this point
Copy the full SHA 9e5224bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4a8350 - Browse repository at this point
Copy the full SHA e4a8350View commit details -
Configuration menu - View commit details
-
Copy full SHA for a908130 - Browse repository at this point
Copy the full SHA a908130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e862f - Browse repository at this point
Copy the full SHA 38e862fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f1db3 - Browse repository at this point
Copy the full SHA 31f1db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3bad3 - Browse repository at this point
Copy the full SHA bc3bad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ac07b - Browse repository at this point
Copy the full SHA f1ac07bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 254427a - Browse repository at this point
Copy the full SHA 254427aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c769731 - Browse repository at this point
Copy the full SHA c769731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89a6594 - Browse repository at this point
Copy the full SHA 89a6594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d260f4 - Browse repository at this point
Copy the full SHA 9d260f4View commit details
Commits on Oct 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19eb1fe - Browse repository at this point
Copy the full SHA 19eb1feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 446c37a - Browse repository at this point
Copy the full SHA 446c37aView commit details -
Merge pull request #4 from odigos-io/new-ui
[GEN-1515]: fix stringify for graphql (odigos-io#1615)
Configuration menu - View commit details
-
Copy full SHA for f97a5a1 - Browse repository at this point
Copy the full SHA f97a5a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 944480f - Browse repository at this point
Copy the full SHA 944480fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2637c1e - Browse repository at this point
Copy the full SHA 2637c1eView commit details -
[GEN-1557] Add prod sampler new api (odigos-io#1631)
This pull request introduces a new `ProbabilisticSamplerAction` to the codebase, along with the necessary updates to support its creation, update, and deletion. The key changes include adding the new action type, updating the GraphQL schema, and implementing the corresponding service functions. ### Addition of `ProbabilisticSamplerAction`: * [`frontend/graph/model/models_gen.go`](diffhunk://#diff-642ccd7ed71fdfa394bd7f7fd99c9c33e20ff18c876a91cb989d379a44390469R311-R337): Added the `ProbabilisticSamplerAction` struct and its methods to the model. * [`frontend/graph/schema.graphqls`](diffhunk://#diff-bc07b91dedd1782d9ddbbb6374ad97c7604f9a267de5174645723d863c732f80R309-R318): Updated the GraphQL schema to include the `ProbabilisticSamplerAction` type. ### Resolver Updates: * [`frontend/graph/schema.resolvers.go`](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70L568-R571): Updated the `CreateAction`, `UpdateAction`, and `DeleteAction` resolvers to handle the new `ProbabilisticSamplerAction` type. [[1]](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70L568-R571) [[2]](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70L586-R591) [[3]](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70L617-R630) ### Constants Update: * [`frontend/services/actions/constants.go`](diffhunk://#diff-377602090c56364ea3a4d6cdadda1ad9b1c6ba9e122f882e5a1f640b1e62acf8L8-R9): Added `ActionTypeProbabilisticSampler` and corrected the naming of `ActionTypeLatencySampler`. ### Service Implementation: * [`frontend/services/actions/probabilisticsampler.go`](diffhunk://#diff-2f6dc14f04b67e0a11a5b999216a0e08f575927294c5033187b84f1179fb5624R1-R139): Implemented the service functions `CreateProbabilisticSampler`, `UpdateProbabilisticSampler`, and `DeleteProbabilisticSampler` to manage `ProbabilisticSamplerAction` in Kubernetes.
Configuration menu - View commit details
-
Copy full SHA for 4cedea9 - Browse repository at this point
Copy the full SHA 4cedea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f2215 - Browse repository at this point
Copy the full SHA 40f2215View commit details -
[GEN-1517]: actions add via gql (odigos-io#1635)
Co-authored-by: Alon Braymok <138359965+alonkeyval@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d4b1bb - Browse repository at this point
Copy the full SHA 2d4b1bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for afa1268 - Browse repository at this point
Copy the full SHA afa1268View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eff6d90 - Browse repository at this point
Copy the full SHA eff6d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 536f32f - Browse repository at this point
Copy the full SHA 536f32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ea39de - Browse repository at this point
Copy the full SHA 1ea39deView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa352be - Browse repository at this point
Copy the full SHA fa352beView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c1a26 - Browse repository at this point
Copy the full SHA f3c1a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bb2338 - Browse repository at this point
Copy the full SHA 3bb2338View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f03d8 - Browse repository at this point
Copy the full SHA a4f03d8View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a83b84 - Browse repository at this point
Copy the full SHA 2a83b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3fa682 - Browse repository at this point
Copy the full SHA b3fa682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac0d13 - Browse repository at this point
Copy the full SHA 9ac0d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a397f - Browse repository at this point
Copy the full SHA f0a397fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33cb867 - Browse repository at this point
Copy the full SHA 33cb867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c13a75 - Browse repository at this point
Copy the full SHA 2c13a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for d42c32b - Browse repository at this point
Copy the full SHA d42c32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab5c0c - Browse repository at this point
Copy the full SHA 3ab5c0cView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c15a6ba - Browse repository at this point
Copy the full SHA c15a6baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 977c57b - Browse repository at this point
Copy the full SHA 977c57bView commit details -
[GEN-1592] Add instrumentation rules to gql (odigos-io#1659)
This pull request introduces several new types and fields to the GraphQL schema and updates the corresponding resolvers and models to support instrumentation rules and payload collections. ### GraphQL Schema Enhancements: * Added new types and inputs for `PodWorkload`, `OtelSdks`, `InstrumentationRule`, `InstrumentationLibraryGlobalId`, and `PayloadCollection` in `frontend/graph/schema.graphqls`. [[1]](diffhunk://#diff-bc07b91dedd1782d9ddbbb6374ad97c7604f9a267de5174645723d863c732f80R107-R209) [[2]](diffhunk://#diff-bc07b91dedd1782d9ddbbb6374ad97c7604f9a267de5174645723d863c732f80R222) * Added new mutation fields for creating, updating, and deleting instrumentation rules in `frontend/graph/schema.graphqls`. ### Model Updates: * Introduced new types and inputs for `DbQueryPayloadCollection`, `HTTPPayloadCollection`, `MessagingPayloadCollection`, `InstrumentationLibraryGlobalID`, `InstrumentationRule`, and `PayloadCollection` in `frontend/graph/model/models_gen.go`. [[1]](diffhunk://#diff-642ccd7ed71fdfa394bd7f7fd99c9c33e20ff18c876a91cb989d379a44390469R70) [[2]](diffhunk://#diff-642ccd7ed71fdfa394bd7f7fd99c9c33e20ff18c876a91cb989d379a44390469R81-R90) [[3]](diffhunk://#diff-642ccd7ed71fdfa394bd7f7fd99c9c33e20ff18c876a91cb989d379a44390469R191-R202) [[4]](diffhunk://#diff-642ccd7ed71fdfa394bd7f7fd99c9c33e20ff18c876a91cb989d379a44390469R214-R249) [[5]](diffhunk://#diff-642ccd7ed71fdfa394bd7f7fd99c9c33e20ff18c876a91cb989d379a44390469R320-R358) [[6]](diffhunk://#diff-642ccd7ed71fdfa394bd7f7fd99c9c33e20ff18c876a91cb989d379a44390469R397-R408) ### Resolver Implementations: * Added resolver methods for `InstrumentationRules` in `ComputePlatform` and CRUD operations for `InstrumentationRule` in `Mutation` in `frontend/graph/schema.resolvers.go`. [[1]](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70R271-R275) [[2]](diffhunk://#diff-8e6e95029056db2c0301fc338e0ca5a04356ce5d45ee9514bbd167f2d85bae70R653-R672) ### Configuration and Dependency Updates: * Updated `frontend/Makefile` to pin the `gqlgen` version to `v0.17.49`. * Added `instrumentationRules` to `frontend/gqlgen.yml` for code generation.
Configuration menu - View commit details
-
Copy full SHA for fa609c3 - Browse repository at this point
Copy the full SHA fa609c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78eda6e - Browse repository at this point
Copy the full SHA 78eda6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a91aba - Browse repository at this point
Copy the full SHA 6a91abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d95b6fe - Browse repository at this point
Copy the full SHA d95b6feView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa5c457 - Browse repository at this point
Copy the full SHA fa5c457View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde9bdd - Browse repository at this point
Copy the full SHA cde9bddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93bbe30 - Browse repository at this point
Copy the full SHA 93bbe30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca44f7 - Browse repository at this point
Copy the full SHA 7ca44f7View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c270e78 - Browse repository at this point
Copy the full SHA c270e78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9358337 - Browse repository at this point
Copy the full SHA 9358337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d2e0d - Browse repository at this point
Copy the full SHA 29d2e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08eacfe - Browse repository at this point
Copy the full SHA 08eacfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 240730f - Browse repository at this point
Copy the full SHA 240730fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5647431 - Browse repository at this point
Copy the full SHA 5647431View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9748362 - Browse repository at this point
Copy the full SHA 9748362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d22beb - Browse repository at this point
Copy the full SHA 8d22bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a5d34 - Browse repository at this point
Copy the full SHA a4a5d34View commit details -
Configuration menu - View commit details
-
Copy full SHA for d933798 - Browse repository at this point
Copy the full SHA d933798View commit details -
Configuration menu - View commit details
-
Copy full SHA for e53746d - Browse repository at this point
Copy the full SHA e53746dView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c9c79b - Browse repository at this point
Copy the full SHA 2c9c79bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dab5bd - Browse repository at this point
Copy the full SHA 0dab5bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa1955 - Browse repository at this point
Copy the full SHA 6fa1955View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 702e71a - Browse repository at this point
Copy the full SHA 702e71aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b6ec2 - Browse repository at this point
Copy the full SHA a6b6ec2View commit details -
[GEN-1646] Add destination condition and type (odigos-io#1692)
This pull request includes several updates to the `frontend/graph/schema.resolvers.go` file, focusing on adding functionality and improving existing resolver methods. ### Functional Improvements: * Added the `time` package to handle time formatting and conversions. * Implemented the `Type` resolver method for the `Destination` model to return the type as a string instead of panicking with an error. * Implemented the `Conditions` resolver method for the `Destination` model, converting `LastTransitionTime` to a string pointer and populating the conditions list with the converted data.
Configuration menu - View commit details
-
Copy full SHA for 577ef58 - Browse repository at this point
Copy the full SHA 577ef58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 746f560 - Browse repository at this point
Copy the full SHA 746f560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c39a29 - Browse repository at this point
Copy the full SHA 0c39a29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c55719 - Browse repository at this point
Copy the full SHA 5c55719View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a816fda - Browse repository at this point
Copy the full SHA a816fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c790156 - Browse repository at this point
Copy the full SHA c790156View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9292ff - Browse repository at this point
Copy the full SHA d9292ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 834e5ed - Browse repository at this point
Copy the full SHA 834e5edView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e15ea9a - Browse repository at this point
Copy the full SHA e15ea9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1cd3e - Browse repository at this point
Copy the full SHA 8f1cd3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f25eb4 - Browse repository at this point
Copy the full SHA 9f25eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4435c0 - Browse repository at this point
Copy the full SHA f4435c0View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f596073 - Browse repository at this point
Copy the full SHA f596073View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3b5007 - Browse repository at this point
Copy the full SHA b3b5007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cd0a4b - Browse repository at this point
Copy the full SHA 1cd0a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bbd34b - Browse repository at this point
Copy the full SHA 0bbd34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eec5074 - Browse repository at this point
Copy the full SHA eec5074View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9e8582 - Browse repository at this point
Copy the full SHA d9e8582View commit details -
Configuration menu - View commit details
-
Copy full SHA for c94d982 - Browse repository at this point
Copy the full SHA c94d982View commit details -
Configuration menu - View commit details
-
Copy full SHA for f32923b - Browse repository at this point
Copy the full SHA f32923bView commit details -
[GEN-1691] load styled on server (odigos-io#1725)
This pull request includes several changes to the `frontend/webapp` directory, focusing on refactoring the theme provider, adding a new header component, and updating the layout file to use the new theme provider. The most important changes are summarized below: ### Refactoring and Theming: * Replaced the `ThemeProvider` with `ThemeProviderWrapper` in `frontend/webapp/app/layout.tsx` to encapsulate the theme and styled-components registry. [[1]](diffhunk://#diff-788a38ec94bfca9467b13cb6eb93cdeccd4237facfb5fff310e05b3af67413efL5-R6) [[2]](diffhunk://#diff-788a38ec94bfca9467b13cb6eb93cdeccd4237facfb5fff310e05b3af67413efL17-R26) * Removed the old `palette.ts` file and moved theme-related code to `theme-provider/index.tsx`. [[1]](diffhunk://#diff-80a3cfb572b6f3e0b18eb5880735fe84c8cdbc222e7af63c3a696c732221aeeaL1-L50) [[2]](diffhunk://#diff-1b2f072fc24d4e371e711036a6ec0d8437c8b6b68c97378c19fa865cff06e0a1R1-R15) * Added `StyledComponentsRegistry` for server-side rendering of styled-components. ### Component Additions: * Added a new `SetupHeader` component in `frontend/webapp/components/setup/header/index.tsx` for the setup page header. * Updated the `index.tsx` file in `frontend/webapp/components/setup` to export the new `SetupHeader` component. ### File Organization: * Updated `frontend/webapp/styles/index.ts` to export the new `theme-provider` module instead of the old `palette`.
Configuration menu - View commit details
-
Copy full SHA for 8771192 - Browse repository at this point
Copy the full SHA 8771192View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e3bb02 - Browse repository at this point
Copy the full SHA 5e3bb02View commit details -
Configuration menu - View commit details
-
Copy full SHA for fed3d84 - Browse repository at this point
Copy the full SHA fed3d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24e7c1 - Browse repository at this point
Copy the full SHA b24e7c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e078a4 - Browse repository at this point
Copy the full SHA 5e078a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cf7fdd - Browse repository at this point
Copy the full SHA 5cf7fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cdb31e - Browse repository at this point
Copy the full SHA 5cdb31eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a371f7 - Browse repository at this point
Copy the full SHA 3a371f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0748e9 - Browse repository at this point
Copy the full SHA d0748e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ec9fb - Browse repository at this point
Copy the full SHA d7ec9fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b42215d - Browse repository at this point
Copy the full SHA b42215dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80bb335 - Browse repository at this point
Copy the full SHA 80bb335View commit details -
Configuration menu - View commit details
-
Copy full SHA for d10a8fd - Browse repository at this point
Copy the full SHA d10a8fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8323c - Browse repository at this point
Copy the full SHA ad8323cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a9b27 - Browse repository at this point
Copy the full SHA 29a9b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 704e86d - Browse repository at this point
Copy the full SHA 704e86dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51bf1d3 - Browse repository at this point
Copy the full SHA 51bf1d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5130970 - Browse repository at this point
Copy the full SHA 5130970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3b772 - Browse repository at this point
Copy the full SHA 9e3b772View commit details -
Configuration menu - View commit details
-
Copy full SHA for c868eab - Browse repository at this point
Copy the full SHA c868eabView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f88f86 - Browse repository at this point
Copy the full SHA 5f88f86View commit details -
Merge branch 'odigos-ui-beta' of https://github.com/odigos-io/odigos …
…into gen-1695
Configuration menu - View commit details
-
Copy full SHA for 52a7065 - Browse repository at this point
Copy the full SHA 52a7065View commit details -
Merge branch 'odigos-ui-beta' of https://github.com/odigos-io/odigos …
…into gen-1695
Configuration menu - View commit details
-
Copy full SHA for d1674a5 - Browse repository at this point
Copy the full SHA d1674a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2abe0e4 - Browse repository at this point
Copy the full SHA 2abe0e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e19e69 - Browse repository at this point
Copy the full SHA 4e19e69View commit details -
Merge branch 'odigos-ui-beta' of https://github.com/odigos-io/odigos …
…into gen-1695
Configuration menu - View commit details
-
Copy full SHA for 6d2af50 - Browse repository at this point
Copy the full SHA 6d2af50View commit details -
Merge pull request #5 from BenElferink/gen-1695
merge from beta-ui to main
Configuration menu - View commit details
-
Copy full SHA for 89ab764 - Browse repository at this point
Copy the full SHA 89ab764View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05f0b0d - Browse repository at this point
Copy the full SHA 05f0b0dView commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e24f361 - Browse repository at this point
Copy the full SHA e24f361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b886ba - Browse repository at this point
Copy the full SHA 9b886baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7776a8f - Browse repository at this point
Copy the full SHA 7776a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6be431 - Browse repository at this point
Copy the full SHA b6be431View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47da6bc - Browse repository at this point
Copy the full SHA 47da6bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ab5c25 - Browse repository at this point
Copy the full SHA 7ab5c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc748b - Browse repository at this point
Copy the full SHA 0fc748bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5b64d - Browse repository at this point
Copy the full SHA 0a5b64dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c1d84 - Browse repository at this point
Copy the full SHA 86c1d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a3dc3f - Browse repository at this point
Copy the full SHA 8a3dc3fView commit details