summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* About GitLab link in sidebar that links to help pageview-ce-vs-eevictorwu2016-12-282-0/+14
|
* Merge branch 'gfm-new-line-fix' into 'master' Fatih Acet2016-12-281-1/+1
|\ | | | | | | | | | | | | Fix GFM dropdown not showing at beginning of new lines Closes #26145 See merge request !8338
| * Fix GFM dropdown not showing at beginning of new linesgfm-new-line-fixPhil Hughes2016-12-281-1/+1
| | | | | | | | Closes #26145
* | Merge branch '26153-refactor-line-length' into 'master' Fatih Acet2016-12-282-49/+4
|\ \ | | | | | | | | | | | | | | | | | | Refactor line length css Closes #26153 See merge request !8354
| * | Refactor line length cssAnnabel Dunstone Gray2016-12-282-49/+4
| |/
* | Merge branch ↵Fatih Acet2016-12-281-4/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '25957-marking-a-diff-discussion-as-resolved-doesn-t-update-tooltips' into 'master' Defer tooltip update on Resolve Comment button after DOM cycle Closes #25957 See merge request !8335
| * | Defer tooltip update on Resolve Comment button after DOM cycleSam Rose2016-12-281-4/+6
| | |
* | | Merge branch '25430-make-colors-in-runner-status-more-colorblind-friendly' ↵Annabel Dunstone Gray2016-12-281-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Change status colors of runners to better defaults Closes #25430 See merge request !8334
| * | | Change status colors of runners to better defaults25430-make-colors-in-runner-status-more-colorblind-friendlydimitrieh2016-12-271-3/+3
| | | |
* | | | Merge branch 'fix-non-iife-classes' into 'master' Alfredo Sumaran2016-12-2810-1/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Ensure javascript classes declared outside an IIFE are properties of window See merge request !8080
| * | | | ensure classes declared outside an IIFE are properties of windowfix-non-iife-classesMike Greiling2016-12-1410-1/+21
| | | | |
* | | | | Merge branch 'fix-light-hr-in-descriptions' into 'master' Annabel Dunstone Gray2016-12-281-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | darkened hr border color in descriptions because of update of bootstrap See merge request !8333
| * | | | darkened hr border color in descriptions because of update of bootstrapdimitrieh2016-12-271-0/+1
| | | | |
* | | | | Merge branch '25364-fix-preview-multi-request' into 'master' Alfredo Sumaran2016-12-271-60/+55
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Clicking markdown 'Preview' tab spawns two XHR requests" Closes #25364 See merge request !8031
| * | | | | move check for preview loading class to top of method25364-fix-preview-multi-requestMike Greiling2016-12-271-2/+7
| | | | | |
| * | | | | remove preview markdown ajax trigger on textarea blurMike Greiling2016-12-271-7/+3
| | | | | |
| * | | | | fix some more eslint rulesMike Greiling2016-12-271-6/+8
| | | | | |
| * | | | | fix some eslint rulesMike Greiling2016-12-271-19/+18
| | | | | |
| * | | | | add loading class to preview element and check it to prevent multiple ajax ↵Mike Greiling2016-12-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | requests
| * | | | | rename renderMarkdown to fetchMarkdownPreview to be less misleadingMike Greiling2016-12-271-2/+2
| | | | | |
| * | | | | use $ sign to make it clear when dealing with jQuery objectMike Greiling2016-12-271-9/+9
| | | | | |
| * | | | | refactor _this usage into proper function bindingMike Greiling2016-12-271-15/+11
| | | | | |
| * | | | | remove superfluous return statements generated by coffeescriptMike Greiling2016-12-271-27/+24
| | | | | |
* | | | | | Revert "Merge branch 'increase-left-padding-of-filter-row-labels' into 'master'"Fatih Acet2016-12-271-1/+1
| |_|_|/ / |/| | | | | | | | | This reverts merge request !8258
* | | | | Merge branch '18786-go-to-a-project-order' into 'master' Alfredo Sumaran2016-12-271-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Go to a project order Closes #18786 See merge request !7737
| * | | | | Go to a project orderJacopo2016-12-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | The order of "Go to a project" dropdown is based on last_activity_at
* | | | | | Merge branch '25907-limited-container' into 'master' Fatih Acet2016-12-271-29/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only limit container width on issues & MRs within fixed-width container Closes #25907 See merge request !8330
| * | | | | | Only limit container width on issues & MRs within fixed-width container25907-limited-containerAnnabel Dunstone Gray2016-12-271-29/+31
| | | | | | |
* | | | | | | Merge branch '25997-label-text-are-not-vertically-aligned' into 'master' Annabel Dunstone Gray2016-12-271-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Changed the label font size See merge request !8274
| * | | | | | Changed the label font size from 13px to 12px25997-label-text-are-not-vertically-alignedJose Ivan Vargas2016-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | odd sizes don't mix well with windows and some linux system fonts
* | | | | | | Merge branch 'issues/8081' into 'master' Annabel Dunstone Gray2016-12-272-18/+18
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Issues/8081 See merge request !7908
| * | | | | | rename theme to match actual colorsBM5k2016-12-062-8/+8
| | | | | | |
| * | | | | | rename graphite theme variables for consistencyBM5k2016-12-061-5/+5
| | | | | | |
| * | | | | | rename charcoal theme variables for consistencyBM5k2016-12-021-5/+5
| | | | | | |
* | | | | | | Merge branch '1659-long-tag-title' into 'master' Annabel Dunstone Gray2016-12-273-11/+57
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Truncate the tag description and improve mobile layout for individual tag Closes #1659 See merge request !8220
| * | | | | | | Truncate tag description and fix mobile for inidividual tag1659-long-tag-titleSam Rose2016-12-273-11/+57
| | | | | | | |
* | | | | | | | Merge branch 'master' into 'master' Annabel Dunstone Gray2016-12-271-1/+7
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fixes issue boards list colored top border visual glitch See merge request !7898
| * | | | | | | Extend the list header top border to the edge of the box Pier Paolo Ramon2016-12-021-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With border board lists (those created from labels) the top border created bad visual artifacts with the .board-inner gray border. With this change the colored border overflows the padding-box of .board-inner and extends to the edges. It works very well with most colors, excepts for very light ones (such as `#ff0` yellow for instance).
| * | | | | | | Minor white-space source formattingPier Paolo Ramon2016-12-021-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'resolve-note-svg-color' into 'master' Annabel Dunstone Gray2016-12-271-6/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Fixed discussion note resolve button SVG color See merge request !8250
| * | | | | | | Fixed discussion note resolve button SVG colorresolve-note-svg-colorPhil Hughes2016-12-221-6/+2
| | | | | | | |
* | | | | | | | Merge branch 'feature/1376-allow-write-access-deploy-keys' into 'master' Douwe Maan2016-12-271-0/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to add deploy keys with write-access Closes #1376 See merge request !7383
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-12-20216-1041/+1913
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/1376-allow-write-access-deploy-keys * upstream/master: (538 commits) Reject blank environment vcariables in Gitlab::Git::RevList Add online terminal documentation Add changelog entry Add terminal UI and controller actions Fix specs Even out padding on plus button in breadcrumb menu Update font size of detail page header to 14px Update CHANGELOG.md for 8.13.10 Update CHANGELOG.md for 8.14.5 Fix Route#rename_children behavior Remove inline-block styling from status Add terminals to the Kubernetes deployment service Add a ReactiveCaching concern for use in the KubernetesService Add xterm.js 2.1.0 and a wrapper class to the asset pipeline Remove unnecessary hidden svg elements for icons. Fix consistent typo in environment.js Use a block to insert extra check for authenticate_build! Align milestone column header with count number Add Wiki import to BB importer Make CI badge hitboxes better match container ...
| * \ \ \ \ \ \ \ \ Merge CSSFilipa Lacerda2016-12-1239-440/+442
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Adds CSS to match the mockups and makes table responsiveFilipa Lacerda2016-12-121-0/+14
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '26040-hide-scroll-top' into 'master' Fatih Acet2016-12-261-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide Scroll Top button for failed Build page Closes #26040 See merge request !8295
| * | | | | | | | | | | Hide Scroll Top for failed buildKushal Pandya2016-12-231-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '25909-fix-mr-list-timestamp-alignment' into 'master' Fatih Acet2016-12-261-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes timestamp text alignment in mr-list and issue-list Closes #25909 See merge request !8271
| * | | | | | | | | | | | fixes timestamp text alignemnt in mr-list and issue-listNur Rony2016-12-231-1/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'label-gfm-error-fix' into 'master' Fatih Acet2016-12-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed error with GFM autocomplete when no data exists See merge request !8288