-
Notifications
You must be signed in to change notification settings - Fork 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
Add base functionality #1
Conversation
paolochiodi
commented
Oct 15, 2020
•
edited
Loading
edited
- code extracted from Fastify secrets titus#546
- add tests
- linting
- README
- CI Workflow
- parallel calls to client.get
7919e84
to
600ed18
Compare
lib/build-plugin.js
Outdated
const fp = require('fastify-plugin') | ||
const pProps = require('p-props') | ||
|
||
const GET_CONCURRENCY = 5 |
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.
this should be an option on the plugin
Co-authored-by: Matteo Collina <[email protected]>
…ify-secrets-core into feature/base-functionality
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.
lgtm
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.
lgtm