Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
84ecc50
feat: add dRep configuration to proposal faucet wallet
kneerose Apr 21, 2025
018281e
fix: use dRep public key in dRepIdBech32 instead of stake public key
kneerose Apr 21, 2025
0ecabe4
fix: remove unnecessary progress bar visibility check in outcomes test
kneerose Apr 21, 2025
c6a1154
chore: add visibility check for given-name in dRep proposal budget test
kneerose Apr 21, 2025
55d840e
chore: bump @cardanoapi/cardano-test-wallet version to 3.3.1
kneerose Apr 21, 2025
d0d259f
fix: stake and dRep signing on sign/submit dependent test
kneerose Apr 21, 2025
5b00768
chore: add dRep private key to integration workflow
kneerose Apr 22, 2025
6e15f17
Merge pull request #3514 from IntersectMBO/fix/report-396-issue
kneerose Apr 22, 2025
9c4e87a
fix: network metrics response
kneerose Apr 22, 2025
1bdc527
test: add network total stake and network info response type validati…
kneerose Apr 22, 2025
9bab50a
Merge pull request #3515 from IntersectMBO/backend-test/network
kneerose Apr 22, 2025
7a758b2
test: add submit section field verification test
kneerose Apr 23, 2025
b24283c
refactor: improve formatWithThousandSeparator function to handle stri…
kneerose Apr 24, 2025
8b6784c
tests: add remaining proposal budget validation test
kneerose Apr 24, 2025
e7c86a9
test: add validation test for administration and submit section
kneerose Apr 24, 2025
cc98da6
chore: remove unnecessary division on outcome votes
kneerose Apr 24, 2025
1c3881b
chore: update @intersect.mbo/pdf-ui to 0.7.0-beta-21
github-actions[bot] Apr 24, 2025
835f885
Merge pull request #3522 from IntersectMBO/chore/@intersect.mbo/pdf-u…
MSzalowski Apr 24, 2025
b68162f
Merge pull request #3521 from IntersectMBO/tests/remaining-budget-pro…
kneerose Apr 24, 2025
c6774c1
feat: restructure dRep and budget proposal wallet authentication setup
kneerose Apr 22, 2025
d5dcf71
refactor: update the project to structure the seperete auth setup
kneerose Apr 22, 2025
da25728
refactor: update authentication file references in Playwright tests
kneerose Apr 24, 2025
c5104a8
chore: add budget proposal DRep wallets to all static wallets list
kneerose Apr 24, 2025
635daae
chore: add teardown step for proposal budget dRep setup in Playwright…
kneerose Apr 24, 2025
df4740d
chore: update @intersect.mbo/pdf-ui to 0.7.0-beta-22
github-actions[bot] Apr 24, 2025
9092bb9
Merge pull request #3524 from IntersectMBO/chore/@intersect.mbo/pdf-u…
MSzalowski Apr 24, 2025
1fd7af4
chore: update @intersect.mbo/pdf-ui to 0.7.0-beta-23
github-actions[bot] Apr 24, 2025
73a5d07
Merge pull request #3526 from IntersectMBO/chore/@intersect.mbo/pdf-u…
MSzalowski Apr 24, 2025
d4bd51c
refactor: streamline authentication setup for users and proposals
kneerose Apr 25, 2025
5eaa5ed
feat: add dev env on backend/frontend test workflow dispatch
kneerose Apr 25, 2025
2534424
chore: spilt auth setup to AdaHolder and User
kneerose Apr 25, 2025
1dded83
chore: add registration related test to dRepRegistration directory in…
kneerose Apr 25, 2025
574d387
refactor: remove skipIfNotHardFork and its calls from various test se…
kneerose Apr 28, 2025
3c3eeec
chore: add skipIfMainnet check to proposal budget test setup
kneerose Apr 28, 2025
05df90a
Merge pull request #3523 from IntersectMBO/refactor/auth-setup
kneerose Apr 29, 2025
392be72
chore: update @intersect.mbo/pdf-ui to 0.7.0-beta-24
github-actions[bot] Apr 29, 2025
2f5417d
Merge pull request #3545 from IntersectMBO/chore/@intersect.mbo/pdf-u…
MSzalowski Apr 29, 2025
f4e1c63
Merge pull request #3546 from IntersectMBO/develop
MSzalowski Apr 29, 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
5 changes: 2 additions & 3 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- "staging.govtool.byron.network/api"
- "govtool.cardanoapi.io/api"
- "z6b8d2f7a-zca4a4c45-gtw.z937eb260.rustrocks.fr"
- "dev-sanchonet.govtool.byron.network/api"
- "z78acf3c2-z5575152b-gtw.z937eb260.rustrocks.fr"
- "be.gov.tools"
network:
required: true
Expand All @@ -39,7 +39,7 @@ concurrency:
jobs:
backend-tests:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
outputs:
start_time: ${{ steps.set-pending-status.outputs.timestamp }}
status: ${{ steps.run-tests.outcome }}
Expand All @@ -58,7 +58,6 @@ jobs:
https://api.github.com/repos/${{ github.repository }}/statuses/${{ env.COMMIT_SHA }} \
-d "{\"state\": \"pending\", \"context\": \"Backend Tests : ${{env.BASE_URL}}\", \"target_url\": \"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\"}"


- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_integration_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- "govtool.cardanoapi.io"
- "preview.gov.tools"
- "gov.tools"
- "p80-z78acf3c2-zded6a792-gtw.z937eb260.rustrocks.fr"
network:
required: true
type: choice
Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:
CARDANOAPI_METADATA_URL: ${{vars.CARDANOAPI_METADATA_URL}}
PROPOSAL_FAUCET_PAYMENT_PRIVATE: ${{secrets.PROPOSAL_FAUCET_PAYMENT_PRIVATE}}
PROPOSAL_FAUCET_STAKE_PRIVATE: ${{secrets.PROPOSAL_FAUCET_STAKE_PRIVATE}}
PROPOSAL_FAUCET_DREP_PRIVATE: ${{secrets.PROPOSAL_FAUCET_DREP_PRIVATE}}

publish-report:
runs-on: ubuntu-latest
Expand Down
Loading