Skip to content

Commit

Permalink
(feat) Remove developer portal. (#688)
Browse files Browse the repository at this point in the history
* (feat) Remove developer portal.

* (feat) Remove developer portal exceptions from trunk.yaml

* (feat) Remove cicd for bridge

* (feat) Start of deleting old bridge code

* (feat) remove rest of bridge code

* (fix) Don't link things that no longer exist
  • Loading branch information
rrw-zilliqa authored Jul 2, 2024
1 parent 6a60925 commit f054882
Show file tree
Hide file tree
Showing 721 changed files with 5 additions and 87,338 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ci-bridge.yml

This file was deleted.

14 changes: 1 addition & 13 deletions .github/workflows/cicd-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
neo-savant,
scilla-server,
zillion,
zilliqa-bridge-validator,
]
include:
- application: bluebell-playground
Expand Down Expand Up @@ -91,11 +90,6 @@ jobs:
path: products/zillion
tag_length: 8
tag_latest: false
- application: zilliqa-bridge-validator
image_name: zilliqa-bridge-validator
path: products/bridge/bridge-validators
tag_length: 8
tag_latest: false
env:
DOCKER_DOMAIN: asia-docker.pkg.dev
REGISTRY: asia-docker.pkg.dev/prj-p-devops-services-tvwmrf63/zilliqa-public
Expand Down Expand Up @@ -131,8 +125,7 @@ jobs:
strategy:
fail-fast: false
matrix:
application:
[devex, zilliqa-isolated-server, zilliqa-bridge-web]
application: [devex, zilliqa-isolated-server]
include:
- application: devex
image_name: devex
Expand All @@ -144,11 +137,6 @@ jobs:
path: products/zilliqa-isolated-server
tag_length: 8
tag_latest: true
- application: zilliqa-bridge-web
image_name: zilliqa-bridge-web
path: products/bridge/bridge-web
tag_length: 8
tag_latest: false
env:
DOCKER_DOMAIN: asia-docker.pkg.dev
REGISTRY: asia-docker.pkg.dev/prj-p-devops-services-tvwmrf63/zilliqa-public
Expand Down
14 changes: 1 addition & 13 deletions .github/workflows/cicd-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
neo-savant,
scilla-server,
zillion,
zilliqa-bridge-validator,
]
include:
- application: devex-apollo
Expand Down Expand Up @@ -85,11 +84,6 @@ jobs:
path: products/zillion
tag_length: 8
tag_latest: false
- application: zilliqa-bridge-validator
image_name: zilliqa-bridge-validator
path: products/bridge/bridge-validators
tag_length: 8
tag_latest: false
env:
DOCKER_DOMAIN: asia-docker.pkg.dev
REGISTRY: asia-docker.pkg.dev/prj-d-devops-services-4dgwlsse/zilliqa-public
Expand Down Expand Up @@ -129,8 +123,7 @@ jobs:
strategy:
fail-fast: false
matrix:
application:
[devex, zilliqa-isolated-server, zilliqa-bridge-web]
application: [devex, zilliqa-isolated-server]
include:
- application: devex
image_name: devex
Expand All @@ -142,11 +135,6 @@ jobs:
path: products/zilliqa-isolated-server
tag_length: 8
tag_latest: true
- application: zilliqa-bridge-web
image_name: zilliqa-bridge-web
path: products/bridge/bridge-web
tag_length: 8
tag_latest: false
env:
DOCKER_DOMAIN: asia-docker.pkg.dev
REGISTRY: asia-docker.pkg.dev/prj-d-devops-services-4dgwlsse/zilliqa-public
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/link-check.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +0,0 @@
[submodule "products/bridge/smart-contracts/lib/forge-std"]
path = products/bridge/smart-contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "products/bridge/smart-contracts/lib/openzeppelin-foundry-upgrades"]
path = products/bridge/smart-contracts/lib/openzeppelin-foundry-upgrades
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
[submodule "products/bridge/smart-contracts/lib/openzeppelin-contracts"]
path = products/bridge/smart-contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "products/bridge/smart-contracts/lib/openzeppelin-contracts-upgradeable"]
path = products/bridge/smart-contracts/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
15 changes: 0 additions & 15 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,13 @@ lint:
- linters: [gitleaks]
paths:
- products/laksaj # laksaj contains a lot of embedded testnet privkeys - ignore them.
- products/developer-portal/zq2/docs/api # Contains a lot of hashes, etc. that are interpreted as secrets
- products/developer-portal/zq1/docs/api # Contains a lot of hashes, etc. that are interpreted as secrets
- products/developer-portal/zq1/docs/scilla/interface.md # contains a lot of hashes
- products/developer-portal/zq1/docs/indexer # contains a lot of hashes
- products/developer-portal/zq2/docs/ecosystem/indexer # contains a lot of hashes
- products/developer-portal/zq1/docs/developers/transaction-lifecycle # Contains examples.
- products/developer-portal/zq1/docs/developers/developer-toolings
- products/developer-portal/zq1/docs/exchanges
- products/bridge/smart-contracts/script/config.ts
- products/bridge/smart-contracts/script/**/*.s.sol
- products/bridge/bridge-web/src/config/config.ts
- linters: [eslint]
paths:
- contracts/audited/burn_zrc2 # eslint barfs on an internal error if you enable it on this directory.
- contracts/reward_control # and again
- products/bridge/bridge-web
- linters: [ALL]
paths:
- products/airdrop/**
- products/developer-portal/Dockerfile # Annoying, but trunk is now very opinionated on how you write dockerfiles.
- products/developer-portal/zq2/docs/js/** # trunk does not know this is looking for metamask in the user's browser.
- products/developer-portal/zq2/docs/index.md # contains legitimate empty links
- needing-organisation/**/*
- products/devex/public/*.js
- products/dev-wallet/**
Expand Down
3 changes: 3 additions & 0 deletions products/DEVELOPER_PORTAL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Developer portal

The developer portal source has moved to [INSERT REF HERE]
6 changes: 0 additions & 6 deletions products/bridge/bridge-validators/.dockerignore

This file was deleted.

Loading

0 comments on commit f054882

Please sign in to comment.