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
Przemyslaw Rzad
0ed989a653
Update Structure section with new sub-repo names. ( #41 )
2019-05-14 09:23:52 +02:00
Przemyslaw Rzad
5efc9a6688
Update bridge monitor ( #38 )
...
* Removed duplicate licence, updated links do Contributing and Licence in sub-readme.
* Renamed bridge-monitor to monitor.
* Removed package-lock.json.
* Added monitor workspace with linting.
* Consistent eslint version.
* Added readme for merging.
2019-05-14 09:17:03 +02:00
Przemyslaw Rzad
48efc618e4
Update deployment bridge ( #37 )
...
* Removed obsolete upgradable-wo-parity.
* Renamed deployment-bridge/bridge-nodejs to deployment-bridge/oracle
* Renamed deployment-bridge to deployment.
* Added linting to readme.
* Added linting.
* Migrated circle-ci to 2.1
* Revert "Migrated circle-ci to 2.1"
2ce36b1934c02e2c6900884ac932d6bfdbffc3cb
* Ansible-linting only bugs.
* Updated readme, finished ansible-lint.
* Fixed CI error.
* Verbose.
* Using differnt docker.
* Linting only bugs.
* Revert "Added linting to readme."
b5890b884750fe8a7ebe4c1c1361b2a60b1690f9
* Added readme for merging.
2019-05-10 14:04:20 +02:00
Przemyslaw Rzad
fe7fbd688f
Extract general information into root readme ( #35 )
...
* Extracted general information from sub-readmes.
* Updated bridge-monitor overview.
* Changed order of sub-repos in Structure.
* Typo.
2019-05-10 13:40:56 +02:00
Przemyslaw Rzad
9746430fb0
Add bridge-ui sub-repository ( #27 )
...
* Introduced bridge-ui from branch 2.1.0-rc1
* Added submodule to root directory.
* Check out bridge-ui poa-bridge-contracts to tag 2.3.0-rc0
* Added bridge-ui workspace.
* Removed duplicate CoC, Contributing, Licence, updated links in readme.
* Pulling submodules.
* Use specified submodule commit instead of pulling latest.
2019-05-09 12:03:18 +02:00
Alexander Kolotov
052c1ba25d
Merge pull request #29 from poanetwork/add-bridge-monitor
...
Added bridge-monitor sub-repository
2019-05-08 17:32:16 +03:00
rzadp
e7a717a567
Added bridge-monitor from tag 2.2.0
2019-05-08 15:12:02 +02:00
Przemyslaw Rzad
0447dd1a78
Add deployment bridge sub-repository ( #25 )
...
* Added deployment-bridge from tags/1.0.0
* Removed Contributing, Licence, Code of Conduct, updated links in readme.
2019-05-08 13:51:56 +02:00
Przemyslaw Rzad
d656025378
Update the token-bridge sub-repo ( #19 )
...
* Moved audit to root directory.
* Moved code of conduct, contributing and licence files.
* Removed travis config and badge.
* Updated repository links in CONTRIBUTING.
* Moved Gitter badge to main readme. Updated links to contributing and licence.
* Updated main readme.
* Moved references to main readme.
* Renamed token-bridge to oracle.
* Update README.md
Co-Authored-By: rzadp <rzadp@student.mini.pw.edu.pl>
2019-05-07 16:52:44 +02:00
Alexander Kolotov
78549e4074
Merge pull request #16 from poanetwork/adding-token-bridge
...
Adding token-bridge subrepository
2019-05-07 11:07:57 +03:00
rzadp
0008b45056
Added wsrun.
2019-05-06 15:53:12 +02:00
rzadp
4afa997d60
Added CI status badge.
2019-05-06 15:30:44 +02:00
rzadp
4c2d893292
Updated workflow name.
2019-05-06 15:25:28 +02:00
rzadp
122ed448b8
Added CI config.
2019-05-06 15:18:40 +02:00
rzadp
cb549aac86
Added token-bridge as yarn workspace
2019-05-06 15:15:58 +02:00
rzadp
6bbdf68bc6
Moved gitignore to main folder.
2019-05-06 15:15:42 +02:00
rzadp
43ace9b208
Updated poa-bridge-contracts as a submodule.
2019-05-06 15:05:56 +02:00
rzadp
bfb578f96f
Added token-bridge repository from tag 1.3.0-rc0
2019-05-06 14:59:21 +02:00
rzadp
5cd54eb473
Initial commit.
2019-05-06 11:55:17 +02:00