-
Notifications
You must be signed in to change notification settings - Fork 7
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
Final split between legacy compose and BAN-ID data processing #375
Merged
antoineludeau
merged 9 commits into
master
from
antoineludeau/add-legacy-compose-route-for-id-fix
Apr 22, 2024
Merged
Final split between legacy compose and BAN-ID data processing #375
antoineludeau
merged 9 commits into
master
from
antoineludeau/add-legacy-compose-route-for-id-fix
Apr 22, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
antoineludeau
requested review from
nkokla,
mmortier,
vinsag,
IGNFBourcier and
FLoreauIGN
March 12, 2024 17:00
antoineludeau
force-pushed
the
antoineludeau/add-legacy-compose-route-for-id-fix
branch
from
March 13, 2024 13:42
e561768
to
ff5ce9a
Compare
This was
linked to
issues
Mar 20, 2024
antoineludeau
force-pushed
the
antoineludeau/add-legacy-compose-route-for-id-fix
branch
2 times, most recently
from
March 28, 2024 15:34
46cfad9
to
3e45022
Compare
nkokla
approved these changes
Apr 4, 2024
IGNFBourcier
reviewed
Apr 4, 2024
antoineludeau
force-pushed
the
antoineludeau/add-legacy-compose-route-for-id-fix
branch
from
April 16, 2024 14:30
3e45022
to
04616cf
Compare
antoineludeau
force-pushed
the
antoineludeau/add-legacy-compose-route-for-id-fix
branch
from
April 16, 2024 16:02
b4a9906
to
db4e3bb
Compare
antoineludeau
requested review from
IGNFBourcier,
nkokla and
jbouhadoun
and removed request for
mmortier
April 17, 2024 10:30
…id to legacy compose
antoineludeau
force-pushed
the
antoineludeau/add-legacy-compose-route-for-id-fix
branch
from
April 18, 2024 09:11
db4e3bb
to
b4dc0d8
Compare
nkokla
approved these changes
Apr 18, 2024
antoineludeau
deleted the
antoineludeau/add-legacy-compose-route-for-id-fix
branch
April 24, 2024 09:58
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WARNING : pre-requisite on this other PR : #383
Context
For now, data coming from the new API system (REST API + Postgres + export to Mongo) was going into temporary collections to be able to tests the system with real case scenario.
Now that tests have been done, we need to make the final switch to connect the new system to the current mongo exploited collections.
Enhancement
With this PR, there are the following changes :