Commit Graph

269 Commits

Author SHA1 Message Date
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
rzadp
6d462801f0 Linking trick for openzeppelin imports in solidity 2019-05-15 14:40:32 +02:00
rzadp
ac2781600e Added contracts workspace 2019-05-15 14:36:58 +02:00
rzadp
f135826cc3 Added contracts submodule pointing to 2.3.0-rc0 2019-05-15 14:34:29 +02:00
Przemyslaw Rzad
40fef06503
Update bridge-ui (#39)
* Renamed bridge-ui to ui, removed submodule

* Re-added submodules. Pointing at 2.2.0

* Updated workspace name.

* Removed package-lock.json.

* Updated ui contracts to 2.3.0-rc0, installed node modules.

* Added linting to ui

* Integrated UI lint, test and build into CI.

* Added readme for merging.

* Consistent eslint module

* Included plugins in dev dependencies.

* Changed eslint version.

* Add yarn.lock

* Update deprecated node api.

* Remove travis badge and config in ui

* Update link to oracle in ui dependencies.

* Remove duplicated gitter.

* Remove unimplemented coverage and dependencies badges.

* Update links in step 5 and 6 in UI

* Cosmetic.
2019-05-15 14:23:29 +02:00
Przemyslaw Rzad
d50d579fb5
Extract oracle/e2e (#45)
* Moved oracle/e2e to oracle-e2e

* Update build path in docker-compose

* Update link to e2e in oracle

* Introduce oracle-e2e workspace.

* Updated script and readme

* Integrated oracle-e2e into CI.
2019-05-15 13:51:21 +02:00
Przemyslaw Rzad
f2cb9768f9
Update deployment readmes (#42)
* Update links in deployent readmes.

* Removed rust section, updated link.

* Removed rust section, updated link.
2019-05-15 09:55:52 +02:00