Wykres commitów

2798 Commity (queries-admin-cli)

Autor SHA1 Wiadomość Data
yhtiyar 24253f8bb7 removed csv from repo, added it to s3 bucket 2021-08-16 17:09:23 +03:00
Neeraj Kashyap df5bb953ee
Merge pull request #106 from bugout-dev/fix-actions
Fixed actions to work only with new PR to main
2021-08-16 05:45:20 -07:00
kompotkot 257405fd47 Fixed parser to work with labels properly to get coinmarketcap 2021-08-16 11:16:54 +00:00
kompotkot 2cbea1d26d Fixed actions to work only with new PR to main 2021-08-16 09:53:57 +00:00
Neeraj Kashyap b5ac5fbd96 [WIP] ethereum_blockchain interface update 2021-08-14 17:26:40 -07:00
Neeraj Kashyap f5708135da Renamed stream_processors -> providers
Fixed mypy error
2021-08-14 14:03:37 -07:00
Neeraj Kashyap 13b8e3bfe7 stream_processors.{ethereum_transaction -> ethereum_blockchain} 2021-08-13 15:19:36 -07:00
Neeraj Kashyap f10db1695e Removed fields from subscription types
Adds too much complexity for now. For whale watch, we can just treat the
address type as a throwaway field.
2021-08-13 15:17:18 -07:00
Neeraj Kashyap 695f833d8d Added icon_url and fields to subscription types 2021-08-13 14:41:25 -07:00
Neeraj Kashyap 2159b7df62 Little bit of cleanup in /subscriptions endpoint 2021-08-13 13:35:24 -07:00
Neeraj Kashyap d55f25d5e3 Merge branch 'main' into whale-watch 2021-08-13 12:37:55 -07:00
Neeraj Kashyap cd67560330
Merge pull request #101 from bugout-dev/register-page
Register page
2021-08-13 09:28:22 -07:00
Neeraj Kashyap 7fa5584a40
Merge pull request #100 from bugout-dev/titles
document titles
2021-08-13 09:27:35 -07:00
Neeraj Kashyap d900b09de7
Merge pull request #99 from bugout-dev/cards-improvement
Cards improvement
2021-08-13 09:27:02 -07:00
Tim Pechersky 5a8a9c7095 Merge branch 'main' into cards-improvement 2021-08-13 18:24:31 +02:00
Neeraj Kashyap a5ba0bf514
Merge pull request #104 from zomglings/fix-stream-query
Fixed issues with stream requests to backend
2021-08-13 08:51:30 -07:00
Neeraj Kashyap ddb1b71104 Fixed issues with stream requests to backend 2021-08-13 08:47:58 -07:00
Neeraj Kashyap d075aec465
Merge pull request #98 from bugout-dev/fixin-url-encoding
Fix issues.
2021-08-13 08:14:51 -07:00
Neeraj Kashyap 7cd8e9a98b TODO 2021-08-13 08:09:29 -07:00
Neeraj Kashyap e337258414
Merge pull request #102 from zomglings/better-readme
Improved main README for the repo
2021-08-13 06:42:22 -07:00
Neeraj Kashyap 1ae63bfde5 Improved main README for the repo 2021-08-13 06:41:26 -07:00
Tim Pechersky 310a9c4175 added register page 2021-08-13 14:38:53 +02:00
Neeraj Kashyap 3905ae1fa8
Fixed typo on landing page: "ment" -> "meant" 2021-08-13 05:17:31 -07:00
Tim Pechersky 20bfd3a1b2 register page 2021-08-13 13:51:47 +02:00
Tim Pechersky 5d2e387864 adding titles to pages 2021-08-13 13:35:31 +02:00
Tim Pechersky 2f75129743 lint warnings fix 2021-08-13 13:03:18 +02:00
Tim Pechersky 8749ec0e33 clear comments and lint 2021-08-13 13:01:53 +02:00
Tim Pechersky b102f4eeb6 cards and stream layout improvements 2021-08-13 13:01:38 +02:00
Neeraj Kashyap 01303ebd7d active_only argument for list subscription types 2021-08-12 16:05:42 -07:00
Neeraj Kashyap 5fd3a4797d Some superficial changes for readability. 2021-08-12 14:52:19 -07:00
Neeraj Kashyap 173b528198 Updated /subscriptions/types to use new handler
in `moonstream/admin/subscription_types.py`.
2021-08-12 14:50:46 -07:00
Neeraj Kashyap dd7e2cbcf0 Typo fix 2021-08-12 14:40:47 -07:00
Neeraj Kashyap 21184d588c Update to admin CLI 2021-08-12 14:00:54 -07:00
Neeraj Kashyap ac255411b6 Added "mnstr subtypes canonicalize"
This seeds any Brood API with the canonical subscription type resources
for a Moonstream app.
2021-08-12 12:23:21 -07:00
Neeraj Kashyap e6df7b8f01 Complete admin CLI for subscription types
Also added BUGOUT_REQUEST_TIMEOUT_SECONDS setting which is currently
hard coded in settings.py
2021-08-12 11:38:15 -07:00
Neeraj Kashyap 07b857d8a2 administrative commands for subscription types 2021-08-12 11:27:54 -07:00
Andrey Dolgolev 86263290b4 Add fixes for stream service get parametrs. 2021-08-12 19:43:14 +03:00
Andrey Dolgolev 309e510598 Remove print. 2021-08-12 18:03:23 +03:00
Andrey Dolgolev 0631e2fb95 Fix issues.
1) issue with enpty value in filter
2) issue with empty value in ethrium transaction request
Add
1) Add urlencoding and replace null to 0 for timestamps
2) Add sorting by timestamps
2021-08-12 16:39:26 +03:00
Neeraj Kashyap 79c512ca13 Moved moonstream.cli -> moonstream.admin.cli 2021-08-12 05:53:49 -07:00
Neeraj Kashyap f91422f071
Merge pull request #97 from bugout-dev/fixing-pagination
Fixing pagination
2021-08-11 09:46:28 -07:00
Andrey Dolgolev f5fcc31a70 Fix issue with subscription address dublication in chrome console.
Temprorary add icons back for etherium blochain without correct resolving.
2021-08-10 23:48:20 +03:00
Andrei-Dolgolev e87c8b690f
Merge pull request #96 from bugout-dev/bugout-bump-version
Bumped bugout-python dependency to 0.1.16
2021-08-10 19:58:49 +03:00
Neeraj Kashyap 8d2f252df7 Bumped bugout-python dependency to 0.1.16
This allows us to udpate resources (needed for subscription edits).
2021-08-10 09:56:57 -07:00
Andrey Dolgolev 1346373012 Change version of bugout python. 2021-08-10 19:54:26 +03:00
Neeraj Kashyap 13c7e6699b
Merge pull request #94 from zomglings/crawlers-ethereum-trending
Systemd service and timer definition for "ethcrawler trending" crawl
2021-08-10 09:51:07 -07:00
Neeraj Kashyap 5eee300537
Merge pull request #95 from bugout-dev/edit-subscription-endpoint
Add update subscription.
2021-08-10 09:49:07 -07:00
Andrey Dolgolev d57550a85c Add update subscription. 2021-08-10 19:29:16 +03:00
Neeraj Kashyap 1c0be19466 Removed TODO about user_id 2021-08-10 08:53:26 -07:00
yhtiyar 068941c163 Merge branch 'main' into ethscan-crawler 2021-08-10 17:21:49 +03:00