Thomas Anderson

Results 37 issues of Thomas Anderson

## My urfave/cli version is v2.27.1 ## Dependency Management - I am unsure of what my dependency management setup is. ## Describe the bug `FilePath` does not take precedence over...

kind/bug
area/v2
status/triage

After upgrading to Cilium from 0.15.0 to 0.15.1, Hubble UI (0.13.0) shows wrong service name. Seems, it picks up the name from `component` label instead of `name`: ![Screenshot 2024-02-19 1](https://github.com/cilium/hubble-ui/assets/127358482/2214ccb9-faf5-47ef-b8c4-1c9a4297e597)...

Addresses https://github.com/woodpecker-ci/woodpecker/issues/3537#issuecomment-2016480296

bug
backend/kubernetes
build_pr_images

Closes #3444 closes #1272 --- Admin: ![Screenshot 2024-02-27 1](https://github.com/woodpecker-ci/woodpecker/assets/127358482/285b2daa-9a37-4bd8-a11e-c4b7ced20e5a) ![Screenshot 2024-02-27 2](https://github.com/woodpecker-ci/woodpecker/assets/127358482/891ff2f8-71b5-4687-80a7-e3e4b1cb4e41) ![Screenshot 2024-02-27 3](https://github.com/woodpecker-ci/woodpecker/assets/127358482/362dbfe9-ac63-4be4-a4bb-f4e5140d54a5) User: ![Screenshot 2024-02-27 4](https://github.com/woodpecker-ci/woodpecker/assets/127358482/b2f3db6b-5ec3-4e06-a508-61dd07a69d60)

ui
feature

On top of #3451, addresses [PR note](https://github.com/woodpecker-ci/woodpecker/pull/3451#discussion_r1505438144) related to #1100 Not tested.

enhancement
cli

### Clear and concise description of the problem For now documentation looks like: ``` purge purge a log --log-file="": where logs are written to. 'stdout' and 'stderr' can be used...

documentation
enhancement

### Clear and concise description of the problem There are API endpoints like: ``` /api/repos/{repo_id}/logs/{number}/{stepID} ``` 1. Inconsistent naming: `repo_id`, `stepID`. 2. Incomprehensible names: `number` of what? ### Suggested solution...

server
refactor
good first issue

### Clear and concise description of the problem There are examples of entities: ```go type Pipeline struct { ID int64 `json:"id" xorm:"pk autoincr 'pipeline_id'"` Status StatusValue `json:"status" xorm:"INDEX 'pipeline_status'"` ChangedFiles...

server
refactor

### Clear and concise description of the problem I've had an "incident" recently. I ran pipeline with command below: ``` skopeo copy --dest-authfile=.cicd/ecr-creds "docker://$SRC_IMAGE" "docker://$DST_IMAGE" ``` I had AWS ECR...

feature

### Component server ### Describe the bug Some users face `An unknown error occurred` popup when follow to their profile Secrets page. --- On that old instance (the first deployed...

bug