summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge branch 'prevent-creating-multiple-application-settings' into 'master'Yorick Peterse2017-10-171-0/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Prevent creating multiple ApplicationSetting by forcing it to always have id=1prevent-creating-multiple-application-settingsKamil Trzcinski2017-10-161-0/+10
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch '39181-gitlab-backgroundmigration-deserializemergerequestdiffsan...Rémy Coutable2017-10-171-2/+19
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Handle null serialised commits in background migration39181-gitlab-backgroundmigration-deserializemergerequestdiffsandcommits-error-nomethoderror-undefined-method-map-for-nil-nilclassSean McGivern2017-10-171-2/+19
* | | | | | | | | | | Merge branch 'zj-gitaly-n-1-call-test' into 'master'Douwe Maan2017-10-171-11/+21
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Allow testing on Gitaly call countZeger-Jan van de Weg2017-10-161-11/+21
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan2017-10-177-44/+60
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow configuring the circuitbreaker through the API and UIBob Van Landuyt2017-10-172-1/+17
| * | | | | | | | | | Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt2017-10-175-43/+43
* | | | | | | | | | | Merge branch 'bvl-group-trees' into 'master'Douwe Maan2017-10-1734-433/+2941
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make sure we always return an array of hierarchiesBob Van Landuyt2017-10-132-0/+18
| * | | | | | | | | | | Add support for `archived` paramkushalpandya2017-10-133-5/+9
| * | | | | | | | | | | Skip some nested group specs when using MySQLBob Van Landuyt2017-10-122-6/+16
| * | | | | | | | | | | Nest the group_children_path inside the canonical group pathBob Van Landuyt2017-10-122-270/+277
| * | | | | | | | | | | Pass `archived:` as a keyword argumentBob Van Landuyt2017-10-121-2/+2
| * | | | | | | | | | | Use polymorphism for common attributes in `GroupChildEntity`Bob Van Landuyt2017-10-121-1/+10
| * | | | | | | | | | | Fix spinach featuresBob Van Landuyt2017-10-113-3/+0
| * | | | | | | | | | | Always use the same order specs for `MultiCollectionPaginator`Bob Van Landuyt2017-10-111-1/+1
| * | | | | | | | | | | Handle archived projects in the `GroupDescendantsFinder`Bob Van Landuyt2017-10-112-6/+59
| * | | | | | | | | | | Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-10426-1721/+11276
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Move the `ancestors_upto` to `Project` and `Namespace`Bob Van Landuyt2017-10-102-0/+29
| * | | | | | | | | | | Don't load unneeded elements in GroupsController#showBob Van Landuyt2017-10-102-45/+60
| * | | | | | | | | | | Use `EXISTS` instead of `WHERE id IN (...)` for authorized groupsBob Van Landuyt2017-10-101-2/+11
| * | | | | | | | | | | Only expand ancestors when searchingBob Van Landuyt2017-10-091-1/+12
| * | | | | | | | | | | Hide "New subgroup" links when subgroups are not supportedBob Van Landuyt2017-10-051-0/+30
| * | | | | | | | | | | Update feature specs for updated group listsBob Van Landuyt2017-10-053-41/+43
| * | | | | | | | | | | Use `alias_attribute` & `alias_method` to define parent-methodsBob Van Landuyt2017-10-051-0/+7
| * | | | | | | | | | | Optimize finding a membership for a user to avoid extra queriesBob Van Landuyt2017-10-051-2/+2
| * | | | | | | | | | | Load counts everywhere we render a group treeBob Van Landuyt2017-10-052-12/+28
| * | | | | | | | | | | Make sure all ancestors are loaded when searching groupsBob Van Landuyt2017-10-051-2/+2
| * | | | | | | | | | | Optimize queries and pagination in `GroupDescendantsFinder`Bob Van Landuyt2017-10-051-0/+46
| * | | | | | | | | | | Force parents to be preloaded for building a hierarchyBob Van Landuyt2017-10-052-19/+27
| * | | | | | | | | | | Move merging of Hashes out of the `GroupDescendant` concernBob Van Landuyt2017-10-041-0/+33
| * | | | | | | | | | | Make it possible to limit ancestors in a `GroupHierarchy`Bob Van Landuyt2017-10-041-0/+28
| * | | | | | | | | | | Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-0415-312/+1646
| * | | | | | | | | | | Return an empty array when no matches are foundBob Van Landuyt2017-10-041-0/+10
| * | | | | | | | | | | Always preload all elements in a hierarchy to avoid extra queries.Bob Van Landuyt2017-10-041-2/+19
| * | | | | | | | | | | Clean up public/private api of `GroupDescendant`Bob Van Landuyt2017-10-041-32/+0
| * | | | | | | | | | | Fix bug with project paginationBob Van Landuyt2017-10-041-5/+7
| * | | | | | | | | | | Only preload ancestors for search results in the specified parentBob Van Landuyt2017-10-041-0/+10
| * | | | | | | | | | | Make sure all queries are limited to the page sizeBob Van Landuyt2017-10-041-3/+3
| * | | | | | | | | | | Make sure the user only sees groups he's allowed to seeBob Van Landuyt2017-10-041-0/+28
| * | | | | | | | | | | Fix nesting bug when rendering children of a shared subgroupBob Van Landuyt2017-10-041-0/+26
| * | | | | | | | | | | Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt2017-10-042-45/+27
| * | | | | | | | | | | Rename hierarchies to descendants where applicableBob Van Landuyt2017-10-041-9/+9
| * | | | | | | | | | | Only take unarchived projects into accountBob Van Landuyt2017-10-041-0/+6
| * | | | | | | | | | | Improve number of queriesBob Van Landuyt2017-10-041-25/+25
| * | | | | | | | | | | Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt2017-10-042-2/+29
| * | | | | | | | | | | `current_user:` as a keyword argumentBob Van Landuyt2017-10-041-1/+3
| * | | | | | | | | | | Include pagination when rendering expanded hierarchiesBob Van Landuyt2017-10-041-0/+12