summaryrefslogtreecommitdiff
path: root/app/views/projects/compare
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add br for new sentense in Compare viewDmitriy Zaporozhets2013-08-261-2/+2
|
* Add placeholders from and toDmitriy Zaporozhets2013-08-261-3/+3
|
* People like Karen and myself are confused by the placeholder, it seems like ↵Sytse Sijbrandij2013-08-231-3/+4
| | | | you don't have to change the master value. Also the to and from should be more prominent.
* Thx Jacob.Sytse Sijbrandij2013-08-091-1/+1
|
* Better wording of diff surpression.Sytse Sijbrandij2013-08-091-2/+2
|
* Merge branch 'master' into karlhungus-mr-on-forkDmitriy Zaporozhets2013-08-081-2/+2
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: app/contexts/filter_context.rb app/contexts/search_context.rb app/models/merge_request.rb app/models/note.rb app/views/shared/_merge_requests.html.haml spec/controllers/commit_controller_spec.rb spec/services/notification_service_spec.rb
| * Replace xlarge and xxlarge classesDmitriy Zaporozhets2013-08-071-2/+2
| |
| * Dont load bootstrap buttons. Modified css with new buttonsDmitriy Zaporozhets2013-08-011-2/+2
| |
* | Merge branch 'mr-on-fork' of https://github.com/karlhungus/gitlabhq into ↵Dmitriy Zaporozhets2013-07-301-2/+2
|\ \ | |/ |/| | | | | | | | | | | | | karlhungus-mr-on-fork Conflicts: app/views/projects/commit/show.html.haml app/views/projects/compare/show.html.haml app/views/projects/merge_requests/branch_from.js.haml