Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

author-consolidation #60

Merged
merged 2 commits into from
Aug 6, 2024
Merged

Conversation

DonHaul
Copy link
Contributor

@DonHaul DonHaul commented Aug 2, 2024

Fixed aggreggations, added swagger documentation, updated partialupdate but needs testing

Fixes 483

@DonHaul DonHaul marked this pull request as draft August 2, 2024 12:47
@DonHaul DonHaul force-pushed the author-consolidation branch from bf4adc8 to 6016924 Compare August 2, 2024 13:15
@DonHaul
Copy link
Contributor Author

DonHaul commented Aug 2, 2024

Took the opportunity to fix some small issues in the aggreggations and its tests

@DonHaul DonHaul force-pushed the author-consolidation branch from 6016924 to 7bf4015 Compare August 2, 2024 13:27
@DonHaul DonHaul self-assigned this Aug 2, 2024
@DonHaul DonHaul requested a review from drjova August 2, 2024 13:34
@DonHaul DonHaul marked this pull request as ready for review August 2, 2024 13:34
@DonHaul DonHaul force-pushed the author-consolidation branch from 7bf4015 to 56fd71c Compare August 5, 2024 08:21
@@ -61,6 +61,7 @@ x-airflow-common: &airflow-common
AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION: "true"
AIRFLOW__CORE__LOAD_EXAMPLES: "false"
AIRFLOW__API__AUTH_BACKENDS: "airflow.api.auth.backend.basic_auth,airflow.api.auth.backend.session"
# AIRFLOW__WEBSERVER__RELOAD_ON_PLUGIN_CHANGE: "true" # used when modifying plugins
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why remove this one? It's useful when you modify plugins

Copy link
Contributor Author

@DonHaul DonHaul Aug 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right, although we should add set it to false in our kubernetes as it may cause high memory usage and race conditions:
https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#reload-on-plugin-change

https://github.com/cern-sis/kubernetes/pull/907

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, we have to update it here actually

@DonHaul DonHaul force-pushed the author-consolidation branch 4 times, most recently from 2e74b7d to a7c1dcd Compare August 5, 2024 15:31
@DonHaul DonHaul force-pushed the author-consolidation branch from a7c1dcd to da9db83 Compare August 5, 2024 15:32
@drjova drjova merged commit cb98f4f into inspirehep:main Aug 6, 2024
6 checks passed
@DonHaul DonHaul deleted the author-consolidation branch August 7, 2024 12:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add curation actions
2 participants