Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump cross-fetch from 2.2.5 to 2.2.6 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump next from 11.1.2 to 12.1.0 Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 12.1.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v11.1.2...v12.1.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump jose from 1.28.1 to 1.28.2 Bumps [jose](https://github.com/panva/jose) from 1.28.1 to 1.28.2. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v1.28.2/CHANGELOG.md) - [Commits](panva/jose@v1.28.1...v1.28.2) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Added bCard currency * Fix leftover merge conflict in yarn.lock * Update node for Vercel compatibility * Updated tagging functionality on web (#271) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export --------- Co-authored-by: Mofejesu1 <[email protected]> * Submit Notes Display (#272) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Display submission notes on bounty card * Remove Submission Notes ffrom Claim action --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> * Feature/improved mark paid (#275) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Initial commit * Show errors in more detail, better refreshing * Refresh after bounties paid, allow 0 for reward amount * Refactor index, add mark paid/unpaid button, and fix rerendering bugs * Fix display of bounties to mark between exports * Fix refresh after mark paid and claim, and allow 0 on max reward * Add tests * Cleaning up * Fix failing test * Fix tests and merge issues --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> * Bump http-cache-semantics from 4.1.0 to 4.1.1 (#278) * Develop into Main (#279) * Bump cross-fetch from 2.2.5 to 2.2.6 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump next from 11.1.2 to 12.1.0 Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 12.1.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v11.1.2...v12.1.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump jose from 1.28.1 to 1.28.2 Bumps [jose](https://github.com/panva/jose) from 1.28.1 to 1.28.2. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v1.28.2/CHANGELOG.md) - [Commits](panva/jose@v1.28.1...v1.28.2) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Added bCard currency * Fix leftover merge conflict in yarn.lock * Update node for Vercel compatibility * Updated tagging functionality on web (#271) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export --------- Co-authored-by: Mofejesu1 <[email protected]> * Submit Notes Display (#272) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Display submission notes on bounty card * Remove Submission Notes ffrom Claim action --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> * Feature/improved mark paid (#275) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Initial commit * Show errors in more detail, better refreshing * Refresh after bounties paid, allow 0 for reward amount * Refactor index, add mark paid/unpaid button, and fix rerendering bugs * Fix display of bounties to mark between exports * Fix refresh after mark paid and claim, and allow 0 on max reward * Add tests * Cleaning up * Fix failing test * Fix tests and merge issues --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Bump http-cache-semantics from 4.1.0 to 4.1.1 Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Bump mongoose from 5.13.14 to 5.13.15 (#277) * Develop into Main (#279) * Bump cross-fetch from 2.2.5 to 2.2.6 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump next from 11.1.2 to 12.1.0 Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 12.1.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v11.1.2...v12.1.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump jose from 1.28.1 to 1.28.2 Bumps [jose](https://github.com/panva/jose) from 1.28.1 to 1.28.2. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v1.28.2/CHANGELOG.md) - [Commits](panva/jose@v1.28.1...v1.28.2) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Added bCard currency * Fix leftover merge conflict in yarn.lock * Update node for Vercel compatibility * Updated tagging functionality on web (#271) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export --------- Co-authored-by: Mofejesu1 <[email protected]> * Submit Notes Display (#272) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Display submission notes on bounty card * Remove Submission Notes ffrom Claim action --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> * Feature/improved mark paid (#275) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Initial commit * Show errors in more detail, better refreshing * Refresh after bounties paid, allow 0 for reward amount * Refactor index, add mark paid/unpaid button, and fix rerendering bugs * Fix display of bounties to mark between exports * Fix refresh after mark paid and claim, and allow 0 on max reward * Add tests * Cleaning up * Fix failing test * Fix tests and merge issues --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Bump mongoose from 5.13.14 to 5.13.15 Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.13.14 to 5.13.15. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@5.13.14...5.13.15) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Bump cookiejar from 2.1.3 to 2.1.4 (#276) * Develop into Main (#279) * Bump cross-fetch from 2.2.5 to 2.2.6 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump next from 11.1.2 to 12.1.0 Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 12.1.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v11.1.2...v12.1.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump jose from 1.28.1 to 1.28.2 Bumps [jose](https://github.com/panva/jose) from 1.28.1 to 1.28.2. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v1.28.2/CHANGELOG.md) - [Commits](panva/jose@v1.28.1...v1.28.2) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Added bCard currency * Fix leftover merge conflict in yarn.lock * Update node for Vercel compatibility * Updated tagging functionality on web (#271) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export --------- Co-authored-by: Mofejesu1 <[email protected]> * Submit Notes Display (#272) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Display submission notes on bounty card * Remove Submission Notes ffrom Claim action --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> * Feature/improved mark paid (#275) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Initial commit * Show errors in more detail, better refreshing * Refresh after bounties paid, allow 0 for reward amount * Refactor index, add mark paid/unpaid button, and fix rerendering bugs * Fix display of bounties to mark between exports * Fix refresh after mark paid and claim, and allow 0 on max reward * Add tests * Cleaning up * Fix failing test * Fix tests and merge issues --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Bump cookiejar from 2.1.3 to 2.1.4 Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/bmeck/node-cookiejar/releases) - [Commits](https://github.com/bmeck/node-cookiejar/commits) --- updated-dependencies: - dependency-name: cookiejar dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Bump decode-uri-component from 0.2.0 to 0.2.2 (#269) * Develop into Main (#279) * Bump cross-fetch from 2.2.5 to 2.2.6 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump next from 11.1.2 to 12.1.0 Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 12.1.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v11.1.2...v12.1.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump jose from 1.28.1 to 1.28.2 Bumps [jose](https://github.com/panva/jose) from 1.28.1 to 1.28.2. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v1.28.2/CHANGELOG.md) - [Commits](panva/jose@v1.28.1...v1.28.2) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Added bCard currency * Fix leftover merge conflict in yarn.lock * Update node for Vercel compatibility * Updated tagging functionality on web (#271) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export --------- Co-authored-by: Mofejesu1 <[email protected]> * Submit Notes Display (#272) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Display submission notes on bounty card * Remove Submission Notes ffrom Claim action --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> * Feature/improved mark paid (#275) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Initial commit * Show errors in more detail, better refreshing * Refresh after bounties paid, allow 0 for reward amount * Refactor index, add mark paid/unpaid button, and fix rerendering bugs * Fix display of bounties to mark between exports * Fix refresh after mark paid and claim, and allow 0 on max reward * Add tests * Cleaning up * Fix failing test * Fix tests and merge issues --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Bump json5 from 1.0.1 to 1.0.2 (#274) Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump express from 4.17.2 to 4.18.2 (#270) Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.2...4.18.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump decode-uri-component from 0.2.0 to 0.2.2 Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Main back into develop (#280) * Develop into Main (#279) * Bump cross-fetch from 2.2.5 to 2.2.6 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump next from 11.1.2 to 12.1.0 Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 12.1.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v11.1.2...v12.1.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump jose from 1.28.1 to 1.28.2 Bumps [jose](https://github.com/panva/jose) from 1.28.1 to 1.28.2. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v1.28.2/CHANGELOG.md) - [Commits](panva/jose@v1.28.1...v1.28.2) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Added bCard currency * Fix leftover merge conflict in yarn.lock * Update node for Vercel compatibility * Updated tagging functionality on web (#271) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export --------- Co-authored-by: Mofejesu1 <[email protected]> * Submit Notes Display (#272) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Display submission notes on bounty card * Remove Submission Notes ffrom Claim action --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> * Feature/improved mark paid (#275) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Initial commit * Show errors in more detail, better refreshing * Refresh after bounties paid, allow 0 for reward amount * Refactor index, add mark paid/unpaid button, and fix rerendering bugs * Fix display of bounties to mark between exports * Fix refresh after mark paid and claim, and allow 0 on max reward * Add tests * Cleaning up * Fix failing test * Fix tests and merge issues --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Bump json5 from 1.0.1 to 1.0.2 (#274) Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump express from 4.17.2 to 4.18.2 (#270) Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.2...4.18.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Sync dev with main (#281) * Develop into Main (#279) * Bump cross-fetch from 2.2.5 to 2.2.6 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump next from 11.1.2 to 12.1.0 Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 12.1.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v11.1.2...v12.1.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump jose from 1.28.1 to 1.28.2 Bumps [jose](https://github.com/panva/jose) from 1.28.1 to 1.28.2. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v1.28.2/CHANGELOG.md) - [Commits](panva/jose@v1.28.1...v1.28.2) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Added bCard currency * Fix leftover merge conflict in yarn.lock * Update node for Vercel compatibility * Updated tagging functionality on web (#271) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export --------- Co-authored-by: Mofejesu1 <[email protected]> * Submit Notes Display (#272) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Display submission notes on bounty card * Remove Submission Notes ffrom Claim action --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> * Feature/improved mark paid (#275) * feat: bounty tagging * fix: remove db indexing to pass integration test * fix: tags display * feat: multiselect tag filter * chore: limit displayable tags * fix: renaming and duplicate removal * chore: center text in tooltip * Interim * Fix tag search bugs and add tag search test * Interim * Finish tag edit, fixing bugs * Defaulkt due date to 3-months to match bot * Fix saved search and URL bugs * Change default sort to Bounty Status and fix URL ascending/descending bug * Fix modal swapping bounties when rerender happens * Cleanup * Add tags to CSV export * Initial commit * Show errors in more detail, better refreshing * Refresh after bounties paid, allow 0 for reward amount * Refactor index, add mark paid/unpaid button, and fix rerendering bugs * Fix display of bounties to mark between exports * Fix refresh after mark paid and claim, and allow 0 on max reward * Add tests * Cleaning up * Fix failing test * Fix tests and merge issues --------- Signed-off-by: tescher <[email protected]> Co-authored-by: Mofejesu1 <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Bump json5 from 1.0.1 to 1.0.2 (#274) Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump express from 4.17.2 to 4.18.2 (#270) Bumps [express](https://github.com/expressjs/express) from 4.17.2 to 4.18.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.2...4.18.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]> * Feature/repeating bounties (#283) * Remove templates from lsiting * Add repeats in the display * Update package.json with Node ^18.x.0 To get Vercel to work Signed-off-by: tescher <[email protected]> * Fixes for dependency version issues (#285) --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: tescher <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mofejesu1 <[email protected]>
- Loading branch information
9977340
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.
Successfully deployed to the following URLs:
bounty-board – ./
bounty-board-bounty-board.vercel.app
bounty-board-git-main-bounty-board.vercel.app
bounty-board-virid.vercel.app
bountyboard.bankless.community
test-multitenancy-bountyboard.bankless.community
www.bountyboard.xyz
bountyboard.xyz