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: evangelosmeklis/peepdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: evangelosmeklis/peepdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.4
Choose a head ref
  • 13 commits
  • 24 files changed
  • 6 contributors

Commits on Sep 16, 2024

  1. 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
    ArthureVarghese authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    daafc00 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. adding demo gif

    evangelosmeklis committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    590c376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a7b36c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    bbde3dd View commit details
    Browse the repository at this point in the history
  2. 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>
    hasija and Shubham Hasija authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6fb39fb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. 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
    evangelosmeklis authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    51d1c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd471bc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. 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.
    daniell-olaitan authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7fecde0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b461620 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    6482648 View commit details
    Browse the repository at this point in the history
  2. if user forgets to add password for a database that needs it, ask the…

    …m instead of throwing error
    evangelosmeklis committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    94ff051 View commit details
    Browse the repository at this point in the history
  3. 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>
    Aherontas authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7c7bb05 View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.1.4

    evangelosmeklis committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1b85a07 View commit details
    Browse the repository at this point in the history
Loading