Skip to content
#

continuous-testing

Here are 150 public repositories matching this topic...

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

superfigge
superfigge commented Aug 31, 2017

Hi, thanks for a great plugin. We wonder, instead of ending up in the Jenkins job page when clicking jobname status in a box, we want to show another page on the Jenkins machine. As it is now, we first have to click in the box (your nice plugin) and then again on a link. That link shows a deeper result of the job with test results.
So we just want to skip one click and go directly to that result

public
foxbunny
foxbunny commented Mar 11, 2019

Issue description or question

The coverage markers usually remain green for the lines that contain the test declaration in Jest. This is usually not a problem until those tests are collapsed (folded). When the tests are folded, then it becomes more difficult to tell that the tests did not run just by scanning the coverage markers.

For example:

![image](https://user-images.githubuserc

geekflyer
geekflyer commented Oct 19, 2018

Hi,

It'd love to try out alloy_ci . We run almost everything in kubernetes (incl. gitlab runner) and I think it would be awesome if there was a template / manifests to deploy alloy on kubernetes.
This would make trying it out for evaluation purposes much easier.
Have no strong opinions on how a k8s example templates should be packaged but these are some options that come to my mind:

  • simpl
nevergreen
GentlemanHal
GentlemanHal commented Feb 11, 2020

Bug report

Expected behaviour?
All projects should be included or excluded without any delay.

Actual behaviour?
All projects are included or excluded with a noticeable delay.

Steps to reproduce?

  1. Add a feed with lots of projects (mine has ~140 projects)
  2. Click the "exclude all" button

This is because it loops through all projects and triggers an include/exclude

JuhaS
JuhaS commented Aug 2, 2017

Currently the log lines are not html escaped which leads to some unexpected formatting in some cases:
image

We should properly escape the log lines. The color highlighting may currently rely on the logs not being escaped, so that has to be considered when fixing this.

build

Improve this page

Add a description, image, and links to the continuous-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the continuous-testing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.