summaryrefslogtreecommitdiff
path: root/app/views/projects/empty.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* [#31254] Change Git commit command in "Existing folder" to git commit -mTM Lee2017-04-301-1/+1
|
* Restore sub-nav for empty project29577-restore-sub-nav-with-activity-tabEric Eastwood2017-03-161-0/+1
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29577
* Remove trailing whitespaceRémy Coutable2017-01-151-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'patch-1' into 'master' Rémy Coutable2017-01-151-1/+10
|\ | | | | | | | | existing folders and existing repos should not use the same set of instructions … See merge request !3446
| * existing folders and existing repos should not use the same set of ↵keen992016-03-291-1/+10
| | | | | | | | instructions - pushing an existing repo into gitlab using the previous instructions would result in loss (at the gitlab remote end) of exist branches and tags. so lets push those!
* | HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-311-1/+1
| |
* | WIP: Adds a default commit message when adding a README (#25167)25167-default-readme-commit-messageMatt Lee2016-11-301-1/+1
| |
* | updated missed indentationPierre-Alexandre Clorichel2016-09-301-1/+1
| |
* | document the need to be owner or have the master permission level for the ↵Pierre-Alexandre Clorichel2016-09-301-0/+2
| | | | | | | | initial push
* | Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-201-3/+7
| |
* | Start builds redesignAnnabel Dunstone2016-05-041-1/+1
| |
* | Continue implementation of the license template selector and /licenses API ↵Rémy Coutable2016-04-181-3/+3
| | | | | | | | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Initial implementation if license template selector and /licenses/:key API ↵Anton Davydov2016-04-181-2/+4
|/ | | | endpoint
* Users don't get instructions to push to other users empty projectsPhil Hughes2016-02-221-1/+1
| | | | Fixes #12518
* Fix layout for empty projectDmitriy Zaporozhets2016-01-141-34/+37
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* "No ssh" message should be same on project pageAndrew Tomaka2015-12-091-1/+1
|
* Fix padding of no readme and empty repo messagesDouwe Maan2015-12-021-7/+6
|
* Don't show "Add README" link in an empty repository if user doesn't have ↵Stan Hu2015-10-211-41/+44
| | | | | | access to push Closes #3094
* page-title-fixAndrey2015-09-281-1/+1
|
* Project page UpdateAndrey2015-09-251-36/+38
| | | | | refactoring buttons, fixes for projects filter on the dashboard and group page
* Fix empty project UIDrew Blessing2015-09-141-1/+1
|
* Escape user-provided content in preserved HAML sectionsDouwe Maan2015-09-081-3/+3
|
* Fix instructions for empty repo + existing filesJeff Blaine2015-08-101-0/+2
| | | | Fixes #2242
* Recommend user to create README file for both empty and existing projectDmitriy Zaporozhets2015-07-081-4/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Redesign project home pageDmitriy Zaporozhets2015-07-071-14/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move clone panel to sidebarDmitriy Zaporozhets2015-05-051-0/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* improve new project optionsBen Bodenmiller2015-04-201-6/+5
| | | | | | | | * 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.
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+2
| | | | | | 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.
* Allow users that signed up via OAuth to set their password in order to use ↵Douwe Maan2015-02-131-0/+1
| | | | Git over HTTP(S).
* Push can be multiple files.Sytse Sijbrandij2015-02-031-1/+1
|
* Replace p with h4 for empty repo textDmitriy Zaporozhets2015-01-271-1/+1
|
* Refactor blob viewsDmitriy Zaporozhets2015-01-261-1/+1
|
* Make draft UI for creating new file in empty repositoryDmitriy Zaporozhets2015-01-261-0/+11
|
* Show no-ssh error message for project pageDmitriy Zaporozhets2015-01-231-0/+3
|
* cleanup empty repo pageBen Bodenmiller2014-09-161-5/+5
| | | Improve wording on empty repo page and make header capitalization consistent
* Modify empty project instructions to use double quotes for commit msg.Achilleas Pipinellis2014-08-311-1/+1
| | | | http://feedback.gitlab.com/forums/176466-general/suggestions/6006904-modify-instruction-to-use-double-quotes-for-windo
* Project import and retry import scaffoldDmitriy Zaporozhets2014-03-121-41/+29
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace gif animation with font icon spinnerDmitriy Zaporozhets2014-02-051-2/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update clone panel to use input group.Jason Hollingsworth2014-01-081-4/+2
| | | | Use clone panel in `Git Access` section of wiki.
* Update default public pull url.Jason Hollingsworth2013-12-171-2/+2
| | | | | This updates the default pull URL for public projects when the user is not logged in.
* Fixed all the confirm: deprecation warningsJeroen van Baarsen2013-12-101-1/+1
|
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-4/+1
| | | | | | 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.
* Render right clone panel partial on empty project pageDmitriy Zaporozhets2013-10-211-1/+4
|
* Improve the repository import messageDavid Pursehouse2013-10-151-1/+1
|
* Public projects feature - step2Dmitriy Zaporozhets2013-09-241-2/+2
| | | | | | | | | * 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
* Replace remote url on selection.Marin Jankovski2013-09-131-2/+4
|
* Reload page during repo importDmitriy Zaporozhets2013-08-121-0/+2
|
* Repository import during project creation often return timeout for medium ↵Dmitriy Zaporozhets2013-08-121-26/+35
| | | | | | | and large repos. So lets do it async. First create project, then import repo and create satellite with Sidekiq
* Better remove project messageDmitriy Zaporozhets2013-05-201-1/+1
|
* Rename project_head partial to settings_navDmitriy Zaporozhets2013-03-181-1/+0
|