Commit Graph

183 Commits

Author SHA1 Message Date
Edd
88604959f4 Remove unused publish step 2022-04-11 12:12:07 +01:00
Joe Tsang
a459793f09
Task/Updated tests to pass when there are no transactions (#145)
* Updated tests to pass when there are no txs

* Add slack command to send messages to slack

* Re add library for Cypress

* Resolved PR comments

* Added TODOs for clarity

* Increase wait for block to update

* Increase to 3 seconds

Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
2022-04-04 18:20:33 +01:00
Joe Tsang
205f4124f1
Test/deal ticket tests (#161)
* scaffold dealticket package, remove trading views from react-helpers

* add deal ticket component, add intent utils, expand dialog and form group styles

* add splash component, show market not found message if market doesnt exist

* tidy up error handling

* add handleError method for vega tx hook

* add better testname for provider test, flesh out tests a bit more for deal ticket

* Add unit tests for useVegaTransaction and useOrderSubmit hooks

* add wrapper component for order dialog styles

* add vega styled loader to ui toolkit and use in order dialog

* add title prop to order dialog

* split limit and market tickets into own files

* add button radio component

* revert dialog styles

* move splash component to ui-toolkit, add story

* convert intent to enum

* Make button always type=button unless type prop is passed

* inline filter logic for tif selector

* add date-fns, add datetime to helpers

* add order types to wallet package, make price undefined if order type is market

* use enums in deal ticket logic

* tidy up order state by moving submit and transaction hooks out of deal ticket

* add comment for dialog styles

* remove decimal from price input

* add types package, delete old generated types from trading project

* rename types package to graphql

* update generate command to point to correct locations

* fix use order submit test

* BDD and navigation tests passing

* Remove commented steps

* Steps up to placing order

* Date picker and date-fns update

* Vega connector wallet tests

* Passing up to request sent, updated date picker

* Tests for sell orders and errors

* Update market feature

* Fix failing tests

* Update wallet login

* Readded tx hash assertion and remaining tests

* Add CI wallet import

* Update .github/workflows/cypress.yml

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* Resolved PR comments

* Fix yaml error

* Attempt to fix failing tests in CI

* Run Cypress in Chrome

* Add reload if public key error displayed

* Fix wallet name

* Add force click and waits

* Increase timeout for deal ticket page

* Removed network list from yaml and using input error id

* Increase timeout to 8 seconds

* Re add deleted test id

Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
2022-04-04 16:11:27 +01:00
Dexter
cc28596d9f do not allow warnings on PRs 2022-04-01 10:51:56 +01:00
Matthew Russell
1e196bab19
Task/Update workflows to use full node version (#188) 2022-03-31 09:57:23 -07:00
Bartłomiej Głownia
7af0efa8d8 Enable @typescript-eslint/consistent-type-imports eslint rule 2022-03-30 13:05:41 +02:00
Dexter Edwards
ecbcdf57e3
add workflow for lint, build and format (#111)
* add workflow for lint, build and format

* run checks [skip netlify]
2022-03-22 13:11:01 +00:00
Joe
37294b3174 Make job name unique 2022-03-10 12:05:41 +00:00
Joe
0372b4be50 Resolve PR comment 2022-03-10 12:05:41 +00:00
Joe
35a7c0fd1f Stop tests running twice and revert changes to publish.yml 2022-03-10 12:05:41 +00:00
Joe
d9b8a65082 set main branch to master 2022-03-10 12:05:41 +00:00
Joe
3787decb0a add checkout ref 2022-03-10 12:05:41 +00:00
Joe
e7af88e875 Adding step names 2022-03-10 12:05:41 +00:00
Joe
1fa63d2260 Remove Cypress action 2022-03-10 12:05:41 +00:00
Joe
c965a53bb7 Remove install in Cypress step 2022-03-10 12:05:41 +00:00
Joe
7000679863 Update serve explorer 2022-03-10 12:05:41 +00:00
Joe
9699c1f69d Change back to yarn 2022-03-10 12:05:41 +00:00
Joe
8160c3aa9a Try npm install 2022-03-10 12:05:41 +00:00
Joe
7da51ce1d5 Add separate Cypress yml 2022-03-10 12:05:41 +00:00
Joe
334024de14 Update yml file 2022-03-10 12:05:41 +00:00
Bartłomiej Głownia
355de1a32f Create a Mono-repo for DeFiUI + ui toolkit using nx 2022-02-11 15:02:11 +01:00
Bartłomiej Głownia
1244d1be80 move all files to libs/ui-toolkit 2022-02-11 13:18:34 +01:00
Dexter
831195ac6b Revert "add size action"
This reverts commit 59d5baaa41ce6fba8ee1a0c1be749a7ce72a186f.
2022-01-11 10:24:48 +00:00
Dexter
f052a3b742 add size action 2022-01-11 10:24:48 +00:00
Dexter
c7dddd5dc5 use coverage in publish script 2021-12-14 13:16:41 +00:00
Dexter
b3617eed30 add testing into deploy workflow 2021-12-14 12:16:15 +00:00
Dexter
9bef1025a4 build before publish 2021-12-14 11:32:47 +00:00
Dexter
b10395bc65 only publish on tag 2021-12-13 10:35:35 +00:00
Dexter
304a90b7a4 switch to yarn 2021-12-13 10:30:15 +00:00
Dexter
0fb325a2cb only build on node 14.x 2021-12-13 10:28:32 +00:00
Dexter
94827652c7 remove test as there are none for now 2021-12-13 10:27:54 +00:00
Dexter
cda3d325bb add publish workflow 2021-12-13 10:27:13 +00:00
gordsport
056d1f193d Add Github action to add new issues to frontend project board
Added as part of https://github.com/vegaprotocol/token-frontend/issues/1057
2021-12-10 13:35:23 +00:00