summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Add certificate valid time to pages domain tableVladimir Shushlin2019-06-061-1/+9
* Add pages domains acme ordersVladimir Shushlin2019-06-062-0/+25
* Merge branch 'create-base-class-for-auto-merge-architecture' into 'master'Robert Speicher2019-06-061-15/+0
|\
| * Create BaseService for Auto Merge architecturecreate-base-class-for-auto-merge-architectureShinya Maeda2019-06-061-15/+0
* | Merge branch 'fix/allow-lower-case-issue-ids' into 'master'Sean McGivern2019-06-061-3/+3
|\ \
| * | Allow lowercase prefix for Youtrack issue idsMatthias Baur2019-06-031-3/+3
* | | Revert "Merge branch 'pages-domain_ssl-valid-period' into 'master'"revert-a05f86ceNick Thomas2019-06-061-9/+1
* | | Add certificate valid time to pages domain tableVladimir Shushlin2019-06-061-1/+9
* | | Merge branch 'revert-86900f00' into 'master'Grzegorz Bizon2019-06-061-1/+1
|\ \ \
| * | | Revert "Merge branch..."revert-86900f00Kamil Trzciński2019-06-051-1/+1
* | | | Merge branch 'simplify-pipeline-notification-check' into 'master'Sean McGivern2019-06-062-13/+4
|\ \ \ \
| * | | | Simplify notification check for participatingsimplify-pipeline-notification-checkHeinrich Lee Yu2019-06-062-13/+4
* | | | | Backport of 10854-elasticsearch_avoid_dbce-10854-elasticsearch_avoid_dbMario de la Ossa2019-06-051-0/+2
| |_|_|/ |/| | |
* | | | Setup Git client for JupyterAmit Rathi2019-06-051-1/+10
* | | | Merge branch 'issue_49897' into 'master'Robert Speicher2019-06-051-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Delete unauthorized Todos when project is privateissue_49897Felipe Artur2019-06-051-0/+3
* | | | Merge branch '54140-non-ar-cache-commit-markdown' into 'master'Douwe Maan2019-06-052-79/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Use Redis for CacheMarkDownField on non AR modelsPatrick Bajao2019-06-052-79/+20
| |/ /
* | | Avoid 500's when commit is not reachableOswaldo Ferreira2019-06-051-1/+1
|/ /
* | Merge branch 'ce-9578-adjust-opened-issues-count-and-completion-rate' into 'm...Robert Speicher2019-06-041-14/+6
|\ \
| * | Adjust burndown chart opened issues countce-9578-adjust-opened-issues-count-and-completion-rateAlexandru Croitor2019-06-041-14/+6
* | | Merge branch 'bvl-design-diff-notes-ce' into 'master'Douwe Maan2019-06-043-11/+21
|\ \ \
| * | | Get `repository` from noteable in DiffNotesBob Van Landuyt2019-06-031-5/+9
| * | | Make `resolvable_types` a class methodBob Van Landuyt2019-06-033-6/+12
* | | | Merge branch '58941-use-gitlab-serverless-with-existing-knative-installation'...Grzegorz Bizon2019-06-042-48/+4
|\ \ \ \
| * | | | Adapt functions to work for external KnativeJoão Cunha2019-05-292-48/+4
* | | | | Merge branch 'introduce-auto-merge-process-worker' into 'master'Thong Kuah2019-06-041-0/+10
|\ \ \ \ \
| * | | | | Introduce sidekiq worker for auto merge processintroduce-auto-merge-process-workerShinya Maeda2019-06-041-0/+10
* | | | | | Merge branch 'set-real-next-run-at-for-preventing-duplciate-pipeline-creation...Kamil Trzciński2019-06-041-8/+17
|\ \ \ \ \ \
| * | | | | | Make pipeline schedule worker resilientset-real-next-run-at-for-preventing-duplciate-pipeline-creationsShinya Maeda2019-06-031-8/+17
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ce-fe-fix-ee-diff-profile-key-views' into 'master'Bob Van Landuyt2019-06-041-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Resolved EE differences in app/views/profiles/keysce-fe-fix-ee-diff-profile-key-viewsPaul Slaughter2019-05-311-0/+5
* | | | | | Bump Gitaly version to 1.44.0Douwe Maan2019-06-031-1/+1
* | | | | | Merge branch 'osw-sync-merge-ref-upon-mergeability-check' into 'master'Douwe Maan2019-06-031-21/+15
|\ \ \ \ \ \
| * | | | | | Add payload to the service responseOswaldo Ferreira2019-05-311-4/+0
| * | | | | | Simplify merge_ref_head methodsOswaldo Ferreira2019-05-311-6/+4
| * | | | | | Automatically update MR merge-ref along merge statusOswaldo Ferreira2019-05-311-21/+21
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'update-gitlab-runner-helm-chart-to-0-5-2' into 'master'Kamil Trzciński2019-06-031-1/+1
|\ \ \ \ \ \
| * | | | | | Update GitLab Runner Helm Chart to 0.5.2update-gitlab-runner-helm-chart-to-0-5-2Tomasz Maczukin2019-06-031-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Cleans up UpdateProjectStatistics concernMayra Cabrera2019-06-033-22/+33
* | | | | | Merge dev.gitlab.org master into GitLab.com masterYorick Peterse2019-06-033-0/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'security-fix_milestones_search_api_leak' into 'master'GitLab Release Tools Bot2019-06-031-0/+12
| |\ \ \ \ \
| | * | | | | Resolve: Milestones leaked via search APIFelipe Artur2019-05-201-0/+12
| * | | | | | Merge branch 'security-60039' into 'master'GitLab Release Tools Bot2019-06-031-0/+12
| |\ \ \ \ \ \
| | * | | | | | Validate MR branch namesMark Chao2019-05-031-0/+12
| * | | | | | | Add DNS rebinding protection settingsOswaldo Ferreira2019-05-301-0/+1
* | | | | | | | Merge branch 'ac-graphql-stats' into 'master'Dmitriy Zaporozhets2019-06-031-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Add Namespace and ProjectStatistics to GraphQL APIAlessio Caiazza2019-06-031-0/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Abstract auto merge processesShinya Maeda2019-06-031-6/+18
|/ / / / / / /
* | | | | | | Merge branch '56959-drop-project_auto_devops_domain' into 'master'Robert Speicher2019-05-311-2/+4
|\ \ \ \ \ \ \