Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
06f9064
[#3054] Remove leftover infrastructure configuration
placek Feb 21, 2025
04adf32
Merge pull request #3056 from IntersectMBO/chore/3054-remove-leftover…
placek Feb 21, 2025
20df742
fix: ensure proposal cards are visible in proposal search
kneerose Feb 21, 2025
6927799
fix: drep filter issue due to default active filter
kneerose Feb 21, 2025
40b9501
fix: increase timeout for system bootstrapping warning visibility check
kneerose Feb 21, 2025
42cfe4b
refactor: replace fs operations with helper functions for file handling
kneerose Feb 24, 2025
8faffa0
fix: improve protocol parameters retrieval with file caching
kneerose Feb 24, 2025
cfd329a
fix: enhance frontend validation with detailed error messages for dRe…
kneerose Feb 24, 2025
c581c85
fix: wrap filter and sort validation with functionWaitedAssert
kneerose Feb 24, 2025
ccd08e9
fix: enhance visibility checks with detailed error messages in dRep a…
kneerose Feb 24, 2025
716d9f4
Merge pull request #3059 from IntersectMBO/bugfix/remaining-failing-test
kneerose Feb 24, 2025
4e0f73e
fix(#3055, #3057): Top nav adjustments
MSzalowski Feb 24, 2025
fc0eb18
fix(outcomes): add outcomes title and upgrade ui package version
emmanuel-musau Feb 21, 2025
94e687b
chore(outcomes): upgrade to the latest fix version of the package
emmanuel-musau Feb 22, 2025
1410bc6
feat(#3064): add outcome api url env to workflows
MSzalowski Feb 21, 2025
a1a4a4d
CD: Pass VITE_OUTCOMES_API_URL to ssh session
mesudip Feb 21, 2025
414d8df
Merge pull request #3047 from IntersectMBO/feat/3046-add-outcome-api-…
MSzalowski Feb 24, 2025
7b8bed5
chore(#3065): improve accessibility by changing header components in …
MSzalowski Feb 24, 2025
cc18127
Merge pull request #3060 from IntersectMBO/fix/3055-responsive-error-…
MSzalowski Feb 24, 2025
53268e9
fix(#3061): fix missing subtraction of withdrawals for ada holder bal…
MSzalowski Feb 24, 2025
64b81ed
Merge pull request #3062 from IntersectMBO/fix/3061-claimed-rewards-a…
MSzalowski Feb 24, 2025
c46a127
fix: remove unnecessary filter in fetchFirstActiveDRepDetails
kneerose Feb 25, 2025
bcf860a
fix: improve vote visibility message and add scrolling for better UI …
kneerose Feb 25, 2025
4e7ace7
Merge pull request #3069 from IntersectMBO/chore/3065-formatting-gove…
MSzalowski Feb 25, 2025
d50e2f5
Merge pull request #3072 from IntersectMBO/bugfix/fetch-active-dRep
kneerose Feb 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 0 additions & 95 deletions .github/workflows/build-and-deploy-beta.yml

This file was deleted.

95 changes: 0 additions & 95 deletions .github/workflows/build-and-deploy-dev.yml

This file was deleted.

98 changes: 0 additions & 98 deletions .github/workflows/build-and-deploy-staging.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy-test-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
cd $DEST_DIR/tests/test-infrastructure
./build-and-deploy.sh update-images
yes | docker system prune -f || echo "Ignoring system prune eror"
envs: GOVTOOL_TAG, GRAFANA_ADMIN_PASSWORD, GRAFANA_SLACK_RECIPIENT, GRAFANA_SLACK_OAUTH_TOKEN, SENTRY_DSN_BACKEND, GTM_ID, NPMRC_TOKEN, SENTRY_DSN_FRONTEND, PIPELINE_URL, USERSNAP_SPACE_API_KEY, APP_ENV, PDF_API_URL, KUBER_API_KEY, IPFS_GATEWAY, IPFS_PROJECT_ID
envs: GOVTOOL_TAG, GRAFANA_ADMIN_PASSWORD, GRAFANA_SLACK_RECIPIENT, GRAFANA_SLACK_OAUTH_TOKEN, SENTRY_DSN_BACKEND, GTM_ID, NPMRC_TOKEN, SENTRY_DSN_FRONTEND, PIPELINE_URL, USERSNAP_SPACE_API_KEY, APP_ENV, PDF_API_URL, KUBER_API_KEY, IPFS_GATEWAY, IPFS_PROJECT_ID, VITE_OUTCOMES_API_URL
env:
GOVTOOL_TAG: ${{ github.sha }}
GRAFANA_ADMIN_PASSWORD: ${{ secrets.GRAFANA_ADMIN_PASSWORD }}
Expand All @@ -75,6 +75,7 @@ jobs:
USERSNAP_SPACE_API_KEY: ${{ secrets.USERSNAP_SPACE_API_KEY }}
APP_ENV: test
PDF_API_URL: ${{ secrets.PDF_API_URL }}
OUTCOMES_API_URL: ${{ secrets.OUTCOMES_API_URL }}
KUBER_API_KEY: ${{ secrets.KUBER_API_KEY }}
IPFS_GATEWAY: $${{secrets.IPFS_GATEWAY}}
IPFS_PROJECT_ID: $${{secrets.IPFS_PROJECT_ID}}
Loading
Loading