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
361a4f5d
Commit
361a4f5d
authored
3 years ago
by
Antoine Lambert
Browse files
Options
Downloads
Patches
Plain Diff
common, misc: Fix typos detected with codespell
parent
c6448c7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
swh/web/common/origin_save.py
+1
-1
1 addition, 1 deletion
swh/web/common/origin_save.py
swh/web/common/typing.py
+1
-1
1 addition, 1 deletion
swh/web/common/typing.py
swh/web/misc/urls.py
+1
-1
1 addition, 1 deletion
swh/web/misc/urls.py
with
3 additions
and
3 deletions
swh/web/common/origin_save.py
+
1
−
1
View file @
361a4f5d
...
...
@@ -408,7 +408,7 @@ def create_save_origin_request(
)
->
SaveOriginRequestInfo
:
"""
Create a loading task to save a software origin into the archive.
This function aims to create a software origin loading task trough the use of the
This function aims to create a software origin loading task t
h
rough the use of the
swh-scheduler component.
First, some checks are performed to see if the visit type and origin url are valid
...
...
This diff is collapsed.
Click to expand it.
swh/web/common/typing.py
+
1
−
1
View file @
361a4f5d
...
...
@@ -71,7 +71,7 @@ class SnapshotReleaseInfo(TypedDict):
date
:
str
"""
release date
"""
directory
:
Optional
[
str
]
"""
optional directory associatd to the release
"""
"""
optional directory associat
e
d to the release
"""
id
:
str
"""
release identifier
"""
message
:
str
...
...
This diff is collapsed.
Click to expand it.
swh/web/misc/urls.py
+
1
−
1
View file @
361a4f5d
...
...
@@ -56,7 +56,7 @@ urlpatterns = [
]
# when running end to end tests trough cypress, declare some extra
# when running end to end tests t
h
rough cypress, declare some extra
# endpoints to provide input data for some of those tests
if
get_config
()[
"
e2e_tests_mode
"
]:
from
swh.web.tests.views
import
(
...
...
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