Skip to content

Version v1.1.0

Choose a tag to compare

@flomonster flomonster released this 23 May 07:36
· 2695 commits to dev since this release

What's Changed

Features 🎉

  • STDCM interface:
  • Impersonate:
  • Permissions:
  • Train schedules and paced trains:
    • Categories
      • Add primary_category and other_categories in light rolling stock endpoints by @hamz2a in #11540
      • Add category in TrainSchedule and PacedTrain by @hamz2a in #11556
      • Add category in PacedTrain changeset by @hamz2a in #11796
      • Allow selecting and editing train category, and filtering trains by category in the list by @achrafmohye in #11638
    • Standard paced train:
    • Exceptions
  • New scenario page and interface
    • Synchronize scenario page across windows by @emersion in #11353
    • Implement standalone new scenario header by @kmer2016 in #11627
    • Ensure user login btn visible in all screen sizes by @turnerian2004 in #11516
  • ETCS
    • Return complete list of etcs braking curves in etcs braking simulator by @Erashin in #11616
  • Gateway
    • Implementation exclusion and inclusion by @ElysaSrc in #11763

Code refactoring ♻️

⚠️ Major code refactoring

Core

Editoast

Front

Tests

Translations

Tests

Others

Bug fixes 🐛

  • front: fix rounding times for timetable items cards by @louisgreiner in #11400
  • front: fix trainschedules multideletion by @SharglutDev in #11412
  • front: fix console warning at first load of a non empty timetable by @SharglutDev in #11417
  • front: fix track count display in speed limit editor by @Synar in #11514
  • front: fix disabled speed tag select in infra editor by @Synar in #11513
  • front: fix linebreak before required field star in rs editor by @Synar in #11515
  • front: fix select blocking scrolling in front by @Synar in #11587
  • front: fix psl panels speed rounding in infra editor by @Synar in #11512
  • front: fix broken stop duration display in stdcm sheet by @Synar in #11593
  • front: fix too few results in signal search in map by aligning with line search by @Synar in #11579
  • front: fix paced train occurrences inverted names by @Akctarus in #11558
  • front: fix effort curve crashing when array empty in rs editor by @Synar in #11549
  • front: fix infra json file input not accepting same file twice in chrome by @Synar in #11567
  • editoast: fix nightly clippy warning about format! interpolations by @leovalais in #11687
  • front: fix Duration serialization in redux persist by @kmer2016 in #11331
  • editoast: fix /authz/me/grants for admins by @leovalais in #11699
  • front: fix some missing translations by @clarani in #11690
  • editoast: fix rs inertia coefficient type by @Synar in #11688
  • front: translation: fix i18next interpolation by @flomonster in #11781
  • front: fix input box outline by @turnerian2004 in #11656
  • front: fix rs editor rounding by @Synar in #11719
  • front: fix rs editor mass conversions by @Synar in #11720
  • front: fix translations in op studies by @Synar in #11653
  • front: fix stdcm support mail content by @Synar in #11809
  • gateway: fix proxying of responses without a body by @multun in #11812
  • front: fix map not displayed in itinerary tab by @SharglutDev in #11846
  • editoast: fix StdcmResponse struct in OpenAPI by @hamz2a in #11421
  • front: fix canceling a simulation for alternative solutions doesn't display the results of the simulation by @achrafmohye in #11386
  • core: reproduce-request: exclude infra loading from time measurement by @eckter in #11539
  • Fix osrdyne orphan queue processor by @flomonster in #11563
  • Fix failing ci adding a requests session with retry strategy by @flomonster in #11586
  • Stop filtering duplicate tracks during exploration by @eckter in #11632
  • ensure uniform spacing between homepage cards by @turnerian2004 in #11808
  • add line break to about section css by @turnerian2004 in #11811

Operational studies

STDCM

  • reset searchResults only when needed by @clarani in #11797
  • display 0 duration stops as stops in stdcm sim report by @Synar in #11594
  • add translation for unknown step in simulation tables by @Synar in #11541
  • Handle and display non op stops in stdcm simulation report by @Synar in #10955
  • core: fix 20s margin bug by @eckter in #11271

osrd-ui

  • ui: reorganize development section of the readme by @emersion in #11568
  • ui-charts: display a GOV in a GET in Storybook by @jacomyal in #11636
  • ui-charts: fix useManchetteWithSpaceTimeChart() errors with zero waypoints by @emersion in #11571
  • ui-core: make dates outside currently displayed month selectable by @clarani in #11775
  • ui-core: fix focus style on button by @turnerian2004 in #11655
  • ui: fix ESLint enforcement in CI by @emersion in #11619

Dependencies

New Contributors

Full Changelog: v1.0.0...v1.1.0