-
-
Notifications
You must be signed in to change notification settings - Fork 370
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
Move bull-board to use mono-repo structure #281
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit f1d9b04)
…ier it self (cherry picked from commit ce93b4c)
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felix Mosheev <[email protected]> (cherry picked from commit efdbd4c)
* feat: add addQueue and removeQueue methods. Co-authored-by: Felix Mosheev <[email protected]> (cherry picked from commit c4b6763)
# Conflicts: # README.md # bullAdapter.d.ts # bullAdapter.js # bullMQAdapter.d.ts # example.ts # package.json # packages/api/src/queueAdapters/base.ts # packages/api/src/queueAdapters/bull.ts # packages/api/src/queueAdapters/bullMQ.ts # packages/api/tests/api/index.spec.ts # packages/api/tests/api/public-interface.spec.ts # packages/express/src/helpers/wrapAsync.ts # packages/ui/src/components/Highlight/Highlight.tsx # packages/ui/src/components/JobCard/Details/Details.tsx # packages/ui/src/components/JobCard/Details/DetailsContent/DetailsContent.tsx # packages/ui/src/components/JobCard/JobActions/JobActions.tsx # packages/ui/src/components/JobCard/Progress/Progress.tsx # packages/ui/src/components/JobCard/Timeline/Timeline.tsx # packages/ui/src/components/Menu/Menu.tsx # packages/ui/src/components/QueueActions/QueueActions.tsx # packages/ui/src/components/QueuePage/QueuePage.tsx # packages/ui/src/components/RedisStats/RedisStats.tsx # packages/ui/src/hooks/useSelectedStatuses.ts # packages/ui/src/theme.css # prettier.config.js # src/@types/api.ts # src/@types/app.ts # src/@types/global.ts # src/@types/utils.ts # src/index.ts # src/routes/apiRouter.ts # src/routes/entryPoint.ts # src/routes/handlers/cleanAll.ts # src/routes/handlers/cleanJob.ts # src/routes/handlers/errorHandler.ts # src/routes/handlers/jobLogs.ts # src/routes/handlers/promoteJob.ts # src/routes/handlers/queues.ts # src/routes/handlers/retryAll.ts # src/routes/handlers/retryJob.ts # src/routes/middlewares/jobProvider.ts # src/routes/middlewares/queueProvider.ts # src/ui/components/App.tsx # src/ui/components/Header/Header.tsx # src/ui/components/JobCard/Button/Button.tsx # src/ui/components/JobCard/Details/Details.module.css # src/ui/components/JobCard/JobCard.module.css # src/ui/components/JobCard/JobCard.tsx # src/ui/components/JobCard/Timeline/Timeline.module.css # src/ui/components/Menu/Menu.module.css # src/ui/components/StatusMenu/StatusMenu.module.css # src/ui/components/StatusMenu/StatusMenu.tsx # src/ui/components/Tooltip/Tooltip.tsx # src/ui/components/constants.ts # src/ui/hooks/useDetailsTabs.tsx # src/ui/hooks/useInterval.ts # src/ui/hooks/useScrollTopOnNav.ts # src/ui/hooks/useStore.ts # src/ui/index.tsx # src/ui/services/Api.ts # src/ui/toastify.css # tests/dockest.ts # yarn.lock
felixmosh
changed the title
Move bull-board to use mono-repo straucture
Move bull-board to use mono-repo structure
May 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR allows to add server frameworks as easy as adding a new folder :]
Added fastify & hapi adapters
Closes #265
Closes #103
Closes #225