-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add prettier and eslint. Prettify all the things. Remove xo. (#165)
* Add prettier and eslint. Prettify all the things. Remove xo. * Better GH Action Job names
- Loading branch information
Showing
28 changed files
with
1,295 additions
and
4,581 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,106 +1,92 @@ | ||
2.0.0 - First public release of v2 as Agendash proper | ||
==== | ||
# 2.0.0 - First public release of v2 as Agendash proper | ||
|
||
Complete rewrite of Agendash in Vue.js! | ||
|
||
Supports Node.js 10 and up. | ||
|
||
2.0.0-beta0.8.2 / 2020-12-04 - As agendash2, in parallel repository https://github.com/agenda/agendash-v2 | ||
==== | ||
* fix: search by job name, small side bar design fix and toggle improvements (thanks @simllll) | ||
* fix: joblist reset fix (thanks @simllll) | ||
* fix: improve design on desktop + close sidebar on mobile when clicked on something (thanks @simllll) | ||
* feat: enable options.query as number (thanks @Enubia @simllll) | ||
* feat: multiselect checkboxes (thanks @Enubia @simllll) | ||
# 2.0.0-beta0.8.2 / 2020-12-04 - As agendash2, in parallel repository https://github.com/agenda/agendash-v2 | ||
|
||
2.0.0-beta0.1.0 / 2020-04-30 - First public release of Agendash2 in parallel repository https://github.com/agenda/agendash-v2 | ||
==== | ||
* New frontend written from scratch in Vue.js | ||
* Add search | ||
* Add pagination | ||
* Change default refresh interval to 60 seconds | ||
- fix: search by job name, small side bar design fix and toggle improvements (thanks @simllll) | ||
- fix: joblist reset fix (thanks @simllll) | ||
- fix: improve design on desktop + close sidebar on mobile when clicked on something (thanks @simllll) | ||
- feat: enable options.query as number (thanks @Enubia @simllll) | ||
- feat: multiselect checkboxes (thanks @Enubia @simllll) | ||
|
||
1.0.0 / 2019-02-25 | ||
==== | ||
* Add Hapi v17 middleware, drop support for Node.js v6 & v7 (#81) by umens (**BREAKING**) | ||
* Support Agenda version 2 by alexkwolfe (**BREAKING**) | ||
# 2.0.0-beta0.1.0 / 2020-04-30 - First public release of Agendash2 in parallel repository https://github.com/agenda/agendash-v2 | ||
|
||
0.5.0 / 2019-02-25 | ||
==== | ||
- New frontend written from scratch in Vue.js | ||
- Add search | ||
- Add pagination | ||
- Change default refresh interval to 60 seconds | ||
|
||
* Update dependencies (#69, #70) (**BREAKING**) | ||
* Agenda `>=0.7.0 <1.0.0` → `^1.0.3` and thus require MongoDB v3+ | ||
* async `^1.0.0` → `^2.6.0` | ||
* Drop support for Node.js v4 and v5 (might still work but we're stopping testing these) (**BREAKING**) | ||
* Switch testing with Mocha to [Ava](https://www.npmjs.com/package/ava) (#70) | ||
* Docker support (#54) by WoLfulus | ||
* Fix 404 errors when deleting and re-queuing jobs (#61) by koresar | ||
# 1.0.0 / 2019-02-25 | ||
|
||
0.4.0 / 2016-10-27 | ||
================== | ||
- Add Hapi v17 middleware, drop support for Node.js v6 & v7 (#81) by umens (**BREAKING**) | ||
- Support Agenda version 2 by alexkwolfe (**BREAKING**) | ||
|
||
* (simison) Agenda dependency version `<1.0.0` to avoid breaking dependency. | ||
* (loris) Fix #24 - Added indexes for faster queries. | ||
* Fix #28 - Removed dependency on Mongo Driver. | ||
* Added API tests with mocha and supertest. No frontend tests. | ||
# 0.5.0 / 2019-02-25 | ||
|
||
0.3.2 / 2016-06-30 | ||
================== | ||
- Update dependencies (#69, #70) (**BREAKING**) | ||
- Agenda `>=0.7.0 <1.0.0` → `^1.0.3` and thus require MongoDB v3+ | ||
- async `^1.0.0` → `^2.6.0` | ||
- Drop support for Node.js v4 and v5 (might still work but we're stopping testing these) (**BREAKING**) | ||
- Switch testing with Mocha to [Ava](https://www.npmjs.com/package/ava) (#70) | ||
- Docker support (#54) by WoLfulus | ||
- Fix 404 errors when deleting and re-queuing jobs (#61) by koresar | ||
|
||
* (HugoCornu) Fix #19 "Schedule Job" - Don't repeat job if user didn't want it repeated | ||
# 0.4.0 / 2016-10-27 | ||
|
||
0.3.1 / 2016-04-12 | ||
================== | ||
- (simison) Agenda dependency version `<1.0.0` to avoid breaking dependency. | ||
- (loris) Fix #24 - Added indexes for faster queries. | ||
- Fix #28 - Removed dependency on Mongo Driver. | ||
- Added API tests with mocha and supertest. No frontend tests. | ||
|
||
* (simison) Add engines key to package.json | ||
# 0.3.2 / 2016-06-30 | ||
|
||
0.3.0 / 2016-04-04 | ||
================== | ||
- (HugoCornu) Fix #19 "Schedule Job" - Don't repeat job if user didn't want it repeated | ||
|
||
* (bh-chaker) Schedule Job Feature - create new jobs from the UI | ||
* Limit to 200 jobs on page, no UI for configuration | ||
# 0.3.1 / 2016-04-12 | ||
|
||
0.2.1 / 2016-03-25 | ||
================== | ||
- (simison) Add engines key to package.json | ||
|
||
* (vziukas) Recurring job count and labels | ||
* Fixed "queued" label colors | ||
# 0.3.0 / 2016-04-04 | ||
|
||
0.2.0 / 2016-03-18 | ||
================== | ||
- (bh-chaker) Schedule Job Feature - create new jobs from the UI | ||
- Limit to 200 jobs on page, no UI for configuration | ||
|
||
* (vziukas) Configurable title | ||
* Middleware option moved to "options" object | ||
# 0.2.1 / 2016-03-25 | ||
|
||
0.1.1 / 2016-03-17 | ||
================== | ||
- (vziukas) Recurring job count and labels | ||
- Fixed "queued" label colors | ||
|
||
* (vziukas) multiple instances of agendash can each have a separate agenda | ||
# 0.2.0 / 2016-03-18 | ||
|
||
0.1.0 / 2016-03-15 | ||
================== | ||
- (vziukas) Configurable title | ||
- Middleware option moved to "options" object | ||
|
||
* (rapidia) remove "arrow function" syntax for non-chrome browsers | ||
* (ebourmalo) Fix the middleware usage and use a proper structure | ||
# 0.1.1 / 2016-03-17 | ||
|
||
0.0.5 / 2016-02-24 | ||
================== | ||
- (vziukas) multiple instances of agendash can each have a separate agenda | ||
|
||
* Batch requeue and delete | ||
* Select All and Select None | ||
# 0.1.0 / 2016-03-15 | ||
|
||
0.0.4 / 2016-02-24 | ||
================== | ||
- (rapidia) remove "arrow function" syntax for non-chrome browsers | ||
- (ebourmalo) Fix the middleware usage and use a proper structure | ||
|
||
* Select multiple jobs | ||
# 0.0.5 / 2016-02-24 | ||
|
||
0.0.2 / 2016-02-23 | ||
================== | ||
- Batch requeue and delete | ||
- Select All and Select None | ||
|
||
* version bump so npm will update docs | ||
* Added screenshots | ||
# 0.0.4 / 2016-02-24 | ||
|
||
0.0.1 / 2016-02-23 | ||
================== | ||
- Select multiple jobs | ||
|
||
* Initial Release | ||
# 0.0.2 / 2016-02-23 | ||
|
||
- version bump so npm will update docs | ||
- Added screenshots | ||
|
||
# 0.0.1 / 2016-02-23 | ||
|
||
- Initial Release |
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
Oops, something went wrong.