summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Collapse)AuthorAgeFilesLines
* Create a Users FinderGeorge Andrinopoulos2017-05-151-0/+74
|
* Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan2017-05-101-4/+16
| | | | | Use GroupsFinder to find subgroups the user has access to See merge request !2096
* Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-102-48/+56
| | | | | | Refactor snippets finder & dont return internal snippets for external users See merge request !2094
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+22
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-042-5/+16
|
* Add constant as ALLOWED_INDEXED_COLUMNSShinya Maeda2017-05-031-1/+3
|
* Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda2017-05-031-16/+3
|
* Add a blank line between blocksShinya Maeda2017-05-031-0/+2
|
* Revert "Use JSON type for sorting parameter (halfway)"Shinya Maeda2017-05-031-15/+11
| | | | This reverts commit 34127cb13ad72f65a24bdc8fc051363d3edd77cb.
* Use JSON type for sorting parameter (halfway)Shinya Maeda2017-05-031-11/+15
|
* Use order instead of reorder. Improve tests.Shinya Maeda2017-05-031-1/+1
|
* Fix improper method name and spec descriptionShinya Maeda2017-05-031-2/+2
|
* Allow only indexed columns in #order_and_sort. Remove present (Because ↵Shinya Maeda2017-05-031-2/+2
| | | | unnecessary) from condition. Added spec just in case.
* Avoid hardcode table nameShinya Maeda2017-05-031-2/+2
|
* Add name. Improve order_and_sort.Shinya Maeda2017-05-031-7/+12
|
* Add name(User)Shinya Maeda2017-05-031-0/+8
|
* Change name to usernameShinya Maeda2017-05-031-1/+1
|
* Fix inappropriate regexShinya Maeda2017-05-031-1/+1
|
* Use 'case/when/end'Shinya Maeda2017-05-031-7/+5
|
* Improved CI. Fix yaml_errors boolean evaluation.Shinya Maeda2017-05-031-1/+1
|
* Fixed the following.Shinya Maeda2017-05-031-3/+4
| | | | | | - Fix inappropriate evaluation(casecmp) to regex - Fix missed boolean conversion - Improve spec
* Fixed SQL injectionShinya Maeda2017-05-031-2/+2
|
* Fix rubocop offences and rspec failuresShinya Maeda2017-05-031-2/+2
|
* Add specs. Plus, minor fixes.Shinya Maeda2017-05-031-2/+6
|
* Fixed those points.Shinya Maeda2017-05-031-17/+10
| | | | | | | | - username to user_id - Drop duration - Resolve comments - Add Changelog - Edit docs
* Remove unnecessary commentShinya Maeda2017-05-031-1/+1
|
* - Add new parameters for Pipeline APIShinya Maeda2017-05-031-20/+88
| | | | - Expand PipelinesFinder functions
* Display comments for personal snippets12910-personal-snippets-notes-showJarka Kadlecova2017-05-021-0/+2
|
* Ability to filter merge requests by labels and milestonesRobert Schilling2017-04-251-1/+1
|
* Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-065-34/+125
|\
| * ProjectsFinder should handle more optionsJacopo2017-04-065-34/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extended ProjectFinder in order to handle the following options: - current_user - which user use - project_ids_relation: int[] - project ids to use - params: - trending: boolean - non_public: boolean - starred: boolean - sort: string - visibility_level: int - tags: string[] - personal: boolean - search: string - non_archived: boolean GroupProjectsFinder now inherits from ProjectsFinder. Changed the code in order to use the new available options.
* | Fix specsDouwe Maan2017-04-051-2/+2
| |
* | Address review commentsDouwe Maan2017-04-051-8/+13
| |
* | Add option to start a new discussion on an MRDouwe Maan2017-04-051-22/+32
|/
* Fixes milestone/merge_request API endpoint to really scope the resultsJoren De Groof2017-04-032-2/+2
| | | | | The MergeRequestsFinder uses the milestone_title instead of the milestone_id
* Merge branch 'jej-group-name-disclosure' into 'security'Sean McGivern2017-03-291-0/+17
| | | | | | Prevent private group disclosure via parent_id See merge request !2077
* Optimize labels finder querymhasbini2017-03-271-2/+11
| | | | Optimize labels finder query when searching for a project with a group
* Revert "Merge branch '29534-todos-performance' into 'master'"Sean McGivern2017-03-211-12/+0
| | | This reverts merge request !10076
* Todos performance: Include associations in FinderJarka Kadlecova2017-03-201-0/+12
|
* Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-151-0/+6
|
* Show members of parent groups on project members pagedz-nested-groups-membersDmitriy Zaporozhets2017-03-092-10/+32
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge remote-tracking branch ↵Douwe Maan2017-03-071-0/+45
|\ | | | | | | 'origin/personal_access_token_api_and_impersonation_token'
| * apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-16/+14
| |
| * refactors finder and correlated codeTiago Botelho2017-03-011-25/+31
| |
| * applies relevant changes to the code and code structureTiago Botelho2017-02-281-0/+41
| |
* | Improve issues filtering performanceJarka Kadlecova2017-03-063-14/+31
|/
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-5/+5
| | | | | | | | | | | | | | | This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-232-8/+8
| | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
|
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-232-8/+8
|