summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '9121-sort-relative-position' into 'master'docs/create-table-driven-standardsSean McGivern2019-05-301-3/+5
|\
| * Allow issues to be sorted by relative_positionBrett Walker2019-05-281-3/+5
* | Add wiki size to project statisticsPeter Marko2019-05-292-3/+14
* | Make external_dashboard_url available to frontendReuben Pereira2019-05-291-0/+1
* | Merge branch 'mc/feature/reports-download' into 'master'Grzegorz Bizon2019-05-292-2/+15
|\ \
| * | Extract Ci::Build#report_artifacts into methodmc/feature/reports-downloadMatija Čupić2019-05-281-0/+4
| * | Rename with_all_reports to with_reportsMatija Čupić2019-05-281-4/+9
| * | Add all reports scope to Ci::JobArtifactMatija Čupić2019-05-281-0/+4
| |/
* | Add notify_only_default_branch option to PipelinesEmailServicePeter Marko2019-05-281-3/+15
|/
* Store Let's Encrypt private key in settingsVladimir Shushlin2019-05-281-0/+6
* Update GitLab Runner Helm Chart to 0.5.1/11.11.1Steve Azzopardi2019-05-271-1/+1
* Disable two_step_rebase feature flagDouwe Maan2019-05-271-1/+1
* Removes duplicated members from api/projects/:id/members/all51854-api-to-get-all-project-group-members-returns-duplicatesJacopo2019-05-271-0/+2
* Add changelog entryJacques Erasmus2019-05-271-6/+59
* Merge branch 'ce-jej/group-saml-cleans-up-identity' into 'master'Mayra Cabrera2019-05-241-0/+1
|\
| * Adds Identity#for_user for use in an EE MRce-jej/group-saml-cleans-up-identityJames Edwards-Jones2019-05-241-0/+1
* | Remove un-used methodsThong Kuah2019-05-241-8/+0
* | Stop emitting AUTO_DEVOPS_DOMAIN Ci variableThong Kuah2019-05-242-30/+1
* | JupyterHub Repo IntegrationAmit Rathi2019-05-221-0/+9
* | Merge branch 'sh-bump-shoulda-matcher' into 'master'Jan Provaznik2019-05-221-0/+2
|\ \
| * | Fix remaining failures in shoulda-matcherStan Hu2019-05-211-0/+2
* | | Merge branch '61935-remove-code-left-over-from-when-clusters-were-always-proj...Nick Thomas2019-05-224-61/+39
|\ \ \ | |/ / |/| |
| * | Remove legacy Kubernetes #actual_namespace61935-remove-code-left-over-from-when-clusters-were-always-project-specificTiger2019-05-214-61/+39
* | | Merge branch 'update-gitlab-runner-helm-chart-to-0-5-0' into 'master'Nick Thomas2019-05-211-1/+1
|\ \ \
| * | | Update GitLab Runner Helm Chart to 0.5.0update-gitlab-runner-helm-chart-to-0-5-0Steve Azzopardi2019-05-201-1/+1
| |/ /
* | | Bump devise to 4.6Utkarsh Gupta2019-05-211-9/+0
|/ /
* | Merge branch 'environment_terminal_methods' into 'master'Stan Hu2019-05-201-2/+2
|\ \
| * | Use Environment#deployment_platform method insteadenvironment_terminal_methodsThong Kuah2019-05-201-2/+2
* | | Added filtering jobs by age to jobs/request API endpointDmitry Chepurovskiy2019-05-201-0/+2
* | | Fix typos in the whole gitlab-ce projectYoginth2019-05-201-1/+1
|/ /
* | Merge branch '60379-remove-ci-preparing-state-feature-flag' into 'master'James Lopez2019-05-171-2/+0
|\ \
| * | Stop configuring group clusters on creation60379-remove-ci-preparing-state-feature-flagTiger2019-05-161-2/+0
* | | Make ApplicationData a plain module include60550-make-application-data-plain-moduleDylan Griffith2019-05-161-39/+35
|/ /
* | Merge branch 'jc-omit-count-diverging-commits-max' into 'master'Lin Jen-Shin2019-05-161-1/+22
|\ \
| * | Omit max-count for diverging_commit_counts behind feature flagjc-omit-count-diverging-commits-maxJohn Cai2019-05-141-1/+22
* | | Properly clear the merge error upon rebase failuresh-fix-rebase-error-clearingStan Hu2019-05-151-2/+2
* | | Merge branch 'jej/list-sessions-for-user' into 'master'Stan Hu2019-05-161-11/+38
|\ \ \ | |_|/ |/| |
| * | Sessions can be listed for a given userjej/list-sessions-for-userJames Edwards-Jones2019-05-151-11/+38
* | | Merge branch 'make-autocomplete-faster-with-lots-of-results' into 'master'53811-move-multiple-issue-boards-for-projects-to-coreStan Hu2019-05-141-0/+4
|\ \ \
| * | | Optimise upload path callsSean McGivern2019-05-141-0/+4
* | | | Merge branch 'fix-project-visibility-level-validation' into 'master'Stan Hu2019-05-141-2/+6
|\ \ \ \
| * | | | Fix project visibility level validationPeter Marko2019-05-141-2/+6
* | | | | Merge branch '55583-rename-method-conflicts' into 'master'Jan Provaznik2019-05-144-30/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename methods that conflict in Rails 5.255583-rename-method-conflictsHeinrich Lee Yu2019-05-124-30/+30
| |/ / /
* | | | Merge branch '61302-remove-ignore_column-ci_cd' into 'master'Douglas Barbosa Alexandre2019-05-131-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove ignore_column from Project model61302-remove-ignore_column-ci_cdDmitriy Zaporozhets2019-05-101-1/+0
| |/ /
* | | Resolve "JIRA service: NoMethodError: undefined method `find' for nil:NilClass"Patrick Derichs2019-05-101-0/+1
|/ /
* | Change DetectRepositoryLanguagesWorker to not receive userDiego Silva2019-05-091-1/+1
* | Added user time settings fields to profileEzekiel Kigbo2019-05-072-0/+7
* | Merge branch 'mc/feature/pipeline-tracking-ce' into 'master'Grzegorz Bizon2019-05-071-0/+4
|\ \