Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
beat.web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
54
Issues
54
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
beat
beat.web
Commits
e4cd0046
Commit
e4cd0046
authored
Sep 09, 2019
by
Samuel GAIST
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[experiments][api] Add urls for experiments reset end point
parent
34b4ab88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
beat/web/experiments/api_urls.py
beat/web/experiments/api_urls.py
+12
-0
No files found.
beat/web/experiments/api_urls.py
View file @
e4cd0046
...
...
@@ -67,6 +67,18 @@ urlpatterns = [
{
"toolchain_author_name"
:
None
},
name
=
"cancel"
,
),
# Reseting
url
(
r"^(?P<author_name>\
w+)/(?P<
toolchain_author_name>\
w+)/(?P<
toolchain_name>[-\
w]+)/(?P<
version>\
d+)/(?P<
name>[-\
w]+)/
reset/$"
,
api
.
ResetExperimentView
.
as_view
(),
name
=
"reset"
,
),
url
(
r"^(?P<author_name>\
w+)/(?P<
toolchain_name>[-\
w]+)/(?P<
version>\
d+)/(?P<
name>[-\
w]+)/
reset/$"
,
api
.
ResetExperimentView
.
as_view
(),
{
"toolchain_author_name"
:
None
},
name
=
"reset"
,
),
# Attestations
url
(
r"^(?P<attestation_number>\
d+)/
",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment