summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Remove use of deprecated methodsupgrade-to-rails-5-1Heinrich Lee Yu2019-04-231-2/+2
* Upgrade Rails to 5.1.6.1Jasper Maes2019-04-2314-31/+33
* Remove unused codeMichael Kozono2019-04-221-6/+0
* Merge branch 'update-gitlab-runner-helm-chart-to-0-4-0' into 'master'James Lopez2019-04-221-1/+1
|\
| * Update GitLab Runner Helm Chart to 0.4.0update-gitlab-runner-helm-chart-to-0-4-0Steve Azzopardi2019-04-191-1/+1
* | Fix wrong use of ActiveRecord in PoolRepositoryJacob Vosmaer2019-04-202-7/+6
* | Merge branch 'ce-issue-10671' into 'master'Grzegorz Bizon2019-04-191-4/+4
|\ \
| * | Aligned changes to Issuable with EEce-issue-10671Patrick Derichs2019-04-181-4/+4
* | | Extract ProjectStatistics updates into a concernAlessio Caiazza2019-04-193-32/+65
| |/ |/|
* | Merge branch '39858-add-group-owned-info-to-projects-api' into 'master'Douwe Maan2019-04-191-0/+5
|\ \ | |/ |/|
| * Adds namespace information to project endpoint39858-add-group-owned-info-to-projects-apiMayra Cabrera2019-04-181-0/+5
* | Bump version of knative from 0.3 -> 0.5Chris Baumbauer2019-04-171-1/+1
* | Merge branch '24704-restore-download-repository-path' into 'master'Rémy Coutable2019-04-171-2/+3
|\ \
| * | Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas2019-04-161-2/+3
* | | Fix unexpected extra notification mailsPatrick Derichs2019-04-171-12/+8
* | | Merge branch '58361-issue-create-system-note-timestamp' into 'master'Stan Hu2019-04-161-1/+1
|\ \ \ | |/ / |/| |
| * | Set correct timestamps when creating past issues58361-issue-create-system-note-timestampHeinrich Lee Yu2019-04-161-1/+1
* | | Merge branch 'gt-fix-styling-for-pages-status' into 'master'Filipa Lacerda2019-04-161-1/+1
|\ \ \ | |_|/ |/| |
| * | Rename CI related selectorsGeorge Tsiolis2019-04-161-1/+1
* | | Merge branch 'mc/feature/custom-metrics-ce' into 'master'Kamil Trzciński2019-04-164-8/+15
|\ \ \
| * | | Backport changes from EEMatija Čupić2019-04-164-8/+15
* | | | Merge branch 'rewind-iid-on-pipelines' into 'master'Sean McGivern2019-04-162-12/+49
|\ \ \ \ | |_|_|/ |/| | |
| * | | Rewind IID on Ci::Pipelinesrewind-iid-on-pipelinesKamil Trzciński2019-04-162-12/+49
| | |/ | |/|
* | | Merge branch 'downloading-expired-artifacts' into 'master'Grzegorz Bizon2019-04-161-1/+1
|\ \ \ | |/ / |/| |
| * | Don't render artifact download links on the project tags page for builds with...drew cimino2019-04-121-1/+1
* | | Merge branch 'helm_uninstall_command' into 'master'Sean McGivern2019-04-161-0/+8
|\ \ \
| * | | Implement commands to uninstall cluster applicationshelm_uninstall_commandThong Kuah2019-04-161-0/+8
* | | | Merge branch 'forbid-the-usage-of-reload' into 'master'Lin Jen-Shin2019-04-152-3/+5
|\ \ \ \
| * | | | Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-152-3/+5
| |/ / /
* | | | Added write_repository scope for personal access tokenHoratiu Eugen Vlad2019-04-151-1/+1
| |/ / |/| |
* | | Fix grouping wiki pages by directoryIgor2019-04-121-1/+3
* | | Externalize strings in app/modelsMartin Wortschack2019-04-1220-95/+95
* | | Remove User#internal_attributes methodPeter Leitzen2019-04-121-7/+3
|/ /
* | Merge branch 'restore-hipchat' into 'master'Nick Thomas2019-04-113-0/+313
|\ \
| * | Revert "Remove HipChat integration from GitLab"Sean McGivern2019-04-103-0/+313
| |/
* | Merge branch 'revert-24704-download-repository-path' into 'master'Rémy Coutable2019-04-111-3/+2
|\ \
| * | Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-111-3/+2
* | | Merge branch '60278-fix-development-seed' into 'master'Douwe Maan2019-04-111-1/+3
|\ \ \ | |/ / |/| |
| * | Fix ApplicationSetting development seed60278-fix-development-seedRémy Coutable2019-04-101-1/+3
| |/
* | Align UrlValidator to validate_url gem implementation.Thong Kuah2019-04-119-12/+12
|/
* Revert "Merge branch 'sh-optimize-projects-api' into 'master'"revert-2cc01f12Stan Hu2019-04-101-35/+8
* Merge branch 'docs-zj-update-n-plus-one-comments' into 'master'Douglas Barbosa Alexandre2019-04-091-1/+1
|\
| * Update comments about N + 1 Gitaly callsZeger-Jan van de Weg2019-04-091-1/+1
* | Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-093-2/+47
* | Merge branch 'osw-multi-assignees-merge-requests' into 'master'Nick Thomas2019-04-095-82/+122
|\ \
| * | [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-085-82/+122
* | | Add new permission model `read-pipeline-variable`Agustin Henze2019-04-091-0/+4
| |/ |/|
* | Set release name when adding release notes to an existing tagJason Goodman2019-04-091-0/+1
|/
* Merge branch '15463-extract-hooks-service' into 'master'Robert Speicher2019-04-081-0/+9
|\
| * Extract a Git::{Base,Tag,Branch}HooksServiceNick Thomas2019-04-051-0/+9