-
Updated
Oct 18, 2021 - Python
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,585 public repositories matching this topic...
-
Updated
Oct 14, 2021 - Go
-
Updated
Oct 18, 2021 - Java
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Oct 18, 2021 - Go
-
Updated
Oct 18, 2021 - Java
-
Updated
Oct 18, 2021 - Java
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
May 21, 2021 - JavaScript
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.
Summary
When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.
This means that when new versions of the application are created the unchanged dependencies can't be reused.
It would be a great enhancement if the application code where p
-
Updated
Sep 23, 2021 - TypeScript
-
Updated
Oct 18, 2021 - Go
Currently when calling the MSBuild alias with an MSBuildSettings, we need to set the target using the WithTarget extension method.
MSBuild("./my-app.sln", new MSBuildSettings
{
Configuration = "Release",
ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###
It would be nice if we could use a property, with a string, which would make it more na
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
Oct 18, 2021 - Go
-
Updated
Oct 6, 2021
-
Updated
Oct 18, 2021 - Python
-
Updated
Jun 11, 2020 - PHP
-
Updated
Oct 17, 2021 - CMake
-
Updated
Oct 5, 2021 - Go
-
Updated
Aug 22, 2021 - Ruby
jest.it.each reduces the boilerplate test code and improves the readability and maintainability.
Currently config, tools and coverage tests use jest.it.each. The same can be done for utils, extensions and install tests.
Ref:
-
Updated
Oct 8, 2020
-
Updated
Aug 7, 2021 - Go
-
Updated
Oct 18, 2021 - C#
-
Updated
Oct 11, 2021 - Java
-
Updated
Sep 30, 2021 - Go
- Wikipedia
- Wikipedia
Continuous integration apps
CircleCI
Automatically build, test, and deploy your project in minutes
Testspace.com
Integrated GitHub test solution for CI Results Dashboard, Reporting, Manual Test Case Management, and Exploratory
Azure Pipelines
Continuously build, test, and deploy to any platform and cloud
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
Codefresh
A modern container-based CI/CD platform, easily assemble and run pipelines with high performance
Travis CI
Test and deploy with confidence
Cirrus CI
Enjoy unlimited concurrency for fast and secure development cycle
Layer CI
A staging server replacement and CI/CD tool for full-stack apps
AppVeyor
Cloud service for building, testing and deploying Windows apps
Cloud 66 Skycap
Skycap is a container native CI/CD tool
Buddy
One-click delivery automation for Web Developers
Semaphore
Test and deploy at the push of a button
Percy
Automated visual review platform
AccessLint
Find accessibility issues in your pull requests
Google Cloud Build
Build, test, & deploy in a fast, consistent, and secure manner


Garden supports disabling privileged containers, and some users have configured it (see Discord message) - should we support that for the
containerdruntime too?