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

fix(compose): editing compose file and add setup hints #173

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

str-anger
Copy link
Contributor

This PR edits an example compose file. Fixes some issues with extensions, adds volume to postgres, and gives some advises about setting the values.

Copy link
Contributor

Coverage

Coverage Report
FileStmtsMissCoverMissing
aqueductcore/backend
   context.py33488%48–52, 59–60
   main.py19479%21–24, 31
   session.py13469%24–28
aqueductcore/backend/models
   extensions.py1511391%53, 56, 80–81, 88, 94, 96–97, 176, 218, 247, 253, 261
   orm.py31197%58
aqueductcore/backend/routers
   files.py88298%169–170
   frontend.py241154%22–33, 37
aqueductcore/backend/routers/graphql
   mutations_schema.py57296%48, 133
   query_schema.py45296%66–68
   router.py11191%15
aqueductcore/backend/routers/graphql/mutations
   experiment_mutations.py24196%30
aqueductcore/backend/routers/graphql/resolvers
   experiment_resolver.py25292%28, 36
   tags_resolver.py25388%14, 44, 46
aqueductcore/backend/services
   experiment.py2203285%82, 111–124, 154, 188, 194, 240, 243, 268, 300, 348, 354, 383, 389, 406, 431, 438, 446, 476–482, 489–493, 505–508
   extensions_executor.py88891%39–42, 68, 83, 86, 152–158, 206
   validators.py33294%41, 46
aqueductcore/cli
   commands.py60788%32, 82–85, 94–98, 110–114
   exporter.py49198%71
   importer.py61198%90
TOTAL134910193% 

Tests Skipped Failures Errors Time
101 1 💤 0 ❌ 0 🔥 28.362s ⏱️

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-sand-0b0e2a903-173.westeurope.3.azurestaticapps.net

Copy link
Contributor

@safeamiiir safeamiiir left a comment

Choose a reason for hiding this comment

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

Helpful doc update

docs/setup.md Show resolved Hide resolved
@safeamiiir safeamiiir linked an issue Jun 27, 2024 that may be closed by this pull request
@str-anger str-anger merged commit 5017004 into main Jun 27, 2024
16 checks passed
@str-anger str-anger deleted the fix/example-compose branch June 27, 2024 17:04
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.

Issue with docker installation
3 participants