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

[SS-463] [CC3 Dashboard] Staking dashboard wallet clean up #67

Merged
merged 44 commits into from
Jan 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
da59da2
Feature/v1.0.0 (#38)
nbass3 Dec 15, 2023
9b9b928
Add `git diff` in CI for easier debugging of PR preview builds
atodorov Dec 15, 2023
442e093
Change how we build the PR preview builds
atodorov Dec 15, 2023
c461333
CSUB-959: Change LeavePool label to Unbond funds
frankli-dev Dec 19, 2023
f8fe193
Revert "CSUB-959: Change LeavePool label to Unbond funds"
atodorov Dec 19, 2023
0ee01a3
[SS-465] [CC3 Dashboard] When leaving pool change message (#57)
rosee-xo Jan 4, 2024
2f40070
Bash format
atodorov Dec 20, 2023
02e2732
Fix markdown lint issues
atodorov Dec 20, 2023
aff0556
Disable spell checkers
atodorov Dec 20, 2023
c0d961e
Disable JSCPD copy-paste checker
atodorov Dec 20, 2023
b5bae2d
Remove Release section from CONTRIBUTING.md + related GH action
atodorov Dec 20, 2023
39ce8e7
Replace upstream URLs with ours
atodorov Dec 20, 2023
82a1cf9
Fix broken URLs that return 404
atodorov Dec 20, 2023
e92a724
Nuke upstream's Changelog file
atodorov Dec 20, 2023
548321c
Disable eslint as part of the MegaLinter workflow
atodorov Dec 20, 2023
edc8f01
Disable markdown-table-formatter because it conflicts with eslint
atodorov Dec 20, 2023
b4f9a02
Remove extra curly braces to satisfy actionlint
atodorov Dec 21, 2023
50830b5
Ensure to-level permissions are not set to write-all
atodorov Dec 21, 2023
de5963b
Consolidate RUN instructions - make hadolint happy
atodorov Dec 21, 2023
eceb4d6
hadolint ignore: warning: Pin versions in npm
atodorov Dec 21, 2023
d3f9640
Allow comments in jsonlint and fix some issues
atodorov Dec 21, 2023
003f06a
ignore leaked token for a source file which doesn't exist
atodorov Dec 21, 2023
ecf55be
Disable ts-standard b/c it conflicts with current eslint configuration
atodorov Dec 21, 2023
e0ad09f
Disable deprecated scss-lint linter
atodorov Dec 21, 2023
4f9d5a8
Disable stylelint linter
atodorov Dec 21, 2023
498a970
Add HTML keywords for djlint
atodorov Dec 21, 2023
685c80a
Ignore CVEs agaist transitive dependencies
atodorov Dec 21, 2023
385ef98
Provide rules for htmlhint
atodorov Dec 21, 2023
55afb98
Disable check for USER directive in Dockerfile
atodorov Dec 21, 2023
1070e32
Add HEALTHCHECK command for the container
atodorov Dec 21, 2023
dada13f
chore(deps): bump actions/upload-artifact from 3 to 4
dependabot[bot] Jan 8, 2024
4ac7119
chore(deps): bump github/codeql-action from 2 to 3
dependabot[bot] Jan 8, 2024
386b2d1
chore(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.18.0
dependabot[bot] Jan 8, 2024
d38f96d
chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2
dependabot[bot] Jan 8, 2024
5a89ef5
chore(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] Jan 8, 2024
99873ae
chore(deps-dev): bump vitest from 1.0.1 to 1.1.3
dependabot[bot] Jan 8, 2024
fa79de3
chore(deps): bump follow-redirects from 1.15.3 to 1.15.4
dependabot[bot] Jan 9, 2024
6303437
chore(deps): bump date-fns from 2.30.0 to 3.2.0
dependabot[bot] Jan 9, 2024
4e3c728
chore(deps): bump react-i18next from 13.5.0 to 14.0.0
dependabot[bot] Jan 1, 2024
67ce153
fix: Check all validators
gaquarius Jan 9, 2024
3f089ae
fix: Show join button (#56)
frankli-dev Jan 10, 2024
1ede192
fix: Show favorites always (#58)
frankli-dev Jan 10, 2024
1fed154
CSUB-944: CC3 Staking Dashboard fee balance is calculated slightly wr…
frankli-dev Jan 17, 2024
2f9fcd9
[SS-463] [CC3 Dashboard] Staking dashboard wallet clean up
rosee-xo Jan 22, 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
Prev Previous commit
Next Next commit
Remove extra curly braces to satisfy actionlint
atodorov committed Jan 8, 2024
commit b4f9a0208d4259e30790b31b6fac663bc97cbd5a
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:

# Upload MegaLinter artifacts
- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: MegaLinter reports