summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'use-project-id-in-repo-cache' into 'master' Yorick Peterse2016-07-251-1/+1
|\
| * Use project ID in repository cache to prevent stale data from persisting acro...Stan Hu2016-07-251-1/+1
* | Merge branch 'filter-branch-by-name' into 'master' Douwe Maan2016-07-251-0/+2
|\ \ | |/ |/|
| * Merge branch 'master' into filter-branch-by-nametiagonbotelho2016-07-2217-130/+472
| |\
| * | refactors the search to enable users to filter and sort branches at thetiagonbotelho2016-07-191-4/+0
| * | implements branches filter functionality and tests accordinglytiagonbotelho2016-07-191-1/+0
| * | implements the basic filter functionalitytiagonbotelho2016-07-191-0/+7
* | | Merge branch 'fix-wiki-error-500' into 'master' Rémy Coutable2016-07-251-1/+5
|\ \ \
| * | | `WikiPage` should have a slug even when not persisted.fix-wiki-error-500Timothy Andrew2016-07-251-1/+5
* | | | Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-go...Alejandro Rodríguez2016-07-241-14/+11
|/ / /
* | | Merge branch 'nullify-note-type' into 'master' Stan Hu2016-07-231-5/+9
|\ \ \
| * | | Fix bug where replies to commit notes displayed in the MR discussion tab woul...Douwe Maan2016-07-231-5/+9
| | |/ | |/|
* | | Improve project rename log messages for better debuggingimprove-rename-loggingStan Hu2016-07-231-1/+10
|/ /
* | Merge branch 'fix/load-project-invited-groups-and-members-eagerly' into 'mast...Douwe Maan2016-07-221-1/+1
|\ \
| * | Load project invited groups and members eagerly in ProjectTeam#fetch_membersfix/load-project-invited-groups-and-members-eagerlyAhmad Sherif2016-07-221-1/+1
* | | Gracefully handle case when keep-around references are corrupted or exist alr...handle-invalid-kept-around-referencesStan Hu2016-07-221-2/+11
|/ /
* | Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-221-7/+7
|\ \
| * | Since it's too hard to use JOIN with Rails... feedback:Lin Jen-Shin2016-07-211-7/+7
* | | Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-211-11/+14
* | | Merge branch 'fix-data-integrity-issue-with-repository-downloads-path' into '...Douwe Maan2016-07-211-10/+0
|\ \ \
| * | | Add service to clean up repository archive cacheDouglas Barbosa Alexandre2016-07-211-10/+0
* | | | Merge branch 'discussion-model' into 'master' Robert Speicher2016-07-213-28/+95
|\ \ \ \ | |/ / / |/| | |
| * | | Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-203-28/+95
* | | | Merge branch '20067-wiki-not-visible-from-web' into 'master' Rémy Coutable2016-07-211-1/+1
|\ \ \ \
| * | | | Make Service.external_wikis return only active external wikisRémy Coutable2016-07-211-1/+1
* | | | | Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-214-3/+23
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-2110-40/+208
| |\ \ \
| * | | | Workaround MySQL with INNER JOIN:Lin Jen-Shin2016-07-212-3/+12
| * | | | It's not longer than 80 charsLin Jen-Shin2016-07-201-3/+1
| * | | | Also exclude artifacts_file with empty string, feedback:Lin Jen-Shin2016-07-201-1/+3
| * | | | Use one query. Feedback:Lin Jen-Shin2016-07-201-7/+2
| * | | | Avoid mixing builds from different pipelines:Lin Jen-Shin2016-07-203-6/+8
| * | | | Join on associationLin Jen-Shin2016-07-201-1/+1
| * | | | We need INNER JOIN to get the right pipeline,Lin Jen-Shin2016-07-201-1/+1
| * | | | Now we could use normal relation, feedback:Lin Jen-Shin2016-07-201-2/+1
| * | | | Use default_branch rather than master, feedback:Lin Jen-Shin2016-07-202-2/+2
| * | | | Only allow branches/tags, disallow SHA:Lin Jen-Shin2016-07-191-5/+2
| * | | | Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-195-3/+39
| |\ \ \ \
| * | | | | API for downloading latest successful build:Lin Jen-Shin2016-07-193-1/+19
* | | | | | Merge branch '18586-user-authorized_projects-is-slow' into 'master' Yorick Peterse2016-07-203-0/+82
|\ \ \ \ \ \
| * | | | | | Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez2016-07-203-0/+82
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-202-39/+74
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Default to manual input for `domain_whitelist`, syntax fixes and added new te...Patricio Cano2016-07-181-1/+1
| * | | | | Refactor `match_domain` to a predicate: `domain_matches?`Patricio Cano2016-07-181-3/+3
| * | | | | Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-182-11/+11
| * | | | | Refactored the domain separator regex, plus syntax and grammar fixes.Patricio Cano2016-07-181-11/+10
| * | | | | Make sure email domain validation method is private.Patricio Cano2016-07-181-28/+26
| * | | | | Fixed `signup_domain_valid?` flow and added documentation.Patricio Cano2016-07-181-18/+19
| * | | | | Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-182-19/+56
* | | | | | Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet2016-07-201-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |