Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nwz/import trains from opendata #2586

Merged
merged 27 commits into from
Dec 16, 2022
Merged

Conversation

nicolaswurtz
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

Merging #2586 (c567887) into dev (89f15a8) will decrease coverage by 0.67%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##                dev    #2586      +/-   ##
============================================
- Coverage     37.98%   37.31%   -0.68%     
  Complexity     1679     1679              
============================================
  Files           564      578      +14     
  Lines         17292    17609     +317     
  Branches       2404     2436      +32     
============================================
+ Hits           6569     6570       +1     
- Misses        10346    10662     +316     
  Partials        377      377              
Flag Coverage Δ
front 4.11% <0.00%> (-0.14%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
front/src/applications/carto/Map.tsx 0.00% <ø> (ø)
...src/applications/customget/views/SpaceTimeChart.js 0.00% <ø> (ø)
...ront/src/applications/customget/views/TrainList.js 0.00% <ø> (ø)
front/src/applications/editor/Map.tsx 0.00% <ø> (ø)
front/src/applications/opendata/Home.js 0.00% <0.00%> (ø)
front/src/applications/opendata/OpenDataImport.js 0.00% <0.00%> (ø)
front/src/applications/opendata/components/Map.js 0.00% <0.00%> (ø)
...pplications/opendata/components/OpenDataHelpers.js 0.00% <0.00%> (ø)
...pplications/opendata/components/StationSelector.js 0.00% <0.00%> (ø)
...rc/applications/opendata/components/TrainDetail.js 0.00% <0.00%> (ø)
... and 30 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nicolaswurtz nicolaswurtz force-pushed the nwz/import-trains-from-graou branch 2 times, most recently from c16685a to d9259c3 Compare December 14, 2022 07:47
@nicolaswurtz nicolaswurtz marked this pull request as ready for review December 14, 2022 07:48
@nicolaswurtz nicolaswurtz requested a review from a team December 14, 2022 07:48
@nicolaswurtz nicolaswurtz force-pushed the nwz/import-trains-from-graou branch from eb579a3 to 96a5af7 Compare December 15, 2022 09:33
@nicolaswurtz nicolaswurtz force-pushed the nwz/import-trains-from-graou branch from cdfb9e2 to c46544a Compare December 15, 2022 19:05
@nicolaswurtz nicolaswurtz merged commit 9536e6c into dev Dec 16, 2022
@nicolaswurtz nicolaswurtz deleted the nwz/import-trains-from-graou branch December 16, 2022 07:54
@nicolaswurtz nicolaswurtz changed the title Nwz/import trains from graou Nwz/import trains from opendata Dec 16, 2022
Akctarus pushed a commit that referenced this pull request Dec 19, 2022
* front: importGraou: first try

* front: importGraou: date & time added

* front: GraouImport: working config, working getTrainsList

* front: GraouImport: trainslist ok, beginning modal import

* front: GraouImport: path complete done

* front: GraouImport: pathfinding ok

* front: GraouImport: adding global settings from osrdconfig

* front: OpenDataImport: switching from Graou to OpenData

* front: OpenDataImport: added rollingstockid to result

* front: OpenDataImport: it's working !

* front: OpenDataImport: using real external serveur from Graou

* front: OpenDataImport: some corrections

* front: OpenDataImport: adapt map to maplibre migration

* front: OpenDataImport: cleaning timetableselector a little

* front: OpenDataImport: direct links to simulation & stdcm after import

* front: OpenDataImport: first pass to make pathfinding by OPs trigram working (and it's working !)

* front: OpenDataImport: some bugfixes

* front: OpenDataImport: some corrections

* front: some bugfixes

* front: Remove DGEX Solutions mentions

* front: fast relooking homepage

* front: rework home page

* front: opendataimport: bugfix

* front: replace png by svg when possible & svgo

* front: OpenDataImport: add defaultProps values

* front: OpenDataImport: bugfix on state selection for mapStyle

* front: OpenDataImport: state selector for timetableID more lightweight
alexandredamiron pushed a commit that referenced this pull request Jan 9, 2023
* front: importGraou: first try

* front: importGraou: date & time added

* front: GraouImport: working config, working getTrainsList

* front: GraouImport: trainslist ok, beginning modal import

* front: GraouImport: path complete done

* front: GraouImport: pathfinding ok

* front: GraouImport: adding global settings from osrdconfig

* front: OpenDataImport: switching from Graou to OpenData

* front: OpenDataImport: added rollingstockid to result

* front: OpenDataImport: it's working !

* front: OpenDataImport: using real external serveur from Graou

* front: OpenDataImport: some corrections

* front: OpenDataImport: adapt map to maplibre migration

* front: OpenDataImport: cleaning timetableselector a little

* front: OpenDataImport: direct links to simulation & stdcm after import

* front: OpenDataImport: first pass to make pathfinding by OPs trigram working (and it's working !)

* front: OpenDataImport: some bugfixes

* front: OpenDataImport: some corrections

* front: some bugfixes

* front: Remove DGEX Solutions mentions

* front: fast relooking homepage

* front: rework home page

* front: opendataimport: bugfix

* front: replace png by svg when possible & svgo

* front: OpenDataImport: add defaultProps values

* front: OpenDataImport: bugfix on state selection for mapStyle

* front: OpenDataImport: state selector for timetableID more lightweight
alexandredamiron pushed a commit that referenced this pull request Jan 17, 2023
* front: importGraou: first try

* front: importGraou: date & time added

* front: GraouImport: working config, working getTrainsList

* front: GraouImport: trainslist ok, beginning modal import

* front: GraouImport: path complete done

* front: GraouImport: pathfinding ok

* front: GraouImport: adding global settings from osrdconfig

* front: OpenDataImport: switching from Graou to OpenData

* front: OpenDataImport: added rollingstockid to result

* front: OpenDataImport: it's working !

* front: OpenDataImport: using real external serveur from Graou

* front: OpenDataImport: some corrections

* front: OpenDataImport: adapt map to maplibre migration

* front: OpenDataImport: cleaning timetableselector a little

* front: OpenDataImport: direct links to simulation & stdcm after import

* front: OpenDataImport: first pass to make pathfinding by OPs trigram working (and it's working !)

* front: OpenDataImport: some bugfixes

* front: OpenDataImport: some corrections

* front: some bugfixes

* front: Remove DGEX Solutions mentions

* front: fast relooking homepage

* front: rework home page

* front: opendataimport: bugfix

* front: replace png by svg when possible & svgo

* front: OpenDataImport: add defaultProps values

* front: OpenDataImport: bugfix on state selection for mapStyle

* front: OpenDataImport: state selector for timetableID more lightweight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants