summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Reduce amount of property definitions in ChatNotificationServicePeter Leitzen2019-09-021-6/+13
* Fixing #65389Massimeddu Cireddu2019-09-023-2/+10
* Merge branch 'remove-unnecessary-freeze-in-app-models' into 'master'Stan Hu2019-09-0130-45/+45
|\
| * Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-0130-45/+45
* | Merge branch 'improve-chatops-help' into 'master'Nick Thomas2019-09-011-1/+3
|\ \ | |/ |/|
| * Improve chatops help outputimprove-chatops-helpYorick Peterse2019-08-291-1/+3
* | Merge branch 'remove-ignorable-column-concern' into 'master'Michael Kozono2019-08-3010-59/+25
|\ \
| * | Use self.ignored_columns += instead of =Stan Hu2019-08-306-25/+24
| * | Remove dependency on IgnorableColumn concerndineshpanda2019-08-3010-58/+25
* | | Limit access request email to 10 most recently active owners/maintainersManoj MJ2019-08-302-0/+12
* | | Install cert-manager v0.9.1James Fargher2019-08-301-4/+29
* | | Merge branch 'ab-routable-two-step-search' into 'master'Jan Provaznik2019-08-301-2/+22
|\ \ \
| * | | Add another counter to calculate method call ratioab-routable-two-step-searchAndreas Brandl2019-08-301-5/+7
| * | | Add method call count instrumentationAndreas Brandl2019-08-301-0/+11
| * | | Perform two-step Routable lookup by pathAndreas Brandl2019-08-301-2/+9
* | | | Resolve "Use "moved" instead of "closed" in issue references"Juliette de Rancourt2019-08-301-1/+1
|/ / /
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-08-2910-14/+73
|\ \ \
| * \ \ Merge branch 'security-enable-image-proxy' into 'master'GitLab Release Tools Bot2019-08-292-8/+37
| |\ \ \
| | * | | Add support for using a Camo proxy serverBrett Walker2019-08-232-8/+37
| * | | | Merge branch 'security-epic-notes-api-reveals-historical-info-ce-master' into...GitLab Release Tools Bot2019-08-292-0/+6
| |\ \ \ \
| | * | | | Return NO_ACCESS if user is nilPatrick Derichs2019-08-281-0/+2
| | * | | | Filter out old system notes for epicsPatrick Derichs2019-08-281-0/+4
| | |/ / /
| * | | | Merge branch 'security-fix-html-injection-for-label-description-ce-master' in...GitLab Release Tools Bot2019-08-291-2/+6
| |\ \ \ \
| | * | | | Fix HTML injection for label descriptionPatrick Derichs2019-08-051-2/+6
| * | | | | Merge branch 'security-fix_jira_ssrf_vulnerability' into 'master'GitLab Release Tools Bot2019-08-291-1/+6
| |\ \ \ \ \
| | * | | | | Fix DNS rebind vulnerability for JIRA integrationFelipe Artur2019-08-081-1/+6
| * | | | | | Merge branch 'security-61974-limit-issue-comment-size' into 'master'GitLab Release Tools Bot2019-08-292-0/+2
| |\ \ \ \ \ \
| | * | | | | | Limit the size of issuable description and commentsAlexandru Croitor2019-08-222-0/+2
| * | | | | | | Merge branch 'security-59549-add-capcha-for-failed-logins' into 'master'GitLab Release Tools Bot2019-08-292-2/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Add captcha if there are multiple failed login attemptsMałgorzata Ksionek2019-07-312-2/+7
| * | | | | | | | Merge branch 'security-id-filter-timeline-activities-for-guests' into 'master'GitLab Release Tools Bot2019-08-291-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add merge note type as cross referenceIgor Drozdov2019-08-131-1/+1
| * | | | | | | | | Merge branch 'security-sarcila-fix-weak-session-management' into 'master'GitLab Release Tools Bot2019-08-291-0/+7
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add User#will_save_change_to_login? to clear reset_password_tokensSebastian Arcila Valenzuela2019-08-211-0/+7
| * | | | | | | | | | Merge branch 'security-add-job-activity-limit-ce' into 'master'GitLab Release Tools Bot2019-08-291-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| | * | | | | | | | | Add active_jobs_limit to plans tableFabio Pitino2019-08-211-0/+1
* | | | | | | | | | | Revert "Cache branch and tag names as Redis sets"Nick Thomas2019-08-291-8/+4
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | Allow project feature permissions to be overridden during importGeorge Koltsov2019-08-291-0/+2
* | | | | | | | | | Handle invalid mirror urlLee Tickett2019-08-291-0/+1
* | | | | | | | | | Save board lists collapsed settingFelipe Artur2019-08-282-2/+62
* | | | | | | | | | Merge branch 'update-gitlab-runner-helm-chart-to-0-8-0' into 'master'Kamil Trzciński2019-08-281-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update GitLab Runner Helm Chart to 0.8.0update-gitlab-runner-helm-chart-to-0-8-0Tomasz Maczukin2019-08-271-1/+1
* | | | | | | | | | | Update CE files for GSD projects filterVictor Zagorodny2019-08-282-0/+3
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge branch 'sh-lfs-object-batches' into 'master'Rémy Coutable2019-08-281-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Makes LFS object linker process OIDs in batchessh-lfs-object-batchesStan Hu2019-08-271-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'id-change-total-notes-calculation' into 'master'Ash McKenzie2019-08-281-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Change the way totalNotes is calculatedid-change-total-notes-calculationIgor Drozdov2019-08-281-0/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'sh-fix-issue-move-api' into 'master'Grzegorz Bizon2019-08-281-1/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix moving issues API failing when text includes commit URLssh-fix-issue-move-apiStan Hu2019-08-281-1/+6
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'todos/include-issue-mr-titles' into 'master'Stan Hu2019-08-281-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |