Skip to content

Releases: mbta/skate

2024-09-17-1

17 Sep 21:13
310c727
Compare
Choose a tag to compare

What's Changed

  • refactor: Rename diversionPageActivate.test.tsx -> diversionPage.activate.test.tsx by @joshlarson in #2792
  • feat: Active detour panel header yellow for those in detour-pilot group by @hannahpurcell in #2783
  • feat: Admin page that shows detours and allows an admin to delete them all by @joshlarson in #2789

Full Changelog: 2024-09-12-2...2024-09-17-1

2024-09-12-2

12 Sep 15:20
17bcc49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024-08-29-1...2024-09-12-2

2024-08-29-1

29 Aug 13:34
a2fc46a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024-08-20-1...2024-08-29-1

2024-08-20-1

20 Aug 15:56
f9d88c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024-08-14-1...2024-08-20-1

2024-08-14-1

14 Aug 17:10
8ff3d78
Compare
Choose a tag to compare

What's Changed

  • fix: Allow Hastus import to work when a block has as-directeds and regular trips by @joshlarson in #2736

Full Changelog: 2024-08-13-1...2024-08-14-1

2024-08-13-1

13 Aug 15:21
5a65a12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024-08-05-1...2024-08-13-1

2024-08-05-1

05 Aug 17:52
0f120e8
Compare
Choose a tag to compare

What's Changed

  • feat: Make the part of the route shape before the start point unclickable by @joshlarson in #2638
  • feat: Update styling for route after start point by @joshlarson in #2639
  • refactor: Rename NewHeader to Header by @joshlarson in #2704
  • cleanup: Remove old route ladder header CSS by @joshlarson in #2710
  • cleanup: Rename c-new-route-ladder to c-route-ladder in CSS by @joshlarson in #2711
  • feat: Gate dummy detour page behind detours-list test group by @joshlarson in #2712
  • cleanup: Rename finishedDetourFactory.ts to detourFactory.ts by @joshlarson in #2719
  • tests: Update selectors for "Add detour" dropdown in tests by @joshlarson in #2718
  • fix: truncate aws location queries to 200 bytes by @firestack in #2702
  • doc: create ADR 0004 for Skate MQTT Hierarchy by @firestack in #2686
  • feat: Add Activate button gated behind detours-list test group by @joshlarson in #2713
  • feat: Enter the "Activated" state when "Activate Detour" button is clicked by @joshlarson in #2714
  • fix(warnings): Fix warnings associated with Elixir 1.17 upgrade by @joshlarson in #2723
  • feat: Add stubbed "Active Detour" detour panel by @joshlarson in #2715
  • tests: Add test that "Add detour" dropdown is behind a test group by @joshlarson in #2717
  • feat: Suppress "Add detour" dropdown on mobile by @joshlarson in #2716

Full Changelog: 2024-07-29-1...2024-08-05-1

2024-07-29-1

29 Jul 14:42
fc4aa05
Compare
Choose a tag to compare

What's Changed

  • fix: ignore no process error when sending modification by @firestack in #2709
  • feat: persist last detour state to localStorage by @firestack in #2699

Full Changelog: 2024-07-26-1...2024-07-29-1

2024-07-26-1

26 Jul 16:16
d1784fb
Compare
Choose a tag to compare

What's Changed

  • refactor(tests): Use sequences for gtfs_route_pattern_factory ID's by @joshlarson in #2692
  • fix(ex/realtime/shape): add spec for new/1 so that autocomplete works by @joshlarson in #2695
  • fix: Update Realtime.Shape's pattern-matching so that it can accept Util.Location.From's by @joshlarson in #2694
  • tests: Add tests that assert on visible route sections by @joshlarson in #2641
  • tests: Clean up stubbed query functions in detours_controller_test by @joshlarson in #2693
  • fix(tests): Don't change the input on every useDetour test rerender by @joshlarson in #2696
  • fix: encode enum tag with string by @firestack in #2698
  • feat: send trip modification when finished detour api is called by @firestack in #2687
  • fix: show spinner when route patterns are loading from "empty" by @firestack in #2700
  • fix: push type definition cast down by @firestack in #2701
  • cleanup: Remove detour-route-selection and route-ladder-header-update test groups by @joshlarson in #2697
  • feat: Created db table for detours by @hannahpurcell in #2705
  • chore: update elixir 1.15.7 -> 1.17.2 by @firestack in #2706
  • fix: Basic check missed stops exists by @hannahpurcell in #2707

Full Changelog: 2024-07-15-1...2024-07-26-1

2024-07-15-1

15 Jul 15:45
ebfead6
Compare
Choose a tag to compare

What's Changed

  • feat: Have Realtime.TripModification take shape_id as an argument by @joshlarson in #2689
  • doc: create ADR 0003 for Skate MQTT by @firestack in #2685
  • fix[1/2]:test(TripModificationPublisher): use start_link_supervised from ExUnit for tests by @firestack in #2690
  • fix[2/2]:test(TripModificationPublisher): allow timeout up to 500ms for mosquitto integration tests by @firestack in #2691
  • feat: Add Shape as an argument for TripModificationPublisher.publish_modification/3 by @joshlarson in #2688

Full Changelog: 2024-07-10-1...2024-07-15-1