Skip to content

Releases: moira-alert/web2.0

v2.11.0

19 Apr 10:02
Compare
Choose a tag to compare

Added

  • Subscription sortings and filters on settings page (#493)

v2.10.2

12 Apr 09:28
Compare
Choose a tag to compare

Fixes

  • Fixed render targets with crypto Api ids in non-secure browser context (#504)

v2.10.1

05 Apr 13:03
1b54649
Compare
Choose a tag to compare

Fixes

  • Fixed allTagsSubscription toggle render (#500)

v2.10.0

29 Mar 14:18
06da408
Compare
Choose a tag to compare

Added

  • Improved /tags page with react-window, an ability to change susbcription, sorting buttons (#491) (2024-03-28)
  • Turn off notifications modal (#488) (2024-03-13)
  • Notification settings mobile page (#484) (2024-02-26)
  • E2E playwright tests (#473) (2024-02-21)
  • Multi cluster select (#485) (2024-02-19)
  • Editable team name (#481) (2024-02-13)
  • Storybook update (#479) (2024-02-12)
  • Replaced encodeURI with encodeURIcomponent (#480) (2024-02-09)
  • Trigger operations btns redesign (#477) (2024-01-23)
  • Sentry (#476) (2024-01-22)
  • Removed metric value field (#475) (2024-01-22)
  • Metrics status indicator (#472) (2024-01-10)
  • Playwright screenshot tests (#466) (2023-12-18)
  • Source maps (#468) (2023-12-14)
  • Added sortings via name/value/event on triggers page, fixed metriclist layout, added initial render with "event" sorted state (#469) (2023-12-13)
  • Team description markdown support (#461) (2023-11-21)
  • Validate schedule abscence (#460) (2023-11-20)
  • Triggers list button (#455) (2023-11-07)
  • Copy target button (#446) (2023-10-30)

Fixes

  • Fixed browser back arrow behavior at settings page (#463) (2023-11-30)
  • Fix double error message (#454) (2023-11-01)

v2.9.0

25 Oct 10:35
Compare
Choose a tag to compare

Added

Fixes

v2.8.4

12 Sep 11:54
Compare
Choose a tag to compare

Fixed

  • Fix metric list height (#425)
  • Fix metric list rows visually overlapping on desktop (#421)

v2.8.3

28 Aug 15:18
Compare
Choose a tag to compare

Added

  • Change PR Action logic to trigger build from comment and support build on forks (#401)
  • Some buttons can now be hidden with feature-flags (#402)
  • Optimize long metric list render (#415)

Fixed

  • Fix target values on mobile (#412)

v2.7.2

08 Dec 13:42
Compare
Choose a tag to compare

Added

  • Issue and pull request templates #377
  • Creevey now runs in Docker, no Browserstack required #387
  • Click action on tags in trigger list & view #384
  • Mattermost as a delivery channel option #396

Fixed

  • Markdown not working in the mobile version #374
  • Interface inconsistencies in some modals #376 #383
  • Readme wording #380
  • Some deprecated bundling logic #382
  • Last event date format #389
  • Search by non-existent tags #353 #394
  • Trigger list item styles on hover #390
  • A bottleneck in trigger list rendering #391

v2.7.1

08 Aug 10:55
0a55baf
Compare
Choose a tag to compare

Added

  • Trigger, contact and subscription can be imported and exported from a JSON file #322
  • Switch from Travis CI to GitHub actions #344.
  • Ability to set custom maintenance time #329.
  • Migrate to Typescipt #337.
  • Schedule timezone visible on the Trigger page #286.
  • Filter by tag on the Notifications page #328.
  • Status indicator can show up to four statuses #297.
  • Sorting in Trigger and Metric columns on the Patterns page #292.
  • Unsupported contacts will be marked as deprecated #321.
  • Ability to receive a trigger from Moira API with a description prepared by template #484 #287.
  • Teams and team-specific subscriptions #346.
  • State change indicators on the Notifications page
  • Notifications count on the Notifications page

Fixed

  • Move buttons to the top of the Notifications page #354.
  • Update setup instructions #296 #301.
  • TTL validation not working on the trigger edit page #341.
  • Maintenance time setting #320.
  • Trigger validation on backend will run before saving #358.
  • Enable/disable notifications toggle #355.
  • Maintenance setting and notifications list filtered by tag #333.
  • Maintenance and delete buttons in triggers list #284.
  • Errors in stories #306.
  • Duplicating element keys
  • Radiogroup on the Add Trigger page #316.
  • iOS interface #357.

v2.5.1

09 Oct 11:00
Compare
Choose a tag to compare

Upgrading

Config for web is moved to config for API. Please read API and Web to detect the changes and merge two configs. Old config for web is not needed anymore.

Incompatible changes

New features

Bug fixes and improvements