An error occurred fetching the project authors.
- 07 Feb, 2019 1 commit
-
-
- 06 Feb, 2019 3 commits
-
-
Jan Provaznik authored
Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
-
Jan Provaznik authored
Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
-
Victor Zagorodny authored
-
- 05 Feb, 2019 4 commits
-
-
Bob Van Landuyt authored
This adds a unique index to [merge_request_id, name] for merge_request_approval_rules. This makes sure that the users cannot create the the same approval rule based on a codeowner pattern twice.
-
Nick Thomas authored
-
Nick Thomas authored
-
James Lopez authored
Adds the UI and a feature flag to enable enforced_sso per group.
-
- 04 Feb, 2019 3 commits
-
-
Reuben Pereira authored
-
Peter Leitzen authored
-
Felipe Artur authored
-
- 30 Jan, 2019 1 commit
-
-
Felipe Artur authored
-
- 29 Jan, 2019 1 commit
-
-
Mario de la Ossa authored
Use a separate UserPreference column to store the user-selected sorting for roadmaps. Before we used to save it in the same column the epic list sort used
-
- 28 Jan, 2019 2 commits
-
-
Mario de la Ossa authored
Backporting some required changes to EE classes to support saving sort column and direction to the backend
-
Mario de la Ossa authored
In order to let users' sorting preferences transfer between devices, we save the preference for issues and MRs (one preference for issues, one for MRs) in the backend inside the UserPreference object
-
- 25 Jan, 2019 2 commits
-
-
Gabriel Mazetto authored
Migrate jobs from `storage_migrator` to `hashed_storage:hashed_storage_migrator`.
-
Gabriel Mazetto authored
Migrate jobs from `storage_migrator` to `hashed_storage:hashed_storage_migrator`.
-
- 23 Jan, 2019 1 commit
-
-
Shinya Maeda authored
Support for Unleash API Elaborate a comment in has environment scope Fix specs Complete test for unleash API Add changelog Fix coding offence Fix coding offence Fix ee specific line check Fix MySQL problem Fix typo Improve comment Fix spec location Override active value with alias Add test and feature flag Add frozen string literal Default enable true Decouple default scope related things Decouple FeatureFlagsFinder change Fix unleash api app name handling Add helper for feature flag tests Reorder columns
-
- 22 Jan, 2019 1 commit
-
-
Mayra Cabrera authored
This is the 1st step for moving Auto DevOps domain into cluster settings, whether is project or group. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
-
- 18 Jan, 2019 1 commit
-
-
Felipe Artur authored
-
- 17 Jan, 2019 2 commits
-
-
Shinya Maeda authored
Add migration and spec commit 3cc12e1268a6865f524d8fab1804f018312fdf5a Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Jan 8 19:34:31 2019 +0900 Add changelog to this change commit 5006fc96e38db514956a35f53ae8ee536548a2e9 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Jan 8 19:32:56 2019 +0900 Remove partial index from ci_builds artifact_file ok Update schema commit 3c956bdc02b195bc67d0327bf3748a631ea5466d Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Jan 7 21:41:27 2019 +0900 Add frozen_string_literal: true commit 8c827cd616890160e6e8908843403a6f20c03236 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Jan 7 21:40:06 2019 +0900 Set batch size 100 commit aeee559777d3bdeadfd2b9bb61d460f2dc1fa8a6 Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Jan 4 18:33:05 2019 +0900 Cleanup legacy artifact background migration
-
Shinya Maeda authored
Add migration and spec commit 3cc12e1268a6865f524d8fab1804f018312fdf5a Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Jan 8 19:34:31 2019 +0900 Add changelog to this change commit 5006fc96e38db514956a35f53ae8ee536548a2e9 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Jan 8 19:32:56 2019 +0900 Remove partial index from ci_builds artifact_file ok Update schema commit 3c956bdc02b195bc67d0327bf3748a631ea5466d Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Jan 7 21:41:27 2019 +0900 Add frozen_string_literal: true commit 8c827cd616890160e6e8908843403a6f20c03236 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Jan 7 21:40:06 2019 +0900 Set batch size 100 commit aeee559777d3bdeadfd2b9bb61d460f2dc1fa8a6 Author: Shinya Maeda <shinya@gitlab.com> Date: Fri Jan 4 18:33:05 2019 +0900 Cleanup legacy artifact background migration
-
- 15 Jan, 2019 2 commits
-
-
Stan Hu authored
Retries in Sidekiq and in the remote mirror scheduler can cause repeated attempts in quick succession if the sync fails. Each failure will then send an e-mail to all project maintainers, which can spam users unnecessarily. Modify the logic to send one notification the first time the mirror fails by setting `error_notification_sent` to `true` and reset the flag after a successful sync. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56222 CE port: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24381
-
Stan Hu authored
Retries in Sidekiq and in the remote mirror scheduler can cause repeated attempts in quick succession if the sync fails. Each failure will then send an e-mail to all project maintainers, which can spam users unnecessarily. Modify the logic to send one notification the first time the mirror fails by setting `error_notification_sent` to `true` and reset the flag after a successful sync. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56222
-
- 07 Jan, 2019 5 commits
-
-
Reuben Pereira authored
-
Mark Chao authored
This is more direct in loggin who approved a rule.
-
Mark Chao authored
Code owner rules are queries on its own.
-
Mark Chao authored
This is to enable MR override rule's `approvals_required` is never less than the project rule's.
-
Mark Chao authored
These represents rules associated with MRs and projects. Rules are further associated with User and Group as members. ApprovalMergeRequestRule is associated with Approvals, as a record of whom approved what when MR is merged. This is because recomputation result can change in the future when project approvers/group members changes.
-
- 04 Jan, 2019 7 commits
-
-
Kamil Trzciński 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).
-
Kamil Trzciński authored
Support asset links creation in `POST /projects/:id/release` See merge request gitlab-org/gitlab-ce!24056
-
Kamil Trzciński 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).
-
Shinya Maeda authored
-
Shinya Maeda authored
Fix coding style Improve coding style Decouple UPDATE and DELETE operations of asset links Rename links_attributes to assets:links Rename exposed param and updated spec
-
Shinya Maeda authored
- Add Releases::Links model - Expose it in release API - Add integration tests
-
Dylan Griffith authored
Many changes were also made to tests that expected this to default to false.
-
- 03 Jan, 2019 2 commits
-
-
Andreas Brandl authored
This is useful to distinguish any other indexes on the same columns but with different conditions and/or sorting.
-
Andreas Brandl authored
This adds specific indexes to speed up the query mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/50763 and to avoid statement timeouts. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50763.
-
- 01 Jan, 2019 1 commit
-
-
Peter Leitzen authored
-
- 22 Dec, 2018 1 commit
-
-
Dmitriy Zaporozhets authored
So we can distinct between Maven and NPM packages Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-