Skip to content

Commit

Permalink
Add values to transparency enum and remove nestia
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Naulleau committed Dec 6, 2024
1 parent a030578 commit 1b9136c
Show file tree
Hide file tree
Showing 35 changed files with 532 additions and 482 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-upload-webapp-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
env:
VITE_API_URL: ${{ vars.VITE_API_URL }}
VITE_FAKE_USERS: ${{ secrets.VITE_FAKE_USERS }}

- name: Create Archive
run: |
# In Scalingo dashboard, we set the PROJECT_DIR environment variable to webapp
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/integration-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build the shared models, necessary for the SDK generation
run: pnpm --filter shared-models build
- name: Generate SDK, necessary for the types check
run: pnpm --filter api gen-sdk
env:
SCW_ACCESS_KEY: ${{ vars.SCW_ACCESS_KEY }}
SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }}
SCW_ENCRYPTION_KEY: ${{ secrets.SCW_ENCRYPTION_KEY }}
S3_REPORTS_ATTACHED_FILES_BUCKET: ${{ vars.S3_REPORTS_ATTACHED_FILES_BUCKET }}
- name: Types check
run: pnpm types:check
- name: Lint
Expand All @@ -49,9 +42,3 @@ jobs:
S3_REPORTS_ATTACHED_FILES_BUCKET: ${{ vars.S3_REPORTS_ATTACHED_FILES_BUCKET }}
- name: Build
run: pnpm build
# Needed for nestia sdk generation
env:
SCW_ACCESS_KEY: ${{ vars.SCW_ACCESS_KEY }}
SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }}
SCW_ENCRYPTION_KEY: ${{ secrets.SCW_ENCRYPTION_KEY }}
S3_REPORTS_ATTACHED_FILES_BUCKET: ${{ vars.S3_REPORTS_ATTACHED_FILES_BUCKET }}
2 changes: 1 addition & 1 deletion apps/api/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
node: true,
jest: true,
},
ignorePatterns: ['.eslintrc.js', 'nestia.config.ts', 'jest*.config.js'],
ignorePatterns: ['.eslintrc.js', 'jest*.config.js'],
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TYPE "public"."transparency" ADD VALUE 'PROCUREURS_GENERAUX_25_NOVEMBRE_2024' BEFORE 'MARCH_2025';
ALTER TYPE "public"."transparency" ADD VALUE 'TABLEAU_GENERAL_T_DU_25_NOVEMBRE_2024' BEFORE 'MARCH_2025';
Loading

0 comments on commit 1b9136c

Please sign in to comment.