Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arangodb/python-arango-async
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.1
Choose a base ref
...
head repository: arangodb/python-arango-async
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 46 files changed
  • 1 contributor

Commits on Mar 27, 2025

  1. New version (#44)

    apetenchea authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    85ce40a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Adding more documentation (#45)

    * Adding more documentation
    
    * Minor edit
    
    * No longer using testcode
    
    * Completed transactions documentation
    
    * Completed async documentation
    
    * Completed user documentation
    
    * Completed overview documentation
    
    * Completed overview documentation
    
    * Completed cursor documentation
    
    * Completed errno documentation
    
    * Completed errors documentation
    
    * Completed compression documentation
    
    * Completed logging documentation
    
    * Completed helpers documentation
    
    * Fixing test and lint
    
    * Added authentication documentation
    
    * Minor fixes
    
    * TLS docs
    
    * HTTP docs
    
    * Serialization docs
    
    * Migration docs
    apetenchea authored May 9, 2025
    Configuration menu
    Copy the full SHA
    5e0f1b6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2025

  1. Fixing pypi (#46)

    * Checking out tags
    
    * Fixing setuptools deprecation warnings
    
    * Updating python versions
    apetenchea authored May 11, 2025
    Configuration menu
    Copy the full SHA
    9957ba4 View commit details
    Browse the repository at this point in the history
  2. Fetching all tags (#47)

    * Fetching all tags
    
    * Small change
    apetenchea authored May 11, 2025
    Configuration menu
    Copy the full SHA
    bd6632a View commit details
    Browse the repository at this point in the history
  3. checking tags (#48)

    apetenchea authored May 11, 2025
    Configuration menu
    Copy the full SHA
    0b8c742 View commit details
    Browse the repository at this point in the history
  4. checking tags (#49)

    apetenchea authored May 11, 2025
    Configuration menu
    Copy the full SHA
    b4c3466 View commit details
    Browse the repository at this point in the history
  5. bumping the version (#50)

    apetenchea authored May 11, 2025
    Configuration menu
    Copy the full SHA
    ca57e80 View commit details
    Browse the repository at this point in the history
  6. Basic graph support (#51)

    apetenchea authored May 11, 2025
    Configuration menu
    Copy the full SHA
    741e3a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. Graph Collections (#52)

    * Highlighting boolean values
    
    * Adding vertex and edge collection skeleton
    
    * Refactoring serializers
    
    * Using randomized graph name
    
    * Improving helper types
    
    * Facilitating edge and vertex collection creation
    
    * Vertex collection management
    
    * Edge collection management
    
    * Adding cluster testcase
    
    * Adding note about dictionary-like indexing
    
    * Inserting and retrieving vertex documents
    
    * Moving methods from StandardCollection to base Collection so they are available to other subclasses
    
    * Adding CRUD for vertex collections
    
    * Adding "has" for vertex collections
    
    * Marking tests as asyncio
    
    * Inserting and retrieving edges
    
    * Event loop scope
    
    * Event loop scope again
    
    * Updating edge
    
    * Edges CRUD
    
    * Extra edge methods
    
    * Fixing lint
    
    * Added github gist example
    
    * Adding graph docs
    
    * Adding graphs example in the readme
    apetenchea authored Jun 1, 2025
    Configuration menu
    Copy the full SHA
    db0a397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce27894 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Updating logo

    apetenchea committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    7a5d198 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2025

  1. More on document manipulation (#54)

    * Document manipulation directly from DB class
    
    * Removing collection parameter
    
    * Updating docs
    apetenchea authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    83054a3 View commit details
    Browse the repository at this point in the history
  2. Updating to last version

    apetenchea committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    7f0ed63 View commit details
    Browse the repository at this point in the history
  3. Adding view management

    apetenchea committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    1d08ba4 View commit details
    Browse the repository at this point in the history
  4. Adding view docs

    apetenchea committed Jun 8, 2025
    Configuration menu
    Copy the full SHA
    1d3b3f5 View commit details
    Browse the repository at this point in the history
Loading