Commits on Source (34)
-
Cyril Monmouton authored
-
Cyril Monmouton authored
-
Cyril Monmouton authored
-
Cyril Monmouton authored
-
Cyril Monmouton authored
-
Victor Dosda authored
-
Victor Dosda authored
-
Victor Dosda authored
-
Victor Dosda authored
-
Victor Dosda authored
-
Victor Dosda authored
-
Victor Dosda authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
move localcluster and daskclient into app.bulk_persistence See merge request !465
-
Victor Dosda authored
-
Victor Dosda authored
Az container configurable See merge request !467
-
Alexandre Vincent authored
-
Alexandre Vincent authored
factor gen_all_routes(Router) test function See merge request osdu/platform/domain-data-mgmt-services/wellbore/wellbore-domain-services!475
-
Cyril Monmouton authored
Merge branch 'master' of https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/wellbore/wellbore-domain-services into fix/get-bulk-catalog-without-dask
-
Cyril Monmouton authored
Improve statibility of fetching of bulk catalog by not using Dask workers See merge request !460
-
Luc Yriarte authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Luc Yriarte authored
Use python 3.8 image for gcp dev2 environment also See merge request !484
-
Alexandre Vincent authored
fix config fixtures See merge request !485
-
Alexandre Vincent authored
-
Alexandre Vincent authored
reducing external dependencies for app.helper package See merge request !483
-
Alexandre Vincent authored
Context without logger See merge request !489
Showing
- .gitlab-ci.yml 6 additions, 2 deletions.gitlab-ci.yml
- app/bulk_persistence/__init__.py 2 additions, 0 deletionsapp/bulk_persistence/__init__.py
- app/bulk_persistence/dask/bulk_catalog.py 9 additions, 15 deletionsapp/bulk_persistence/dask/bulk_catalog.py
- app/bulk_persistence/dask/client.py 89 additions, 0 deletionsapp/bulk_persistence/dask/client.py
- app/bulk_persistence/dask/dask_bulk_storage.py 13 additions, 8 deletionsapp/bulk_persistence/dask/dask_bulk_storage.py
- app/bulk_persistence/dask/dask_worker_plugin.py 1 addition, 1 deletionapp/bulk_persistence/dask/dask_worker_plugin.py
- app/bulk_persistence/dask/localcluster.py 77 additions, 0 deletionsapp/bulk_persistence/dask/localcluster.py
- app/bulk_persistence/dask/traces.py 2 additions, 2 deletionsapp/bulk_persistence/dask/traces.py
- app/bulk_persistence/tenant_provider.py 1 addition, 1 deletionapp/bulk_persistence/tenant_provider.py
- app/clients/clients_middleware.py 3 additions, 4 deletionsapp/clients/clients_middleware.py
- app/conf.py 2 additions, 0 deletionsapp/conf.py
- app/context.py 7 additions, 18 deletionsapp/context.py
- app/errors/client_error.py 4 additions, 3 deletionsapp/errors/client_error.py
- app/helper/logger.py 11 additions, 9 deletionsapp/helper/logger.py
- app/helper/traces.py 8 additions, 10 deletionsapp/helper/traces.py
- app/middleware/basic_context_middleware.py 5 additions, 4 deletionsapp/middleware/basic_context_middleware.py
- app/middleware/traces_middleware.py 4 additions, 3 deletionsapp/middleware/traces_middleware.py
- app/persistence/sessions_storage.py 4 additions, 4 deletionsapp/persistence/sessions_storage.py
- app/routers/ddms_v2/persistence.py 2 additions, 1 deletionapp/routers/ddms_v2/persistence.py
- app/routers/ddms_v2/storage_helper.py 5 additions, 4 deletionsapp/routers/ddms_v2/storage_helper.py
app/bulk_persistence/dask/client.py
0 → 100644
app/bulk_persistence/dask/localcluster.py
0 → 100644