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

Scrum 46 add portfolio details for user in user service #42

Merged
merged 12 commits into from
Jul 31, 2024

Commits on Jul 30, 2024

  1. added portfolio entity

    Josiah Kotey authored and djangbahevans committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ed3deaa View commit details
    Browse the repository at this point in the history
  2. SCRUM-46 Portfolio entity creation

    Josiah Kotey authored and djangbahevans committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dde6e56 View commit details
    Browse the repository at this point in the history
  3. SCRUM-46

    Josiah Kotey authored and djangbahevans committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    85caaeb View commit details
    Browse the repository at this point in the history
  4. Some tests

    Josiah Kotey authored and djangbahevans committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a6d1a7e View commit details
    Browse the repository at this point in the history
  5. chore: Refactor User and Portfolio entities

    Refactor the User and Portfolio entities to improve code readability and maintainability.
    
    - Added nullable constraint to the user_id foreign key in the Portfolio entity.
    - Initialized the pendingDelete field in the User entity to false by default.
    - Updated the cascade options for the portfolios field in the User entity.
    
    Related to #SCRUM-46
    djangbahevans committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    142e117 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8338c9c View commit details
    Browse the repository at this point in the history
  7. chore: Update DB_URL in users-build.yml

    Update the DB_URL in the users-build.yml file to use localhost instead of the specific hostname "postgres". This change ensures that the database connection is established correctly.
    
    Related to #SCRUM-46
    djangbahevans committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    af8d7d8 View commit details
    Browse the repository at this point in the history
  8. chore: Update test logging configuration

    Update the test logging configuration in the build.gradle.kts file to include "passed", "skipped", and "failed" events. This change improves the visibility of test results.
    
    Related to #SCRUM-46
    djangbahevans committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fa16b43 View commit details
    Browse the repository at this point in the history
  9. SCRUM-46 delete user without portfolio test

    Josiah Kotey committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    db4af63 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'SCRUM-46-add-portfolio-details-for-user-in-user-service…

    …' of https://github.com/onesimus-wiafe/Joe-Trading-System into SCRUM-46-add-portfolio-details-for-user-in-user-service
    Josiah Kotey committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c45df3d View commit details
    Browse the repository at this point in the history
  11. chore: Refactor UserTest and improve code readability

    Refactor the UserTest class to improve code readability and maintainability. Removed unused imports and unnecessary comments. Updated test assertions for portfolio and user counts.
    
    Related to #SCRUM-46
    djangbahevans committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fe539ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b6f7baf View commit details
    Browse the repository at this point in the history