Commit Graph

16 Commits

Author SHA1 Message Date
zramsay
ea25950b57 on push
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (push) Failing after 1m33s
2024-02-23 15:28:24 -05:00
zramsay
a183df58f4 add the files 2024-02-23 15:13:12 -05:00
Linkie Link
2ca6771f48
update docker CI to node 20 (#797)
* fix: fixed transaction messages (#792)

* Open Source + Docker image (#793)

* feat: added dummy charting library

* feat: added docker workflow

* feat: remove tests and code-coverage

* feat: added final TradingView fallback

* env: set private to false

* fix: added production env

* env: added README and LICENSE

* env: cleanup variables

* env: add license field

* env: finish docker setup

* fix: updated the description of the dummy data

* docker: update actions to node 20 (#796)

* docker: added v2 prefix to tags
2024-02-13 13:54:00 +01:00
Linkie Link
71d8e49a3d
v2.2.2 OS (#794)
* fix: fixed transaction messages (#792)

* Open Source + Docker image (#793)

* feat: added dummy charting library

* feat: added docker workflow

* feat: remove tests and code-coverage

* feat: added final TradingView fallback

* env: set private to false

* fix: added production env

* env: added README and LICENSE

* env: cleanup variables

* env: add license field

* env: finish docker setup

* fix: updated the description of the dummy data
2024-02-13 11:33:13 +01:00
Bob van der Helm
d052c91abd
Fixes bob (#443)
* 🐛 Trading chart title

* 🐛 Trading chart title

* 🐛 fix incorrect vault deposit amounts

* 🐛 fix incorrect vault borrow calc

* 🧽 run format

* 🧽 fix comments

* 🧽 update code owners
2023-09-11 10:14:40 +02:00
Yusuf Seyrek
2c149fabcf
tests: fix, improve utility, separate workflows (#241) 2023-06-05 08:47:42 +02:00
Yusuf Seyrek
dbb1f16d66
feat: set fixed version for jest coverage tool, disable workflow for dependabot PRs (#208) 2023-05-16 14:15:15 +03:00
Yusuf Seyrek
b24bbb3376
New architecture (#196)
* feat: move app to pages features

* feat: route changes

* Use React Router, Remove SSR

* Fix account menu

* Remove app folder

* remove old useParams

* Moved pages back to pages and refactor names

* add layout to route

* clean up

* create hooks for api fetching

* fix refetch of all data on tx complete

* formatting

* fix: fixed the wallet-connector race condition

* remove cosmjs/stargate (#202)

* remove cosmjs/stargate

* add Yusuf as code-orwner

* Singleton client (#203)

* remove cosmjs/stargate

* add Yusuf as code-orwner

* create signleton client and refactor vaults api

* update client name, add apollo apr env

* Setup validate-env and remove checking from apis

* uncomment vaults

* Resolve comments

* fix: html templating, add checks for hydration&window object, reduce bundle size (#204)

* fix: tests

* Fix routing and wallet client (#205)

* Add header to router (as layout)

* Refactor Wallet component

* Remove server fallback packages webpack

* add missing dependency for useeffect

---------

Co-authored-by: Bob van der Helm <34470358+bobthebuidlr@users.noreply.github.com>
Co-authored-by: Linkie Link <linkielink.dev@gmail.com>
2023-05-16 12:39:52 +02:00
Yusuf Seyrek
a59e880559
feat: fix code coverage workflow (#195)
* feat: create a dummy component for testing coverage workflow

* feat: add test for dummy component

* fix: delta

* fix: command

* fix: remove test file regexp

* chore: break tests

* fix: tests

* feat: add test for footer component

* fix: delete dummy component
2023-05-12 10:55:51 +03:00
Yusuf Seyrek
e555c69e07
WIP: MP 2693 create a script to ensure code coverage improvement on p rs (#194)
* feat: add coverage diff checker to test workflow

* fix: run test workflow on pull requests only
2023-05-11 15:55:03 +02:00
Yusuf Seyrek
ba6df26ebd
feat: disable codecov (#193) 2023-05-11 14:02:58 +02:00
Yusuf Seyrek
b410619bef
MP-2692 add codecov reporting (#191) 2023-05-11 11:45:19 +02:00
Yusuf Seyrek
78aa6b3089
feat: add test runner workflow (#188) 2023-05-08 17:55:18 +02:00
Bob van der Helm
7efb7908c0
set default reviewers (#151)
* set default reviewers

* update codeowners
2023-04-03 13:23:57 +02:00
Linkie Link
27cdd1c954
Linter and prettier adjustments (#50)
* tidy: added eslintrc and prettierrc rules

* tidy: formated the files via ‚yarn format‘

* import sort improvements

* format script regex fix

* replace eslint import severity to warning

* remove staged file

Co-authored-by: Gustavo Mauricio <gustavo.mauricio58@gmail.com>
2022-11-09 10:04:06 +01:00
Gustavo Mauricio
e9dc5c85d9
Create dependabot.yml 2022-09-02 12:35:29 +01:00