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

Basic Auth and debug flag #42

Merged
merged 4 commits into from
Aug 16, 2024
Merged

Basic Auth and debug flag #42

merged 4 commits into from
Aug 16, 2024

Conversation

mithyalabs
Copy link
Contributor

  • Added the debugMode to view logs in development.
  • Updated the security Credentials config to support basic auth.
  • Bump up the quadstore and quadstore-comunica
  • nvmrc file added.

Basic auth params added
@mithyalabs mithyalabs requested a review from adlerfaulkner May 21, 2024 14:38
Copy link
Member

@adlerfaulkner adlerfaulkner left a comment

Choose a reason for hiding this comment

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

Please remove your auto formatting changes and adhere to the existing eslint rules

"quadstore": "13.0.0-alpha.1",
"quadstore-comunica": "^3.3.0",
"quadstore": "13.1.1",
"quadstore-comunica": "^4.3.0",
Copy link
Member

Choose a reason for hiding this comment

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

I had some trouble with upgrading comunica so you may have to downgrade if you can't get the CI to pass. I can't remember what it was exactly at the moment but I'll let you know if I find out

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think I added .nvmrc for the same reason. Can you just use nvm use and then give it a try.
For CI also we might need to look at the node version.

package.json Outdated
@@ -93,4 +93,4 @@
"peerDependencies": {
"axios": "^0.27.2"
}
}
}
Copy link
Member

Choose a reason for hiding this comment

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

nit: please re-add the newline at the end of the file and setup your linter to use the included eslint rules

@mithyalabs mithyalabs requested a review from adlerfaulkner June 4, 2024 15:46
src/SklEngine.ts Outdated
@@ -4,26 +4,37 @@ import type {
OpenApiClientConfiguration,
} from '@comake/openapi-operation-executor';
import { OpenApiOperationExecutor } from '@comake/openapi-operation-executor';
import { getIdFromNodeObjectIfDefined, type ReferenceNodeObject } from '@comake/rmlmapper-js';
import {
Copy link
Member

Choose a reason for hiding this comment

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

@mithyalabs there's still tons of auto-formatting done in here. Please revert it so that I can focus on meaningful changes

@mithyalabs mithyalabs requested a review from adlerfaulkner June 6, 2024 15:32
@g30elipse g30elipse merged commit ede0274 into main Aug 16, 2024
12 of 22 checks passed
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.

3 participants