Skip to content
#

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...

nightwatch
GaneshSPatil
GaneshSPatil commented Mar 2, 2020

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

YoussB
YoussB commented Mar 17, 2020

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

jhfoo
jhfoo commented Jul 23, 2018

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
fspegni
fspegni commented Dec 17, 2019

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
jx
ankitm123
ankitm123 commented Mar 2, 2020

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

lilyball
lilyball commented Jun 25, 2018

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

cds
reynn
reynn commented Apr 22, 2019

CDS offers an integration for Izanami for feature flipping but it seems to be undocumented as of right now. I think some information on how to setup Izanami and CDS would make this feature a lot easier to use if people had an easy reference for setup.

doc
cake
prezire
prezire commented Aug 22, 2017

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
werf
tox
lastbackend
Wikipedia
Wikipedia

Continuous integration apps

Semaphore

Test and deploy at the push of a button

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

WhiteSource Bolt

Detect open source vulnerabilities in real time with suggested fixes for quick remediation

Flaptastic

Manage flaky unit tests. Click a checkbox to instantly disable any test on all branches. Works with your current test suite

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

See more Continuous integration apps
You can’t perform that action at this time.