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

Refactor documents upload. Add bid proposal document. Refactor clients. Make single client for cdb. Improve client time sync. #101

Merged
merged 13 commits into from
Aug 14, 2024
Merged
  •  
  •  
  •  
27 changes: 14 additions & 13 deletions .github/workflows/workflow-test-fast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,32 @@ jobs:
pytest-fast:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
max-parallel: 5
fail-fast: false
matrix:
case:
- reporting
- negotiation
- negotiation_quick
- below_threshold
- below_threshold_multilot
- above_threshold
- above_threshold_features
- above_threshold_lcc
- above_threshold_eu
- above_threshold_eu_multilot
- above_threshold_eu_plan
- above_threshold_eu_tender
- above_threshold_eu_features
- above_threshold_eu_lcc
- above_threshold_ua
- above_threshold_ua_multilot
- above_threshold_ua_features
- above_threshold_ua_multilot_features
- above_threshold_ua_lcc
- above_threshold_ua_multilot_lcc
- below_threshold
- below_threshold_central
- below_threshold_features
- close_framework_agreement_ua
- close_framework_agreement_ua_central
- competitive_dialogue_eu
- competitive_dialogue_ua
- competitive_dialogue_ua_features
- esco
- esco_features
- esco_multilot
- negotiation
- negotiation_quick
- reporting
- simple_defense
env:
PYTHONUNBUFFERED: 1
Expand Down
27 changes: 14 additions & 13 deletions .github/workflows/workflow-test-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,32 @@ jobs:
pytest-full:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
fail-fast: false
max-parallel: 5
matrix:
case:
- reporting
- negotiation
- negotiation_quick
- below_threshold
- below_threshold_multilot
- above_threshold
- above_threshold_features
- above_threshold_lcc
- above_threshold_eu
- above_threshold_eu_multilot
- above_threshold_eu_plan
- above_threshold_eu_tender
- above_threshold_eu_features
- above_threshold_eu_lcc
- above_threshold_ua
- above_threshold_ua_multilot
- above_threshold_ua_features
- above_threshold_ua_multilot_features
- above_threshold_ua_lcc
- above_threshold_ua_multilot_lcc
- below_threshold
- below_threshold_central
- below_threshold_features
- close_framework_agreement_ua
- close_framework_agreement_ua_central
- competitive_dialogue_eu
- competitive_dialogue_ua
- competitive_dialogue_ua_features
- esco
- esco_features
- esco_multilot
- negotiation
- negotiation_quick
- reporting
- simple_defense
env:
PYTHONUNBUFFERED: 1
Expand Down
218 changes: 107 additions & 111 deletions README.md

Large diffs are not rendered by default.

Loading