ci
Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.
Here are 4,148 public repositories matching this topic...
-
Updated
Feb 23, 2022 - Go
-
Updated
Feb 1, 2022 - JavaScript
Describe the bug
git diff-tree
used by linter on push
checks only files from the last commit and regardless of files status, so deleted or renamed files are also checked.
There are now 2 different git
commands used for finding the list of broken files (find them here: https://github.com/github/super-linter/blob/v3.14.4/lib/functions/buildFileList.sh#L59-L105). git diff-tree
is u
-
Updated
Feb 21, 2022 - Go
-
Updated
Mar 1, 2022 - Java
Summary
If there is a global default-get-timeout
set on the web node, it is not possible to override that timeout for the implicit get
step that is used to pull the image_resource
configured on a task.
Steps to reproduce
Start up Concourse with default-get-timeout
set very low
$ wget https://concourse-ci.org/docker-compose.yml
$ echo " CONCOURSE_DEFAULT_GET
-
Updated
Feb 25, 2022 - JavaScript
-
Updated
Mar 1, 2022 - Swift
Many repositories need to fix, so please help if you like.
If you could help, it would be helpful if you could comment before starting the work not to overlapping.
Fix example
Run exit command after lint.
echo '::group:: Running golangci-lint with reviewdog 🐶 ...'
go
JanitorConfigurator
should have an option to delete logs for specific builders (or tags). Users might want to delete logs for only specific builders, or might want to keep logs for specific builders for longer duration.
http://docs.buildbot.net/latest/manual/cfg-configurators.html#janitorconfigurator currently doesn't seems to contain any such option.
-
Updated
Mar 1, 2022 - Ruby
-
Updated
Feb 25, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
I want to be able to disable a whole level of violation. For example the low error level i want to disable but still run the checks on medium, high, critical.
Describe the solution you'd like
I would like to have this possible with a simple flag in the ci to do this. To disable the violation level : low, etc. that when yo
I noticed that when CML produces the reports (as per in cml-send-comment --update --pr report.md
) such reports are shown in the PR conversation as belonging to a certain user rather than GitHub actions reports. Is this intended behaviour or is there a setting/flag where we can choose which user to assign to the comments reports?
I haven't figured out how such user is chosen, I suspect it is t
-
Updated
Feb 15, 2022
-
Updated
Oct 22, 2021 - CMake
-
Updated
Feb 22, 2022 - Go
-
Updated
Jul 7, 2020 - JavaScript
I would welcome a feature when, at the same url which is set to respond with OK status, I could have an error response generated with a random seed.
I am developing an Observable pattern to perform a series of retries to call an endpoint, with increasing delay. The problem is that during testing, I cannot really mock up the condition by randomly switching between two mocky.io urls (error and ok
Enable more linters
kube-score is linted with golangci-lint, but some of the linters have been disabled.
- Update
.golangci.yml
to enable more linters - Run
golangci-lint run
to find the issues that the new linters find. - Fix the issues until none are left.
- Send a PR!
😍
-
Updated
Aug 7, 2021 - Go
Hi,
It is quite stupid to have one type for many events.
Suggestion:
On feature_segment update sends : FLAG_SEGMENT_UPDATED
On feature_identity update sends : FLAG_IDENTITY_UPDATED
on feature update sends : FLAG_FEATURE_UPDATED
-
Updated
Feb 9, 2022 - Shell
- Wikipedia
- Wikipedia
Your feature request related to a problem? Please describe.
GoKart is a new stand-alone security-focused static analysis tool.
Describe the solution you'd like.
Add support for GoKart. It uses
go/analysis
.Describe alternatives you've considered.
Run GoKart separately to golangci-lint.
Additional context.
_No respo