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: oswaldom-code/api-template-gin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: oswaldom-code/api-template-gin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
  • 15 commits
  • 22 files changed
  • 1 contributor

Commits on Feb 9, 2025

  1. 🔧 chore: Add Prometheus and grafana services

        -  Prometheus and grafana services are added for application
           monitoring.
        -  Dockerfile file is updated to explicitly define the version of
           the image alpine to be used to run the application .
    oswaldom-code committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    2a0e544 View commit details
    Browse the repository at this point in the history
  2. ♻️ Refactor: config.go package is refactored

     The config.go package is refactored in order to give higher priority to
     the past environment variables config.go package is refactored as a
     parameter when starting the application above the environment
     variables defined in the .env file and the values by default.
     Remaining the priority sequence as follows: passed variables as
     argument, defined variables in the .env file and finally the default
     values.
    oswaldom-code committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    e2cf819 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    309640b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3888c5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baf524e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1446e80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45cda78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50e0a91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97fc1c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2367aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec557cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5a33a7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25bfd57 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d586fb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    35993fd View commit details
    Browse the repository at this point in the history
Loading