Commit Graph

44 Commits

Author SHA1 Message Date
github-actions[bot] 3c8bb2854d Version Packages 2022-03-03 15:23:53 +00:00
github-actions[bot] c9da151d84 Version Packages 2022-02-24 13:54:37 +00:00
Fredrik Adelöw dc97845422 backend-tasks: no unnecessary janitor log output on sqlite
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-22 11:27:53 +01:00
Patrik Oldsberg ba68ea4450 apply 0.68.1 fixes to master
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-18 11:30:15 +01:00
github-actions[bot] 408b0300cb Version Packages 2022-02-17 10:38:59 +00:00
Patrik Oldsberg 9892d74326 cli: renamed script commands to package
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-15 21:27:12 +01:00
Patrik Oldsberg 8f82d80adf migrate all package scripts
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:07 +01:00
Patrik Oldsberg b521c1b83b detect all package roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:03 +01:00
github-actions[bot] e4791789d1 Version Packages 2022-02-10 11:06:33 +00:00
github-actions[bot] e74f416a00 Version Packages (next) 2022-02-08 19:38:17 +00:00
dependabot[bot] 2441d1cf59 chore(deps): bump knex from 0.95.6 to 1.0.2
Bumps [knex](https://github.com/knex/knex) from 0.95.6 to 1.0.2.
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knex/knex/commits)

---
updated-dependencies:
- dependency-name: knex
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 15:51:55 +01:00
github-actions[bot] a12bb7b065 Version Packages 2022-02-03 09:42:25 +00:00
github-actions[bot] 51eecb3f03 Version Packages (next) 2022-02-02 14:28:47 +00:00
github-actions[bot] e1580cf73a Version Packages (next) 2022-02-01 08:53:29 +00:00
github-actions[bot] 406848efee Version Packages 2022-01-27 11:07:27 +00:00
Fredrik Adelöw 898e2d8933 Merge pull request #9051 from backstage/freben/fix-task-tests
fix the tasks test
2022-01-20 12:48:38 +01:00
Fredrik Adelöw b4bbd0e47d fix the tasks test
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-20 12:15:59 +01:00
github-actions[bot] 8b18d054f3 Version Packages 2022-01-20 10:33:31 +00:00
github-actions[bot] a94a2b8b3f Version Packages (next) 2022-01-18 13:49:07 +00:00
github-actions[bot] b04011602b Version Packages 2022-01-13 14:23:13 +00:00
github-actions[bot] e432d44f94 Version Packages 2022-01-04 10:54:36 +00:00
Andre Wanlin e188b37024 Feedback changes and changeset
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-12-30 14:08:53 -06:00
Andre Wanlin 6ace1d996e Updated backend-tasks readme
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-12-29 12:41:08 -06:00
github-actions[bot] 3d68c45ef7 Version Packages 2021-12-23 12:23:34 +00:00
github-actions[bot] 29f2606ed9 Version Packages 2021-12-02 12:35:24 +00:00
github-actions[bot] 99bf179ccf Version Packages 2021-11-18 11:52:08 +00:00
Fredrik Adelöw 3f447ec3e1 use lodash.once instead of memoize, and skip unnecessary PK index
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:24:59 +01:00
Fredrik Adelöw 06b035d120 bump to the latest versions of backstage packages
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:23:19 +01:00
Fredrik Adelöw 41009bb3a5 fix missing link in api report
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:48 +01:00
Fredrik Adelöw 85cc6bd6aa rename to TaskScheduler to reduce collision risk with other concepts
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:48 +01:00
Fredrik Adelöw 92d85b80e9 more tests and a review comment
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:48 +01:00
Fredrik Adelöw b5c106ac4c fix api export and test timeouts
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:48 +01:00
Fredrik Adelöw 26cf7f631d final cleanup, removing unschedule
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:48 +01:00
Fredrik Adelöw 9bee0b9f71 make it possible to abort tasks
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:48 +01:00
Fredrik Adelöw d8c28d99cf make the original task definition into just one object
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:47 +01:00
Fredrik Adelöw b91fe07309 use a proper AbortController instead of the home baked one
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:40 +01:00
Fredrik Adelöw cc3b6c25aa make timeout and frequency mandatory
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:28 +01:00
Fredrik Adelöw aeaa2fe3e6 log the task id as well when unable to parse settings
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:28 +01:00
Fredrik Adelöw d252c983b5 use dashes in not-ready-yet
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:28 +01:00
Fredrik Adelöw 5d602f8e29 get rid of the ts-ignore
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:28 +01:00
Fredrik Adelöw 3f1237147f remove the lock functionality
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:28 +01:00
Fredrik Adelöw 67456f7fc9 remove knexfile
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:28 +01:00
Fredrik Adelöw c1ac8dd174 log on failed release
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:28 +01:00
Fredrik Adelöw e09bf604cd move to a separate package instead and address comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:27 +01:00