rzadp
6f573b9b67
Consolidated .nvmrc
2019-05-22 16:31:45 +02:00
rzadp
a957d7a827
Consolidated .gitignore
2019-05-22 16:31:45 +02:00
rzadp
697a6f4c7f
Merge master into dockerfile-and-contracts
2019-05-22 16:31:36 +02:00
Przemyslaw Rzad
6dc4fc6acd
Configured Prettier ( #60 )
...
* Apply prettier fixes for UI
* Integrate prettier into linting. Remove duplicate .prettierrc.
* Common .eslintignore. Removed reduntant prettier check
* Apply prettier on ui script
* Correct linting
* Duplicate plugin
* Common plugin
2019-05-22 16:31:09 +02:00
rzadp
1f77607df2
Rename Dockerfile to Dockerfile.e2e.
2019-05-22 16:25:32 +02:00
rzadp
6b0f402cf8
Removed duplicate env variable
2019-05-22 16:14:40 +02:00
rzadp
48e591ef45
Merge master into dockerfile-and-contracts
2019-05-22 16:12:09 +02:00
Przemyslaw Rzad
19a3314c42
Added Coveralls for UI ( #59 )
...
* Adding coveralls
* cover on master only
* Added dependencies badge
* Revert "Added dependencies badge"
420d5276e1cff2557c76937f69166450dd98d340
* Added badge in ui sub-dir. fixed workflow
2019-05-22 16:09:02 +02:00
rzadp
9711fb2363
Get rid of contracts-2.1.0 no longer used
2019-05-22 11:41:03 +02:00
rzadp
fbedc7ee5e
Try to run ui-e2e on 2.2.0 contracts
2019-05-22 11:29:01 +02:00
rzadp
edbe20396b
Silent npm installation
2019-05-22 11:26:46 +02:00
rzadp
3cd934a18a
Corrected path to contracts
2019-05-22 11:25:37 +02:00
rzadp
cfd1c66ce7
Typo.
2019-05-22 10:32:58 +02:00
rzadp
3117e7a0e2
Actually remove package-lock.json's
2019-05-22 10:16:17 +02:00
rzadp
7d4d05fae5
Constant path to contracts in ui-e2e
2019-05-22 10:15:16 +02:00
rzadp
29da871914
Constant path to contracts in oracle-e2e
2019-05-22 10:12:41 +02:00
rzadp
56b7772439
Updated link to contracts in readme because link to submodules don't work on github
2019-05-22 09:20:16 +02:00
rzadp
8bfee295fa
Removed contracts.
2019-05-21 17:06:55 +02:00
rzadp
b9ad9e5332
Renames
2019-05-21 16:51:59 +02:00
rzadp
93d42a34b3
Using monorepo's contracts instead of dockerfile.
2019-05-21 16:51:59 +02:00
rzadp
b39336ea57
Removed obsole ui dockerfile
2019-05-21 16:03:31 +02:00
rzadp
add2d145df
Added contracts 2.1.0
2019-05-21 15:30:02 +02:00
rzadp
7716e0e9d1
Removed ui subbmodule
2019-05-21 15:09:44 +02:00
rzadp
7b559f750b
Updated readme
2019-05-21 15:07:32 +02:00
rzadp
9a94b24ba7
Removed oracle/submodule
2019-05-21 14:54:13 +02:00
rzadp
3ccf58b0ad
Compiling contracts
2019-05-21 12:49:46 +02:00
rzadp
31e9c03b8e
Trying to fix postinstall web3 linking
2019-05-21 12:44:32 +02:00
rzadp
5283336eb3
Passing tests.
2019-05-21 12:44:30 +02:00
rzadp
cc98e32f25
Rolled back adding envs
2019-05-21 12:44:28 +02:00
rzadp
da6957a45e
Added contracts-2.2.0 for use in oracle-e2e
2019-05-21 12:44:26 +02:00
rzadp
16423bdedc
Using main contracts submodule in oracle-e2e.
2019-05-21 12:44:24 +02:00
rzadp
3446f805db
Start e2e scripts with docker-compose down
2019-05-21 12:44:22 +02:00
rzadp
6aa9921ef1
Compiling the contracts
2019-05-21 12:44:20 +02:00
rzadp
a55cb4cb3f
Initializing submodukes and installing dependencie for oracle-e2e job.
2019-05-21 12:44:18 +02:00
rzadp
87c994421a
Cleaning contracts/deploy/node_modules as well
2019-05-21 12:44:16 +02:00
rzadp
ca87e4f44a
Added all jobs
2019-05-21 12:44:14 +02:00
rzadp
ea369b8693
Added missing default envs
2019-05-21 12:44:11 +02:00
rzadp
85a4a27872
oracle-e2e uses main dockerfile and main contracts submodule.
2019-05-21 12:44:09 +02:00
rzadp
02d88951e5
UI uses main contracts submodule
2019-05-21 12:44:07 +02:00
rzadp
7f303c08cf
Fix for submodules npm npm install
2019-05-21 12:44:05 +02:00
rzadp
4a58581d57
CI
2019-05-21 12:44:03 +02:00
rzadp
185b6b540d
First attempt at main dockerfile
2019-05-21 12:44:01 +02:00
rzadp
de0182e7cb
Single parity dockerfile
2019-05-21 12:43:59 +02:00
rzadp
f9c3f2dbad
Skipping de-initialization on CI because it fails on CircleCI
2019-05-21 12:43:56 +02:00
rzadp
26898f1889
ui-e2e-ci
2019-05-21 12:43:51 +02:00
Przemyslaw Rzad
6d1d4bce6b
Extracting UI E2E ( #49 )
...
* Commented out package-lock.json
* Moved over changes from https://github.com/poanetwork/bridge-ui/pull/217
* Brought back package-lock.json used in e2e.
* Edited postinstall to work for sub-repo npm install
* Using local oracle
* Moved ui/e2e-script to ui-e2e
* Introduced ui-e2e workspace.
* Updated paths,. removed bridge dockerfile.
* Updated e2e script after extracting.
* Introduced ui-e2e into CI
* Disabled ui-e2e
* Updated readme.
2019-05-21 09:41:52 +02:00
Arsenii Petrovich
2fcfe9fe9d
Update main.yml ( #51 )
...
From Ansible README:
```
For those used to /usr/bin/chmod remember that modes are actually octal numbers. You must either add a leading zero so that Ansible's YAML parser knows it is an octal number (like 0644 or 01777) or quote it (like '644' or '1777') so Ansible receives a string and can do its own conversion from string into number.
```
The error was in using `644` mode instead of `0644`
2019-05-20 13:09:53 +02:00
Alexander Kolotov
daaf8891ae
Merge pull request #48 from poanetwork/contracts-submodule
...
Introduce contracts submodule
2019-05-17 02:56:41 +03:00
rzadp
253921c2a3
Compiling contracts first.
2019-05-16 16:12:08 +02:00
rzadp
8d221f6c36
Update postinstall script.
2019-05-15 15:03:08 +02:00