|
|
|
@ -7,8 +7,16 @@
|
|
|
|
|
<%= str = error_messages_for 'repository' %>
|
|
|
|
|
<% project_path_cut = RepositoriesHelper::PROJECT_PATH_CUT %>
|
|
|
|
|
<% ip = RepositoriesHelper::REPO_IP_ADDRESS %><!--Added by tanxianbo For formatting project's path-->
|
|
|
|
|
<%# 提示 %>
|
|
|
|
|
<% if @project.repositories.count>1 %>
|
|
|
|
|
<div class="flash notice">
|
|
|
|
|
项目管理员您好!近日平台完成了版本库升级,以后每个项目将唯一的对应一个版本库。请您按照以下步骤完成项目版本库的更新:
|
|
|
|
|
<p>1. 点击下面的"创建版本库按钮",为本项目创建一个新的版本库;</p>
|
|
|
|
|
<p>2. 从本项目的历史版本库中选择一个您将使用的版本库,将其完整的克隆(clone)到本地(需要提供您之前设置的版本库口令),然后推送(push)到新建的版本库(注意不能仅推送代码,否则之前各开发者的提交记录将丢失)。</p>
|
|
|
|
|
<p>3. 本项目的历史版本库将在您新建版本库的一周内自动隐藏,如果您以后需要这些版本库,请与网站联系,我们将为您提供这些版本库的所有数据。</p>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
<%# 新建版本库 %>
|
|
|
|
|
|
|
|
|
|
<% if @project.repositories.count == 0 || rep_is_gitlab?(@project) %>
|
|
|
|
|
<div style="padding-bottom: 40px">
|
|
|
|
|
<a href="javascript:viod(0)" class="pic_add fl mr5" onclick="pro_st_show_ku();"></a>
|
|
|
|
@ -36,7 +44,7 @@
|
|
|
|
|
<li >
|
|
|
|
|
<input type="text" style="display: none"/> <!--阻止表单自动填充 -->
|
|
|
|
|
<input type="password" style="display: none"/> <!--阻止表单自动填充 -->
|
|
|
|
|
<label class="label02"><span class="c_red">*</span><%=l(:label_repository_name)%>:</label>
|
|
|
|
|
<span class="f14"><span class="c_red">*</span><%=l(:label_repository_name)%>:</span>
|
|
|
|
|
<%= f.text_field :identifier, :disabled =>@repository.nil? || @repository.identifier_frozen? ? true:false,:label=>"", :no_label => true %>
|
|
|
|
|
<% unless @repository.identifier_frozen? %>
|
|
|
|
|
<span class="c_grey"><%=l(:text_length_between,:min=>1,:max=>254)<<l(:text_project_identifier_info) %></span>
|
|
|
|
@ -44,8 +52,8 @@
|
|
|
|
|
</li>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</ul>
|
|
|
|
|
<a href="#" onclick="$('#repository-form').submit();" class="blue_btn fl ml38 "><%=l(:lable_project_rep_create) %></a>
|
|
|
|
|
<a href="<%= settings_project_path(@project, :tab => 'repositories')%>" class="grey_btn fl ml38 "><%=l(:button_cancel)%></a>
|
|
|
|
|
<a href="#" onclick="$('#repository-form').submit();" class="blue_btn fl "><%=l(:lable_project_rep_create) %></a>
|
|
|
|
|
<a href="<%= settings_project_path(@project, :tab => 'repositories')%>" class="grey_btn fl "><%=l(:button_cancel)%></a>
|
|
|
|
|
</div><!--pro_st_edit_issues end-->
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
@ -64,7 +72,7 @@
|
|
|
|
|
<%= repository.identifier %></span></td>
|
|
|
|
|
<td class="w150"><span class="rep_history_grey"><%=h repository.scm_name %></span></td>
|
|
|
|
|
<%if repository.scm_name=="Git"%>
|
|
|
|
|
<td class="w362" style="white-space:nowrap;overflow:hidden;text-overflow:ellipsis;" title="http://<%= repository.login.to_s %>_<%= repository.identifier.to_s%>@<%= ip %>
|
|
|
|
|
<td class="w362 pl5" style="white-space:nowrap;overflow:hidden;text-overflow:ellipsis; text-align: left" title="http://<%= repository.login.to_s %>_<%= repository.identifier.to_s%>@<%= ip %>
|
|
|
|
|
<%=h repository.url.slice(project_path_cut, repository.url.length) %>">
|
|
|
|
|
<span class="rep_history_grey">
|
|
|
|
|
<%=truncate( 'http://' << repository.login.to_s << '_'<< repository.identifier.to_s << '@'<< ip.to_s << h( repository.url.slice(project_path_cut, repository.url.length)),:length=>60) %>
|
|
|
|
|