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

Merge NeoDash Hive fork with NeoDash 2.4.4 - Extract Auth Module #757

Open
wants to merge 97 commits into
base: develop
Choose a base branch
from

Conversation

nielsdejong
Copy link
Collaborator

@nielsdejong nielsdejong commented Jan 16, 2024

This PR makes NeoDash usable with multiple connection providers (Hive and direct-db)

Eric Monk and others added 30 commits February 9, 2023 13:24
… is owned. Removed flashing of screens at the start of app launch
@nielsdejong nielsdejong removed the 2.4.3 label Feb 21, 2024
@nielsdejong nielsdejong changed the title Feature/hive merge attempt Merge NeoDash Hive fork with NeoDash 2.4.4 - Extract Auth Module Mar 19, 2024
Copy link
Collaborator Author

@nielsdejong nielsdejong left a 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) => {
Copy link
Collaborator Author

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?

Copy link
Collaborator

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

package.json Outdated Show resolved Hide resolved
public/config/env-config.js Outdated Show resolved Hide resolved
public/config/env-config.js Outdated Show resolved Hide resolved
public/index.html Outdated Show resolved Hide resolved
src/extensions/hive/components/database/UploadDatabase.css Outdated Show resolved Hide resolved
src/extensions/hive/config/dynamicConfig.ts Outdated Show resolved Hide resolved
src/extensions/hive/persistence/FileUpload.js Outdated Show resolved Hide resolved
src/report/Report.tsx Outdated Show resolved Hide resolved
webpack.config.js Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/connection/ConnectionModule.ts Show resolved Hide resolved
src/extensions/hive/auth/authLib.ts Outdated Show resolved Hide resolved
src/extensions/hive/components/SaveToHiveModal.tsx Outdated Show resolved Hide resolved
src/extensions/hive/launch/launch.ts Outdated Show resolved Hide resolved
@@ -24,61 +24,61 @@
// -- This will overwrite an existing command --
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })
Cypress.Commands.add('getDataTest', (dataTestSelector) => {
Copy link
Collaborator

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

@@ -16,5 +16,19 @@
"standaloneDatabaseList": "neo4j",
"loggingMode": "0",
"loggingDatabase": "logs",
"customHeader": ""
"customHeader": "",
"connectionModule": "hive",
Copy link
Collaborator

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

Copy link

sonarcloud bot commented May 22, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
5.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants