Commit 03083de3 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'mrincon/14_7-update-runner-todos' into 'master'

Remove/update outdated to-dos in runner code

See merge request gitlab-org/gitlab!80818
parents 7dc15f41 808db230
...@@ -187,6 +187,7 @@ export default { ...@@ -187,6 +187,7 @@ export default {
deep: true, deep: true,
handler() { handler() {
// TODO Implement back button response using onpopstate // TODO Implement back button response using onpopstate
// See: https://gitlab.com/gitlab-org/gitlab/-/issues/333804
updateHistory({ updateHistory({
url: fromSearchToUrl(this.search), url: fromSearchToUrl(this.search),
title: document.title, title: document.title,
......
...@@ -91,8 +91,8 @@ export const ACCESS_LEVEL_REF_PROTECTED = 'REF_PROTECTED'; ...@@ -91,8 +91,8 @@ export const ACCESS_LEVEL_REF_PROTECTED = 'REF_PROTECTED';
// CiRunnerSort // CiRunnerSort
export const CREATED_DESC = 'CREATED_DESC'; export const CREATED_DESC = 'CREATED_DESC';
export const CREATED_ASC = 'CREATED_ASC'; // TODO Add this to the API export const CREATED_ASC = 'CREATED_ASC';
export const CONTACTED_DESC = 'CONTACTED_DESC'; // TODO Add this to the API export const CONTACTED_DESC = 'CONTACTED_DESC';
export const CONTACTED_ASC = 'CONTACTED_ASC'; export const CONTACTED_ASC = 'CONTACTED_ASC';
export const DEFAULT_SORT = CREATED_DESC; export const DEFAULT_SORT = CREATED_DESC;
......
...@@ -190,6 +190,7 @@ export default { ...@@ -190,6 +190,7 @@ export default {
deep: true, deep: true,
handler() { handler() {
// TODO Implement back button reponse using onpopstate // TODO Implement back button reponse using onpopstate
// See https://gitlab.com/gitlab-org/gitlab/-/issues/333804
updateHistory({ updateHistory({
url: fromSearchToUrl(this.search), url: fromSearchToUrl(this.search),
title: document.title, title: document.title,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment