Skip to content
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(analytics): fix missing events from UI #4026

Merged
merged 8 commits into from Feb 7, 2022

Conversation

anshbansal
Copy link
Collaborator

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable)

@anshbansal anshbansal changed the title Fix analytics fix(analytics): fix missing events from UI Feb 1, 2022
@github-actions
Copy link

github-actions bot commented Feb 1, 2022

Unit Test Results (build & test)

  68 files  ±0    68 suites  ±0   20m 29s ⏱️ + 10m 34s
596 tests ±0  537 ✔️ ±0  59 💤 ±0  0 ±0 

Results for commit fec9f76. ± Comparison against base commit 52272d6.

♻️ This comment has been updated with latest results.

@@ -55,6 +55,10 @@ task yarnLint(type: YarnTask, dependsOn: [yarnInstall, yarnGenerate]) {
args = ['run', 'lint']
}

task yarnLintFix(type: YarnTask, dependsOn: [yarnInstall, yarnGenerate]) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

nice!

@@ -117,7 +117,7 @@ export default function TagTermGroup({
const termToRemove = editableGlossaryTerms?.terms?.find((term) => term.term.urn === urnToRemove);
Modal.confirm({
title: `Do you want to remove ${termToRemove?.term.name} term?`,
content: `Are you sure you want to remove the ${termToRemove?.term.name} tag?`,
content: `Are you sure you want to remove the ${termToRemove?.term.name} term?`,
Copy link
Collaborator

Choose a reason for hiding this comment

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

nice catch!

@shirshanka shirshanka merged commit 452d2c2 into datahub-project:master Feb 7, 2022
@anshbansal anshbansal deleted the fix_analytics branch February 7, 2022 17:24
aditya-radhakrishnan pushed a commit to aditya-radhakrishnan/datahub that referenced this pull request Feb 7, 2022
ne1r0n pushed a commit to ne1r0n/datahub that referenced this pull request Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants