-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/metagenomics exchange #325
Merged
Merged
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a8a761 - Browse repository at this point
Copy the full SHA 0a8a761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d51fe3 - Browse repository at this point
Copy the full SHA 4d51fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 240d8f4 - Browse repository at this point
Copy the full SHA 240d8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed97ccb - Browse repository at this point
Copy the full SHA ed97ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab829f4 - Browse repository at this point
Copy the full SHA ab829f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb9300 - Browse repository at this point
Copy the full SHA fcb9300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6438c3b - Browse repository at this point
Copy the full SHA 6438c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f4900 - Browse repository at this point
Copy the full SHA 64f4900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7484116 - Browse repository at this point
Copy the full SHA 7484116View commit details -
- Refactored the cli wrapper - Refactored the settings to be in line with the rest - Modified the unit tests
Configuration menu - View commit details
-
Copy full SHA for fee19bd - Browse repository at this point
Copy the full SHA fee19bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7d9b17 - Browse repository at this point
Copy the full SHA e7d9b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e0b019 - Browse repository at this point
Copy the full SHA 2e0b019View commit details -
Configuration menu - View commit details
-
Copy full SHA for c92c381 - Browse repository at this point
Copy the full SHA c92c381View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdac39c - Browse repository at this point
Copy the full SHA bdac39cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65e64e0 - Browse repository at this point
Copy the full SHA 65e64e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c664e6 - Browse repository at this point
Copy the full SHA 3c664e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f082415 - Browse repository at this point
Copy the full SHA f082415View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb1ce81 - Browse repository at this point
Copy the full SHA bb1ce81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f309c4 - Browse repository at this point
Copy the full SHA 0f309c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b6b3a - Browse repository at this point
Copy the full SHA 83b6b3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e226e - Browse repository at this point
Copy the full SHA 97e226eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e229f5c - Browse repository at this point
Copy the full SHA e229f5cView commit details -
Fixed the migrations for EBI Search and MGX.
The test tests/me/test_populate_metagenomics_exchange.py::TestMeAPI::test_removals_dry_mode it's working now.
Configuration menu - View commit details
-
Copy full SHA for a6e9eda - Browse repository at this point
Copy the full SHA a6e9edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f83224 - Browse repository at this point
Copy the full SHA 2f83224View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5961f7d - Browse repository at this point
Copy the full SHA 5961f7dView commit details -
Merge branch 'feature/metagenomics_exchange' of github.com:EBI-Metage…
…nomics/emgapi into feature/metagenomics_exchange
Configuration menu - View commit details
-
Copy full SHA for 02d3943 - Browse repository at this point
Copy the full SHA 02d3943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d2a37 - Browse repository at this point
Copy the full SHA 60d2a37View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad539e7 - Browse repository at this point
Copy the full SHA ad539e7View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 986f222 - Browse repository at this point
Copy the full SHA 986f222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916ce45 - Browse repository at this point
Copy the full SHA 916ce45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948caa8 - Browse repository at this point
Copy the full SHA 948caa8View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a55c40 - Browse repository at this point
Copy the full SHA 6a55c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18d4641 - Browse repository at this point
Copy the full SHA 18d4641View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfb1b54 - Browse repository at this point
Copy the full SHA bfb1b54View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7dbbb14 - Browse repository at this point
Copy the full SHA 7dbbb14View commit details -
Add an extra migrate step to rename last_indexed -> last_ebi_search_i…
…ndexed This is needed because RenameField doesn't allow you to change the db_column name. With this change it seems to work, and the data should be kept: ```sql -- -- Alter field last_indexed on analysisjob -- ALTER TABLE "ANALYSIS_JOB" RENAME COLUMN "LAST_INDEXED" TO "LAST_EBI_SEARCH_INDEXED"; -- -- Alter field last_indexed on study -- ALTER TABLE "STUDY" RENAME COLUMN "LAST_INDEXED" TO "LAST_EBI_SEARCH_INDEXED"; -- -- Rename field last_indexed on analysisjob to last_ebi_search_indexed -- -- -- Rename field last_indexed on study to last_ebi_search_indexed -- ```
Configuration menu - View commit details
-
Copy full SHA for 4a8f3b4 - Browse repository at this point
Copy the full SHA 4a8f3b4View commit details
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.