This repository was archived by the owner on Sep 21, 2023. It is now read-only.
forked from arangodb/python-arango
-
Notifications
You must be signed in to change notification settings - Fork 5
Fetch upstream #2
Draft
mirrorrim
wants to merge
200
commits into
mirrorrim:main
Choose a base branch
from
arangodb:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
* [Fix] Make overriding TLS verification optional * Add tests
* DE-741 | initial commit * doc: update docstrings * fix import * fix starter * cleanup `.conf` files * fix: typo * Update cluster-3.12.conf * fix eof
* 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`
* 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.