-
Notifications
You must be signed in to change notification settings - Fork 113
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
[Frontend] Remove experiment tracking #2212
Merged
Huongg
merged 13 commits into
feature_branch/remove-experiment-tracking
from
feature/remove-experiment-tracking
Dec 6, 2024
Merged
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
86cecbb
Remove exp tracking from feature hits and global toolbar; remove Expe…
tynandebold 72ebf34
Remove /experiment-tracking directory; fix tests
tynandebold 6974f07
Remove exp. tracking utils, reducers, styles
tynandebold 75e15ef
Merge branch 'main' of github.com:kedro-org/kedro-viz into feature/re…
tynandebold c3cd22d
Update moto requirement from ~=5.0.9 to ~=5.0.21 in /package (#2218)
dependabot[bot] 10ea7be
Update httpx requirement from ~=0.27.0 to ~=0.28.0 in /package (#2216)
dependabot[bot] 9f8733e
Update bandit requirement from ~=1.7 to ~=1.8 in /package (#2215)
dependabot[bot] 2c92a9e
Update boto3 requirement from ~=1.34 to ~=1.35 in /package (#2214)
dependabot[bot] ac83853
Merge branch 'main' of github.com:kedro-org/kedro-viz into feature/re…
tynandebold e12226c
Revert change from PR #2179
tynandebold 193f1dc
Remove the sanitizedPathname() function
tynandebold ee33875
Remove Cypress tests for exp tracking
tynandebold dcff28d
Merge localStorageState state instead of the older allLocalStorageState
tynandebold File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,3 +65,7 @@ coverage.xml | |
|
||
# Kedro | ||
*.log | ||
|
||
# Python | ||
.venv/ | ||
mise.toml | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
src/**/*.css | ||
src/components/search-list/search-list.scss | ||
src/components/sidebar/sidebar.scss | ||
src/components/experiment-tracking/time-series/time-series.scss | ||
src/components/node-list/styles/_row-toggle.scss |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added this because I'm using mise to manage my Python environment, not conda.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was a mise user as well for a while! Until I discovered https://docs.astral.sh/uv/ 😄