-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Comparing changes
Open a pull request
base repository: sirupsen/logrus
base: v1.6.0
head repository: sirupsen/logrus
compare: v1.9.3
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 28e2121 - Browse repository at this point
Copy the full SHA 28e2121View commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7d248fa - Browse repository at this point
Copy the full SHA 7d248faView commit details
Commits on May 6, 2020
-
Simplify checkIfTerminal for Windows
Instead of relying on EnableVirtualTerminalProcessing from github.com/konsorten/go-windows-terminal-sequences which just calls GetConsoleMode, sets ENABLE_VIRTUAL_TERMINAL_PROCESSING and calls SetConsoleMode with the new modified mode, implement it directly inside checkIfTerminal. This also avoids the duplicate call to GetConsoleMode.
Configuration menu - View commit details
-
Copy full SHA for 8665791 - Browse repository at this point
Copy the full SHA 8665791View commit details
Commits on May 19, 2020
-
Merge pull request #1088 from tklauser/simplify-windows
Simplify checkIfTerminal for Windows
Configuration menu - View commit details
-
Copy full SHA for 0de04f1 - Browse repository at this point
Copy the full SHA 0de04f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8fa988 - Browse repository at this point
Copy the full SHA e8fa988View commit details -
Merge branch 'feature/function-log' of https://github.com/Azer0s/logrus…
… into Azer0s-feature/function-log
Configuration menu - View commit details
-
Copy full SHA for d7edea4 - Browse repository at this point
Copy the full SHA d7edea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4da53 - Browse repository at this point
Copy the full SHA ba4da53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20dcf91 - Browse repository at this point
Copy the full SHA 20dcf91View commit details
Commits on May 26, 2020
-
Update default formatter for new logger from JsonFormatter to TextFormatter
Configuration menu - View commit details
-
Copy full SHA for 630ea45 - Browse repository at this point
Copy the full SHA 630ea45View commit details -
Merge pull request #1144 from sohel-sheikh/patch-1
Update doc for new logger
Configuration menu - View commit details
-
Copy full SHA for 42baed8 - Browse repository at this point
Copy the full SHA 42baed8View commit details
Commits on May 28, 2020
-
Add an API to plug a custom buffer free item mangement system
David Bariod committedMay 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 64a5944 - Browse repository at this point
Copy the full SHA 64a5944View commit details -
Merge pull request #1145 from sirupsen/custom_buffer_pool
Add an API to plug a custom buffer free item mangement system
Configuration menu - View commit details
-
Copy full SHA for 6699a89 - Browse repository at this point
Copy the full SHA 6699a89View commit details
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c6b865f - Browse repository at this point
Copy the full SHA c6b865fView commit details
Commits on Sep 30, 2020
-
Merge pull request #1183 from shogo82148/update-changelog-1.7.0
update changelog with v1.7.0
Configuration menu - View commit details
-
Copy full SHA for d131c24 - Browse repository at this point
Copy the full SHA d131c24View commit details
Commits on Oct 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c81a54c - Browse repository at this point
Copy the full SHA c81a54cView commit details
Commits on Nov 6, 2020
-
bump golang versions in travis ci
David Bariod committedNov 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 0d28e29 - Browse repository at this point
Copy the full SHA 0d28e29View commit details -
David Bariod committed
Nov 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 5819000 - Browse repository at this point
Copy the full SHA 5819000View commit details
Commits on Nov 8, 2020
-
David Bariod committed
Nov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for e328a4e - Browse repository at this point
Copy the full SHA e328a4eView commit details -
David Bariod committed
Nov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 89b92b9 - Browse repository at this point
Copy the full SHA 89b92b9View commit details
Commits on Nov 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for be16a81 - Browse repository at this point
Copy the full SHA be16a81View commit details
Commits on Nov 21, 2020
-
Merge pull request #1206 from l-lindsay/zosbuild
Add build tag to enable a successful build for zos
Configuration menu - View commit details
-
Copy full SHA for a752a62 - Browse repository at this point
Copy the full SHA a752a62View commit details
Commits on Nov 24, 2020
-
David Bariod committed
Nov 24, 2020 Configuration menu - View commit details
-
Copy full SHA for e3e79b6 - Browse repository at this point
Copy the full SHA e3e79b6View commit details -
Merge pull request #1207 from sirupsen/remove_stale_bot
desactivate stale bot
Configuration menu - View commit details
-
Copy full SHA for 6121f5c - Browse repository at this point
Copy the full SHA 6121f5cView commit details
Commits on Nov 26, 2020
-
Merge pull request #1197 from sirupsen/travis_build
bump go and golangci-lint versions in travis ci
Configuration menu - View commit details
-
Copy full SHA for 8ae478e - Browse repository at this point
Copy the full SHA 8ae478eView commit details -
migrate cross build target from bash script to mage
David Bariod committedNov 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 4b818a5 - Browse repository at this point
Copy the full SHA 4b818a5View commit details
Commits on Dec 15, 2020
-
Remove dead panic in Entry.Panic
[Entry.log itself panics][0] when the log level is set to PanicLevel, (and PanicLevel is always eneabled) so this second panic will never be reached. [0]: https://github.com/sirupsen/logrus/blob/8ae478eb8a850a54ea4915a2b572f377de1f9c7e/entry.go#L253
Configuration menu - View commit details
-
Copy full SHA for 02fcb16 - Browse repository at this point
Copy the full SHA 02fcb16View commit details
Commits on Dec 17, 2020
-
migrate lint script to a mage target
David Bariod committedDec 17, 2020 Configuration menu - View commit details
-
Copy full SHA for b02b418 - Browse repository at this point
Copy the full SHA b02b418View commit details -
Merge pull request #1185 from CreativeCactus/patch-1
Replace %v with %w for error
Configuration menu - View commit details
-
Copy full SHA for 44d983d - Browse repository at this point
Copy the full SHA 44d983dView commit details -
Merge pull request #1212 from alecbz/alec/remove-dead-panic
Remove dead panic in Entry.Panic
Configuration menu - View commit details
-
Copy full SHA for cd4bf4e - Browse repository at this point
Copy the full SHA cd4bf4eView commit details
Commits on Feb 13, 2021
-
add a test target in the magefile
David Bariod committedFeb 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 3986c92 - Browse repository at this point
Copy the full SHA 3986c92View commit details -
Merge pull request #1208 from sirupsen/magefile
migrate ci target from bash scripts to magefile
Configuration menu - View commit details
-
Copy full SHA for c6da052 - Browse repository at this point
Copy the full SHA c6da052View commit details -
* bump to go 1.16 * remove unneeded part in travis/install.sh
David Bariod committedFeb 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 6a61186 - Browse repository at this point
Copy the full SHA 6a61186View commit details
Commits on Feb 14, 2021
-
David Bariod committed
Feb 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 003c63a - Browse repository at this point
Copy the full SHA 003c63aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f513f99 - Browse repository at this point
Copy the full SHA f513f99View commit details
Commits on Feb 16, 2021
-
fix for entry data field race condition
David Bariod committedFeb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for ac6e35b - Browse repository at this point
Copy the full SHA ac6e35bView commit details -
Merge pull request #1229 from sirupsen/fix-data-entry-race
fix for entry data field race condition
Configuration menu - View commit details
-
Copy full SHA for 88d56b6 - Browse repository at this point
Copy the full SHA 88d56b6View commit details -
David Bariod committed
Feb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 67c117c - Browse repository at this point
Copy the full SHA 67c117cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ca3c0 - Browse repository at this point
Copy the full SHA 15ca3c0View commit details -
David Bariod committed
Feb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 5cb4bf6 - Browse repository at this point
Copy the full SHA 5cb4bf6View commit details -
David Bariod committed
Feb 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 35ab8d8 - Browse repository at this point
Copy the full SHA 35ab8d8View commit details
Commits on Feb 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d59e561 - Browse repository at this point
Copy the full SHA d59e561View commit details -
fix race condition AddHook and traces
David Bariod committedFeb 17, 2021 Configuration menu - View commit details
-
Copy full SHA for d172886 - Browse repository at this point
Copy the full SHA d172886View commit details
Commits on Feb 18, 2021
-
Merge pull request #1234 from sirupsen/dbd-cleanup
fix race condition AddHook and traces
Configuration menu - View commit details
-
Copy full SHA for 6cff360 - Browse repository at this point
Copy the full SHA 6cff360View commit details
Commits on Feb 19, 2021
-
travis: run mage with -v to not discard output
Before this: $ go run mage.go lint Error: running "/Users/sebastiaan/go/bin/golangci-lint run ./..." failed with exit code 1 exit status 1 $ go run mage.go test Error: running "go test -race -v ./..." failed with exit code 1 exit status 1 After this: $ go run mage.go -v lint Running target: Lint exec: /Users/sebastiaan/go/bin/golangci-lint run ./... entry.go:89:6: `iamNotUsed` is unused (deadcode) func iamNotUsed() { ^ Error: running "/Users/sebastiaan/go/bin/golangci-lint run ./..." failed with exit code 1 exit status 1 $ go run mage.go -v test Running target: Test exec: go test -race -v ./... === RUN TestRegister ... ? github.com/sirupsen/logrus/internal/testutils [no test files] FAIL Error: running "go test -race -v ./..." failed with exit code 1 exit status 1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for feebf74 - Browse repository at this point
Copy the full SHA feebf74View commit details -
move "mage" to a separate module
Move the magefile related files to a submodule, so that it does not become a dependency for logrus itself. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 1d8091a - Browse repository at this point
Copy the full SHA 1d8091aView commit details -
Merge pull request #1238 from thaJeztah/move_mage
CI: run mage with "-v" to not discard output, and move mage to a submodule
Configuration menu - View commit details
-
Copy full SHA for f104497 - Browse repository at this point
Copy the full SHA f104497View commit details -
go.mod: update golang.org/x/sys to fix openbsd/mips64 on Go 1.16
This should hopefully fix cross-compile on openbsd/mips64 on Go 1.16 Building for GOOS=openbsd GOARCH=mips64 # golang.org/x/sys/unix Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20191026070338-33540a1f6037/unix/fcntl.go:26:42: undefined: Flock_t Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20191026070338-33540a1f6037/unix/ioctl.go:26:47: undefined: Winsize Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20191026070338-33540a1f6037/unix/ioctl.go:37:47: undefined: Termios Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20191026070338-33540a1f6037/unix/ioctl.go:55:42: undefined: Winsize Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20191026070338-33540a1f6037/unix/ioctl.go:61:42: undefined: Termios Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20191026070338-33540a1f6037/unix/syscall_openbsd.go:34:6: missing function body Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20191026070338-33540a1f6037/unix/syscall_unix_gc.go:12:6: missing function body Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20191026070338-33540a1f6037/unix/syscall_unix_gc.go:13:6: missing function body Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20191026070338-33540a1f6037/unix/syscall_unix_gc.go:14:6: missing function body Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20191026070338-33540a1f6037/unix/syscall_unix_gc.go:15:6: missing function body Error: ../../../go/pkg/mod/golang.org/x/sys@v0.0.0-20191026070338-33540a1f6037/unix/ioctl.go:61:42: too many errors Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for bdb7d4c - Browse repository at this point
Copy the full SHA bdb7d4cView commit details -
Use GitHub actions to run golang-ci-lint, cross, and test. The "Test()" target in Mage was a plain "go test -v ./...", and should be portable to other CI systems if needed; running it through the mage file effectively resulted in "compile a go binary to run go". The "Lint()" target in Mage relied on Travis CI setting up Golang-CI lint before it was executed, which required bash. Moving it to GitHub actions also allowed it to be run on Windows. Golang CI can still be run locally either through the mage file (which is kept for now), or running `golangci-lint run ./...` after installing golangci-lint. The "CrossBuild() Mage target is still used to perform cross-compile, as it contains code to generate the GOOS/GOARCH matrix, which makes it easier to run locally. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for cbd14ed - Browse repository at this point
Copy the full SHA cbd14edView commit details
Commits on Mar 8, 2021
-
improve documentation about timestamp format
David Bariod committedMar 8, 2021 2Configuration menu - View commit details
-
Copy full SHA for 7a997b9 - Browse repository at this point
Copy the full SHA 7a997b9View commit details
Commits on Mar 9, 2021
-
David Bariod committed
Mar 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 1bfef4b - Browse repository at this point
Copy the full SHA 1bfef4bView commit details
There are no files selected for viewing
This file was deleted.