-
Notifications
You must be signed in to change notification settings - Fork 20
368 move sql schema to distinct file #586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rozhkovdmitrii
merged 66 commits into
develop
from
368-Move_SQL_schema_to_distinct_file
Mar 12, 2022
Merged
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
0ec2268
Introduce proxy/db_scheme.py
vasiliy-zaznobin 43d1b28
Merge remote-tracking branch 'origin/develop' into 368-Move_SQL_schem…
vasiliy-zaznobin 075273e
Debug
vasiliy-zaznobin 768bf09
Introduce run-db-creation.sh
vasiliy-zaznobin 09bf1ac
Use entrypoint: proxy/run-db-creation.sh
vasiliy-zaznobin f2cac17
Add dbcreation.log
vasiliy-zaznobin d8ecf1b
Debug
vasiliy-zaznobin 68a7841
Debug
vasiliy-zaznobin d34c8f7
Merge remote-tracking branch 'origin/develop' into 368-Move_SQL_schem…
vasiliy-zaznobin 6a47f6b
Add dbcreation.log
vasiliy-zaznobin 2058f0a
Use from ..proxy
vasiliy-zaznobin 295568e
Debug
vasiliy-zaznobin 8a7047f
Debug
vasiliy-zaznobin 3cf914e
Introduce dbcreation_mode to run proxy
vasiliy-zaznobin 550c46e
Change paths
vasiliy-zaznobin f22a780
Will run in dbcreation mode with SOLANA_URL and EVM_LOADER
vasiliy-zaznobin e6c0e43
Debug
vasiliy-zaznobin acf7bce
Debug
vasiliy-zaznobin eaf23d2
Debug
vasiliy-zaznobin 5a0306b
SOLANA_URL: http://solana:8899
vasiliy-zaznobin 27c0e68
Add logged_groups
vasiliy-zaznobin 0ac19fa
Debug
vasiliy-zaznobin 33515b4
Log schema
vasiliy-zaznobin f1c2c50
Use psql
vasiliy-zaznobin 8865af4
Add postgresql-client-common in the docker image
vasiliy-zaznobin 1eb1bf9
Add postgresql-client in the docker image
vasiliy-zaznobin cf47fad
Set network_mode: container:postgres
vasiliy-zaznobin 7b9167c
Remove networks
vasiliy-zaznobin 9355411
Use network_mode: service:postgres
vasiliy-zaznobin 505b3eb
Remove hostname
vasiliy-zaznobin 11fa1bc
Remove hostname
vasiliy-zaznobin 6d9c6ca
ports:
vasiliy-zaznobin b9c2f7a
networks:
vasiliy-zaznobin 1586797
Add ports:
vasiliy-zaznobin 31b8048
Add networks:
vasiliy-zaznobin d9154eb
Try to use links: - postgres
vasiliy-zaznobin b66b803
Use export PGPASSWORD=${POSTGRES_PASSWORD} to set the password for psql
vasiliy-zaznobin a12fe00
Use run_dbcreation()
vasiliy-zaznobin 7803d3c
Merge remote-tracking branch 'origin/develop' into 368-Move_SQL_schem…
vasiliy-zaznobin 0360208
Merge remote-tracking branch 'origin/develop' into 368-Move_SQL_schem…
vasiliy-zaznobin 94f733a
Correction after the prev merge
vasiliy-zaznobin 92d0201
Correction after the prev merge
vasiliy-zaznobin ea0dbdc
Lowercase in function names
vasiliy-zaznobin d02bfee
Refactor to introduce scheme.sql
vasiliy-zaznobin df19f2d
Debug
vasiliy-zaznobin 6a38f0c
Debug
vasiliy-zaznobin c94126b
Debug
vasiliy-zaznobin 6bf4cfc
Add table airdrop_scheduled
vasiliy-zaznobin 7560704
Revert some changes
vasiliy-zaznobin 5ab70f3
Fixed: psql:proxy/db/scheme.sql:73: ERROR: syntax error at or near "{"
vasiliy-zaznobin f6d17d2
Use run_indexer(solana_url)
vasiliy-zaznobin bb07118
Merge remote-tracking branch 'origin/develop' into 368-Move_SQL_schem…
vasiliy-zaznobin db54d3b
Use run_airdropper with 7 args
vasiliy-zaznobin ffab8cd
Remove creation.py
vasiliy-zaznobin 3881bac
Remove creation.py
vasiliy-zaznobin e5f8f64
Remove dbcreation_mode
vasiliy-zaznobin 37ebf6a
Merge branch 'develop' into 368-Move_SQL_schema_to_distinct_file
rozhkovdmitrii 4832f03
check it
rozhkovdmitrii 46e1c2b
check it
rozhkovdmitrii f5891cb
Catch "Operator has NO resources!" exception
rozhkovdmitrii b5811da
Catch "Operator has NO resources!" exception
rozhkovdmitrii 06ae9df
Get rid of create_table in sql_dict.py
rozhkovdmitrii d05f9d1
Get rid of stuff from sql_dict
rozhkovdmitrii 4ec9a14
Get rid of crating table stuff from TrxReceiptsStorage
rozhkovdmitrii b092d3d
Roll back NEON_ERC20_MAX_AMOUNT
rozhkovdmitrii 8dd8800
Spit and polish
rozhkovdmitrii 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
Debug
- Loading branch information
commit c94126b43d39f80149ce1e30b9d67e56c83a7077
There are no files selected for viewing
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.