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
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-26Add latest changes from gitlab-org/gitlab@13-10-stable-eeGitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-08Add latest changes from gitlab-org/gitlab@13-7-stable-eeGitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-03-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-31Creates Feature Flag for job logFilipa Lacerda
Updates frontend code and specs to allow for the new feature flag
2019-07-29Add Job specific variablesMatija Čupić
Adds Job specific variables to facilitate specifying variables when running manual jobs.
2019-06-25Make checks for continue_params more robustMarkus Koller
The check for continue_params&.key?(:to) in Projects::ImportsController caused an exception in redirect_to if this key contained a nil value. Since url_for won't add any params for an empty hash, we can just return that in continue_params if params[:continue] isn't present, and simplify the code in the controllers to check for the values we actually want to use.
2019-06-19Fix N+1 problem in `JobsController#index`Kamil Trzciński
This adds missing preloads, and introduces additional n+1 matcher to look for duplicates.
2019-04-04Renamed terminal_specification to channel_specificationFrancisco Javier López
We're moving from using terminology related to terminals when we refer to Websockets connections in Workhorse. It's more appropiate a concept like channel.
2019-03-27Externalize strings in projects controllersMartin Wortschack
- concerns - dashboard - groups - import
2019-01-07Remove cancel all action in Jobs ControllerJordi Llull
2018-12-17Fixed action name in JobsControllerFrancisco Javier López
2018-12-07Add feature flag for workhorse content type calculationFrancisco Javier López
2018-10-08Merge branch 'Fix-pipeline-redirect' into 'master'Grzegorz Bizon
Redirect to the pipeline builds page when a build is canceled Closes #39161 See merge request gitlab-org/gitlab-ce!21595
2018-10-02Add a new status to ci_builds.statusShinya Maeda
2018-10-02Add unschedule endpont to job controllerShinya Maeda
2018-09-26Enable even more frozen string in app/controllersgfyoung
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
2018-09-17Redirect to the pipeline builds page when a build is canceledEva Kadlecová
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-07-05Web Terminal Ci BuildFrancisco Javier López
2018-06-29Use associated build pipelineMatija Čupić
2018-06-25Bring changes from EELin Jen-Shin
2018-04-22Removes 'no job log' from trace actionMayra Cabrera
'No job log' message is no longer necessary since we returned an image when a build does not have a trace. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18278 for more details Closes #45625
2018-04-19Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera
2018-04-06Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera
2018-04-05Add change logShinya Maeda
2018-04-05Merge branch '44665-fix-db-trace-stream-by-raw-access' of ↵Shinya Maeda
gitlab.com:gitlab-org/gitlab-ce into 44665-fix-db-trace-stream-by-raw-access
2018-04-05FixShinya Maeda
2018-04-05Fix database trace to read rawShinya Maeda
2018-04-03Update jobs_controller.rbShinya Maeda
2018-04-03Update jobs_controller.rbShinya Maeda
2018-04-03FixShinya Maeda
2018-04-03Fix database trace to read rawShinya Maeda
2018-03-03fixing some broken mergesMicaël Bergeron
2018-03-02remove geo specific codeMicaël Bergeron
2018-02-28Merge commit '8af23def1d6' into object-storage-ee-to-ce-backportKamil Trzciński
2018-02-28Merge branch 'feature/sm/artifacts-trace-ee' into 'master'Kamil Trzciński
EE: Trace as artifacts (FileStorage and ObjectStorage) Closes #4171 See merge request gitlab-org/gitlab-ee!4258