This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
forked from polkascan/polkascan-os
-
Notifications
You must be signed in to change notification settings - Fork 1
NCBD-166 flatten repo #51
Open
Tamir-Polymath
wants to merge
3
commits into
tooling-pme
Choose a base branch
from
NCBD-166-flatten-repo
base: tooling-pme
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,4 +105,5 @@ venv.bak/ | |
.idea/ | ||
data/ | ||
|
||
.env.* | ||
.env.* | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
[submodule "harvester"] | ||
path = harvester | ||
url = https://github.com/polymathnetwork/polkascan-pre-harvester.git | ||
[submodule "explorer-api"] | ||
path = explorer-api | ||
url = https://github.com/PolymathNetwork/polkascan-pre-explorer-api.git | ||
[submodule "explorer-gui"] | ||
path = explorer-gui | ||
url = https://github.com/PolymathNetwork/polkascan-pre-explorer-gui.git | ||
[submodule "polkascan-explorer-gui"] | ||
path = pm-explorer-gui/explorer-gui | ||
url = https://github.com/polkascan/polkascan-explorer-gui.git | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ version: '3' | |
|
||
services: | ||
explorer-api: | ||
build: pm-explorer-api/. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I had to rename the project from same applies to |
||
image: 414255671868.dkr.ecr.us-east-2.amazonaws.com/alcyon-explorer-api:latest | ||
hostname: explorer-api | ||
ports: | ||
|
@@ -32,6 +33,7 @@ services: | |
- SUBSTRATE_RPC_URL=${SUBSTRATE_RPC_URL} | ||
|
||
harvester-api: | ||
build: pm-harvester/. | ||
image: 414255671868.dkr.ecr.us-east-2.amazonaws.com/polymesh-harvester:latest | ||
hostname: harvester-api | ||
volumes: | ||
|
@@ -62,6 +64,7 @@ services: | |
- SUBSTRATE_RPC_URL=${SUBSTRATE_RPC_URL} | ||
|
||
harvester-worker: | ||
build: pm-harvester/. | ||
image: 414255671868.dkr.ecr.us-east-2.amazonaws.com/polymesh-harvester:latest | ||
volumes: | ||
- "/usr/src/app" | ||
|
@@ -77,6 +80,7 @@ services: | |
environment: *env | ||
|
||
harvester-beat: | ||
build: pm-harvester/. | ||
image: 414255671868.dkr.ecr.us-east-2.amazonaws.com/polymesh-harvester:latest | ||
volumes: | ||
- "/usr/src/app" | ||
|
@@ -93,6 +97,7 @@ services: | |
environment: *env | ||
|
||
harvester-monitor: | ||
build: pm-harvester/. | ||
image: 414255671868.dkr.ecr.us-east-2.amazonaws.com/polymesh-harvester:latest | ||
ports: | ||
- "5555:5555" | ||
|
@@ -119,6 +124,7 @@ services: | |
awslogs-stream-prefix: redis | ||
|
||
explorer-gui: | ||
build: pm-explorer-gui/. | ||
image: 414255671868.dkr.ecr.us-east-2.amazonaws.com/alcyon-explorer-gui:latest | ||
ports: | ||
- '80:80' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule explorer-api
deleted from
cb0985
Submodule explorer-gui
deleted from
515dca
Submodule harvester
deleted from
3ff769
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Created by .ignore support plugin (hsz.mobi) | ||
### Python template | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Distribution / packaging | ||
.Python | ||
build/ | ||
develop-eggs/ | ||
dist/ | ||
downloads/ | ||
eggs/ | ||
.eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
wheels/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
MANIFEST | ||
|
||
# PyInstaller | ||
# Usually these files are written by a python script from a template | ||
# before PyInstaller builds the exe, so as to inject date/other infos into it. | ||
*.manifest | ||
*.spec | ||
|
||
# Installer logs | ||
pip-log.txt | ||
pip-delete-this-directory.txt | ||
|
||
# Unit test / coverage reports | ||
htmlcov/ | ||
.tox/ | ||
.coverage | ||
.coverage.* | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
*.cover | ||
.hypothesis/ | ||
.pytest_cache/ | ||
|
||
# Translations | ||
*.mo | ||
*.pot | ||
|
||
data/ | ||
logs/ | ||
frontend/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Distribution / packaging | ||
.Python | ||
build/ | ||
develop-eggs/ | ||
dist/ | ||
downloads/ | ||
eggs/ | ||
.eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
wheels/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
MANIFEST | ||
|
||
# PyInstaller | ||
# Usually these files are written by a python script from a template | ||
# before PyInstaller builds the exe, so as to inject date/other infos into it. | ||
*.manifest | ||
*.spec | ||
|
||
# Installer logs | ||
pip-log.txt | ||
pip-delete-this-directory.txt | ||
|
||
# Unit test / coverage reports | ||
htmlcov/ | ||
.tox/ | ||
.coverage | ||
.coverage.* | ||
.cache | ||
nosetests.xml | ||
coverage.xml | ||
*.cover | ||
.hypothesis/ | ||
.pytest_cache/ | ||
|
||
# Translations | ||
*.mo | ||
*.pot | ||
|
||
# Django stuff: | ||
*.log | ||
local_settings.py | ||
db.sqlite3 | ||
|
||
# Flask stuff: | ||
instance/ | ||
.webassets-cache | ||
|
||
# Scrapy stuff: | ||
.scrapy | ||
|
||
# Sphinx documentation | ||
docs/_build/ | ||
|
||
# PyBuilder | ||
target/ | ||
|
||
# Jupyter Notebook | ||
.ipynb_checkpoints | ||
|
||
# pyenv | ||
.python-version | ||
|
||
# celery beat schedule file | ||
celerybeat-schedule | ||
|
||
# SageMath parsed files | ||
*.sage.py | ||
|
||
# Environments | ||
.env | ||
.venv | ||
env/ | ||
venv/ | ||
ENV/ | ||
env.bak/ | ||
venv.bak/ | ||
|
||
# Spyder project settings | ||
.spyderproject | ||
.spyproject | ||
|
||
# Rope project settings | ||
.ropeproject | ||
|
||
# mkdocs documentation | ||
/site | ||
data/ | ||
# mypy | ||
.mypy_cache/ | ||
.idea |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have removed the submodules and copied the folders directly on the project. However, we need to have polkascan-explorer-gui as a submodule, and that is fine.