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

[DT-1171] Add auth domain to snapshot access #1752

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

fboulnois
Copy link
Contributor

@fboulnois fboulnois commented Feb 6, 2025

Addresses

https://broadworkbench.atlassian.net/browse/DT-1171

Summary of changes

  • Minor fix for front page
  • Add auth domain to dataset snapshot create
Screenshot 2025-02-06 at 2 01 29 PM

Testing Strategy

Unit tests

Copy link

cypress bot commented Feb 6, 2025

jade-data-repo-ui    Run #4044

Run Properties:  status check passed Passed #4044  •  git commit 162b790f6c ℹ️: Merge d7ffa97812850d2fdf197f4317fd04b61ebe6582 into 9d6322306d5b88759d9e41cdc65f...
Project jade-data-repo-ui
Branch Review fb-dt-1171-auth-domain-snapshot-access
Run status status check passed Passed #4044
Run duration 03m 11s
Commit git commit 162b790f6c ℹ️: Merge d7ffa97812850d2fdf197f4317fd04b61ebe6582 into 9d6322306d5b88759d9e41cdc65f...
Committer fboulnois
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 17
View all changes introduced in this branch ↗︎

@fboulnois fboulnois force-pushed the fb-dt-1171-auth-domain-snapshot-access branch from 5f70775 to 6da29a9 Compare February 6, 2025 19:28
@fboulnois fboulnois force-pushed the fb-dt-1171-auth-domain-snapshot-access branch from e0dedb4 to 3becb79 Compare February 6, 2025 20:52
Copy link

sonarqubecloud bot commented Feb 6, 2025

setAuthDomain = (domain) => {
this.setState({ authDomain: domain });
};

saveSnapshot = () => {
const { dispatch } = this.props;
dispatch(createSnapshot(undefined));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

How do I pass authDomain to createSnapshot? It isn't clear to me.

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.

1 participant