Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Fetch upstream #2

Draft
wants to merge 200 commits into
base: main
Choose a base branch
from
Draft

Fetch upstream #2

wants to merge 200 commits into from

Conversation

mirrorrim
Copy link
Owner

No description provided.

jsteemann and others added 25 commits October 13, 2021 14:09
by making it use a different server REST API. It now uses the low-level
document API instead of the `/_api/simple/lookup-by-keys` API. The
former can be used as a drop-in replacement for the latter.
…rmance

Improve performance of `get_many` method
* Attempt to fix CI

* new: types-pkg_resources dependency

Co-authored-by: aMahanna <anthony.mahanna@gmail.com>
Updated repository in setup.py.
Added query option for avoiding fillBlockCache during queries.
…-for-503-errorNum

Add fallback host support for 503 errorNum from server
…writeConcern (#193)

* add replicationFactor + writeConcern

* fix formatting

* add graph properties
allow to disable TLS certificate verification
aMahanna and others added 30 commits April 24, 2024 11:50
* DE-741 | initial commit

* doc: update docstrings

* fix import

* fix starter

* cleanup `.conf` files

* fix: typo

* Update cluster-3.12.conf

* fix eof
* DE-749 | initial commit

* Update test_analyzer.py
* DE-752 | initial commit

* fix: analyzer type

* fix: analyzer test

* fix: `test_analyzer_management`
* Updating formatter keys

* Deprecating skiplist and hash indexes.

* Weird docs issue
* DE-756 | initial commit

* fix: import

* fix: test on 3.12 only

* fix: add delete_view

* add enterprise condition
* make `add_index` public | initial commit

* fix `conftest`

* Changed maintainer email

* Fixing up after the merge

* Using persistent index instead of hash

* Fixing docs

* Fixing typos

* Fixing tests

* Removing unused argument

* Adding the formatter parameter

* Added note explaining the formatter parameter.

* Update arango/collection.py

Co-authored-by: Anthony Mahanna <43019056+aMahanna@users.noreply.github.com>

* Update arango/collection.py

Co-authored-by: Anthony Mahanna <43019056+aMahanna@users.noreply.github.com>

* Changed warning

---------

Co-authored-by: Alex Petenchea <alex.petenchea@gmail.com>
Co-authored-by: Alex Petenchea <alexandru.petenchea@arangodb.com>
* feat: Use HEAD HTTP method to check if a document exists

* feat: Applies PR review suggestion
* RTD update

* Prepare next driver version

* ping

* Updated yaml

* Updated version

* Removed command

* Only running the doc tests

* Keeping version at 8.1.0
* Bumping example to the latest version

* Adding option `skipFastLockRound` for transactions

* Introducing HTTP DELETE `/_admin/log/level` to reset all log

* Removing types-pkg-resources

* Setting skip_fast_lock_round to None by default

* Adding test coverage for `server_id` parameter
* Adding 3.12.2 features

* Updated driver version

* Fixed failing test in 3.12.2

* Fixing failing doctest
* update: `create_graph`

* update: `format_graph_properties`
* new: add `_hosts` to `BaseConnection`

* bump

* revert ace434c
* ES-2276 | initial commit

* fix: `profile` typing
* add support for sort in collection.find function

* update sort parameter type. add SortValidationError as custom exception

* Update arango/collection.py

Co-authored-by: Alex Petenchea <alex.petenchea@gmail.com>

* Update arango/collection.py

Co-authored-by: Alex Petenchea <alex.petenchea@gmail.com>

* update utils.py and collection.py to raise SortValidationError

* update utils.py for build_sort_expression to accept Jsons or None

* Update arango/collection.py

---------

Co-authored-by: Deniz Alpaslan <deniz.alpaslan@nokia.com>
Co-authored-by: Alex Petenchea <alex.petenchea@gmail.com>
* Adding usePlanCache option for AQL queries.

* Fixing Python 3.9 error

* Dropping Python 3.8 support

* Preparing new release

* Adding errors script

* Updating errors script

* Updating docs

* Removing errors script
* Removing "cancelled" response

* Improved docstring
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.