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: upb-code-labs/tests-microservice
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: upb-code-labs/tests-microservice
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 5, 2024

  1. feat: Initial implementation to run Java tests (#3)

    * feat: Listen for messages in the submissions queue
    
    * feat: Implement file system manager 
    
    * feat: Implement static files micro-service manager
    
    * feat: Implement initial Java tests runner
    
    * feat: Sanitize and return tests output after running them
    
    * feat: Send updates to submission status updates queue
    
    * build: Update Dockerfile
    PedroChaparro authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    48c8a14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b84bb2e View commit details
    Browse the repository at this point in the history
  3. docs: Add documentation (#7)

    * docs(gh): Add contribution guidelines
    
    * docs: Add environment variables description
    
    * docs: Add flow and sequences diagrams
    
    * docs(gh): Add README file
    PedroChaparro authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3f1c5c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c682c5f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. fix: Increment tests execution time limit (#10)

    * chore: Rename local tests execution directory
    
    * refactor: Create src folder
    
    * fix: Increment tests execution timeout to one minute
    PedroChaparro authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    c164193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f368733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba692eb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    a76c5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7cbea8 View commit details
    Browse the repository at this point in the history
  3. fix(java-runner): Update execution time limit (#15)

    * fix(java-runner): Increase tests execution time limit
    
    * fix(java-runner): Handle empty error message
    PedroChaparro authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    571b296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8e88fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22a4d8f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    e208147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    181a8e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. fix(sec): Define GID and UID

    This is done in order to user the "runAsUser" and "runAsGroup" options in the k8s manifest.
    PedroChaparro committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2c06370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43d186c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a76ccf View commit details
    Browse the repository at this point in the history
Loading