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

WIP Compine all #55

Merged
merged 3 commits into from
Jul 25, 2024
Merged

WIP Compine all #55

merged 3 commits into from
Jul 25, 2024

Conversation

drjova
Copy link
Contributor

@drjova drjova commented Jul 25, 2024

No description provided.

Copy link
Contributor

@DonHaul DonHaul left a comment

Choose a reason for hiding this comment

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

A very nice cleanup of file we didnt need + improving ease of use when setting up the project from scratch

Github workflows still seem to be failing, are they now building both an backoffice image and an airflow image?

backoffice/.envs/local/.django Outdated Show resolved Hide resolved
@@ -17,9 +17,13 @@
router.register("users", UserViewSet)

# Workflows
router.register("workflows/authors", AuthorWorkflowViewSet, basename="workflows-authors"),
router.register(
"workflows/authors", AuthorWorkflowViewSet, basename="workflows-authors"
Copy link
Contributor

Choose a reason for hiding this comment

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

did black find these lines too long? Seems like many files have been simply formatted

@@ -0,0 +1,10 @@
[
Copy link
Contributor

Choose a reason for hiding this comment

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

these fixtures are great additions, that greatly improve quality of live when having to create everything from scratch, thanks!

@@ -149,6 +149,7 @@ django-elasticsearch-dsl-drf = {git = "https://github.com/cern-sis/django-elasti
opensearch-dsl = "^2.1.0"
opensearch-py = "2.6.0"
djangorestframework-simplejwt = "^5.3.1"
django-json-widget = "^2.0.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

It seems thattThis APP is not being used

# In order to add custom dependencies or upgrade provider packages you can use your extended image.
# Comment the image line, place your Dockerfile in the directory where you placed the docker-compose.yaml
# and uncomment the "build" line below, Then run `docker-compose build` to build the images.
image: apache/airflow:2.8.3-python3.11
Copy link
Contributor

Choose a reason for hiding this comment

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

This line should be commented, if we specify a build below

@drjova drjova changed the title Compine all WIP Compine all Jul 25, 2024
@drjova drjova merged commit 7aa4e89 into inspirehep:main Jul 25, 2024
2 of 3 checks passed
@drjova drjova deleted the compine-all branch July 25, 2024 13:31
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.

2 participants