Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-24Applies the CE backport of EE#657Tiago Botelho
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-04Feature/new merge breadcrumbsJ.D. Bean
2018-08-22Speed up diff comparisons by limiting number of commit messages renderedStan Hu
When a diff has a significant number of commits, the previous behavior would attempt to render the Markdown on all the commit messages but only display 1000 of them. To avoid additional work, we only need to render the Markdown on the set that is displayed.
2018-07-26Resolve "BS4: Create new Merge request boxes have different styles"Annabel Gray
2018-06-30Performance Improvements to Vue MR pageTim Zallmann
2018-06-14Resolve "Tab active state is not changing correctly on new merge request page"Jan
2018-05-18Remove .form-inline from compare branch pageAnnabel Dunstone Gray
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-07Improved commit message body renderingConstance Okoghenun
2018-05-03Load branches on new merge request page asynchronouslyWinnie Hellmann
2018-04-25Revert .hide to .d-none conversionClement Ho
2018-04-20Fix dropdown alignments in new compareClement Ho
2018-04-20Add .nav.nav-tabs to nav-linksClement Ho
2018-04-18Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/projects/issues/_nav_btns.html.haml # app/views/projects/merge_requests/creations/_new_compare.html.haml
2018-04-18Merge branch '45446-new-sha-widget-breaks-on-new-merge-request' into 'master'Filipa Lacerda
Fix regression around new SHA widget in "New Merge Request" Screen Closes #45446 See merge request gitlab-org/gitlab-ce!18422
2018-04-17fix regression in new merge request screenLukas Eipert
2018-04-16Fix styles on new merge request compare pageClement Ho
2018-04-12[skip ci] .form-horizontal => .form-group.rowClement Ho
2018-04-10[skip ci] Convert panel related class names to cardClement Ho
2018-04-09[skip ci] Rename .hide to .d-noneClement Ho
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2018-04-09Add badge-pill to .badge in hamlClement Ho
2018-04-08[Rails5] Add `safe_params` helperblackst0ne
Rails 5.0 requires to explicitly permit attributes when building a URL using current `params` object. The `safe_params` helper allows developers to just call `safe_params.merge(...)` instead of manually adding `permit` to every call. https://github.com/rails/rails/pull/20868
2018-01-17Merge branch 'merge-request-target-branch-perf' into 'master'Filipa Lacerda
Improved performance of merge requests target branch dropdown See merge request gitlab-org/gitlab-ce!16428
2018-01-16actual spec fixesPhil Hughes
2018-01-16more spec fixesPhil Hughes
2018-01-15Fix error on changes tab when merge request cannot be createdFelipe Artur
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-07-27Inline JS Removal for Merge RequestsTim Zallmann
2017-07-12moved `@breadcrumb_title` out of the HAML & into a helper methodPhil Hughes
2017-07-06Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes
2017-07-06improvements to breadcrumb titles, links & nestingPhil Hughes
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Split up MergeRequestsControllerDouwe Maan