summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Return empty string on UTF8 conversion with U_STRING_NOT_TERMINATED_WARNING ↵fix/encoding-issueJames Lopez2017-04-201-0/+4
| | | | error
* Merge branch 'issuable-state-custom-links' into 'master' Sean McGivern2017-04-201-32/+76
|\ | | | | | | | | | | | | Do not append issuable state to links with custom anchor Closes #30916 See merge request !10782
| * Do not append issuable state to links with custom anchorissuable-state-custom-linksAdam Niedzielski2017-04-191-32/+76
| | | | | | | | | | Closes #30916 Change the presentation from [closed] to (closed)
* | 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 GFM Closes #30557 See merge request !10651
| * | Fix PlantUML integration in GFMplantuml-filter-after-highlightAdam Niedzielski2017-04-191-4/+4
| | | | | | | | | | | | | | | Fixes #30557 Use "lang" attribute instead of "class" in PlantumlFilter.
* | | 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 branches" service Closes #29427 See merge request !10727
| * | | Don't delete a branch involved in an open merge request in "Delete all ↵sh-issue-29247-fixStan Hu2017-04-192-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merged branches" service Customers were surprised by the previous behavior, which destroyed branches even though an open merge request existed for it. Closes #29427
* | | | 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 API See merge request !10509
| * | | | 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 working Closes #31095 See merge request !10779
| * | | | | Fixed group milestones date pickers not workinggroup-milestone-date-fields-fixPhil Hughes2017-04-191-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | Closes #31095
* | | | | | 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 description Closes #30964 See merge request !10789
| * | | | Display issuable state only in notes and issuable descriptionAdam Niedzielski2017-04-191-11/+21
| |/ / / | | | | | | | | | | | | Closes #30964
* | | | Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-1916-40/+653
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Usage ping port Closes #27750 See merge request !10481
| * | | Fix user activities HTTP clone specSean McGivern2017-04-171-7/+8
| | | |
| * | | Use a proper matcherRémy Coutable2017-04-141-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Fix `last_activity_at` to `last_activity_on`Rémy Coutable2017-04-141-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | 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
| | | | | | | | | | | | | | | | | | | | 1. Extract out into several methods. 2. Add more comments describing the data and the shape of the data.
| * | | Add user cohorts table to admin areaSean McGivern2017-04-141-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This table shows the percentage of users who registered in the last twelve months, who last signed in during or later than each of those twelve months, by month. It is only enabled when the usage ping is enabled, and the page also shows pretty-printed usage ping data. The cohorts table is generated in Ruby from some basic SQL queries, because performing the gap-filling and running sums needed in both MySQL and Postgres is painful.
| * | | Add a post-deploy migration to migrate from former Redis activity to DBRémy Coutable2017-04-141-0/+49
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Expose `last_activity_on` in the User APIRémy Coutable2017-04-141-0/+43
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Add new ScheduleUpdateUserActivityWorker and UpdateUserActivityWorkerRémy Coutable2017-04-142-0/+60
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable2017-04-149-121/+156
| | | | | | | | | | | | | | | | | | | | | | | | This new class uses a Redis Hash instead of a Sorted Set. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Port 'Add user activities API' to CESean McGivern2017-04-145-38/+408
| | | | | | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/962
| * | | Remove user activities table and use redis instead of PG for recording ↵James Lopez2017-04-146-39/+72
| | | | | | | | | | | | | | | | | | | | | | | | activities Refactored specs and added a post deployment migration to remove the activity users table.
| * | | Add user activity service and spec. Also added relevant - NOT offline - ↵James Lopez2017-04-146-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | migration It uses a user activity table instead of a column in users. Tested with mySQL and postgreSQL
| * | | Add prometheus services to usage pingSean McGivern2017-04-141-0/+1
| | | |
| * | | Add edition to usage pingSean McGivern2017-04-141-0/+1
| | | |
| * | | Add Upload count to usage dataRobert Speicher2017-04-141-0/+1
| | | |
| * | | Used named parameter for refreshing usage dataStan Hu2017-04-141-0/+1
| | | |
| * | | Port 'Add uuid to usage ping' to CESean McGivern2017-04-141-1/+3
| | | | | | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1521
| * | | Track Mattermost usageZ.J. van de Weg2017-04-141-0/+1
| | | |
| * | | Remove pushes count from usage ping payloadRuben Davila2017-04-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | This query is constantly generating timeout errors on large installations and we don't have a simple solution for now and also we don't think having this counter is really critical.
| * | | Port 'Add more usage data to EE ping' to CESean McGivern2017-04-143-7/+102
| | | | | | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735
| * | | Port 'Add EE usage ping' to CESean McGivern2017-04-141-0/+29
| | | | | | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/557
* | | | Merge branch 'fix/orphan-notification-settings' into 'master' Yorick Peterse2017-04-191-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix orphaned notification settings Closes #29688 See merge request !10763
| * | | | add spec and changelogfix/orphan-notification-settingsJames Lopez2017-04-191-0/+2
| | | | |
* | | | | Remove special naming of pipelines folderFilipa Lacerda2017-04-1910-11/+11
| | | | |
* | | | | Merge branch 'fix/user-count' into 'master' Sean McGivern2017-04-191-0/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix active user count See merge request !10783