-
Notifications
You must be signed in to change notification settings - Fork 285
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
feat(supabase-all-in-one): add docker image for test supabase instance #2254
feat(supabase-all-in-one): add docker image for test supabase instance #2254
Conversation
@petermetz Please publish the supabase-all-in-one image to the hyperledger ghcl so we can use it in tests later on. |
- Add a new plugin for storing ledger data into a database (or any other storage in the future). - Add functional tests for plugin and data access layer operations. - Increase gas limit on openethereum contract to solve occasional issues in automatic tests. - Tests assume any postgres database, but for final deployment supabase is assumed. - Data fed by this plugin can later by visualized by a GUI application or analyzed directly. Depends on: hyperledger-cacti#2254 Depends on: hyperledger-cacti#2256 Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
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.
LGTM
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.
LGTM
Password: your-super-secret-and-long-postgres-password
XD
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.
LGTM
- Add a new docker image `supabase-all-in-one` that will setup supabase instance for tests. - Supabase is used as a backend for Cactus GUI. Closes: hyperledger-cacti#2253 Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
857fbe1
to
89dbcef
Compare
- Add a new plugin for storing ledger data into a database (or any other storage in the future). - Add functional tests for plugin and data access layer operations. - Increase gas limit on openethereum contract to solve occasional issues in automatic tests. - Tests assume any postgres database, but for final deployment supabase is assumed. - Data fed by this plugin can later by visualized by a GUI application or analyzed directly. - Add new plugin tests to CI Depends on: hyperledger-cacti#2254 Depends on: hyperledger-cacti#2256 Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
- Add a new plugin for storing ledger data into a database (or any other storage in the future). - Add functional tests for plugin and data access layer operations. - Increase gas limit on openethereum contract to solve occasional issues in automatic tests. - Tests assume any postgres database, but for final deployment supabase is assumed. - Data fed by this plugin can later by visualized by a GUI application or analyzed directly. - Add new plugin tests to CI Depends on: hyperledger-cacti#2254 Depends on: hyperledger-cacti#2256 Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
- Add a new plugin for storing ledger data into a database (or any other storage in the future). - Add functional tests for plugin and data access layer operations. - Increase gas limit on openethereum contract to solve occasional issues in automatic tests. - Tests assume any postgres database, but for final deployment supabase is assumed. - Data fed by this plugin can later by visualized by a GUI application or analyzed directly. - Add new plugin tests to CI Depends on: hyperledger-cacti#2254 Depends on: hyperledger-cacti#2256 Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
- Add a new plugin for storing ledger data into a database (or any other storage in the future). - Add functional tests for plugin and data access layer operations. - Increase gas limit on openethereum contract to solve occasional issues in automatic tests. - Tests assume any postgres database, but for final deployment supabase is assumed. - Data fed by this plugin can later by visualized by a GUI application or analyzed directly. - Add new plugin tests to CI Depends on: hyperledger-cacti#2254 Depends on: hyperledger-cacti#2256 Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
supabase-all-in-one
that will setup supabase instance for tests.Closes: #2253
Signed-off-by: Michal Bajer michal.bajer@fujitsu.com