-
Updated
Mar 28, 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,008 public repositories matching this topic...
-
Updated
Apr 1, 2020 - Java
-
Updated
Jan 27, 2020 - JavaScript
The first few Google results for OpenShift alert documentation point to https://docs.openshift.com/online/dev_guide/notifications.html , which is now a dead link.
Please help Google point results to the right link, such as by redirecting from this URL to a valid one.
In order to make the UI/UX consistent across all pages of GoCD, GoCD is rebuilding the Pipeline Config Edit Page (changing into a Single Page App).
As part of this page rewrite, following changes needs to be done on the plugins:
Breaking Changes
Task Plugins View:
GoCD Task Plugins implements Get Task View extension call, which
As a team owner
consuming the Concourse API
I want unpausing archived pipelines to be forbidden
So that I can be certain that archived pipelines will have paused semantics, even if less-privileged API clients attempt to unpause them
Acceptance Criteria
Given that my cluster contains an archived pipeline p on a team t
When I make an authorized ArchivePipeline
request correspond
There's a list of deprecation warnings installing Strider. A sample as follows:
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated mailcomposer@0.2.12: This project is unmaintained
npm WARN deprecated browserslist@1.4.0: Browserslist 2 could fail on re
I cannot find any reference, in the documentation, about how the history of past builds is handled. Is it stored in memory? On files? On the database?
I'm running buildbot in docker (one container for the master, one for the worker, as in the "simple" scenario). Whenever I have to modify the master.cfg I have to
- stop the master container
- remove the master container
- start again the mas
Summary
There are some places in the code base which lack error handling. For instance: https://github.com/jenkins-x/jx/blob/master/pkg/helm/tiller.go#L51
It would be a good idea to run errcheck (https://github.com/kisielk/errcheck) as part of the checks when merging a PR, this will make the code base more consistent and improve the code quality.
Sample when running
`CGO_ENABLED=0 GO
The warning regex that matches per-line warnings also requires a column number. I have a shell script build phase that emits warnings that have lines but no columns and these warnings get swallowed up by xcpretty because it doesn't recognize them as warnings. The column number should
Hello,
Is there is any UI documentation for adding custom collector info ? Also to add any new models and repositories for custom collector ?
Trying to build tfs deployment collector
Thanks in advance
Priya.
-
Updated
Mar 30, 2020 - Java
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.
The online WIKI says anyone can edit via GitHub. Is this safe and gets validated by anyone?
Expected behaviour
- Detailed step by step instruction about the installation and setup.
Actual behaviour
- Missing steps such as renaming of htaccess and configuration details such as phpci.yaml.
- Location of phpci.yaml is not explicitly defined.
- *Examples of directory and fi
-
Updated
Mar 12, 2020
According to houndci/hound#1756, Hound CI supports a curated list of Rubocop extensions. However, it is difficult to tell which extensions are available, and which are not.
Please list supported Rubocop extensions on documentation pages.
-
Updated
Nov 5, 2018
-
Updated
Mar 28, 2020 - Go
On the basis of Review Russian documentation #1963
- Main
- README
- Documentation Overview
- Configuration / Introduction
- Configuration / Dockerfile image
- Configuration / Stapel Image / Naming
- Configuration / Stapel Image / Base Image
- Configuration / Stapel Image / Docker directive
- Confi
... or even decide to not deprecate it after all.
This came up on the mailing list.
It seems that this config option is well established, works as expected and is used in many scenarios (especially corporate when using internal pypi repos with different stages or devpi). So we might want to
Describe the bug
I just signed up and went to the public templates section.
There is only one template shown (see screenshot).
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://cloud.lastbackend.com/templates#public'
- See error
Expected behavior
I was expecting a lot more, e.g. Wordpress, MongoDB, Bootstrap, PostgreSQL, Etherpad, Apache, CouchDB, SearX, wall
-
Updated
Dec 31, 2019 - PHP
-
Updated
Mar 29, 2020 - JavaScript
-
Updated
Oct 8, 2019 - PHP
It looks like debugging symbols are not stripped from binaries by default, making them larger than necessary. Having an option to strip binaries before deploying them would be useful.
-
Updated
Mar 27, 2020 - Go
What happened:
screwdriver-chart doesn't work in kubernetes 1.16+.
It contains deployments whose apiVersions are extensions/v1beta1
, but this apiVersion for deployment are deprecated and removed in kubernetes 1.16. And the dependencies also has same problem.
https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
**What you
- Wikipedia
- Wikipedia
Continuous integration apps
Semaphore
Test and deploy at the push of a button
CloudBees CodeShip
Continuous Integration and Delivery. Fast. Customizable. Easy
Check Run Reporter
The reporting tool you wish your CI service had built
Buddy
One-click delivery automation for Web Developers
BuildPulse
Automatically track flaky builds. Measure improvement over time. Install in less than a minute. Works with your current CI
Cloud 66 for Rails
Build, deploy, and maintain your Rails apps on any cloud or server
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
Travis CI
Test and deploy with confidence
Flaptastic
Manage flaky unit tests. Click a checkbox to instantly disable any test on all branches. Works with your current test suite
Google Cloud Build
Build, test, & deploy in a fast, consistent, and secure manner
AccessLint
Find accessibility issues in your pull requests
AppVeyor
Cloud service for building, testing and deploying Windows apps
CircleCI
Automatically build, test, and deploy your project in minutes
Azure Pipelines
Continuously build, test, and deploy to any platform and cloud
Codefresh
A modern container-based CI/CD platform, easily assemble and run pipelines with high performance
Description:
Custom command used:
Comman