Skip to content

Commit

Permalink
[Frontend] Remove experiment tracking (#2212)
Browse files Browse the repository at this point in the history
* Remove exp tracking from feature hits and global toolbar; remove ExperimentsIcon

Signed-off-by: tynandebold <[email protected]>

* Remove /experiment-tracking directory; fix tests

Signed-off-by: tynandebold <[email protected]>

* Remove exp. tracking utils, reducers, styles

Signed-off-by: tynandebold <[email protected]>

* Update moto requirement from ~=5.0.9 to ~=5.0.21 in /package (#2218)

Updates the requirements on [moto](https://github.com/getmoto/moto) to permit the latest version.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.9...5.0.21)

---
updated-dependencies:
- dependency-name: moto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update httpx requirement from ~=0.27.0 to ~=0.28.0 in /package (#2216)

Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.28.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update bandit requirement from ~=1.7 to ~=1.8 in /package (#2215)

Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.0...1.8.0)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update boto3 requirement from ~=1.34 to ~=1.35 in /package (#2214)

Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.0...1.35.71)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jitendra Gundaniya <[email protected]>

* Revert change from PR #2179

Signed-off-by: tynandebold <[email protected]>

* Remove the sanitizedPathname() function

Signed-off-by: tynandebold <[email protected]>

* Remove Cypress tests for exp tracking

Signed-off-by: tynandebold <[email protected]>

* Merge localStorageState state instead of the older allLocalStorageState

Signed-off-by: tynandebold <[email protected]>

---------

Signed-off-by: tynandebold <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jitendra Gundaniya <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent 8013b2c commit 2cc3aad
Show file tree
Hide file tree
Showing 114 changed files with 103 additions and 15,422 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ coverage.xml

# Kedro
*.log

# Python
.venv/
mise.toml
1 change: 0 additions & 1 deletion .stylelintignore
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
3,406 changes: 0 additions & 3,406 deletions cypress/fixtures/graphql/compareThreeRuns.json

This file was deleted.

2,318 changes: 0 additions & 2,318 deletions cypress/fixtures/graphql/compareTwoRuns.json

This file was deleted.

134 changes: 0 additions & 134 deletions cypress/fixtures/graphql/getMetricPlotData.json

This file was deleted.

Loading

0 comments on commit 2cc3aad

Please sign in to comment.