summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '30985-cancel-pipelines' into 'master'Phil Hughes2017-04-195-4/+20
|\ | | | | | | | | | | | | Destroy tooltip in async buttons and dropdowns Closes #30985 See merge request !10768
| * Use refs instead of query the DOMFilipa Lacerda2017-04-192-2/+4
| |
| * Merge branch 'master' into 30985-cancel-pipelinesFilipa Lacerda2017-04-1938-1749/+1714
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Remove special naming of pipelines folder remove changelog (not needed) Fix active user count add spec and changelog Add migration to remove orphaned notification settings Improve container registry repository path specs Fix duplicated container repository names update textarea height and refocus when attaching files Remove IIFEs in filtered_search_bundle.js Remove IIFEs from diff_notes_bundle.js
| * | Remove unused argument30985-cancel-pipelinesFilipa Lacerda2017-04-191-1/+1
| | |
| * | Only destroy the component's tooltipFilipa Lacerda2017-04-195-10/+14
| | |
| * | Merge branch 'master' into 30985-cancel-pipelinesFilipa Lacerda2017-04-1914-40/+91
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fix container registry navigation menu highlights Resolve "Mini pipeline graph + status badge, when updating in real time don't change color and svg icon" Refactor group search out of global search disables test settings on chat notification services when repository is empty Disable initialization table pipeline for new merge request form Review changes, used eq instead of match Remove lighten blue and add blue-25 for background Fixed tests 29595 Customize experience callout design Remove unneeded format block Fixed tests 29595 Customize experience callout design Updated specs Remove helper [ci skip] Use favicon full path Improve gitaly_address error message
| * | | Destroy tooltip in async buttons and tooltipsFilipa Lacerda2017-04-185-0/+10
| | | |
* | | | Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-193-0/+19
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Usage ping port Closes #27750 See merge request !10481
| * | | Make ESLint happySean McGivern2017-04-171-14/+13
| | | |
| * | | Don't show usage ping on settings pageSean McGivern2017-04-173-3/+3
| | | |
| * | | Rename user cohorts -> cohortsSean McGivern2017-04-141-1/+1
| | | |
| * | | Add user cohorts table to admin areaSean McGivern2017-04-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Port 'Add more usage data to EE ping' to CESean McGivern2017-04-142-0/+19
| | | | | | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735
* | | | Remove special naming of pipelines folderFilipa Lacerda2017-04-1918-12/+12
| | | |
* | | | Merge branch 'remove-iife-diff-notes-bundle' into 'master' Filipa Lacerda2017-04-1910-655/+635
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 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-1710-655/+635
| | | | |
* | | | | Merge branch '30008-textarea-focus' into 'master' Filipa Lacerda2017-04-191-4/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-181-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | also fix extra newline when pasting image into textarea
* | | | | | Merge branch 'remove-iife-filtered-search-bundle' into 'master' Filipa Lacerda2017-04-199-1078/+1060
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | 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-179-1078/+1060
| | |/ / / | |/| | |
* | | | | Resolve "Mini pipeline graph + status badge, when updating in real time ↵Luke "Jared" Bennett2017-04-182-23/+39
| | | | | | | | | | | | | | | | | | | | don't change color and svg icon"
* | | | | Merge branch 'use-favicon-full-path-for-pipeline-status-favicon' into 'master' Filipa Lacerda2017-04-1811-5/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use favicon full path See merge request !10676
| * | | | | Updated specsLuke "Jared" Bennett2017-04-131-1/+1
| | | | | |
| * | | | | [ci skip] Use favicon full pathLuke "Jared" Bennett2017-04-1311-4/+4
| | | | | |
* | | | | | Merge branch '29595-customize-experience-callout' into 'master' Annabel Dunstone Gray2017-04-181-12/+47
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 29595 Customize experience callout design Closes #29595 See merge request !10026
| * | | | | Remove lighten blue and add blue-25 for backgroundtauriedavis2017-04-141-1/+1
| | | | | |
| * | | | | 29595 Customize experience callout designtauriedavis2017-04-141-12/+47
| | | | | |
* | | | | | Improves support for long build traces:Filipa Lacerda2017-04-184-9/+42
| | | | | |
* | | | | | Merge branch '29816-create-keyboard-shortcut-for-editing-wiki-page' into ↵Filipa Lacerda2017-04-182-1/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add keyboard edit shortcut for wiki Closes #29816 See merge request !10245
| * | | | | | Rename wiki-edit class to js-wiki-editGeorge Andrinopoulos2017-04-111-1/+1
| | | | | | |
| * | | | | | Refactor shortcuts_wiki.jsgeoandri2017-04-112-4/+5
| | | | | | |
| * | | | | | Add wikiEdit to constructorgeoandri2017-04-111-1/+0
| | | | | | |
| * | | | | | Minor refactoring in shortcuts_wiki.jsgeoandri2017-04-111-0/+1
| | | | | | |
| * | | | | | Add wikiEdit to constructorgeoandri2017-04-111-3/+3
| | | | | | |
| * | | | | | Minor refactoring in shortcuts_wiki.jsgeoandri2017-04-111-4/+3
| | | | | | |
| * | | | | | Refactor shortcuts_wiki.jsgeoandri2017-04-112-27/+11
| | | | | | |
| * | | | | | Add keyboard edit shortcut for wikiGeorge Andrinopoulos2017-04-113-1/+35
| | | | | | |
* | | | | | | Merge branch 'issue-boards-count-not-updating' into 'master' 19360-preview-pdfsFilipa Lacerda2017-04-181-5/+6
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only increase the page number for boards when we need to Closes #30902 See merge request !10684
| * | | | | | Moved per page value to constissue-boards-count-not-updatingPhil Hughes2017-04-181-1/+3
| | | | | | |
| * | | | | | Only increase the page number for boards when we need toPhil Hughes2017-04-131-5/+4
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Closes #30902
* | | | | | Merge branch 'variable-table-styles' into 'master' 29224-incorrect-loading-of-no_avatarAnnabel Dunstone Gray2017-04-171-16/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used fixed widths and ellipsis for variable table styles Closes #25780 See merge request !10739
| * | | | | | Remove unneeded min-width.Bryce Johnson2017-04-171-6/+1
| | | | | | |
| * | | | | | Use ellipsis and nowrap.Bryce Johnson2017-04-171-6/+10
| | | | | | |
| * | | | | | Remove breakpoints, use fixed widths.Bryce Johnson2017-04-171-13/+6
| | | | | | |
| * | | | | | Update variable table styles at wider viewport.Bryce Johnson2017-04-171-2/+6
| | | | | | |
* | | | | | | Merge branch 'title-positioning-updates' into 'master' Jacob Schatz2017-04-171-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spacing of nav title See merge request !10708
| * | | | | | | Fix spacing of nav headertitle-positioning-updatesAnnabel Dunstone Gray2017-04-141-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch '28575-expand-collapse-look' into 'master' Annabel Dunstone Gray2017-04-172-1/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expand/collapse button -> Change to make it look like a toggle Closes #28575 See merge request !10720
| * | | | | | | Expand/collapse button -> Change to make it look like a toggleJacopo2017-04-162-1/+7
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Changed the expand/collapse button to look different when is opened/closed
* | | | | | | Merge branch '30863-fix-award-button-smiley-jumping-out-of-place' into 'master' Fatih Acet2017-04-171-1/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix award button smiley jumping out of place Closes #30863 See merge request !10672