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: KBTG-Kampus-ClassNest-SE-Java/assessment
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ce-pong/assessment
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 33 files changed
  • 2 contributors

Commits on Feb 26, 2024

  1. Setup database

    ce-pong committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c25aeb8 View commit details
    Browse the repository at this point in the history
  2. setup object model

    ce-pong committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    69503a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af85eab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70b5f97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0309ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2e2308 View commit details
    Browse the repository at this point in the history
  7. Refactor ticket and user annotation for enhanced clarity

    - Replace @pattern annotation with custom names for improved readability and maintainability:
    
      -  for ticket validation
    
      -  for user identification
    
    - Introduce  method to streamline ticket purchasing process, enhancing the functionality of our ticket management system.
    ce-pong committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    db89abc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8567b83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99a1b3a View commit details
    Browse the repository at this point in the history
  10. add unit test for purchase lottery method

    add validation level at Controller
    
    add ConstrainViolationException in ControllerHandleException
    ce-pong committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ba34a6e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    76cff24 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fabcd2e View commit details
    Browse the repository at this point in the history
  13. complete getPurchaseHistory function

    Add unit test for getPurchaseHistory
    ce-pong committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4b282bc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cd8a4ed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9d4e35a View commit details
    Browse the repository at this point in the history
  16. Set database.url as variable

    Add docker and docker compose
    
    Fix error that is no default constructor
    ce-pong committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d6da9da View commit details
    Browse the repository at this point in the history
  17. Cleaning unuse import

    ce-pong committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b79ee52 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    15ddf79 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2c948be View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1 from ce-pong/test-merge-request

    LGTM, susu
    ce-pong authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a21ce89 View commit details
    Browse the repository at this point in the history
Loading