Commits on Source (27)
-
Dariusz Kędzierski authored
- added get_info api call - command line args listed in proper way at startup
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
- Setup will create version file with current version info
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dan Notestein authored
Issue 51 See merge request !70
-
Dariusz Kędzierski authored
-
Dan Notestein authored
Added gitpython to requirements.txt See merge request !71
-
Andrzej Lisak authored
[ABW]: [Fix] payout related vops are handled with current block timestamp instead of head block time (also commented why it most likely worked like that in 0.23) [Fix] typo in fork rewind code [Fix] replaced 1990-01-01 with 1970-01-01 (minimum timestamp) as default in various places where it indicates 'not set' state [Ign] removed unused last_payout column from hive_posts (the related data was taken from payout_at)
-
Andrzej Lisak authored
-
Bartek Wrona authored
Fixes related to dates See merge request !72
-
Dariusz Kędzierski authored
-
- fixed sql queries, - removed matrialized view in sql query, - fixed imports in manual tests
-
Bartek Wrona authored
list_comments api call improvements See merge request !66
-
Andrzej Lisak authored
[ABW]: [Fix] payout_at/cashout_time changes with hardcoded 7 day cashout (compatible with current rules but not old - see issue #54) [Fix] basic fixes for bridge_api - added missing votes, removed extra selected fields, changed some field types etc.
-
Bartek Wrona authored
Basic fixes in bridge_api, patch for cashout_time See merge request !76
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Get discussions by blog fix See merge request !77
-
Bartek Wrona authored
jsondiff is changed to deepdiff See merge request !74
-
Bartek Wrona authored
join_collapse_limit and from_collapse_limit options applied at the end of database creation to have set database specific values.
-
Bartek Wrona authored
-
Bartek Wrona authored
join_collapse_limit and from_collapse_limit options applied at the end of... See merge request !78
-
Bartek Wrona authored
Changed type of children column to the int type (smallint is too short) See merge request !79
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- .gitlab-ci.yaml 2 additions, 2 deletions.gitlab-ci.yaml
- Pipfile 1 addition, 0 deletionsPipfile
- hive/conf.py 7 additions, 2 deletionshive/conf.py
- hive/db/db_state.py 1 addition, 1 deletionhive/db/db_state.py
- hive/db/schema.py 330 additions, 41 deletionshive/db/schema.py
- hive/indexer/blocks.py 18 additions, 11 deletionshive/indexer/blocks.py
- hive/indexer/posts.py 1 addition, 11 deletionshive/indexer/posts.py
- hive/indexer/sync.py 0 additions, 1 deletionhive/indexer/sync.py
- hive/indexer/votes.py 41 additions, 11 deletionshive/indexer/votes.py
- hive/server/bridge_api/methods.py 12 additions, 20 deletionshive/server/bridge_api/methods.py
- hive/server/bridge_api/objects.py 8 additions, 15 deletionshive/server/bridge_api/objects.py
- hive/server/bridge_api/support.py 2 additions, 2 deletionshive/server/bridge_api/support.py
- hive/server/bridge_api/thread.py 6 additions, 17 deletionshive/server/bridge_api/thread.py
- hive/server/condenser_api/methods.py 3 additions, 1 deletionhive/server/condenser_api/methods.py
- hive/server/database_api/methods.py 151 additions, 152 deletionshive/server/database_api/methods.py
- hive/server/database_api/objects.py 19 additions, 25 deletionshive/server/database_api/objects.py
- hive/server/hive_api/public.py 18 additions, 0 deletionshive/server/hive_api/public.py
- hive/server/serve.py 21 additions, 1 deletionhive/server/serve.py
- hive/utils/normalize.py 52 additions, 17 deletionshive/utils/normalize.py
This diff is collapsed.