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-11-27Removes all the irrelevant import related code and columnsTiago Botelho
Clears the import related columns and code from the Project model over to the ProjectImportState model
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-07-18Remove background color from card-body styleGeorge Tsiolis
2018-07-17Remove sanitize_repo_pathZeger-Jan van de Weg
This method is unneeded given its been pushed to Gitaly, through https://gitlab.com/gitlab-org/gitaly/merge_requests/780 Closes https://gitlab.com/gitlab-org/gitaly/issues/1235
2018-04-12[skip ci] .form-horizontal => .form-group.rowClement Ho
2018-04-10[skip ci] Convert panel related class names to cardClement Ho
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-10Merge branch 'fix-hamlit-xss' into 'security-9-1' Robert Speicher
New Hamlit XSS fix, does not include extraneous changes See merge request !2095
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-05-05Sanitize repo paths in new project error messageStan Hu
Closes #17243
2015-11-18Fix styling of import error.Douwe Maan
2015-11-18Move import form to partial.Douwe Maan
2015-11-18Store and show reason why import failed.Douwe Maan
2015-10-16Fix import from SVN linkDrew Blessing
2015-04-30Add a page title to every page.Douwe Maan
2015-03-26Replace alerts with well where alert is not neededDmitriy Zaporozhets
2015-03-07Replace bs-callout with alertDmitriy Zaporozhets
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-11-30Move projects import to separate resource. Add bare repo creation to ↵Dmitriy Zaporozhets
repository controller Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>