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
2018-05-21Merge branch 'fix/gb/exclude-persisted-variables-from-environment-name' into ↵Grzegorz Bizon
'master' Do not allow to use `CI_PIPELINE_ID` in environment name Closes #46443 See merge request gitlab-org/gitlab-ce!19032
2018-05-21Fix Rubocop offense in create pipeline services :cop:Grzegorz Bizon
2018-05-18Add handling for commit/tags with big messagesAhmad Sherif
2018-05-18Separate persisted and runtime pipeline variablesGrzegorz Bizon
2018-05-16Introduce a new Keys::DestroyService serviceRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-15Merge branch ↵Kamil Trzciński
'ce-5968-extract-ee-specific-files-lines-for-clusters-related-files' into 'master' Backport Cluster related EE code See merge request gitlab-org/gitlab-ce!18931
2018-05-15Enable update_(build|pipeline) for maintainersJan Provaznik
2018-05-13Extract shared components from Clusters::CreateService specMatija Čupić
2018-05-07Merge branch '5480-epic-notifications-ce' into 'master'Douwe Maan
Backport 5480-epic-notifications from EE See merge request gitlab-org/gitlab-ce!18724
2018-05-07Backport 5480-epic-notifications from EEMario de la Ossa
2018-05-07Merge branch 'ccr/weight_1481' into 'master'Douwe Maan
Backport of 1481-changing-weight-values-should-trigger-system-notes See merge request gitlab-org/gitlab-ce!18699
2018-05-07Merge branch '42099-port-push-mirroring-to-ce-ce-port-v-2' into 'master'Douwe Maan
CE backport of Backports Push Mirrors to CE Closes #42099 See merge request gitlab-org/gitlab-ce!18715
2018-05-07Bump Gitaly to 0.98.0Zeger-Jan van de Weg
Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
2018-05-07Backports every CE related change from ee-5484 to CETiago Botelho
2018-05-07Merge branch 'master' into live-trace-v2Shinya Maeda
2018-05-06Merge branch ↵Kamil Trzciński
'44059-specify-variables-when-executing-a-manual-pipeline-from-the-ui' into 'master' Resolve "Specify variables when executing a manual pipeline from the UI" Closes #44059 See merge request gitlab-org/gitlab-ce!18440
2018-05-04Merge branch ↵Douwe Maan
'44542-move-import-specific-attributes-out-of-the-project-model-ce-port' into 'master' Resolve "Move `import_status` out of `projects`" See merge request gitlab-org/gitlab-ce!18688
2018-05-04Merge branch 'dm-webhook-catch-blocked-url-exception' into 'master'Robert Speicher
Ensure web hook 'blocked URL' errors are stored in as web hook logs and properly surfaced to the user See merge request gitlab-org/gitlab-ce!18746
2018-05-04Backports every CE related change from ee-44542 to CETiago Botelho
2018-05-04Ensure web hook 'blocked URL' errors are stored in as web hook logs and ↵Douwe Maan
properly surfaced to the user
2018-05-04Allow a user to accept/decline termsBob Van Landuyt
When a user accepts, we store this in the agreements to keep track of which terms they accepted. We also update the flag on the user.
2018-05-04Store application wide termsBob Van Landuyt
This allows admins to define terms in the application settings. Every time the terms are adjusted, a new version is stored and becomes the 'active' version. This allows tracking which specific version was accepted by a user.
2018-05-04Improve variable comparisonMatija Čupić
2018-05-03Backport of 1481-changing-weight-values-should-trigger-system-notesChantal Rollison
2018-05-03Fix Project#group_runners_enabled as it was doing nothingDylan Griffith
2018-05-03Merge branch 'master' into feature/runner-per-groupDylan Griffith
2018-05-03Merge branch 'master' into live-trace-v2Shinya Maeda
2018-05-02Merge branch 'master' into ↵Matija Čupić
44059-specify-variables-when-executing-a-manual-pipeline-from-the-ui
2018-05-02Merge branch 'jprovazn-generic-error' into 'master'Nick Thomas
Save and expose only generic merge error See merge request gitlab-org/gitlab-ce!18646
2018-05-02Merge branch 'master' into ↵Matija Čupić
44059-specify-variables-when-executing-a-manual-pipeline-from-the-ui
2018-05-02[Rails5] Fix spec/services/applications/create_service_spec.rbblackst0ne
2018-05-02Merge branch 'make-job-lfs-artifacts-read-only' into 'master'Douwe Maan
Fix file_store for artifacts and lfs when saving See merge request gitlab-org/gitlab-ce!18624
2018-05-02Merge branch 'backstage/gb/migrate-pipeline-stages-index' into 'master'Kamil Trzciński
Migrate pipeline stages indices Closes #43009 See merge request gitlab-org/gitlab-ce!18420
2018-05-02Save and expose only generic merge errorJan Provaznik
When an error occurs during merge, the error message is exposed to user and it is also saved in DB. This error message may be user unfriendly (as in !41820) and it could also expose a detailed backend information. Instead of displaying the specific error message, only sanitized generic message is displayed. This is potentially controversial change because disadvantage is that user doesn't get specific reason of failure. Additional changes: * repository.merge including exceptions is is extracted into a separate method to make things clearer * update! is used instead of update so we don't silently ignore an error Related to !41857
2018-05-02Merge branch 'master' into live-trace-v2Shinya Maeda
2018-05-01Fix file_store for artifacts and lfs when savingKamil Trzciński
2018-05-01Merge request and commit discussions APIJan Provaznik
2018-05-01Merge branch 'master' into backstage/gb/migrate-pipeline-stages-indexGrzegorz Bizon
* master: (106 commits)
2018-05-01Use group_type? where possible during transition periodDylan Griffith
2018-05-01Merge branch 'master' into live-trace-v2Shinya Maeda
2018-05-01Merge branch 'master' into ↵Jose
44059-specify-variables-when-executing-a-manual-pipeline-from-the-ui
2018-04-30Merge branch 'security-45689-fix-archive-cache-bug' into 'security-10-7'Douwe Maan
Serve archive requests with the correct file in all cases (10.7) See merge request gitlab/gitlabhq!2376
2018-04-30Merge branch '45481-sane-pages-artifacts' into 'master'Kamil Trzciński
Don't automatically remove artifacts for pages jobs after pages:deploy has run Closes #45481 See merge request gitlab-org/gitlab-ce!18628
2018-04-30Merge branch 'move-notification-service-calls-to-sidekiq' into 'master'Douwe Maan
Move NotificationService calls to Sidekiq Closes #43106 See merge request gitlab-org/gitlab-ce!18535
2018-04-30Revert fair scheduling for all buildsDylan Griffith
Per discussion in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9646#note_65730532 this logic is being optimized elsewhere and it will simplify things if we make less changes to this code right now.
2018-04-30Fix spec. Revert #truncate in stream (But still prevent redandant calls)Shinya Maeda
2018-04-30Merge branch 'master' into live-trace-v2Shinya Maeda
2018-04-27Don't automatically remove artifacts for pages jobs after pages:deploy has runNick Thomas
2018-04-27Merge branch 'jivl-revert-system-notes-can-be-confusing' into 'master'Nick Thomas
Remove comma from the time system notes See merge request gitlab-org/gitlab-ce!18593
2018-04-26Merge branch 'master' into live-trace-v2Shinya Maeda