Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Conversation

jaywalker21
Copy link

  • This PR introduces a mechanism to manage secrets for HT UI.
  • It also adds support for RudderStack Analytics in the application.

jake-bassett and others added 30 commits November 9, 2021 15:54
)

* feat: add additional specification array to entity spec

* refactor: fixing test

* refactor: fix test

* refactor: fix test

* refactor: fix test

* refactor: fix test again
Co-authored-by: Patricio Albizu <patricioalbizu@Patricios-MacBook-Pro.local>
…#1254)

* refactor: breadcrumb to support additional specifications

* refactor: fixing lint

* refactor: fix test

* refactor: addressing review comments

* refactor: fixing test

* refactor: fixing lint

* refactor: addressing review comments

* refactor: fixing test

* refactor: update breadcrumb and fix tests
* feat: Adding properties to Title Content

* feat: Fixing comments

* feat: fixing comments

Co-authored-by: Patricio Albizu <patricioalbizu@Patricios-MacBook-Pro.local>
…ce#1264)

* fix: common project should not depend on components project
* feat: use local storage to persist table columns

* fix: typo

* style: lint

* style: prettier
* feat: util methods to manipulate graphqlTimeRange
* fix: new style for title in titled content
@jaywalker21 jaywalker21 self-assigned this Apr 5, 2022
@github-actions

This comment has been minimized.

copy-secrets.sh Outdated
@@ -0,0 +1,3 @@
touch secrets.js
echo "window.RUDDERSTACK_HT_WRITE_KEY = \"$RUDDERSTACK_HT_WRITE_KEY\";" > secrets.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 case, secret not found what will happen then.
eg -> in perf/devstack we wont be adding this rigth, so u want to add dummy values in secret or handle it in code
(best would be to add dummy, so code remains same)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a way to first check if analytics(rudderstack) is enabled and then execute this. Else, for those who don't want this, it might end up failing.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will add the feature flag kinda stuff so it can be dynamically enabled and disabled.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added feature flag for analytics

Copy link

@cseas cseas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Left minor suggestions.

@github-actions

This comment has been minimized.

@jaywalker21 jaywalker21 merged commit 6f64b89 into rzp_main Apr 6, 2022
@jaywalker21 jaywalker21 deleted the feature/analytics-integration branch April 6, 2022 09:11
@github-actions
Copy link

github-actions bot commented Apr 6, 2022

Unit Test Results

       4 files  ±0     289 suites  ±0   20m 32s ⏱️ - 3m 54s
1 040 tests ±0  1 040 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
1 048 runs  ±0  1 048 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 6f64b89. ± Comparison against base commit 7c4c1cd.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.