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-01Correct remaining `Lint/UselessAssignment` haml-lint violationsRobert Speicher
2018-05-08Fix right-aligned menus; only display tooltip on hoverAnnabel Dunstone Gray
2018-04-18Fix conflictClement Ho
2018-04-17[skip ci] Merge branch 'master' into bootstrap4Clement Ho
2018-04-17Fix dropdownsClement Ho
2018-04-16Add QA tests for protected branchesOswaldo Ferreira
2018-03-02removed show_new_branch_formPhil Hughes
2018-03-02removed helper methodsPhil Hughes
2017-12-21Resolve "Decouple multi-file editor from file list"Tim Zallmann
2017-11-20Fix commits list 500 with multi-file editor new_repo cookieEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39821 /<namespace>/<project>/commmits/master
2017-11-07Change tags order in refs dropdownVitaliy @blackst0ne Klachkov
2017-10-23Create new branch from dropdown.Jacob Schatz
2017-08-15Many Repo FixesJacob Schatz
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2016-08-17Make the ref-selector function work properly for branch selection.Connor Shea
2016-06-18Fixed Ruby to use excludePhil Hughes
2016-06-18Correctly adds commit ID into dropdownPhil Hughes
Removes un-used method Fixes other Ruby issues
2016-06-18Tests fix for ref switcherPhil Hughes
2016-06-18Refs dropdown is now loaded asyncPhil Hughes
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
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.
2014-01-11Replace chosen with select2Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-02Smaller select for ref switcherDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-05-13Set @options in assing_ref_varsSato Hiroyuki
@options enable to keep params when switching ref.
2012-09-27Fix ref_switcher pathRobert Speicher
2012-09-16Extract ref switcher into a partialRobert Speicher
Also moves onchange JS to projects.js.coffee