-
-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move bull-board to use mono-repo structure (#281)
* Reformat the code when semicolons enabled * Start of mono-repo refactor * Finish initial implementation of mono-repo mode * Add example with-express * Change author * Update express examples * fix api path * Add fastify adapter * Add fastify example * Add hapi adapter * Add hapi example * Change readmes * Update main README.md * Fix blurry fonts (cherry picked from commit f1d9b04) * Reformat theme.css * Remove eslint-plugin-prettier since it formats differently then prettier it self (cherry picked from commit ce93b4c) * Cleanup package.json * Change prettier config * Fix lint * Cleanup root * chore(deps): bump dns-packet from 1.3.1 to 1.3.4 (#279) 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) * Add release-it-yarn-workspaces * Drop support for node 10 * feat: add addQueue and removeQueue methods (#278) * feat: add addQueue and removeQueue methods. Co-authored-by: Felix Mosheev <[email protected]> (cherry picked from commit c4b6763) * Fix tests Move to use mock of ioredis instead of dockest * Reformat the code * Update lock * Change to ci env * Change install command * Switch build & tests Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Hayes <[email protected]>
- Loading branch information
1 parent
efdbd4c
commit 9631a12
Showing
160 changed files
with
7,783 additions
and
2,152 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
node_modules/ | ||
static/ | ||
|
||
dist | ||
yarn-error.log | ||
*.rdb | ||
|
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
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
Oops, something went wrong.