summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Port 'Add user activities API' to CESean McGivern2017-04-1413-42/+634
| | | | | | | | | | | | | | | | 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-1412-73/+111
| | | | | | | | | | | | | | | | | | | | | | | | 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-1415-0/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-143-1/+4
| | | |
| * | | Add edition to usage pingSean McGivern2017-04-142-5/+9
| | | |
| * | | Fix usage ping worker queueSean McGivern2017-04-141-3/+1
| | | |
| * | | Add changelog for usage ping in CESean McGivern2017-04-141-0/+4
| | | |
| * | | Add Upload count to usage dataRobert Speicher2017-04-142-0/+2
| | | |
| * | | Used named parameter for refreshing usage dataStan Hu2017-04-143-5/+6
| | | |
| * | | Cache the last usage data to avoid unicorn timeoutsStan Hu2017-04-142-5/+5
| | | |
| * | | Port 'Add uuid to usage ping' to CESean McGivern2017-04-144-2/+24
| | | | | | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1521
| * | | Track Mattermost usageZ.J. van de Weg2017-04-143-1/+6
| | | |
| * | | Add documentation on Usage statistics and link from the admin areaAchilleas Pipinellis2017-04-142-0/+88
| | | |
| * | | Remove pushes count from usage ping payloadRuben Davila2017-04-142-2/+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-1410-18/+192
| | | | | | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735
| * | | Port 'Add EE usage ping' to CESean McGivern2017-04-148-1/+100
| | | | | | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/557
* | | | Merge branch 'fix/orphan-notification-settings' into 'master' Yorick Peterse2017-04-194-1/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix orphaned notification settings Closes #29688 See merge request !10763
| * | | | add spec and changelogfix/orphan-notification-settingsJames Lopez2017-04-192-0/+6
| | | | |
| * | | | Add migration to remove orphaned notification settingsJames Lopez2017-04-192-1/+25
| | | | |
* | | | | Merge branch 'vue-pipelines' into 'master' Phil Hughes2017-04-1930-33/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove special naming of pipelines folder See merge request !10766
| * | | | | Remove special naming of pipelines folderFilipa Lacerda2017-04-1930-33/+33
|/ / / / /
* | | | | Merge branch 'fix/user-count' into 'master' Sean McGivern2017-04-192-1/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix active user count See merge request !10783
| * | | | | remove changelog (not needed)James Lopez2017-04-191-4/+0
| | | | | |
| * | | | | Fix active user countJames Lopez2017-04-193-1/+17
| | |_|_|/ | |/| | |
* | | | | Merge branch 'fix/gb/container-registry-repository-paths' into 'master' Kamil Trzciński2017-04-192-9/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix duplicated container repository names Closes #31117 See merge request !10771
| * | | | | Improve container registry repository path specsfix/gb/container-registry-repository-pathsGrzegorz Bizon2017-04-191-15/+4
| | | | | |
| * | | | | Fix duplicated container repository namesGrzegorz Bizon2017-04-182-3/+38
| | | | | |
* | | | | | Merge branch 'remove-iife-diff-notes-bundle' into 'master' Filipa Lacerda2017-04-1911-753/+731
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove IIFE's in diff_notes_bundle.js See merge request !10729
| * | | | | | Remove IIFEs from diff_notes_bundle.jsremove-iife-diff-notes-bundleAlfredo Sumaran2017-04-1711-753/+731
| | | | | | |
* | | | | | | Merge branch '30008-textarea-focus' into 'master' Filipa Lacerda2017-04-192-4/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update textarea height and refocus when attaching files Closes #30008 See merge request !10300
| * | | | | | | update textarea height and refocus when attaching files30008-textarea-focusSimon Knox2017-04-182-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also fix extra newline when pasting image into textarea
* | | | | | | | Merge branch 'remove-iife-filtered-search-bundle' into 'master' Filipa Lacerda2017-04-1915-1855/+1825
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Remove IIFE's in filtered_search_bundle.js See merge request !10730
| * | | | | | | Remove IIFEs in filtered_search_bundle.jsremove-iife-filtered-search-bundleAlfredo Sumaran2017-04-1715-1855/+1825
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'fix/gb/fix-container-registry-nav-link' into 'master' Robert Speicher2017-04-182-2/+39
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix container registry navigation menu highlights Closes #31027 See merge request !10732
| * | | | | | Fix container registry navigation menu highlightsGrzegorz Bizon2017-04-182-2/+39
|/ / / / / /
* | | | | | Merge branch ↵Alfredo Sumaran2017-04-184-23/+149
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '30904-mini-pipeline-graph-status-badge-when-updating-in-real-time-don-t-change-color-and-svg-icon' into 'master' Resolve "Mini pipeline graph + status badge, when updating in real time don't change color and svg icon" Closes #30904 See merge request !10691
| * | | | | | Resolve "Mini pipeline graph + status badge, when updating in real time ↵Luke "Jared" Bennett2017-04-184-23/+149
|/ / / / / / | | | | | | | | | | | | | | | | | | don't change color and svg icon"
* | | | | | Merge branch 'fix/improve-gitaly-unsupported-address-error' into 'master' Robert Speicher2017-04-181-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve gitaly_address error message Closes gitaly#174 See merge request !10532
| * | | | | | Improve gitaly_address error messagefix/improve-gitaly-unsupported-address-errorAhmad Sherif2017-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#174
* | | | | | | Merge branch 'use-favicon-full-path-for-pipeline-status-favicon' into 'master' Filipa Lacerda2017-04-1818-18/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use favicon full path See merge request !10676
| * | | | | | | Review changes, used eq instead of matchuse-favicon-full-path-for-pipeline-status-faviconLuke "Jared" Bennett2017-04-175-5/+5
| | | | | | | |
| * | | | | | | Remove unneeded format blockLuke "Jared" Bennett2017-04-141-4/+0
| | | | | | | |
| * | | | | | | Updated specsLuke "Jared" Bennett2017-04-137-13/+12
| | | | | | | |
| * | | | | | | Remove helperLuke "Jared" Bennett2017-04-132-6/+3
| | | | | | | |
| * | | | | | | [ci skip] Use favicon full pathLuke "Jared" Bennett2017-04-1313-5/+16
| | | | | | | |
* | | | | | | | Merge branch '30615-refactor-global-search' into 'master' Sean McGivern2017-04-185-28/+64
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor group search out of global search Closes #30615 See merge request !10687
| * | | | | | | | Refactor group search out of global searchNick Thomas2017-04-185-28/+64
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch ↵Sean McGivern2017-04-183-2/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '31009-disable-test-settings-on-services-when-repository-is-empty' into 'master' Disables test settings on chat notification services when repository is empty Closes #31009 See merge request !10759
| * | | | | | | | disables test settings on chat notification services when repository is empty31009-disable-test-settings-on-services-when-repository-is-emptyTiago Botelho2017-04-183-2/+24
| | | | | | | | |
* | | | | | | | | Merge branch '29595-customize-experience-callout' into 'master' Annabel Dunstone Gray2017-04-184-22/+59
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 29595 Customize experience callout design Closes #29595 See merge request !10026