-
Notifications
You must be signed in to change notification settings - Fork 143
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
Merge NeoDash Hive fork with NeoDash 2.4.4 - Extract Auth Module #757
base: develop
Are you sure you want to change the base?
Conversation
…into feature/hive
…into feature/hive
… is owned. Removed flashing of screens at the start of app launch
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.
@puneet2607 @ericmonk see comments
@@ -24,61 +24,61 @@ | |||
// -- This will overwrite an existing command -- | |||
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... }) | |||
Cypress.Commands.add('getDataTest', (dataTestSelector) => { |
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.
@alfredorubin96 why is the Cypress stuff updated as part of this PR?
Does this come from something else?
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 don't know why but it's mostly formatting
…loneDatabase; removed comments
@@ -24,61 +24,61 @@ | |||
// -- This will overwrite an existing command -- | |||
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... }) | |||
Cypress.Commands.add('getDataTest', (dataTestSelector) => { |
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 don't know why but it's mostly formatting
public/config.json
Outdated
@@ -16,5 +16,19 @@ | |||
"standaloneDatabaseList": "neo4j", | |||
"loggingMode": "0", | |||
"loggingDatabase": "logs", | |||
"customHeader": "" | |||
"customHeader": "", | |||
"connectionModule": "hive", |
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 think this should be into connectionConfig.ts instead of having it into public, or at least change the name of the field from extension to connectionModuleConfig or something like that
Quality Gate failedFailed conditions |
This PR makes NeoDash usable with multiple connection providers (Hive and direct-db)