-
Notifications
You must be signed in to change notification settings - Fork 198
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
Beta UI bugs party #1807
Merged
Merged
Beta UI bugs party #1807
Conversation
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
Co-authored-by: Alon Braymok <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Ron Federman <[email protected]> Co-authored-by: yodigos <[email protected]> Co-authored-by: Mike Dame <[email protected]> Co-authored-by: alonbraymok <[email protected]> Co-authored-by: Daria Dovzhikova <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Eden Federman <[email protected]>
Co-authored-by: Alon Braymok <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Ron Federman <[email protected]> Co-authored-by: yodigos <[email protected]> Co-authored-by: Mike Dame <[email protected]> Co-authored-by: alonbraymok <[email protected]> Co-authored-by: Daria Dovzhikova <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Eden Federman <[email protected]>
Co-authored-by: Alon Braymok <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Ron Federman <[email protected]> Co-authored-by: yodigos <[email protected]> Co-authored-by: Mike Dame <[email protected]> Co-authored-by: alonbraymok <[email protected]> Co-authored-by: Daria Dovzhikova <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Eden Federman <[email protected]>
…1799) Co-authored-by: Alon Braymok <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Ron Federman <[email protected]> Co-authored-by: yodigos <[email protected]> Co-authored-by: Mike Dame <[email protected]> Co-authored-by: alonbraymok <[email protected]> Co-authored-by: Daria Dovzhikova <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Eden Federman <[email protected]>
…1802) Co-authored-by: Alon Braymok <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Ron Federman <[email protected]> Co-authored-by: Mike Dame <[email protected]> Co-authored-by: alonbraymok <[email protected]> Co-authored-by: Daria Dovzhikova <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Eden Federman <[email protected]>
Co-authored-by: Alon Braymok <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Ron Federman <[email protected]> Co-authored-by: Mike Dame <[email protected]> Co-authored-by: alonbraymok <[email protected]> Co-authored-by: Daria Dovzhikova <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Eden Federman <[email protected]>
Co-authored-by: Alon Braymok <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Ron Federman <[email protected]> Co-authored-by: Mike Dame <[email protected]> Co-authored-by: alonbraymok <[email protected]> Co-authored-by: Daria Dovzhikova <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Eden Federman <[email protected]>
This pull request includes various changes to the codebase, focusing on updating dependencies, modifying configuration files, and enhancing the autoscaler controllers. The most important changes include updating the GitHub Actions workflow, modifying the autoscaler controllers to use a new configuration structure, and adding tooltips to the ClickHouse destination configuration. ### Dependency Updates: * Updated GitHub Actions workflow to use `actions/upload-artifact@v4` and `actions/download-artifact@v4` instead of version 3. (`.github/workflows/e2e.yaml`) [[1]](diffhunk://#diff-a2de7550554c0198ac7f959c78a19ee0996921c98034411de47a7dd49b0c209bL36-R36) [[2]](diffhunk://#diff-a2de7550554c0198ac7f959c78a19ee0996921c98034411de47a7dd49b0c209bL53-R53) [[3]](diffhunk://#diff-a2de7550554c0198ac7f959c78a19ee0996921c98034411de47a7dd49b0c209bL118-R126) ### Autoscaler Controllers: * Modified the `ControllerConfig` structure to replace `MetricsServerEnabled` with `K8sVersion`. (`autoscaler/controllers/controller_config/controller_config.go`) * Updated the `Sync` function in `gateway/root.go` to use the new `ControllerConfig` structure and handle different Kubernetes versions for HorizontalPodAutoscaler. (`autoscaler/controllers/gateway/root.go`) [[1]](diffhunk://#diff-2ba6282ac967de2b88842bb163d61459b2f8f576a8f2e6be8e4c163d4244acd6L25-R26) [[2]](diffhunk://#diff-2ba6282ac967de2b88842bb163d61459b2f8f576a8f2e6be8e4c163d4244acd6L58-R59) [[3]](diffhunk://#diff-2ba6282ac967de2b88842bb163d61459b2f8f576a8f2e6be8e4c163d4244acd6L71-R72) [[4]](diffhunk://#diff-2ba6282ac967de2b88842bb163d61459b2f8f576a8f2e6be8e4c163d4244acd6L107-L112) * Removed the `isMetricsServerInstalled` function from `main.go` and updated the main function to use the new `ControllerConfig`. (`autoscaler/main.go`) [[1]](diffhunk://#diff-d5a69eecfc7a22bca9e1995f35e1430d7189a034577c73ee10a525abc2f07b26L191-R188) [[2]](diffhunk://#diff-d5a69eecfc7a22bca9e1995f35e1430d7189a034577c73ee10a525abc2f07b26L295-L312) ### Configuration Files: * Added tooltips to the ClickHouse destination configuration for better user guidance. (`destinations/data/clickhouse.yaml`) [[1]](diffhunk://#diff-44f264f92f35b6a7a0bd00f1f77b39e05aaf84c7d5a17ca79b3bd481f2b36c2aR23-R39) [[2]](diffhunk://#diff-44f264f92f35b6a7a0bd00f1f77b39e05aaf84c7d5a17ca79b3bd481f2b36c2aR48-R80) ### Codebase Simplification: * Removed unnecessary imports and cleaned up the code in various files. (`autoscaler/controllers/gateway/hpa.go`, `autoscaler/main.go`) [[1]](diffhunk://#diff-fc3f841013645107cfe86f56ee4ebaa7570139ff6487bae3ebbef94f7f1bced3L7-L19) [[2]](diffhunk://#diff-d5a69eecfc7a22bca9e1995f35e1430d7189a034577c73ee10a525abc2f07b26L25-L26) [[3]](diffhunk://#diff-d5a69eecfc7a22bca9e1995f35e1430d7189a034577c73ee10a525abc2f07b26L37-L47) --------- Co-authored-by: alonkeyval <[email protected]> Co-authored-by: Tamir David <[email protected]> Co-authored-by: Amir Blum <[email protected]> Co-authored-by: Mike Dame <[email protected]>
alonkeyval
approved these changes
Nov 20, 2024
BenElferink
added a commit
that referenced
this pull request
Nov 20, 2024
This reverts commit eb368a7.
BenElferink
added a commit
that referenced
this pull request
Nov 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to improve the functionality and user experience of the
SourcesList
component in thefrontend/webapp
directory, as well as updates to the 404 error page and some JavaScript chunks. The most important changes include adding a new prop to theSourcesList
component, modifying filter logic, updating checkbox behavior, and correcting pluralization in text.Changes to
SourcesList
component:selectAllForNamespace
prop toSourcesList
component to handle the selection of all sources within a namespace.showSelectedOnly
filter.Text updates:
SourcesList
component. [1] [2]404 error page:
JavaScript chunks:
frontend/webapp/dep-out/_next/static/chunks/305-80ab836000a4f9a3.js
file.