-
Notifications
You must be signed in to change notification settings - Fork 70
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
base: 5.0
Are you sure you want to change the base?
Package tidy up #549
Commits on Nov 22, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 84cf1f7 - Browse repository at this point
Copy the full SHA 84cf1f7View commit details
Commits on Nov 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ad5de73 - Browse repository at this point
Copy the full SHA ad5de73View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f2a6adf - Browse repository at this point
Copy the full SHA f2a6adfView commit details
Commits on Nov 27, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 606fda2 - Browse repository at this point
Copy the full SHA 606fda2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 50abec0 - Browse repository at this point
Copy the full SHA 50abec0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 819554d - Browse repository at this point
Copy the full SHA 819554dView commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43a6ac9 - Browse repository at this point
Copy the full SHA 43a6ac9View commit details