summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Change spec folder to match the assets onevue-pipelines-folderFilipa Lacerda2017-04-2011-0/+0
* Merge branch 'dz-refactor-create-members' into 'master' Douwe Maan2017-04-203-4/+144
|\
| * Move some project/group members spinach tests to rspecdz-refactor-create-membersDmitriy Zaporozhets2017-04-172-2/+142
| * Refactor members controller destroy actionDmitriy Zaporozhets2017-04-171-1/+1
| * Refactor controller code that creates project/group membersDmitriy Zaporozhets2017-04-171-1/+1
* | Merge branch 'uassign_on_member_removing' into 'master' Sean McGivern2017-04-204-7/+55
|\ \
| * | Remove helpers assigned_issuables_count and cached_assigned_issuables_countuassign_on_member_removingValery Sizov2017-04-203-9/+14
| * | Remove assigned_(issues|merge_requests) methods from the issuableValery Sizov2017-04-182-4/+1
| * | Unassign all Issues and Merge Requests when member leaves teamValery Sizov2017-04-181-0/+46
* | | Refactor into .vue filesFilipa Lacerda2017-04-202-2/+2
* | | Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-203-1/+5
* | | Merge branch 'fix/29125' into 'master' Sean McGivern2017-04-201-0/+21
|\ \ \
| * | | Port of fix/29125-ee to CEDouglas Barbosa Alexandre2017-04-191-0/+21
* | | | Merge branch 'issuable-state-custom-links' into 'master' Sean McGivern2017-04-201-32/+76
|\ \ \ \
| * | | | Do not append issuable state to links with custom anchorissuable-state-custom-linksAdam Niedzielski2017-04-191-32/+76
* | | | | Refactor into .vue files part 2Filipa Lacerda2017-04-203-3/+3
* | | | | Merge branch 'plantuml-filter-after-highlight' into 'master' Sean McGivern2017-04-201-4/+4
|\ \ \ \ \
| * | | | | Fix PlantUML integration in GFMplantuml-filter-after-highlightAdam Niedzielski2017-04-191-4/+4
* | | | | | Refactor changing files in web UIDouwe Maan2017-04-2015-45/+45
* | | | | | Merge branch 'sh-issue-29247-fix' into 'master' Douwe Maan2017-04-192-0/+17
|\ \ \ \ \ \
| * | | | | | Don't delete a branch involved in an open merge request in "Delete all merged...sh-issue-29247-fixStan Hu2017-04-192-0/+17
* | | | | | | Resolve "start discussion toggle clicking divider causes UI break"Luke "Jared" Bennett2017-04-193-4/+38
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher2017-04-191-0/+27
|\ \ \ \ \ \
| * | | | | | Implement search by extern_uid in Users APIRobin Bobbitt2017-04-181-0/+27
* | | | | | | Add renderNote animation and added specLuke "Jared" Bennett2017-04-192-8/+158
* | | | | | | Set the issuable sidebar to remain collapsed on mobile devicesJose Ivan Vargas Lopez2017-04-192-0/+18
* | | | | | | Merge branch 'group-milestone-date-fields-fix' into 'master' Filipa Lacerda2017-04-191-0/+36
|\ \ \ \ \ \ \
| * | | | | | | Fixed group milestones date pickers not workinggroup-milestone-date-fields-fixPhil Hughes2017-04-191-0/+36
* | | | | | | | Added profile name to user dropdownDimitrie Hoekstra2017-04-191-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'issuable-state-only-notes-and-description' into 'master' Sean McGivern2017-04-191-11/+21
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Display issuable state only in notes and issuable descriptionAdam Niedzielski2017-04-191-11/+21
| |/ / / / /
* | | | | | Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-1916-40/+653
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix user activities HTTP clone specSean McGivern2017-04-171-7/+8
| * | | | | Use a proper matcherRémy Coutable2017-04-141-1/+3
| * | | | | Fix `last_activity_at` to `last_activity_on`Rémy Coutable2017-04-141-1/+1
| * | | | | Fix git HTTP specSean McGivern2017-04-141-1/+1
| * | | | | Remove unused user activities codeSean McGivern2017-04-142-279/+0
| * | | | | Use last_activity_on in cohortsSean McGivern2017-04-141-2/+2
| * | | | | Use serializer for formatting cohorts dataSean McGivern2017-04-141-15/+76
| * | | | | Rename user cohorts -> cohortsSean McGivern2017-04-141-1/+1
| * | | | | Make UserCohortsService more understandableSean McGivern2017-04-141-5/+1
| * | | | | Add user cohorts table to admin areaSean McGivern2017-04-141-0/+42
| * | | | | Add a post-deploy migration to migrate from former Redis activity to DBRémy Coutable2017-04-141-0/+49
| * | | | | Expose `last_activity_on` in the User APIRémy Coutable2017-04-141-0/+43
| * | | | | Add new ScheduleUpdateUserActivityWorker and UpdateUserActivityWorkerRémy Coutable2017-04-142-0/+60
| * | | | | Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable2017-04-149-121/+156
| * | | | | Port 'Add user activities API' to CESean McGivern2017-04-145-38/+408
| * | | | | Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-146-39/+72
| * | | | | Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-146-0/+70
| * | | | | Add prometheus services to usage pingSean McGivern2017-04-141-0/+1