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

Add markdown element, backend test doc; Fix wallet disconnect, metadata URL; Replace GA creation; Improve wallet navigation; Update yarn; Refactor tests. #1294

Merged
merged 28 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
84a968d
test: Dashboard learn more button action
kneerose Jun 7, 2024
828ea2d
test: Abstain and signal-no-confidence info button action
kneerose Jun 7, 2024
45ff0a8
test: DRep registration and edit dRep registration page restriction
kneerose Jun 7, 2024
d01e85a
refactor: Split miscellaneous tests based on dRep and loggedin depend…
kneerose Jun 7, 2024
86df750
chore: Refactor inconsistent test title numbering
NabinKawan Jun 12, 2024
9894aff
Fix: Add missing file on backend test
mesudip Jun 13, 2024
3ef147a
Chore: Test stack - Add Sentry config
mesudip Jun 10, 2024
6ebbeaa
Fix: Add sentry Backend DSN in playbook
mesudip Jun 10, 2024
a1dac9b
Chore: Upgrade cardano-db-sync to sancho-5-0-0
mesudip Jun 11, 2024
08f71bc
Add doc for enbsubst.py
mesudip Jun 13, 2024
025462d
Merge pull request #1270 from IntersectMBO/infra/test-chores
mesudip Jun 13, 2024
3b4bdc9
Fix: Fix metadata-validation default url
mesudip Jun 13, 2024
ff388e2
Merge pull request #1271 from IntersectMBO/fixes/test-deployment
NabinKawan Jun 13, 2024
5b3ea0b
Merge pull request #1269 from IntersectMBO/fix/backend-tests
mesudip Jun 13, 2024
ffc2ba6
Fix: backend config and tests
mesudip Jun 13, 2024
91dad17
Merge pull request #1216 from IntersectMBO/extended/tests
NabinKawan Jun 13, 2024
561ae26
Merge pull request #1273 from IntersectMBO/fix/backend-tests
mesudip Jun 13, 2024
b6f9598
#1244 add markdown element
Sworzen1 Jun 13, 2024
2176317
add test for render markdown component
Sworzen1 Jun 13, 2024
31e3731
feat(#1284): replace govtool-wrapper GA creation in favor of PDF Pillar
MSzalowski Jun 13, 2024
e20ffea
chore(#1281): increase level of logs of metada validation service
MSzalowski Jun 13, 2024
27a9862
Merge pull request #1290 from IntersectMBO/chore/1281-provide-more-lo…
MSzalowski Jun 13, 2024
8a184d4
Merge pull request #1289 from IntersectMBO/feat/1284-replace-govtool-…
MSzalowski Jun 13, 2024
e2e368b
improve connect/disconnect wallet navigation
Sworzen1 Jun 14, 2024
5af9a31
Merge pull request #1292 from IntersectMBO/fix/1119-bug-wallet-discon…
Sworzen1 Jun 14, 2024
7b9f8bd
Merge branch 'develop' of https://github.com/IntersectMBO/govtool int…
Sworzen1 Jun 14, 2024
3b47ab3
update yarn
Sworzen1 Jun 14, 2024
e67c673
Merge pull request #1276 from IntersectMBO/fix/1244-bug-cip-108-metad…
Sworzen1 Jun 14, 2024
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
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 @@ -5,6 +5,7 @@ on:
push:
branches:
- test
- infra/test-chores

env:
ENVIRONMENT: "test"
Expand All @@ -21,7 +22,7 @@ jobs:
SENTRY_DSN_BACKEND: ${{ secrets.SENTRY_DSN_BACKEND }}
GTM_ID: ${{ secrets.GTM_ID }}
NPMRC_TOKEN: ${{ secrets.NPMRC_TOKEN }}
SENTRY_DSN: ${{ secrets.SENTRY_DSN_FRONTEND }}
SENTRY_DSN_FRONTEND: ${{ secrets.INTERSECT_SENTRY_DSN_FRONTEND }}
PIPELINE_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
USERSNAP_SPACE_API_KEY: ${{ secrets.USERSNAP_SPACE_API_KEY }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
KUBER_API_URL: https://kuber-govtool.cardanoapi.io

- name: Upload report
if: always()
uses: actions/upload-artifact@v3
with:
name: allure-results
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ changes.
- Add eslint & prettier to frontend package [Issue 166](https://github.com/IntersectMBO/govtool/issues/166)
- Add DRep list pagination [Issue 740](https://github.com/IntersectMBO/govtool/issues/740)
- Add PDF pillar [Issue 1090](https://github.com/IntersectMBO/govtool/issues/1090)
- Replace govtool-wrapper governance action creation in favor of pdf-pillar [Issue 1284](https://github.com/IntersectMBO/govtool/issues/1284)

### Fixed

Expand Down
Loading
Loading