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 3,932 public repositories matching this topic...
-
Updated
Nov 12, 2021 - Go
-
Updated
Oct 3, 2021 - 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
Oct 11, 2021 - Go
-
Updated
Nov 12, 2021 - Java
Summary
Running fly execute --tag=asdf --input jkl=. will fail without a specific error message if a worker with tag asdf is not available at the time the command is executed.
Steps to reproduce
Task config:
---
platform: linux
image_resource:
type: registry-image
source:
repository: alpine
inputs:
- name: source
run:
path: sh
args:
- -e-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Nov 10, 2021 - Swift
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
Nov 10, 2021 - Ruby
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-
Updated
Nov 3, 2021 - TypeScript
-
Updated
Nov 12, 2021 - Go
CML_ env namespace
Use CML_TOKEN instead of REPO_TOKEN to
- avoid potential namespace clashes
- better reflect that it could be a project token, org token, bot token, encoded username & password, etc
- better reflect that it's mostly used to launch runners and also is used by runners
- from iterative/cml.dev#122 (comment)
- related #738, #741, #712
-
Updated
Nov 9, 2021
-
Updated
Oct 22, 2021 - CMake
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Nov 1, 2021 - Go
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
-
Updated
Aug 7, 2021 - Go
-
Updated
Nov 8, 2021 - Go
-
Updated
Nov 12, 2021 - Java
-
Updated
Nov 9, 2021 - 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