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
2016-05-20Backend for a gitignores dropdownZeger-Jan van de Weg
2016-05-05Start builds redesignAnnabel Dunstone
2016-04-18Continue implementation of the license template selector and /licenses API ↵Rémy Coutable
endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-18Initial implementation if license template selector and /licenses/:key API ↵Anton Davydov
endpoint
2016-02-22Users don't get instructions to push to other users empty projectsPhil Hughes
Fixes #12518
2016-01-14Fix layout for empty projectDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-10"No ssh" message should be same on project pageAndrew Tomaka
2015-12-02Fix padding of no readme and empty repo messagesDouwe Maan
2015-10-21Don't show "Add README" link in an empty repository if user doesn't have ↵Stan Hu
access to push Closes #3094
2015-09-28page-title-fixAndrey
2015-09-25Project page UpdateAndrey
refactoring buttons, fixes for projects filter on the dashboard and group page
2015-09-14Fix empty project UIDrew Blessing
2015-09-08Escape user-provided content in preserved HAML sectionsDouwe Maan
2015-08-10Fix instructions for empty repo + existing filesJeff Blaine
Fixes #2242
2015-07-08Recommend user to create README file for both empty and existing projectDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-07Redesign project home pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-05Move clone panel to sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-20improve new project optionsBen Bodenmiller
* Simplify new repo commands * Include directions for how to add an existing folder that is either already a repo or not yet a repo Replaces #7918.
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.
2015-02-13Allow users that signed up via OAuth to set their password in order to use ↵Douwe Maan
Git over HTTP(S).
2015-02-03Push can be multiple files.Sytse Sijbrandij
2015-01-27Replace p with h4 for empty repo textDmitriy Zaporozhets
2015-01-27Refactor blob viewsDmitriy Zaporozhets
2015-01-27Make draft UI for creating new file in empty repositoryDmitriy Zaporozhets
2015-01-24Show no-ssh error message for project pageDmitriy Zaporozhets
2014-09-17cleanup empty repo pageBen Bodenmiller
Improve wording on empty repo page and make header capitalization consistent
2014-08-31Modify empty project instructions to use double quotes for commit msg.Achilleas Pipinellis
http://feedback.gitlab.com/forums/176466-general/suggestions/6006904-modify-instruction-to-use-double-quotes-for-windo
2014-03-12Project import and retry import scaffoldDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-05Replace gif animation with font icon spinnerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-08Update clone panel to use input group.Jason Hollingsworth
Use clone panel in `Git Access` section of wiki.
2013-12-17Update default public pull url.Jason Hollingsworth
This updates the default pull URL for public projects when the user is not logged in.
2013-12-10Fixed all the confirm: deprecation warningsJeroen van Baarsen
2013-11-27Adding authenticated public mode (internal).Jason Hollingsworth
Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
2013-10-21Render right clone panel partial on empty project pageDmitriy Zaporozhets
2013-10-15Improve the repository import messageDavid Pursehouse
2013-09-24Public projects feature - step2Dmitriy Zaporozhets
* Render right layout depends on current_user * show sample git username/email when repo is empty * Show extra info when browsing public area * Fixed some tests related to public projects * show comments in read-only for public projects * Remove old public routing
2013-09-13Replace remote url on selection.Marin Jankovski
2013-08-12Reload page during repo importDmitriy Zaporozhets
2013-08-12Repository import during project creation often return timeout for medium ↵Dmitriy Zaporozhets
and large repos. So lets do it async. First create project, then import repo and create satellite with Sidekiq
2013-05-20Better remove project messageDmitriy Zaporozhets
2013-03-18Rename project_head partial to settings_navDmitriy Zaporozhets
2013-03-04= preserve do was ignored for empty project page so was replaced with filterDmitriy Zaporozhets
2013-02-09show project head for empty projectDmitriy Zaporozhets
2013-01-30replace right with pull-rightDmitriy Zaporozhets
2013-01-30refactor buttons pt1Dmitriy Zaporozhets
2012-12-07Dont show remove project button if you have no permissionDmitriy Zaporozhets
2012-11-30Use project owner if no namespace. Restyled team pageDmitriy Zaporozhets
2012-11-29Minor improvments to UIDmitriy Zaporozhets
2012-09-04Change projects/empty to include the clone_panel partial instead of duplicatingRobert Speicher
2012-09-04Update the projects js file to coffeescript; refactor the clone panel switcherRobert Speicher