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

Move bull-board to use mono-repo structure #281

Merged
merged 31 commits into from
May 29, 2021
Merged

Move bull-board to use mono-repo structure #281

merged 31 commits into from
May 29, 2021

Conversation

felixmosh
Copy link
Owner

@felixmosh felixmosh commented May 28, 2021

This PR allows to add server frameworks as easy as adding a new folder :]

Added fastify & hapi adapters

Closes #265
Closes #103
Closes #225

felixmosh and others added 26 commits May 15, 2021 19:18
(cherry picked from commit f1d9b04)
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)
Move to use mock of ioredis instead of dockest
# 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 felixmosh changed the title Move bull-board to use mono-repo straucture Move bull-board to use mono-repo structure May 28, 2021
@felixmosh felixmosh merged commit 9631a12 into master May 29, 2021
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.

Feature: Allow using different server frameworks fastify how to use? Dashboard in Hapi Framework
2 participants