summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* #57815 Password authentication disabled for UltraAuth usersKartikey Tanna2019-06-181-2/+10
* Merge branch '60617-allow-switching-from-gitlab-managed-to-unmanaged-clusters...Thong Kuah2019-06-181-2/+11
|\
| * Allow switching clusters between managed/unmanagedTiger2019-06-181-2/+11
* | Make KubernetesService readonlyJames Fargher2019-06-183-57/+47
* | Merge branch 'migrate_k8s_service_integration' into 'master'Thong Kuah2019-06-171-1/+1
|\ \ | |/ |/|
| * Allow a user defined namespace on non-gitlab managed clustersJames Fargher2019-05-301-1/+1
* | Merge branch '63079-exclude-k8s-namespaces-with-no-service-account-token' int...Thong Kuah2019-06-171-3/+22
|\ \
| * | Don't use Kubernetes namespaces with no token63079-exclude-k8s-namespaces-with-no-service-account-tokenTiger2019-06-171-3/+22
* | | Merge branch '56737-commits-and-mr-events-on-jira-api' into 'master'Stan Hu2019-06-171-2/+2
|\ \ \
| * | | 56737 Expose currently supported events properly on services APIZsolt Kovari2019-06-161-2/+2
* | | | Merge branch '58886-issue-tracker-fields' into 'master'Sean McGivern2019-06-174-0/+66
|\ \ \ \
| * | | | Create models for issue trackers data58886-issue-tracker-fieldsJarka Košanová2019-06-134-0/+66
* | | | | Merge branch '9490-record-repository_type-on-lfs_objects_projects-ce' into 'm...Grzegorz Bizon2019-06-173-3/+9
|\ \ \ \ \
| * | | | | CE backport for changes in EE MR 138949490-record-repository_type-on-lfs_objects_projects-ceLuke Duncalfe2019-06-173-3/+9
| | |/ / / | |/| | |
* | | | | Merge branch 'sh-fix-issue-63158' into 'master'Rémy Coutable2019-06-171-1/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix inability to set visibility_level on project via APIsh-fix-issue-63158Stan Hu2019-06-141-1/+17
* | | | | Merge branch 'bvl-comments-graphql' into 'master'Jan Provaznik2019-06-143-10/+9
|\ \ \ \ \
| * | | | | Expose comments on Noteables in GraphQLBob Van Landuyt2019-06-143-10/+9
* | | | | | Renumber a new UserCallout enum for EE compatibility12173-renumber-user-callout-enumNick Thomas2019-06-141-1/+4
* | | | | | Added diff suggestion popoverPhil Hughes2019-06-141-1/+2
* | | | | | Merge branch 'feature/require-2fa-for-all-entities-in-group' into 'master'Thong Kuah2019-06-141-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | refactor: do not apply setting "require 2FA" for ancestor group membersRoger Meier2019-06-131-1/+1
| * | | | | refactor: apply "require 2FA" to all subgroup and ancestor group members, whe...Roger Meier2019-06-132-3/+2
| * | | | | remove experiments for 2fa requirements and fix testsRoger Rüttimann2019-06-132-3/+3
| * | | | | second try: fix mysql problem (not all users found)Roger Rüttimann2019-06-131-2/+2
| * | | | | first try: fix mysql problem (not all users found)Roger Rüttimann2019-06-131-1/+1
| * | | | | require update_two_factor_requirement on all sub-entities usersRoger Rüttimann2019-06-132-2/+3
| | |_|/ / | |/| | |
* | | | | Speed up merge request loads by disabling BatchLoader replace_methodsStan Hu2019-06-131-1/+1
| |/ / / |/| | |
* | | | Raise an error if creating the MergeRequestDiff failsNick Thomas2019-06-131-1/+1
* | | | Revert "Avoid loading objects from DB in ES results"Nick Thomas2019-06-131-2/+0
|/ / /
* | | Resolve "Email notifications do not work properly (issue due date)"Eugenia Grieff2019-06-121-2/+3
* | | Merge branch 'expose-project-git-depth-via-api' into 'master'Kamil Trzciński2019-06-121-1/+1
|\ \ \
| * | | Expose ci_default_git_depth via project APIexpose-project-git-depth-via-apiFabio Pitino2019-06-121-1/+1
* | | | Merge branch 'revert-28513' into 'master'Douwe Maan2019-06-111-15/+21
|\ \ \ \
| * | | | Revert "Automatically update MR merge-ref along merge status"Oswaldo Ferreira2019-06-111-15/+21
* | | | | Use Time.zone.now for Ci::PipelineSchedule#ideal_next_run_atLin Jen-Shin2019-06-111-1/+2
|/ / / /
* | | | Merge branch 'add-default-reactive-cache-key' into 'master'Nick Thomas2019-06-114-5/+2
|\ \ \ \
| * | | | Add a default reactive cache keyadd-default-reactive-cache-keyTiger2019-06-074-5/+2
* | | | | Merge branch 'dz-cleanup-deprecated-code' into 'master'Kamil Trzciński2019-06-112-12/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove some deprecated codedz-cleanup-deprecated-codeDmitriy Zaporozhets2019-06-072-12/+0
* | | | | Move project default git depth behind feature flagsFabio Pitino2019-06-101-0/+2
* | | | | Fix nil coercion updating storage size on project statisticsAlessio Caiazza2019-06-101-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-...Stan Hu2019-06-071-2/+2
|\ \ \ \
| * | | | Allow masking if 8 or more characters in base64Thomas Nilsson2019-06-061-2/+2
* | | | | Merge branch '51636-task-list-api-pderichs' into 'master'Sean McGivern2019-06-071-0/+7
|\ \ \ \ \
| * | | | | Add task count and completed count to responses of Issue and MRPatrick Derichs2019-06-071-0/+7
| | |_|/ / | |/| | |
* | | | | Merge branch '58297-remove-extraneous-gitaly-calls-from-md-rendering' into 'm...Dmitriy Zaporozhets2019-06-071-1/+1
|\ \ \ \ \
| * | | | | Lock suggestions_filter_enabled as trueKerri Miller2019-06-051-1/+1
* | | | | | Merge branch '62418-project-default-git-depth' into 'master'Kamil Trzciński2019-06-072-0/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Comment why forks get default_git_depth of 0 instead nil62418-project-default-git-depthKrasimir Angelov2019-06-071-3/+1