Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package tidy up #549

Open
wants to merge 7 commits into
base: 5.0
Choose a base branch
from
Open

Package tidy up #549

wants to merge 7 commits into from

Commits on Nov 22, 2023

  1. Refactor: Move Bookmarks into Dedicated Package

    - Relocated all bookmarks-related code to a new 'bookmarks' package.
    - Updated references from 'neo4j.Bookmarks' to 'bm.Bookmarks' for clarity and to avoid conflicts.
    - Adopted 'bm' as a package alias to resolve naming conflicts in functions, like in 'cleanupBookmarks(bookmarks bookmarks.Bookmarks)', to prevent ambiguity.
    - Added Bookmarks aliases in the neo4j package to maintain backward compatibility.
    - Renamed 'bookmarkManager' to 'DefaultBookmarkManager' for clearer representation and to avoid naming conflicts.
    lucapirolo committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    84cf1f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    ad5de73 View commit details
    Browse the repository at this point in the history
  2. Refactor: Move Session Config Into config Package

    - Relocated all session config
     related code to a new 'bookmarks' package.
    - Add AcessMode type to config package
    - Add AuthToken  type alias  to config package
    lucapirolo committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    f2a6adf View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Refactor: Move Session Config Into Dedicated File

    - Move SessionConfig Into new file named session_config
    - Move AccessMode and its constants into session_config file
    - Move AuthToken type alias to session_config file
    lucapirolo committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    606fda2 View commit details
    Browse the repository at this point in the history
  2. Refactor: Move Transaction Config Into config Package

    - Relocated all Transaction Config code into the config package
     and update all references to neo4j.TransactionConfig to config.TransactionConfig
    lucapirolo committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    50abec0 View commit details
    Browse the repository at this point in the history
  3. Refactor: Add Required Type Aliases to neo4j Package for Backward Com…

    …patibility
    
    - Added all required type aliases to the Neo4j package to ensure backward compatibility.
    - This commit introduces SessionConfig, TransactionConfig, and AccessMode aliases in the Neo4j package.
    lucapirolo committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    819554d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    43a6ac9 View commit details
    Browse the repository at this point in the history