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 1,961 public repositories matching this topic...

GaneshSPatil
GaneshSPatil commented Dec 19, 2019
Issue Type
  • Feature enhancement
Summary

GoCD application has a separate page to manage the different GoCD entities. Each page has either an Add or Create button to create a new entity.
The styles of these add entity buttons are different on each page. Example:

On Pipelines Page:

![Screen Shot 2019-12-19 at 11 34 41 AM](https://user-images.githubusercontent.com/152

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
tomfrenken
tomfrenken commented Jan 24, 2020

Summary

jx import creates the wrong /charts/<repo-name> when used on non-git repositories, when you specify a different name to initialize it.

Steps to reproduce the behavior

  1. Create a new repository without git (mkdir new-repo)
  2. use jx import
  3. choose a different name then the suggest default to initialize the repository
  4. look in the /charts/ repository, the name o
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
benreyn
benreyn commented Mar 23, 2018

When enabling slim-lint on a repository, custom rubocop configuration files dont seem to automatically pick up configuration defined in a .rubocop.yml file. See here. It seems like the most sensible way to handle this is to have slim-lint use the same config_file for rubocop that is declared in `.hound.y

werf
diafour
diafour commented Jan 11, 2019

There are 4 execution modules in ansible and two of them has live output in dapp. The most frequent use cases are:

  • run one command
  • run multiple commands
  • run shell script
  • run commands or script in login shell or with loaded environment variables

We need to document this variants with links to ansible documentation and give an explanation of what is invoked behind the scene (dappdeps

tox
lastbackend
Wikipedia
Wikipedia

Continuous integration apps

unmock

Unmock helps you organize mocks (fixtures) for your HTTP(S) calls, speeding up development and increasing resiliency

App Center

Continuously build, test, release, and monitor apps for every platform

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