Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
808db230
Commit
808db230
authored
Feb 16, 2022
by
Miguel Rincon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove/update outdated to-dos in runner code
parent
2ebb8f22
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
app/assets/javascripts/runner/admin_runners/admin_runners_app.vue
...ts/javascripts/runner/admin_runners/admin_runners_app.vue
+1
-0
app/assets/javascripts/runner/constants.js
app/assets/javascripts/runner/constants.js
+2
-2
app/assets/javascripts/runner/group_runners/group_runners_app.vue
...ts/javascripts/runner/group_runners/group_runners_app.vue
+1
-0
No files found.
app/assets/javascripts/runner/admin_runners/admin_runners_app.vue
View file @
808db230
...
...
@@ -187,6 +187,7 @@ export default {
deep
:
true
,
handler
()
{
// TODO Implement back button response using onpopstate
// See: https://gitlab.com/gitlab-org/gitlab/-/issues/333804
updateHistory
({
url
:
fromSearchToUrl
(
this
.
search
),
title
:
document
.
title
,
...
...
app/assets/javascripts/runner/constants.js
View file @
808db230
...
...
@@ -91,8 +91,8 @@ export const ACCESS_LEVEL_REF_PROTECTED = 'REF_PROTECTED';
// CiRunnerSort
export
const
CREATED_DESC
=
'
CREATED_DESC
'
;
export
const
CREATED_ASC
=
'
CREATED_ASC
'
;
// TODO Add this to the API
export
const
CONTACTED_DESC
=
'
CONTACTED_DESC
'
;
// TODO Add this to the API
export
const
CREATED_ASC
=
'
CREATED_ASC
'
;
export
const
CONTACTED_DESC
=
'
CONTACTED_DESC
'
;
export
const
CONTACTED_ASC
=
'
CONTACTED_ASC
'
;
export
const
DEFAULT_SORT
=
CREATED_DESC
;
...
...
app/assets/javascripts/runner/group_runners/group_runners_app.vue
View file @
808db230
...
...
@@ -190,6 +190,7 @@ export default {
deep
:
true
,
handler
()
{
// TODO Implement back button reponse using onpopstate
// See https://gitlab.com/gitlab-org/gitlab/-/issues/333804
updateHistory
({
url
:
fromSearchToUrl
(
this
.
search
),
title
:
document
.
title
,
...
...
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