| Commit message (Expand) | Author | Age | Files | Lines |
* | Rearrange DeploymentPlatform methods | Mayra Cabrera | 2018-03-22 | 1 | -1/+1 |
* | Remove default scope from todosremove-default-scope-from-todos | Sean McGivern | 2018-03-05 | 1 | -12/+15 |
* | Merge branch '41616-api-issues-between-date' into 'master' | Sean McGivern | 2018-03-05 | 2 | -8/+85 |
|\ |
|
| * | Adds updated_at filter to issues and merge_requests API | Jacopo | 2018-03-05 | 2 | -8/+85 |
* | | Use limited count queries also for scoped searches | Jan Provaznik | 2018-03-05 | 1 | -0/+12 |
|/ |
|
* | Allow to include also descendant group labels | Jan Provaznik | 2018-03-02 | 1 | -0/+19 |
* | Merge branch 'merge-requests-api-filter-by-branch' into 'master' | Rémy Coutable | 2018-03-01 | 1 | -1/+17 |
|\ |
|
| * | Add source and target branch filters to merge requests API | Sean McGivern | 2018-03-01 | 1 | -1/+17 |
* | | Allow to find labels in ancestor groups and better group support in label ser... | Jan Provaznik | 2018-02-26 | 1 | -0/+23 |
|/ |
|
* | Port `read_cross_project` ability from EE | Bob Van Landuyt | 2018-02-22 | 6 | -3/+256 |
* | Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil... | Douwe Maan | 2018-02-09 | 1 | -52/+15 |
* | Include subgroup issuables on the group page30106-group-issues | Jarka Kadlecová | 2018-02-01 | 3 | -25/+136 |
* | Preload ancestors for subgroups matching filter | Bob Van Landuyt | 2018-01-22 | 1 | -1/+12 |
* | Don't include projects shared as group-descendants | Bob Van Landuyt | 2018-01-22 | 1 | -1/+10 |
* | Merge branch 'milestones-finder-order-fix' into 'security-10-3' | Robert Speicher | 2018-01-16 | 1 | -29/+12 |
* | EE-BACKPORT group boards | Felipe Artur | 2018-01-04 | 1 | -0/+10 |
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 10 | -37/+37 |
* | Enable sorting by name in the Groups dropdown | Mark Fletcher | 2017-12-20 | 1 | -0/+35 |
* | Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag... | Kamil Trzcinski | 2017-12-03 | 1 | -0/+31 |
|\ |
|
| * | Refactor disabled cluster testing to use trait | Matija Čupić | 2017-12-01 | 1 | -9/+7 |
| * | Refactor ClustersFinder | Matija Čupić | 2017-11-28 | 1 | -5/+5 |
| * | Add specs for ClustersFinder | Matija Čupić | 2017-11-27 | 1 | -0/+33 |
* | | Refactorize jobs finding logic | Tomasz Maczukin | 2017-11-28 | 1 | -0/+39 |
|/ |
|
* | Drastically improve project search performance by no longer searching namespa...dm-project-search-performance | Douwe Maan | 2017-11-24 | 1 | -1/+1 |
* | Fix users autocomplete in a subgroup | Sean McGivern | 2017-11-13 | 1 | -0/+15 |
* | Add case insensitive branches search | George Andrinopoulos | 2017-10-23 | 1 | -0/+9 |
* | Handle archived projects in the `GroupDescendantsFinder` | Bob Van Landuyt | 2017-10-11 | 1 | -0/+32 |
* | Merge branch 'master' into bvl-group-trees | Bob Van Landuyt | 2017-10-10 | 2 | -3/+63 |
|\ |
|
| * | Add a project forks spec helper | Bob Van Landuyt | 2017-10-07 | 1 | -3/+9 |
| * | Allow creating merge requests across forks of a project | Bob Van Landuyt | 2017-10-07 | 1 | -0/+54 |
* | | Don't load unneeded elements in GroupsController#show | Bob Van Landuyt | 2017-10-10 | 1 | -0/+16 |
* | | Use `EXISTS` instead of `WHERE id IN (...)` for authorized groups | Bob Van Landuyt | 2017-10-10 | 1 | -2/+11 |
* | | Load counts everywhere we render a group tree | Bob Van Landuyt | 2017-10-05 | 1 | -12/+0 |
* | | Make sure the user only sees groups he's allowed to see | Bob Van Landuyt | 2017-10-04 | 1 | -0/+28 |
* | | Minimize the number of queries by preloading counts and ancestors | Bob Van Landuyt | 2017-10-04 | 1 | -22/+16 |
* | | Only take unarchived projects into account | Bob Van Landuyt | 2017-10-04 | 1 | -0/+6 |
* | | Rename `GroupHierarchy` to `GroupDescendant` | Bob Van Landuyt | 2017-10-04 | 1 | -1/+1 |
* | | `current_user:` as a keyword argument | Bob Van Landuyt | 2017-10-04 | 1 | -1/+3 |
* | | Don't include the parent in search results if it matches | Bob Van Landuyt | 2017-10-04 | 1 | -0/+6 |
* | | Find all children matching a query | Bob Van Landuyt | 2017-10-04 | 1 | -0/+14 |
* | | Fetch children using new finder for the `show` of a group. | Bob Van Landuyt | 2017-10-04 | 1 | -3/+3 |
* | | Add a separate finder for collecting children of groups | Bob Van Landuyt | 2017-10-04 | 1 | -0/+71 |
|/ |
|
* | Support custom attributes on users | Markus Koller | 2017-09-28 | 1 | -0/+22 |
* | Introduce ForkProjectsFinder class | Mark Fletcher | 2017-09-20 | 1 | -0/+43 |
* | move `find_users` method into finder and add `load_group` method | Maxim Rydkin | 2017-09-10 | 1 | -4/+28 |
* | rename yet_another_users_finder into autocomplete_users_finder | Maxim Rydkin | 2017-09-10 | 1 | -1/+1 |
* | fix rubocop | Maxim Rydkin | 2017-09-10 | 1 | -8/+7 |
* | finish spec/finders/yet_another_users_finder_spec.rb | Maxim Rydkin | 2017-09-10 | 1 | -54/+42 |
* | extract finder and add first test | Maxim Rydkin | 2017-09-10 | 1 | -0/+86 |
* | Removes default scope from sortable23079-remove-default-scope-in-sortable | Tiago Botelho | 2017-09-07 | 2 | -3/+3 |