summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-note-active-spec' into 'master'Robert Speicher2016-03-141-12/+21
|\
| * Add unit specs for `Note#active?`rs-note-active-specRobert Speicher2016-03-111-12/+21
* | Merge branch 'share-project-ce' into 'master' Dmitriy Zaporozhets2016-03-145-2/+97
|\ \
| * | Add share project from group lockDmitriy Zaporozhets2016-03-111-2/+1
| * | Add finders logic and tests for shared projects featureDmitriy Zaporozhets2016-03-111-1/+2
| * | Allow users to access project shared with their groupDmitriy Zaporozhets2016-03-111-1/+51
| * | Add functionality to setup share of project with group via project settingsDmitriy Zaporozhets2016-03-111-0/+5
| * | Bring ProjectGroupLink model and migrations from EEDmitriy Zaporozhets2016-03-113-0/+40
* | | fixes issuestiagonbotelho2016-03-121-3/+2
* | | fixes issues for mr acceptancetiagonbotelho2016-03-121-1/+6
* | | implements upcoming filter in milstonestiagonbotelho2016-03-121-0/+1
* | | Merge branch 'projects-finder-ee-compatible' into 'master' Dmitriy Zaporozhets2016-03-121-6/+3
|\ \ \
| * | | Removed User#project_relationsprojects-finder-ee-compatibleYorick Peterse2016-03-121-6/+3
* | | | Merge branch 'rs-disallow-blank-line-code' into 'master' Douwe Maan2016-03-121-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Disallow blank (non-null) values for a Note's `line_code` attributers-disallow-blank-line-codeRobert Speicher2016-03-111-1/+6
| | |/ | |/|
* | | Merge branch 'fix/token-timing-attack' into 'master' Douwe Maan2016-03-122-3/+3
|\ \ \ | |/ / |/| |
| * | add SHA256 to secure_comparefix/token-timing-attackJames Lopez2016-03-082-3/+3
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/token-timin...James Lopez2016-03-0817-208/+250
| |\ \
| * | | fix token issue - timing attackJames Lopez2016-03-022-3/+3
* | | | Use a UNION in MergeRequest.in_projectsYorick Peterse2016-03-111-1/+18
* | | | Make Namespace.search case-insensitiveYorick Peterse2016-03-111-1/+11
* | | | Removed arel_table receiver from search methodsYorick Peterse2016-03-116-6/+6
* | | | Clean up ProjectsFinder for getting user projectsYorick Peterse2016-03-111-3/+6
* | | | Use ILIKE/LIKE for searching milestonesYorick Peterse2016-03-111-2/+11
* | | | Use ILIKE/LIKE for Issuable.search and full_searchYorick Peterse2016-03-111-2/+19
* | | | Use ILIKE/LIKE for searching CI runnersYorick Peterse2016-03-111-3/+17
* | | | Use ILIKE/LIKE for searching groupsYorick Peterse2016-03-111-1/+11
* | | | Use ILIKE/LIKE for searching usersYorick Peterse2016-03-111-1/+15
* | | | Use ILIKE/LIKE for searching notesYorick Peterse2016-03-111-1/+11
* | | | Use ILIKE/LIKE for searching snippetsYorick Peterse2016-03-111-2/+22
* | | | Use ILIKE in Project.search_by_titleYorick Peterse2016-03-111-1/+4
* | | | Use ILIKE/LIKE + UNION in Project.searchYorick Peterse2016-03-111-6/+24
| |_|/ |/| |
* | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into expirin...Jacob Vosmaer2016-03-103-3/+9
|\ \ \
| * | | Optimize Project#ci_service(s)optimize-project-ci-servicesYorick Peterse2016-03-101-2/+2
| * | | Merge branch 'fix-git-push-service-specs' into 'master' Robert Speicher2016-03-091-0/+5
| |\ \ \
| | * | | Handle permissions for ExternalIssue instancesfix-git-push-service-specsYorick Peterse2016-03-091-0/+5
| * | | | Merge branch 'fix-todos' into 'master' Douglas Barbosa Alexandre2016-03-091-0/+1
| |\ \ \ \
| | * | | | Destroy all related todos when removing a projectDouglas Barbosa Alexandre2016-03-091-0/+1
| | |/ / /
| * | | | Merge branch 'commit-limits' into 'master' Jacob Vosmaer2016-03-091-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Show at most 100 commits in the web UIJacob Vosmaer2016-03-041-1/+1
* | | | | Move method to UserJacob Vosmaer2016-03-101-0/+7
|/ / / /
* | | | Merge branch 'rs-snippets-dont-expire' into 'master' Dmitriy Zaporozhets2016-03-093-11/+0
|\ \ \ \
| * | | | Remove `Snippet#expires_at`rs-snippets-dont-expireRobert Speicher2016-03-053-11/+0
* | | | | Call after_create_branch in Repository#add_branchbranch-tag-count-methodsYorick Peterse2016-03-081-1/+2
* | | | | Call the right hooks in Repository#add_tagYorick Peterse2016-03-081-1/+2
* | | | | Call the right hooks when removing branchesYorick Peterse2016-03-081-2/+8
* | | | | Cache & flush tag/branch countsYorick Peterse2016-03-081-3/+30
| |_|_|/ |/| | |
* | | | Merge branch 'master' into 'master' Yorick Peterse2016-03-081-0/+6
|\ \ \ \
| * | | | moves the main_language update logic to git push servicetiagonbotelho2016-03-071-8/+0
| * | | | removes automatic setting of main_language to project for it to set a main la...tiagonbotelho2016-03-071-10/+0