Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre-Yves David
swh-web
Commits
2480f7e6
Verified
Commit
2480f7e6
authored
3 years ago
by
Jayesh
Committed by
Antoine R. Dumont
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
HTML improvements
Replaced <b> tags with <strong>
parent
ca34dda9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swh/web/templates/add_forge_now/create-request.html
+14
-14
14 additions, 14 deletions
swh/web/templates/add_forge_now/create-request.html
with
14 additions
and
14 deletions
swh/web/templates/add_forge_now/create-request.html
+
14
−
14
View file @
2480f7e6
...
...
@@ -62,7 +62,7 @@ See top-level LICENSE file for more information
<div
class=
"form-row"
>
<div
class=
"form-group col-md-5"
>
<label
for=
"swh-input-forge-type"
>
Forge type
</label>
<select
class=
"form-control"
id=
"swh-input-forge-type"
name=
"forge_type"
>
<select
class=
"form-control"
id=
"swh-input-forge-type"
name=
"forge_type"
autofocus
>
{% for each in forge_types %}
<option
value=
{{
each
}}
>
{{ each}}
</option>
{% endfor %}
...
...
@@ -148,60 +148,60 @@ See top-level LICENSE file for more information
</p>
<ul>
<li>
<
b
>
Pending:
</
b
>
<
strong
>
Pending:
</
strong
>
the request was submitted and is waiting for a moderator
to check its validity.
</li>
<li>
<
b
>
Waiting for feedback:
</
b
>
<
strong
>
Waiting for feedback:
</
strong
>
the request was processed by a moderator
and the forge was contacted, the request is waiting for feedback from the
forge.
</li>
<li>
<
b
>
Feedback to handle:
</
b
>
<
strong
>
Feedback to handle:
</
strong
>
the forge has responded to the request and
there is feedback to handle for the request.
</li>
<li>
<
b
>
Accepted:
</
b
>
<
strong
>
Accepted:
</
strong
>
the request has been accepted and waiting to be
scheduled.
</li>
<li>
<
b
>
Scheduled:
</
b
>
<
strong
>
Scheduled:
</
strong
>
the request has been scheduled is considered
done.
</li>
<li>
<
b
>
First listing done:
</
b
>
<
strong
>
First listing done:
</
strong
>
The first listing of the forge is
completed.
</li>
<li>
<
b
>
First origin loaded:
</
b
>
<
strong
>
First origin loaded:
</
strong
>
The first origin or repository processed by
loader and archived (using a search query).
</li>
<li><
b
>
Rejected:
</
b
>
the request is not a valid request and is rejected by a
<li><
strong
>
Rejected:
</
strong
>
the request is not a valid request and is rejected by a
Software Heritage moderator.
</li>
<li><
b
>
Denied:
</
b
>
the forge has requested not to archive the forge.
</li>
<li><
strong
>
Denied:
</
strong
>
the forge has requested not to archive the forge.
</li>
<li><
b
>
Suspended:
</
b
>
the request is for a forge with a non supported
<li><
strong
>
Suspended:
</
strong
>
the request is for a forge with a non supported
VCS.
</li>
</ul>
<p>
Once a add request has been submitted, you can follow its current status in
the
<a
id=
"swh-show-forge-add-requests-list"
href=
"#swh-add-forge-requests-list"
>
submitted requests list
</a>
. This
process is depending on human interactions and might take a few days to be
the
<a
id=
"swh-show-forge-add-requests-list"
href=
"#swh-add-forge-requests-list"
>
submitted requests list
</a>
. This
process is depending on human interactions and might take a few days to be
handled (it primarily depends on the response time of the forge).
</p>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment