-
Updated
Aug 31, 2020 - Go
Continuous integration
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 2,090 public repositories matching this topic...
-
Updated
Sep 5, 2020 - Java
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Sep 4, 2020 - Go
-
Updated
Sep 4, 2020 - Java
-
Updated
Aug 21, 2020 - JavaScript
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.
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 29, 2020 - Java
-
Updated
Sep 4, 2020 - Go
Opencover allows hiding skipped modules by providing a `hideskipped parameter. Would be great to add this.
See https://github.com/OpenCover/opencover/wiki/Usage#console-application-usage for details.
-
Updated
Jun 11, 2020 - PHP
-
Updated
Sep 4, 2020 - Go
-
Updated
Aug 18, 2020 - Ruby
-
Updated
Nov 5, 2018
-
Updated
Sep 4, 2020 - Go
-
Updated
Aug 6, 2020 - Go
-
Updated
Sep 2, 2020 - CMake
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Dec 31, 2019 - PHP
-
Updated
Aug 10, 2020 - Shell
-
Updated
Aug 18, 2020 - PHP
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Sep 4, 2020 - Go
-
Updated
Aug 28, 2020 - C#
What happened:
UI is loading all the step log data in memory and looping through the data to create a blob to make it downloadable. This does not work for large step log files where there are hundred thousands of log lines.
What you expected to happen:
- UI should not do any custom logic and should defer to API for log download.
- New API to download step logs with proper cachi
Github sends a notification if you are @mentioned in a commit message. This is unfortunate, because you'll get repeated notifications when the commit is rebased (or when you try several merges). Arguably, this is a bug in GitHub, but it seems like it's easier to fix this on bors' side, by escaping all @mentions
- Wikipedia
- Wikipedia
Continuous integration apps
Azure Pipelines
Continuously build, test, and deploy to any platform and cloud
Google Cloud Build
Build, test, & deploy in a fast, consistent, and secure manner
Cirrus CI
Enjoy unlimited concurrency for fast and secure development cycle
Hound
Automated code reviews
Semaphore
Test and deploy at the push of a button
CloudBees CodeShip
Continuous Integration and Delivery. Fast. Customizable. Easy
Percy
Automated visual review platform
Check Run Reporter
See your test and style results without leaving GitHub. Supporting JUnit, Checkstyle, and more
App Center
Continuously build, test, release, and monitor apps for every platform
Cloud 66 Skycap
Skycap is a container native CI/CD tool
BuildPulse
Automatically detect, track, and rank flaky tests so you can regain trust in your test suite
Codefresh
A modern container-based CI/CD platform, easily assemble and run pipelines with high performance
Travis CI
Test and deploy with confidence
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
CircleCI
Automatically build, test, and deploy your project in minutes
When viewing a build that reconfigures pipelines, it's hard to tell which pipelines were actually changed:
Quick suggestion: highlight it in yellow, like the
getstep? Or the opposite - dim steps which had no changes to apply? No strong preference!This would likely involve emittin