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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-web
Commits
2d348c5e
Commit
2d348c5e
authored
3 months ago
by
Renaud Boyer
Browse files
Options
Downloads
Patches
Plain Diff
Fix link to the AddForgeNow requests list
parent
df59a927
No related branches found
No related tags found
1 merge request
!1370
Fix link to the AddForgeNow requests list
Pipeline
#12578
passed
3 months ago
Stage: external
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cypress/e2e/add-forge-now-request-create.cy.js
+2
-2
2 additions, 2 deletions
cypress/e2e/add-forge-now-request-create.cy.js
swh/web/add_forge_now/templates/add-forge-creation-form.html
+3
-2
3 additions, 2 deletions
swh/web/add_forge_now/templates/add-forge-creation-form.html
with
5 additions
and
4 deletions
cypress/e2e/add-forge-now-request-create.cy.js
+
2
−
2
View file @
2d348c5e
...
...
@@ -293,8 +293,8 @@ describe('Test add-forge-request creation', function() {
populateForm
(
'
bitbucket
'
,
'
https://gitlab.example.com/
'
,
'
test
'
,
'
test@example.com
'
,
'
on
'
,
'
test comment
'
);
submitForm
();
cy
.
visit
(
this
.
addForgeNowUrl
);
cy
.
get
(
'
#swh-
add
-forge-requests-list
-tab
'
).
click
();
// click the link to the list in the form footer
cy
.
get
(
'
#swh-
show
-forge-
add-
requests-list
'
).
click
();
cy
.
wait
(
'
@addForgeRequestsList
'
);
...
...
This diff is collapsed.
Click to expand it.
swh/web/add_forge_now/templates/add-forge-creation-form.html
+
3
−
2
View file @
2d348c5e
...
...
@@ -114,8 +114,9 @@ See top-level LICENSE file for more information
</div>
</form>
<p>
Once an add-forge-request is submitted, its status can be viewed in
the
<a
id=
"swh-show-forge-add-requests-list"
href=
"#browse-requests"
>
submitted requests list
</a>
.
Once an add-forge-request is submitted, its status can be viewed in the
<a
id=
"swh-show-forge-add-requests-list"
href=
"{% url 'forge-add-list' %}"
>
submitted requests list
</a>
.
This process involves a moderator approval and might take a few days to handle (it primarily
depends on the response time from the forge).
</p>
...
...
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