-
Couldn't load subscription status.
- Fork 30
feat(test reports): development branch #1294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
* refactor(pipeline): use server API types for pipeline and migrate compiler types * gci * feat: add sender rule for pipelines --------- Co-authored-by: David May <[email protected]>
* chore(lint): address existing linter issues * remove dupl from exclusion list
* enhance(build): add fork field for OIDC * fix test * integration test update
* enhance(yaml): allow for users to parse pipelines using old library * testing file for internal yaml * chore(compiler): convert unmarshaled buildkite to go-yaml * remove tests used in later PRs * lintfix * fix schema * gci
…1230) Co-authored-by: David May <[email protected]>
Co-authored-by: david may <[email protected]>
* init commit * feat(repo): add pending approval timeout * fix test * remove dead code --------- Co-authored-by: David May <[email protected]>
…r have dupl anchors in map (#1232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…o test_feat_test_report
…o test_feat_test_report
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
golangci
🚫 [golangci] reported by reviewdog 🐶
missing whitespace above this line (invalid statement above assign) (wsl_v5)
server/mock/server/testreport.go
Line 20 in ba647b1
| _ = json.Unmarshal(data, &body) |
🚫 [golangci] reported by reviewdog 🐶
unnecessary whitespace (trailing-whitespace) (wsl_v5)
Line 161 in ba647b1
🚫 [golangci] reported by reviewdog 🐶
unnecessary whitespace (trailing-whitespace) (wsl_v5)
server/router/testattachment.go
Line 20 in ba647b1
🚫 [golangci] reported by reviewdog 🐶
unnecessary whitespace (trailing-whitespace) (wsl_v5)
Line 20 in ba647b1
🚫 [golangci] reported by reviewdog 🐶
missing whitespace above this line (no shared variables above if) (wsl_v5)
| if resp.Code != http.StatusOK { |
🚫 [golangci] reported by reviewdog 🐶
missing whitespace above this line (no shared variables above if) (wsl_v5)
| if resp.Code != http.StatusOK { |
🚫 [golangci] reported by reviewdog 🐶
missing whitespace above this line (no shared variables above if) (wsl_v5)
| if resp.Code != http.StatusOK { |
🚫 [golangci] reported by reviewdog 🐶
missing whitespace above this line (too many statements above defer) (wsl_v5)
server/storage/minio/list_bucket_test.go
Line 36 in ba647b1
| fake := httptest.NewServer(engine) |
🚫 [golangci] reported by reviewdog 🐶
missing whitespace above this line (too many statements above defer) (wsl_v5)
server/storage/minio/list_bucket_test.go
Line 71 in ba647b1
| fake := httptest.NewServer(engine) |
🚫 [golangci] reported by reviewdog 🐶
missing whitespace above this line (no shared variables above expr) (wsl_v5)
server/storage/minio/list_objects_test.go
Line 66 in ba647b1
| c.Stream(func(w io.Writer) bool { |
🚫 [golangci] reported by reviewdog 🐶
missing whitespace above this line (invalid statement above expr) (wsl_v5)
server/storage/minio/list_objects_test.go
Line 71 in ba647b1
| c.XML(http.StatusOK, objects) |
🚫 [golangci] reported by reviewdog 🐶
missing whitespace above this line (too many statements above defer) (wsl_v5)
server/storage/minio/list_objects_test.go
Line 76 in ba647b1
| fake := httptest.NewServer(engine) |
🚫 [golangci] reported by reviewdog 🐶
missing whitespace above this line (no shared variables above range) (wsl_v5)
server/storage/minio/list_objects_test.go
Line 234 in ba647b1
| for _, name := range results { |
This branch is the combined working branch for development purposes, but will be closed in lieu of separate pr's (currently in draft) when ready, to allow for smaller pr's: