-
Notifications
You must be signed in to change notification settings - Fork 0
Ona custom changes #2
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
base: master
Are you sure you want to change the base?
Conversation
2187ba4 to
b740c9d
Compare
2bb13a6 to
0325aff
Compare
0325aff to
9ac5039
Compare
2f57741 to
db113da
Compare
index.js
Outdated
| } | ||
| }) | ||
| .catch((error) => { | ||
| console.log(error) |
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.
Let's remove this.
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.
done!
index.js
Outdated
| } else if ("/health-check" == req.url) { | ||
| done() | ||
| } else { | ||
| done("Authentication Failure"); |
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.
Can we also add a status code (401)
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 couldn't find how to do this from fastify documentation
index.js
Outdated
| .then(fastify => // LAUNCH SERVER | ||
| fastify.listen({ port: process.env.SERVER_PORT || 3000, host: process.env.SERVER_HOST || '0.0.0.0' }, (err, address) => { | ||
| if (err) { | ||
| console.log(err) |
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.
Remove this too
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.
done!
cef99bc to
8bd36bb
Compare
Update base image
Update docker base image tag
Update base docker image
feat: Update axios version to 1.8.2
Update dependencies
Update node version
Update docker build workflow
Update github workflow
Update github workflow
Update base docker image
Update base docker image
…-dataviews Add support for merged and filtered DataViews
Add config for onadata url
No description provided.