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.3
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: 0.0.4
Choose a head ref
  • 3 commits
  • 18 files changed
  • 1 contributor

Commits on May 11, 2025

  1. 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
Loading