- Feb 24, 2020
-
-
GitLab Bot authored
-
- Feb 13, 2020
-
-
GitLab Bot authored
-
- Feb 10, 2020
-
-
GitLab Bot authored
-
- Jan 30, 2020
-
-
GitLab Bot authored
-
- Jan 24, 2020
-
-
GitLab Bot authored
-
- Jan 08, 2020
-
-
GitLab Bot authored
-
- Dec 24, 2019
-
-
GitLab Bot authored
-
- Oct 23, 2019
-
-
GitLab Bot authored
-
- Oct 21, 2019
-
-
GitLab Bot authored
-
- Oct 17, 2019
-
-
GitLab Bot authored
-
- Jun 12, 2019
-
-
Heinrich Lee Yu authored
Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
-
- Jun 06, 2019
-
-
Lin Jen-Shin authored
reviewers.
-
- Jun 05, 2019
-
-
Kamil Trzcińśki authored
This reverts merge request !27503
-
Andrew Cimino authored
updated several specs and factories to accomodate new permissions
-
- May 30, 2019
-
-
Filipa Lacerda authored
The ref to the branch was being displayed as raw HTML in the Pipelines page
-
- May 02, 2019
-
-
Mayra Cabrera authored
- Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
-
- Apr 30, 2019
-
-
Shinya Maeda authored
Source branch can be removed after the merge and we have to make sure to avoid rendering links if it's the case.
-
- Apr 19, 2019
-
-
Miranda Fluharty authored
Specs that test canceled jobs now - expect them not to be retryable or playable - expect them not to show retry buttons Specs that test retryability now - use failed status instead of canceled status
-
- Apr 05, 2019
-
-
- rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
-
- Apr 01, 2019
-
-
Bob Van Landuyt authored
This makes sure we load the page as part of the spec, instead of a before block. So we could still perform setup inside shared examples, avoiding failures caught by data being wrongly cached when loading the page multiple times during a single spec
-
- Mar 20, 2019
-
-
Tiger Watson authored
Introduces a new status for builds between :created and :pending that will be used when builds require one or more prerequisite actions to be completed before being picked up by a runner (such as creating Kubernetes resources before deploying). The existing :created > :pending transition is unchanged, so only builds that require preparation will use the :preparing status.
-
- Mar 19, 2019
-
-
Shinya Maeda authored
Commit changes Add spec Add changelog fix fix Fix Fix spec Finish spec ok nice ok ok ok fix
-
- Mar 01, 2019
-
-
Shinya Maeda authored
Fix ok Add spec Fix ok Fix Add changelog Fix Add memoization a fix
-
- Jan 25, 2019
-
-
Grzegorz Bizon authored
-
- Jan 15, 2019
-
-
Luke "Jared" Bennett authored
-
- Jan 04, 2019
-
-
Kamil Trzcińśki authored
These are data columns that store runtime configuration of build needed to execute it on runner and within pipeline. The definition of this data is that once used, and when no longer needed (due to retry capability) they can be freely removed. They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking support for json datatype on old enough version).
-
- Dec 05, 2018
-
-
Scott Hampton authored
-
- Nov 05, 2018
-
-
Kamil Trzcińśki authored
The soft-archived builds cannot be run after some deadline time. The intent is to aggressively recycle old builds after sometime.
-
- Oct 22, 2018
-
-
Grzegorz Bizon authored
Return from the `Ci::Pipeline#ref_exists?` in case when there is no repository present. This also fixes pipeline page feature specs by changing pipeline reference instead of stubbing `ref_exist?` method.
-
- Oct 17, 2018
-
-
Filipa Lacerda authored
-
- Oct 08, 2018
-
-
Filipa Lacerda authored
-
- Oct 04, 2018
-
-
Shinya Maeda authored
-
- Oct 03, 2018
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- Aug 31, 2018
-
-
Filipa Lacerda authored
-
- Aug 28, 2018
-
-
When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `<br>` we avoid those vulnerabilities
-
- Aug 09, 2018
-
-
Filipa Lacerda authored
When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `<br>` we avoid those vulnerabilities
-
- Jul 30, 2018
-
-
Bob Van Landuyt authored
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
-
- Jun 07, 2018
-
-
André Luís authored
-
- May 31, 2018
-
-
Paul Slaughter authored
-