Switch outage list over to Angular implementation

Description

The Angular elementList implementation of the outage list is feature-complete. We should switch over to it and eliminate the old outage JSP code.

The only migration issue is that bookmarks to the old outage page will cease working since the new page uses a new URL and query parameters.

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Jesse White May 16, 2018 at 11:38 AM

Seth Leger October 23, 2017 at 9:21 PM

The date issues should be resolved by two changes:

  • URL-encoding was not being performed properly; this has been fixed

  • Dates in the Angular list code are now always handled as UTC+0000 values in the URI and $scope to prevent any skew between the Angular client and the server

Seth Leger October 18, 2017 at 5:44 PM

According to github PR feedback, there are problems with using date-based filters when the current timezone is ahead of GMT (ie, +0100) because of the encoding of the plus symbol. This breaks the "Current" and "Resolved" buttons in the UI (since they use an encoded date as the token representing a null date).

Details

Assignee

Reporter

Story Points

Components

Affects versions

Priority

PagerDuty

Created August 31, 2017 at 5:50 PM
Updated July 31, 2019 at 3:16 PM