-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: pommes/nginx-proxy-metrics
base: v1.1.0
head repository: pommes/nginx-proxy-metrics
compare: main
- 8 commits
- 6 files changed
- 1 contributor
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32cba91 - Browse repository at this point
Copy the full SHA 32cba91View commit details -
Tim committed
Sep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 59e5ff2 - Browse repository at this point
Copy the full SHA 59e5ff2View commit details
Commits on Dec 9, 2024
-
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 committedDec 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 6979722 - Browse repository at this point
Copy the full SHA 6979722View commit details -
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 committedDec 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 7f29e0a - Browse repository at this point
Copy the full SHA 7f29e0aView commit details -
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 committedDec 9, 2024 Configuration menu - View commit details
-
Copy full SHA for bd6d775 - Browse repository at this point
Copy the full SHA bd6d775View commit details -
Remove trailing whitespace from build.yml
Tim committedDec 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 6242504 - Browse repository at this point
Copy the full SHA 6242504View commit details -
Remove trailing whitespace from build.yml
Tim committedDec 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 80c5819 - Browse repository at this point
Copy the full SHA 80c5819View commit details -
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 committedDec 9, 2024 Configuration menu - View commit details
-
Copy full SHA for daa7450 - Browse repository at this point
Copy the full SHA daa7450View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.0...main