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: pommes/nginx-proxy-metrics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: pommes/nginx-proxy-metrics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 16, 2023

  1. doc: Batches

    * Addes some badges.
    Tim committed Sep 16, 2023
    Copy the full SHA
    32cba91 View commit details
  2. doc: Added license

    Tim committed Sep 16, 2023
    Copy the full SHA
    59e5ff2 View commit details

Commits on Dec 9, 2024

  1. Remove ANSI codes from hostnames in proxy logs

    - Added a function to strip ANSI escape codes from hostname fields in parsed proxy logs, ensuring cleaner data.
    - Updated tests to verify that ANSI codes are correctly removed from hostnames.
    Tim committed Dec 9, 2024
    Copy the full SHA
    6979722 View commit details
  2. Use password-stdin for docker login command

    - Replaced the --password flag with --password-stdin for improved security during Docker login commands.
    - This change prevents the password from being exposed in shell history or process lists.
    Tim committed Dec 9, 2024
    Copy the full SHA
    7f29e0a View commit details
  3. Refactor docker login command in build workflow

    - Use echo command to provide password to docker login for improved readability and security. - This change ensures consistency in how secrets are handled across all login commands in the workflow. - The modification aligns with expected best practices for secret management in CI/CD pipelines.
    Tim committed Dec 9, 2024
    Copy the full SHA
    bd6d775 View commit details
  4. Remove trailing whitespace from build.yml

    Tim committed Dec 9, 2024
    Copy the full SHA
    6242504 View commit details
  5. Remove trailing whitespace from build.yml

    Tim committed Dec 9, 2024
    Copy the full SHA
    80c5819 View commit details
  6. Fixed regex to correctly match ANSI escape codes

    - The regex for removing ANSI escape codes was modified to include the escape character for accurate pattern matching.
    - This change ensures that ANSI codes are properly stripped out from input strings.
    Tim committed Dec 9, 2024
    Copy the full SHA
    daa7450 View commit details
Loading