Commit e182a95
authored
feat: Support for EventSourcingDB 0.120.4 (#72)
* Add testcontainers
* remove Abstractclient
* remove Abstractclient
* remove ClientOptions and all dependencies
* fix httpclient
* clean up code
* test start server modified
* fix tests
* add container
* container refactoring to testcontainer.io
* spport eventsourcingdb version 0.118.*
* fix linting
* modify linting in http_client
* fix linting in test
* fix linting
* fix linting for tests
* add ping direct in client
* fix mix software design oop and func
* remove Abstractclass
* modify order of imports in client.py
* fix issues of PR comments
* fix PR comments and linting
* add feature run_eventql_query
* add feat verify_api_token
* fix: linting issues
* chore: restructure src code
* remove examples
* remove packages in __init__.py
* remove comment in database.py
* remove comments in database.py
* remove lowerbound and upperbound validation in client.py
* remove comments in container.py
* remove comment in test_run_event_ql_query.py and add hash to event.py1 parent 44f3541 commit e182a95
File tree
91 files changed
+1966
-2919
lines changed- eventsourcingdb
- errors
- event
- handlers
- observe_events
- read_event_types
- read_events
- read_subjects
- register_event_schema
- write_events
- http_client
- observe_events
- read_event_types
- read_events
- read_subjects
- util
- retry
- write_events
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
91 files changed
+1966
-2919
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments