An error occurred fetching the project authors.
- 12 May, 2020 1 commit
-
-
pburdette authored
Add pipeline branch name token. Make necessary code changes to update query params with tokens. Search with debounce after first 20 authors / branches are rendered.
-
- 06 May, 2020 1 commit
-
-
Payton Burdette authored
Filter pipelines by trigger author, Add unit tests, Add needed backend changes to pipelines controller. Ensure polling is working correctly with new filter.
-
- 05 May, 2020 1 commit
-
-
Frédéric Caplette authored
This adds a new tab in the pipeline view where user will be able to visualize their DAG graph. This is behind a feature flag enabled by default.
-
- 28 Apr, 2020 1 commit
-
-
Kamil Trzciński authored
Atomic Processing does update all data in bulk. We do not need to calculate data dynamically.
-
- 20 Apr, 2020 1 commit
-
-
drew authored
- Do not raise exceptions for malformed JUnit XML - Add an existential error field to TestSuite
-
- 17 Apr, 2020 1 commit
-
-
pburdette authored
Create filter pipelines search feature flag. Code will live under this flag until deemed stable.
-
- 09 Apr, 2020 1 commit
-
-
Maxime Orefice authored
-
- 02 Apr, 2020 1 commit
-
-
Maxime Orefice authored
-
- 31 Mar, 2020 1 commit
-
-
Stan Hu authored
If a user attempted to retrieve the latest CI pipeline but no such pipeline existed, the user would see a 500 error. We should handle this case gracefully with a 404. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/212552
-
- 17 Mar, 2020 1 commit
-
-
Jason Goodman authored
Change response from ok
-
- 13 Mar, 2020 1 commit
-
-
Fabio Pitino authored
* Ci::JobsFinder * Ci::PipelineSchedulesFinder * Ci::PipelinesFinder * Ci::RunnerJobsFinder
-
- 11 Feb, 2020 1 commit
-
-
Maxime Orefice authored
- One step to improve performance of junit view
-
- 07 Jan, 2020 2 commits
-
-
Fabio Huser authored
-
Fabio Huser authored
-
- 04 Dec, 2019 1 commit
-
-
Paul Gascou-Vaillancourt authored
- Reverted commit 4d5e984e - Removed feature flag check from the backend
-
- 05 Nov, 2019 1 commit
-
-
Nick Kipling authored
Added tests tab to pipelines detail Created new Vue components for test detail Added temporary data formatting Updated pipelines bundle to load new components
-
- 25 Oct, 2019 1 commit
-
-
Matija Čupić authored
-
- 21 Oct, 2019 1 commit
-
-
allison.browne authored
-
- 16 Oct, 2019 1 commit
-
-
Marius Bobin authored
Allow jobs to use CI_JOB_TOKEN to trigger downstream pipelines
-
- 07 Oct, 2019 2 commits
-
-
Matija Čupić authored
-
Matija Čupić authored
Moves exposing test reports to PipelinesController#test_report instead of having it in the PipelineDetailsEntity.
-
- 17 Sep, 2019 1 commit
-
-
Yorick Peterse authored
This changes any mention of gitlab-ce to gitlab-foss, and any mention of gitlab-ee to just gitlab.
-
- 16 Sep, 2019 2 commits
-
-
Paul Gascou-Vaillancourt authored
The toggle has been placed behind the hide_dismissed_vulnerabilities feature flag while the backend is being completed
-
Alex Ives authored
- Added latest_pipeline_for_ref method to project - Updated pipelines_controller to use latest_pipeline_for_ref method - Added api endpoint to pipelines api for latest pipeline
-
- 23 Aug, 2019 1 commit
-
-
Matija Čupić authored
-
- 22 Aug, 2019 1 commit
-
-
Alex Ives authored
-
- 30 Jul, 2019 1 commit
-
-
Yorick Peterse authored
All instances of injecting an EE specific module have been changed to use the new methods for this: prepend_if_ee, extend_if_ee, and include_if_ee. This allows these lines to be included in CE, even when the modules to inject do not exist. This in turn allows us to backport these lines to CE and keep them there, instead of having to strip them out.
-
- 06 May, 2019 2 commits
-
-
Krasimir Angelov authored
Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
-
Krasimir Angelov authored
-
- 04 Apr, 2019 1 commit
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26248 added support for deduplicating FindCommit requests using Gitaly ref name caching. However, not all endpoints were covered, and in one case the Gitaly wrapper wasn't actually surrounding the serialization step. We can safely cache ref names between FindCommit calls for #index and #show endpoints for merge requests and pipelines. This can significantly reduce the number of FindCommit requests.
-
- 02 Apr, 2019 1 commit
-
-
Stan Hu authored
For each pipeline, the controller will call `Pipeline#latest?` to determine if the pipeline's ref is the latest for that branch. Since it's likely that the same branches are being used in each pipeline, we can reduce Gitaly overhead by caching the results of the FindCommit call.
-
- 31 Jan, 2019 1 commit
-
-
Kamil Trzciński authored
-
- 30 Jan, 2019 3 commits
-
-
Kamil Trzciński authored
-
Kamil Trzciński authored
-
Filipa Lacerda authored
-
- 28 Jan, 2019 1 commit
-
-
Kamil Trzciński authored
-
- 17 Jan, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 16 Jan, 2019 1 commit
-
-
Yorick Peterse authored
This whitelists all remaining offenses of the InjectEnterpriseEditionModule Cop. These offenses were previously not detected and thus not whitelisted.
-
- 05 Dec, 2018 2 commits
-
-
Francisco Javier López authored
-
Francisco Javier López authored
-