summaryrefslogtreecommitdiff
path: root/app/views/projects/compare
Commit message (Collapse)AuthorAgeFilesLines
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-123-7/+7
|
* Resolve "Web GUI: Unable to create new branch from commit SHA"Luke "Jared" Bennett2017-05-042-7/+2
|
* Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-2/+2
|
* Remove plus icon from compare viewAnnabel Dunstone Gray2017-02-071-3/+1
|
* Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-061-1/+1
|
* HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya2017-01-241-2/+2
|
* Merge branch 'review-commits-and-commit-scss' into 'master' Jacob Schatz2017-01-041-1/+1
|\ | | | | | | | | Review commits and commit scss See merge request !8010
| * Update file hader styles; remove and relocate more commits cssAnnabel Dunstone Gray2016-12-291-1/+1
| |
* | trucates text to prevent overflow and adds tooltip to itNur Rony2016-12-311-4/+4
|/
* Fixed compare ellipsis messing with layoutPhil Hughes2016-10-211-1/+1
|
* Added logic to handle a revision input that does not exist in the menuLuke Bennett2016-10-161-2/+2
|
* Changed 'Compare branches, tags or commit ranges' to 'Compare Git revisions'simplify-compare-page-textLuke Bennett2016-10-101-1/+1
|
* Added temporary responsive design22221-tags-are-not-available-from-repository-compare-viewLuke Bennett2016-09-291-4/+5
|
* Changed compare dropdowns to dropdowns with isolated search inputLuke Bennett2016-09-272-2/+7
| | | | Updated compare specs
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-1/+1
| | | This object will manage Gitlab::Git::Compare instances
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-1/+1
| | | | Introducing the concept of SafeDiffs which relates diffs with UI highlighting.
* Convert switch icon into icon fontClement Ho2016-08-011-1/+1
|
* Updated dropdowns to use field insteadPhil Hughes2016-07-082-12/+9
| | | | Allows a bit more flexibilty and keeps the current functionality
* Updated compare dropdownsPhil Hughes2016-07-082-12/+13
| | | | Closes #18891
* Remove unnecessary parenscode_style_fixesValery Sizov2016-06-302-2/+2
|
* Update gray block under subnav to match other pages18934-compare-gray-blockAnnabel Dunstone2016-06-212-19/+19
|
* Finish styling sub navAnnabel Dunstone2016-06-071-12/+14
|
* Remove header title from project pagesDmitriy Zaporozhets2016-05-262-2/+0
| | | | | | | With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Start builds redesignAnnabel Dunstone2016-05-042-2/+2
|
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-1/+1
|
* Change MR link to "View Open Merge Request"display-mr-link-if-thre-is-oneDouglas Barbosa Alexandre2016-02-101-1/+1
|
* Replaces "Create merge request" link with one to the MR when one existsDouglas Barbosa Alexandre2016-02-101-2/+3
|
* Change strategy to highlight diffs. #3945Rubén Dávila2016-01-071-1/+1
| | | | | Now we apply syntax highlighting to the whole old and new files. This basically help us to highlight adequately multiline content.
* Use gl-padding instead of 15px/20px where appropriateDouwe Maan2015-12-021-2/+2
|
* Move project header title definition to view in question.Douwe Maan2015-09-172-0/+2
|
* Style commits, branches and tags pages to match new UIDmitriy Zaporozhets2015-09-073-11/+10
|
* Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher2015-06-261-5/+3
| | | | These have been replaced by the "requiresInput" behavior.
* Add Create Merge Request buttons to commits page and push event.Douwe Maan2015-05-091-3/+4
|
* Add a page title to every page.Douwe Maan2015-04-302-0/+2
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Use button type=submit instead of input.Ciro Santilli2014-10-011-1/+1
|
* Factor out commit list from compare and new MR.Ciro Santilli2014-09-141-13/+1
|
* Fix all broken stuff after diff refactoringDmitriy Zaporozhets2014-09-081-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Turn if/else branch vor valid compare error messageRobert Schilling2014-08-111-2/+2
|
* Refactor diff suppress logic and diff viewsDmitriy Zaporozhets2014-07-151-12/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace HTML5 obsolete center element with CSS.Ciro Santilli2014-06-211-1/+1
| | | | Fix #6901. Would generate invalid HTML5.
* Replace ui-box title with panel-headingDmitriy Zaporozhets2014-05-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace ui-box with panel.panel-defaultDmitriy Zaporozhets2014-05-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change Diff to Changes in views.Marin Jankovski2014-03-261-4/+4
|
* Prevent 500 error on Compare page if diff read timout happensDmitriy Zaporozhets2014-02-051-3/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use MergeRequestDiff::COMMITS_SAFE_SIZE for Compare diff limit.Dmitriy Zaporozhets2014-02-052-9/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Prevent Compare page timout for large amount of commitsDmitriy Zaporozhets2014-02-051-1/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix compare view and servicesDmitriy Zaporozhets2013-12-312-19/+19
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update form classesDmitriy Zaporozhets2013-12-311-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Compare page improvedDmitriy Zaporozhets2013-09-123-27/+41
| | | | | | | * Show new merge request button from compare page * Show message if user selected same branches * Show message if compared branches are the same * Prepend inputs with from/to labels