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,867 public repositories matching this topic...
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Oct 1, 2021 - Go
-
Updated
Oct 3, 2021 - JavaScript
Comment errors
I want super-linter to create pull request comments about the result of linters that caused errors.
If super-linter can do it, linter errors will be easier to see.
webhook is a lightweight incoming webhook server to run shell commands
-
Updated
Sep 27, 2021 - Go
Main repository for GoCD - Continuous Delivery server
-
Updated
Oct 4, 2021 - Java
Garden supports disabling privileged containers, and some users have configured it (see Discord message) - should we support that for the containerd runtime too?
Newman is a command-line collection runner for Postman
-
Updated
Oct 6, 2021 - JavaScript
A Swift command line tool for generating your Xcode project
-
Updated
Oct 6, 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
Oct 4, 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
Sep 30, 2021 - TypeScript
Security scanner for your Terraform code
-
Updated
Oct 6, 2021 - Go
List of Continuous Integration services
-
Updated
Oct 6, 2021
Run Lighthouse in CI, as a web service, using Docker. Pass/Fail GH pull requests.
-
Updated
Jul 7, 2020 - JavaScript
Export headers are nice.
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
-
Updated
Oct 3, 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
System for containerized apps management. From build to scaling.
-
Updated
Aug 7, 2021 - Go
Kubernetes object analysis with recommendations for improved reliability and security
-
Updated
Oct 1, 2021 - Go
Powerful and user-friendly CI / CD server with high availability, parallel build, agent scaling
-
Updated
Oct 5, 2021 - Java
如何基于K8s(Kubernetes)部署成PaaS/DevOps(一套完整的软件研发和部署平台)--教程/学习(实战代码/欢迎讨论/大量注释/操作配图),你将习得部署如:K8S(Kubernetes)、dashboard、Harbor、Jenkins、本地gitlab、Apollo框架、promtheus、grafana、spinnaker等。
-
Updated
Sep 4, 2021 - Shell
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
- 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