-
Notifications
You must be signed in to change notification settings - Fork 20
Comparing changes
Open a pull request
base repository: evangelosmeklis/peepdb
base: v0.1.3
head repository: evangelosmeklis/peepdb
compare: v0.1.4
- 13 commits
- 24 files changed
- 6 contributors
Commits on Sep 16, 2024
-
Code Restructure for implementing new features (#29)
* Addded Section for IDE Folders and Files * Changes in Format to adhere to PEP 8 guidelines for Python code * Extracted DB specific logic from core.py into independent files
Configuration menu - View commit details
-
Copy full SHA for daafc00 - Browse repository at this point
Copy the full SHA daafc00View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 590c376 - Browse repository at this point
Copy the full SHA 590c376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a7b36c - Browse repository at this point
Copy the full SHA 0a7b36cView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbde3dd - Browse repository at this point
Copy the full SHA bbde3ddView commit details -
Feature/strong key storing (#35)
* Included key security using os-keychain or custom-password * added exception and updated setup.py with new requirements --------- Co-authored-by: Shubham Hasija <shubhamhasija@Shubhams-MacBook-Pro-2.local>
Configuration menu - View commit details
-
Copy full SHA for 6fb39fb - Browse repository at this point
Copy the full SHA 6fb39fbView commit details
Commits on Sep 25, 2024
-
36 using class for db types (#39)
* Big refactoring. Made databases into classes. Changed unit tests to reflect the same. Added more examples on README * fix a mistake on readme
Configuration menu - View commit details
-
Copy full SHA for 51d1c71 - Browse repository at this point
Copy the full SHA 51d1c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd471bc - Browse repository at this point
Copy the full SHA fd471bcView commit details
Commits on Sep 26, 2024
-
Implement Support for MongoDB (#41)
- Added MongoDB support using PyMongo, following the structure used for existing databases (MariaDB, MySQL, PostgreSQL). - Implemented test cases to validate the MongoDB integration. - Updated requirements.txt to include the PyMongo dependency. - Updated README.md to include MongoDB - Modified setup.py to add MongoDB support under extras_require. - Ensured compatibility with existing database functionalities.
Configuration menu - View commit details
-
Copy full SHA for 7fecde0 - Browse repository at this point
Copy the full SHA 7fecde0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b461620 - Browse repository at this point
Copy the full SHA b461620View commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6482648 - Browse repository at this point
Copy the full SHA 6482648View commit details -
if user forgets to add password for a database that needs it, ask the…
…m instead of throwing error
Configuration menu - View commit details
-
Copy full SHA for 94ff051 - Browse repository at this point
Copy the full SHA 94ff051View commit details -
27 numbers appear in scientific form add option to change to normal (#52
) * Issue:27-numbers-appear-in-scientific-form-add-option-to-change-to-normal Signed-off-by: Petros Savvakis <aherontas1@gmail.com> * 27-numbers-appear-in-scientific-form-add-option-to-change-to-normal Signed-off-by: Petros Savvakis <aherontas1@gmail.com> --------- Signed-off-by: Petros Savvakis <aherontas1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7c7bb05 - Browse repository at this point
Copy the full SHA 7c7bb05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b85a07 - Browse repository at this point
Copy the full SHA 1b85a07View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.3...v0.1.4