Skip to content

Releases: dhis2/scheduler-app

v1.1.6

08 Mar 14:35
Compare
Choose a tag to compare

1.1.6 (2021-03-08)

Bug Fixes

  • translations: import locales to enable translations (7dccfb2)

v1.1.5

02 Mar 17:01
Compare
Choose a tag to compare

1.1.5 (2021-03-02)

Bug Fixes

  • docs-link: fix documentation link (ec26b0f)

v1.1.4

02 Mar 14:09
Compare
Choose a tag to compare

1.1.4 (2021-03-02)

Bug Fixes

  • jobtable: disable manual job run if job itself is disabled (3646d7b)

v1.1.3

23 Feb 11:58
Compare
Choose a tag to compare

1.1.3 (2021-02-23)

Bug Fixes

  • jobtype: add new disable inactive users job type (5f1f5e0)

v1.1.2

23 Feb 09:57
Compare
Choose a tag to compare

1.1.2 (2021-02-23)

Bug Fixes

  • list: move list state to store (539ea77)
  • view-route: use hooks instead of selectors (89c8862)

v1.1.1

23 Feb 08:25
Compare
Choose a tag to compare

1.1.1 (2021-02-23)

Bug Fixes

  • system-jobs: enforce system job permissions (1bae8c7)

v1.1.0

18 Feb 15:15
Compare
Choose a tag to compare

1.1.0 (2021-02-18)

Bug Fixes

  • app-runtime: deduplicate app-runtime (47410cd)
  • cron: use i18n to retrieve locale (aeab782)
  • details: make details more independent from specific use (96a1c72)
  • editform: replace query with store (25f8a27)
  • include-system-jobs: improve system jobs toggle label (a9ba272)
  • include-system-jobs: use checkbox for include system jobs switch (381a24e)
  • infolink: ensure infolink opens in new window (90b8e6d)
  • job-form: fix parameter header (d664d65)
  • jobs-toggle-label: use better toggle description (6947d6a)
  • loading: render spinners without text when loading (3f0f1fc)
  • locale: use context for locale (22f28a8)
  • prop-types: destructure prop-types for readability (1756c7c)
  • prop-types: update prop-types (f8138bc)
  • translations: add translations for skip table types (e10f318)
  • unauthorized: show noticebox for unauthorized users (c75df2c)
  • update-job-hook: use put for job configuration update (bc884e2)
  • useeffect: cleanup subscriber (3c223ad)
  • add translations (9eb6105)
  • fix continuous execution and cron expression dynamic (76d216f)
  • fix dependencies (7499696)
  • fix prop types (99e6a16)
  • import upstream scheduling type changes (32420ac)
  • remove unnecessary export (be6ce03)
  • render spinner correctly (65a6b67)

Features

  • info: add info link for job listing (f5dd103)
  • add job edit page (aa51d10)

Reverts

  • remove css-variables component for the moment (dc6f16f)

v1.0.0

01 Dec 12:33
Compare
Choose a tag to compare

1.0.0 (2020-12-01)

Bug Fixes

  • add translations for new job types (#25) (404b04c)
  • only throw job run error if there are error reports (f3d468a)
  • revert to old translation strategy (a795c21)
  • update headerbar to latest and greatest (#31) (293a52c)
  • use human readable cron label strings (a64a151)

Features

  • scheduling types: support both cron and delay scheduling types (e14ccd8)