summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Fixed modals being below navbarheader-z-index-fixPhil Hughes2017-08-072-1/+3
|
* Improve mobile sidebarAnnabel Dunstone Gray2017-08-071-30/+23
|
* Merge branch '15664-remove-jquery-nicescroll' into 'master'Phil Hughes2017-08-0710-22/+35
|\ | | | | | | | | | | | | Resolve "Remove jQuery Nicescroll" Closes #15664, #30860, and #35885 See merge request !13262
| * remove sidebar height management from wikis sidebarMike Greiling2017-08-071-1/+0
| |
| * fix sidebar job list in IE 11Mike Greiling2017-08-041-0/+2
| |
| * remove nicescroll from jobs page and remove the library from common.bundle.jsMike Greiling2017-08-046-17/+13
| |
| * remove nicescroll from wiki sidebarMike Greiling2017-08-042-3/+11
| |
| * remove niceScroll from job trigger variables listMike Greiling2017-08-042-1/+9
| |
* | Merge branch 'zj-project-templates' into 'master'Sean McGivern2017-08-075-22/+156
|\ \ | | | | | | | | | | | | | | | | | | Allow projects to be started from a template Closes #32420 See merge request !13108
| * | Fix eslint errorFilipa Lacerda2017-08-071-1/+0
| | |
| * | Merge branch 'master' into zj-project-templatesFilipa Lacerda2017-08-07122-468/+1699
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (623 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix pipeline icon in contextual nav for projects Since mysql is not a priority anymore, test it less Fix order of CI lint ace editor loading Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Fix spec Fix spec Fix spec Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Add changelog Install yarn via apt in update guides Use long curl options fix Add a spec for concurrent process Remove monkey-patched Array.prototype.first() and last() methods ...
| * | | Minor adjustments after UX reviewFilipa Lacerda2017-08-042-8/+23
| | | | | | | | | | | | | | | | Fixes scss lint errors
| * | | Fix repo by url stylesFilipa Lacerda2017-08-031-1/+2
| | | |
| * | | Style or separator according to reviewFilipa Lacerda2017-08-031-35/+75
| | | |
| * | | Adds export form and enables export button by defaultFilipa Lacerda2017-08-011-2/+2
| | | |
| * | | Style OR separator properlyFilipa Lacerda2017-08-011-81/+36
| | | |
| * | | [ci skip] Adds svgs and css for all iconsFilipa Lacerda2017-08-012-13/+29
| | | |
| * | | Adds CSS for desktop and mobileFilipa Lacerda2017-07-312-9/+100
| | | |
| * | | Styles html according to mockupFilipa Lacerda2017-07-301-0/+21
| | | |
| * | | Allow projects to be started from a templateZ.J. van de Weg2017-07-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Started implementation for the first iteration of gitlab-org/gitlab-ce#32420. This will allow users to select a template to start with, instead of an empty repository in the project just created. Internally this is basically a small extension of the ImportExport GitLab projects we already support. We just import a certain import tar archive. This commits includes the first one: Ruby on Rails. In the future more will be added.
* | | | Merge branch '34028-collapse-sidebar' into 'master'Phil Hughes2017-08-073-2/+143
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Navigation - Make contextual sidebar collapsible" Closes #34028 See merge request !13281
| * | | | Add changelog34028-collapse-sidebarAnnabel Dunstone Gray2017-08-071-4/+0
| | | | |
| * | | | Make contextual sidebar collapsibleAnnabel Dunstone Gray2017-08-073-2/+147
| | | | |
* | | | | Fixed sidebar context header hover colorsPhil Hughes2017-08-071-24/+13
| | | | |
* | | | | Merge branch 'navbar-z-index-higher' into 'master'Annabel Dunstone Gray2017-08-071-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase the z-index of the navbar Closes #35935 See merge request !13282
| * | | | | Increase the z-index of the navbarnavbar-z-index-higherPhil Hughes2017-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Closes #35935
* | | | | | Remove gl.Activities from Commits pagewinh2017-08-071-1/+0
| | | | | |
* | | | | | Merge branch '33095-mr-widget-ui' into 'master'Phil Hughes2017-08-0732-781/+820
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Request widget Improvements Closes #33095 See merge request !12601
| * | | | | clean up merge request widget UISimon Knox2017-08-0732-781/+820
| | |/ / / | |/| | |
* | | | | Fix issues with pdf-js dependenciesMike Greiling2017-08-071-2/+2
|/ / / /
* | | | Merge branch '27616-fix-contributions-graph-utc-offset-mysql' into 'master'Tim Zallmann2017-08-063-3/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Timezone Inconsistencies in User Contribution Calendar Closes #27616 and #1943 See merge request !13208
| * | | | display system timezone underneath activity calendarMike Greiling2017-07-282-0/+6
| | | | |
| * | | | ensure user profile calendar is generated based on server timezone, not ↵Mike Greiling2017-07-282-3/+12
| | | | | | | | | | | | | | | | | | | | local timezone
* | | | | Update top bar issues iconAnnabel Dunstone Gray2017-08-042-2/+10
| | | | |
* | | | | Merge branch '34060-simplified-general-project-settings' into 'master'Mike Greiling2017-08-043-3/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 34060 Simply general project settings to use expanded panels Closes #34060 See merge request !12620
| * | | | | css fixestauriedavis2017-07-281-1/+6
| | | | | |
| * | | | | 34060 Simply general project settings to use expanded panelstauriedavis2017-07-283-3/+15
| | | | | |
* | | | | | Merge branch 'winh-new-dropdown-dividers' into 'master'Annabel Dunstone Gray2017-08-042-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make dividers of new dropdown style full width Closes #35784 See merge request !13276
| * | | | | | Make new dropdown dividers full widthwinh-new-dropdown-dividerswinh2017-08-042-0/+8
| | | | | | |
* | | | | | | Backport to CE for:2902-standalone-ee-dir-ceLin Jen-Shin2017-08-043-5/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2483
* | | | | | Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling2017-08-049-22/+8
| | | | | |
* | | | | | Merge branch 'diff-changed-files-dropdown' into 'master'Filipa Lacerda2017-08-047-6/+122
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved changed files into a dropdown Closes #29778 See merge request !13128
| * | | | | | use new dropdown stylingdiff-changed-files-dropdownPhil Hughes2017-08-031-0/+1
| | | | | | |
| * | | | | | fixed alert box moving when is-stuck gets addedPhil Hughes2017-08-031-2/+4
| | | | | | |
| * | | | | | fixed z-index issue with merge request versions widgetPhil Hughes2017-08-031-0/+2
| | | | | | |
| * | | | | | fixed karma failurePhil Hughes2017-08-031-0/+2
| | | | | | |
| * | | | | | fixed alignment in buttonPhil Hughes2017-08-031-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly scroll to element with sticky height offset
| * | | | | | fixed jumping when bar gets stuckPhil Hughes2017-08-033-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added specs to sticky util file added `No files found.` text when results are empty
| * | | | | | made the changed files holder stickyPhil Hughes2017-08-033-0/+65
| | | | | | |
| * | | | | | fixed haml lintPhil Hughes2017-08-032-0/+7
| | | | | | |