summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ide-job-top-bar-ui-polish' into 'master'Filipa Lacerda2018-08-161-0/+1
|\ | | | | | | | | | | | | Improved padding of top bar in IDE job trace panel Closes #48059 See merge request gitlab-org/gitlab-ce!21222
| * Improved padding of top bar in IDE job trace panelide-job-top-bar-ui-polishPhil Hughes2018-08-151-0/+1
| | | | | | | | Closes #48059
* | Add author-link style from common.scss in EEAnnabel Dunstone Gray2018-08-141-0/+4
|/
* Remove scss variables, part 2Annabel Gray2018-08-1427-74/+65
|
* Merge branch 'add_google_noto_color_emoji_font' into 'master'Clement Ho2018-08-132-2/+2
|\ | | | | | | | | Add Noto Color Emoji font support See merge request gitlab-org/gitlab-ce!19036
| * Add Noto Color Emoji font supportAlexander Popov2018-08-132-2/+2
| | | | | | | | | | | | | | | | This is a font from [Google](https://www.google.com/get/noto/). Arch Linux [has a recommendation of it](https://wiki.archlinux.org/index.php/fonts#Emoji_and_symbols). Add info about this into `docs/user/markdown.md#emoji`
* | Improve visuals of language bar on projectsDimitrie Hoekstra2018-08-131-2/+13
| |
* | Resolve "`Copy to Clipboard` tooltip appears under modal"Adriel Santiago2018-08-132-2/+1
| |
* | Merge branch '49807-consolidate-sass-variables' into 'master'Clement Ho2018-08-1010-28/+26
|\ \ | | | | | | | | | | | | Reorganize variables.scss, Part 1 See merge request gitlab-org/gitlab-ce!21118
| * | Separate BS4 overrides into own file; remove all reassignments of -300Annabel Dunstone Gray2018-08-0910-28/+26
| | |
* | | Merge branch ↵Annabel Gray2018-08-101-14/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '47752-buttons-on-new-file-page-wrap-outside-of-container-for-long-branch-names' into 'master' Resolve "Buttons on new file page wrap outside of container for long branch names" Closes #47752 See merge request gitlab-org/gitlab-ce!21015
| * | | Dynamically truncate branch name on larger viewportsAnnabel Dunstone Gray2018-08-091-10/+3
| | | |
| * | | Solve buttons on new file page wrap outside of the containerJose Vargas2018-08-091-6/+10
| |/ /
* | | Merge branch '50176-group-overview-list-items-layout-regression' into 'master'Annabel Gray2018-08-101-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Group Overview list items layout regression" Closes #50176 See merge request gitlab-org/gitlab-ce!21124
| * | | solves group overview list items layout regressionAdriel Santiago2018-08-091-1/+2
| |/ /
* | | Merge branch 'ce-port-3959-mirroring-interface-improvements' into 'master'Tim Zallmann2018-08-102-1/+15
|\ \ \ | |/ / |/| | | | | | | | port "Resolve "Mirroring interface improvements"" See merge request gitlab-org/gitlab-ce!20837
| * | port changesLuke Bennett2018-08-071-4/+0
| | |
| * | Merge branch 'master' into 'ce-port-3959-mirroring-interface-improvements'Luke Bennett2018-08-0635-316/+487
| |\ \ | | | | | | | | | | | | # Conflicts: # locale/gitlab.pot
| * | | Fix settings.scssLuke Bennett2018-08-021-4/+0
| | | |
| * | | re-portLuke Bennett2018-08-023-1/+13
| | | |
| * | | portLuke Bennett2018-07-251-0/+10
| | | |
* | | | Add default avatar to groupGeorge Tsiolis2018-08-092-4/+1
| | | |
* | | | Fix label item height when no descLuke Bennett2018-08-091-1/+2
| | | |
* | | | Resolve "Group dashboard > Line height is too tall for group names"Adriel Santiago2018-08-072-21/+34
| | | |
* | | | Merge branch 'winh-restyle-user-status' into 'master'Mike Greiling2018-08-073-0/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restyle status message input on profile settings Closes #49645 See merge request gitlab-org/gitlab-ce!20903
| * | | | Restyle status message input on profile settingsWinnie Hellmann2018-08-073-0/+31
| | |/ / | |/| |
* | | | Merge branch 'ide-fixed-height-sidebar' into 'master'Filipa Lacerda2018-08-071-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed the height of the tree list in the Web IDE See merge request gitlab-org/gitlab-ce!21068
| * | | | Fixed the height of the tree list in the Web IDEPhil Hughes2018-08-071-1/+1
| | | | |
* | | | | Create Web IDE MR and branch pickerPaul Slaughter2018-08-073-11/+54
|/ / / /
* | | | Web IDE & CodeSandboxPhil Hughes2018-08-071-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables JavaScripts projects to have live previews straight in the browser without requiring any local configuration. This uses the CodeSandbox package `sandpack` to compile it all inside of an iframe. This feature is off by default and can be toggled on in the admin settings. Only projects with a `package.json` and a `main` key are supported. Updates happen in real-time with hot-reloading. We just watch for changes to files and then send them to `sandpack` to allow it to reload the iframe. The iframe includes a very simple navigation bar, the text bar is `readonly` to stop users navigating away from the preview and the back and forward buttons just pop/splice the navigation stack which is tracked by a listener on `sandpack` There is a button inside the iframe which allows the user to open the projects inside of CodeSandbox. This button is only visible on **public** projects. On private or internal projects this button get hidden to protect private code being leaked into an external public URL. Closes #47268
* | | | Web IDE context header redesignPaul Slaughter2018-08-073-29/+47
| | | |
* | | | Merge branch 'group-todos' into 'master'Sean McGivern2018-08-072-0/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Group todos See merge request gitlab-org/gitlab-ce!20675
| * | | | Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-022-0/+17
| | | | | | | | | | | | | | | | | | | | This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
* | | | | Resolve "System level labels UI broken"André Luís2018-08-071-0/+78
| | | | |
* | | | | Resolve "Frontend for clarifying the usefulness of the search bar"Dennis Tang2018-08-073-60/+47
| | | | |
* | | | | Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling2018-08-061-5/+0
| | | | |
* | | | | Merge branch ↵Filipa Lacerda2018-08-061-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | '7065-performance-metrics-not-rendered-properly-in-merge-request-widget' into 'master' Add a generic more CSS class to render expandable reports correctly See merge request gitlab-org/gitlab-ce!21014
| * | | | Adds a css class for mr reports to render them correctlyLukas Eipert2018-08-031-1/+1
| | | | |
* | | | | Merge branch '6860-FE-instance-level-project-templates' into 'master'Tim Zallmann2018-08-051-16/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Backport changes from gitlab-ee!6740 See merge request gitlab-org/gitlab-ce!21012
| * | | | | backport changes from ↵Lukas Eipert2018-08-031-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6740
* | | | | | Update commit description border and paddingPaul Slaughter2018-08-031-2/+2
| | | | | |
* | | | | | Update commit description styles to monospace font and overflow-xPaul Slaughter2018-08-031-14/+16
| | | | | |
* | | | | | Port EE lines into CE for commits.scssPaul Slaughter2018-08-031-0/+4
| |/ / / / |/| | | |
* | | | | Resolve "Pipeline job log page uses too much CPU for loading animation"Dennis Tang2018-08-032-20/+38
|/ / / /
* | | | Merge branch '45318-junit-FE' into 'master'Phil Hughes2018-08-033-0/+57
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Frontend code for "JUnit XML Test Summary In MR widget" See merge request gitlab-org/gitlab-ce!20936
| * | | | Changes after review:Filipa Lacerda2018-08-022-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Cleans up CSS to use common classes - Removes getters to use mapState instead - Makes the first request even when tab is not visible - Show loading state in 204
| * | | | Ports EE only CSS into CEFilipa Lacerda2018-08-021-0/+1
| | | | |
| * | | | Adds frontend support to render test reports on theMR widgetFilipa Lacerda2018-08-022-0/+65
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Creates an app to render grouped test reports in the MR widget Ports CSS from EE into CE Creates a reusable code component Adds getters and utils to the existing reports store
* | | | Merge branch 'ide-rename-files' into 'master'Filipa Lacerda2018-08-031-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable renaming files & folders in the Web IDE Closes #44845 See merge request gitlab-org/gitlab-ce!20835
| * | | | correctly show renaming and deleting entriesPhil Hughes2018-08-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | for folders, it shows all the files in commit mode for files, nothing changes, the behaviour is the same