Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2018-11-05Allow to make builds soft-archived.Kamil TrzciƄski
The soft-archived builds cannot be run after some deadline time. The intent is to aggressively recycle old builds after sometime.
2018-11-02Add scheduled flag to job entityShinya Maeda
2018-10-31Send continue parameter on for cancel_pathSteve Azzopardi
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21595 `ContinueParams` was introducted in the `Projects::JobController#cancel` since `continue` parameter is not present for in `cancel_path` for `Projects::JobController#show.sjon` the user is being redirect to the pipeline page, where it should be redirected to the current job page instead. Add the `continue` parameter as a query string for `cancel_path`.
2018-10-03Add job_entity_specShinya Maeda
2018-10-02Add scheduled_actions as an explicit group of actionsShinya Maeda
2018-09-11Add empty state illustration information in job APISteve Azzopardi
2018-07-23Enable frozen string in app/serializers/**/*.rbgfyoung
Partially addresses #47424.
2018-05-30Moves script_failure conditional over lambdaMayra Cabrera
So the 'failed' message can actually indicate if the build failed or not
2018-05-24Removes redundant error message for script failuresMayra Cabrera
Script failure message was redundant so it was removed. Also 'check your job log' message was removed from all the error messages. Closes #44271
2018-04-19Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera
2017-12-19Adds illustrations for manual actions and non triggered jobsFilipa Lacerda
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-06-13Rename BuildEntity to JobEntityKamil Trzcinski