TM Lee
fd482ace44
[ #31254 ] Change Git commit command in "Existing folder" to git commit -m
2017-04-30 16:10:17 +08:00
Eric Eastwood
03ebbccf98
Restore sub-nav for empty project
...
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29577
2017-03-16 23:56:53 -05:00
Rémy Coutable
57fb46cd6c
Remove trailing whitespace
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-15 09:34:17 -05:00
Rémy Coutable
ee39cbfc0e
Merge branch 'patch-1' into 'master'
...
existing folders and existing repos should not use the same set of instructions …
See merge request !3446
2017-01-15 07:14:57 +00:00
Kushal Pandya
dd5ffd9ca6
HAMLLint: Fix `ImplicitDiv` offences
2016-12-31 11:43:08 +05:30
Matt Lee
0619fb629d
WIP: Adds a default commit message when adding a README ( #25167 )
2016-11-30 13:41:18 -05:00
Pierre-Alexandre Clorichel
8a443ca735
updated missed indentation
2016-09-30 13:50:23 +00:00
Pierre-Alexandre Clorichel
47573a5c93
document the need to be owner or have the master permission level for the initial push
2016-09-30 06:57:58 +00:00
Zeger-Jan van de Weg
e166a8022a
Backend for a gitignores dropdown
2016-05-20 15:58:36 -05:00
Annabel Dunstone
7878eb9fa6
Start builds redesign
2016-05-04 16:45:37 -05:00
Rémy Coutable
13804aba86
Continue implementation of the license template selector and /licenses API endpoint
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-18 14:47:50 +02:00
Anton Davydov
073c3d15c7
Initial implementation if license template selector and /licenses/:key API endpoint
2016-04-18 14:47:50 +02:00
keen99
63670bb7f8
existing folders and existing repos should not use the same set of 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!
2016-03-29 21:51:31 +00:00
Phil Hughes
62f4a9de19
Users don't get instructions to push to other users empty projects
...
Fixes #12518
2016-02-22 17:37:26 +00:00
Dmitriy Zaporozhets
cc52018988
Fix layout for empty project
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-14 21:44:20 +01:00
Andrew Tomaka
48bf0a34e2
"No ssh" message should be same on project page
2015-12-09 16:11:21 -05:00
Douwe Maan
9ea7243092
Fix padding of no readme and empty repo messages
2015-12-02 14:49:46 +01:00
Stan Hu
4eac37fd87
Don't show "Add README" link in an empty repository if user doesn't have access to push
...
Closes #3094
2015-10-21 07:33:14 -07:00
Andrey
59582aae57
page-title-fix
2015-09-28 17:58:30 +02:00
Andrey
12acf15c90
Project page Update
...
refactoring buttons, fixes for projects filter on the dashboard and
group page
2015-09-25 20:33:05 +02:00
Drew Blessing
789d06e48b
Fix empty project UI
2015-09-14 11:20:18 -05:00
Douwe Maan
9f31f95ada
Escape user-provided content in preserved HAML sections
2015-09-08 11:18:55 +01:00
Jeff Blaine
773545d533
Fix instructions for empty repo + existing files
...
Fixes #2242
2015-08-10 14:53:44 -04:00
Dmitriy Zaporozhets
bd08ac55c7
Recommend user to create README file for both empty and existing project
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-08 13:41:03 +02:00
Dmitriy Zaporozhets
5e7f7f8d31
Redesign project home page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-07 15:22:56 +02:00
Dmitriy Zaporozhets
7da7a790fa
Move clone panel to sidebar
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-05 13:09:50 +03:00
Ben Bodenmiller
47769bfd59
improve new project options
...
* 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-04-20 03:13:39 -07:00
Vinnie Okada
76aad9b76e
Upgrade to Rails 4.1.9
...
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-14 11:09:23 -07:00
Douwe Maan
25e44d0530
Allow users that signed up via OAuth to set their password in order to use Git over HTTP(S).
2015-02-13 14:44:42 +01:00
Sytse Sijbrandij
e0d85078ba
Push can be multiple files.
2015-02-03 11:23:59 -08:00
Dmitriy Zaporozhets
2fa36ddd9c
Replace p with h4 for empty repo text
2015-01-27 11:32:28 -08:00
Dmitriy Zaporozhets
752cb506c0
Refactor blob views
2015-01-26 15:03:30 -08:00
Dmitriy Zaporozhets
6a2384e0bc
Make draft UI for creating new file in empty repository
2015-01-26 13:37:18 -08:00
Dmitriy Zaporozhets
0b404c3599
Show no-ssh error message for project page
2015-01-23 18:14:26 -08:00
Ben Bodenmiller
dcc51b0d2c
cleanup empty repo page
...
Improve wording on empty repo page and make header capitalization consistent
2014-09-16 21:48:08 -07:00
Achilleas Pipinellis
a870bc9ddf
Modify empty project instructions to use double quotes for commit msg.
...
http://feedback.gitlab.com/forums/176466-general/suggestions/6006904-modify-instruction-to-use-double-quotes-for-windo
2014-08-31 01:08:01 +03:00
Dmitriy Zaporozhets
37db76a31b
Project import and retry import scaffold
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-12 19:25:48 +02:00
Dmitriy Zaporozhets
268c183b29
Replace gif animation with font icon spinner
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-05 20:30:57 +02:00
Jason Hollingsworth
04baf0b569
Update clone panel to use input group.
...
Use clone panel in `Git Access` section of wiki.
2014-01-08 10:06:03 -06:00
Jason Hollingsworth
1521f467cb
Update default public pull url.
...
This updates the default pull URL for public projects when the user
is not logged in.
2013-12-17 12:48:59 -06:00
Jeroen van Baarsen
bfacf13668
Fixed all the confirm: deprecation warnings
2013-12-10 20:33:21 +01:00
Jason Hollingsworth
d9bb4230cc
Adding authenticated public mode (internal).
...
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-11-26 22:22:07 -06:00
Dmitriy Zaporozhets
0407eb2ee6
Render right clone panel partial on empty project page
2013-10-21 13:47:23 +03:00
David Pursehouse
2fbe4fad13
Improve the repository import message
2013-10-15 13:58:05 +09:00
Dmitriy Zaporozhets
2f6342978b
Public projects feature - step2
...
* 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-24 22:14:28 +03:00
Marin Jankovski
91e112ffe2
Replace remote url on selection.
2013-09-13 10:12:42 +02:00
Dmitriy Zaporozhets
a0228f94a1
Reload page during repo import
2013-08-12 19:28:10 +03:00
Dmitriy Zaporozhets
7ecebdd02d
Repository import during project creation often return timeout for medium and large repos.
...
So lets do it async. First create project, then import repo and create
satellite with Sidekiq
2013-08-12 18:21:47 +03:00
Dmitriy Zaporozhets
e96374b74b
Better remove project message
2013-05-20 14:22:18 +03:00
Dmitriy Zaporozhets
0c884498d2
Rename project_head partial to settings_nav
2013-03-18 19:35:27 +02:00