mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #1103] [CLOSED] wip: #1777
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1777
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/1103
Author: @catthehacker
Created: 4/4/2022
Status: ❌ Closed
Base:
master← Head:cat/feat/better-logging📝 Commits (1)
667f07bwip:📊 Changes
58 files changed (+844 additions, -752 deletions)
View changed files
📝
cmd/graph.go(+4 -4)📝
cmd/root.go(+25 -15)📝
pkg/artifacts/server.go(+3 -2)📝
pkg/artifacts/server_test.go(+5 -3)📝
pkg/common/dryrun/dryrun.go(+1 -1)📝
pkg/common/executor/executor.go(+14 -3)📝
pkg/common/executor/executor_test.go(+1 -1)📝
pkg/common/git/git.go(+23 -20)📝
pkg/common/git/git_test.go(+1 -1)➖
pkg/common/logger.go(+0 -27)➕
pkg/common/logger/logger.go(+185 -0)📝
pkg/common/utils/draw.go(+1 -1)📝
pkg/common/utils/file.go(+1 -1)📝
pkg/common/utils/outbound_ip.go(+2 -2)➕
pkg/common/utils/term.go(+51 -0)📝
pkg/container/docker_auth.go(+1 -0)📝
pkg/container/docker_build.go(+10 -9)📝
pkg/container/docker_images_test.go(+1 -0)📝
pkg/container/docker_logger.go(+4 -57)📝
pkg/container/docker_pull.go(+9 -7)...and 38 more files
📄 Description
Fixes #195
--no-colorflagrunnertocommongithub.com/nektos/act/pkg/runner.Configtogithub.com/nektos/act/pkg/runner/config.Config--verbosefrombooltocount, single--verboseenablesDebuglog level, 2 or more enableTracelog levellogrus.FieldLoggerwas replaced withlogrus.Ext1FieldLoggersincelogrus.FieldLoggerdoes not exportTracelog level functionsSigned-off-by: hackercat me@hackerc.at
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.