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
80ca31b6
Commit
80ca31b6
authored
Aug 03, 2020
by
jakeburden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete unused mock data
parent
1a04efe4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
spec/frontend/deploy_freeze/mock_data.js
spec/frontend/deploy_freeze/mock_data.js
+0
-33
No files found.
spec/frontend/deploy_freeze/mock_data.js
View file @
80ca31b6
export
const
mockDeployFreezePayload
=
{
freeze_start
:
'
0 12 * * 1-5
'
,
freeze_end
:
'
0 12 * * 6
'
,
cron_timezone
:
'
Etc/UTC
'
,
};
export
const
mockFreezePeriods
=
[
{
id
:
3
,
freeze_start
:
'
5 4 * * *
'
,
freeze_end
:
'
5 9 * 8 *
'
,
cron_timezone
:
'
America/New_York
'
,
created_at
:
'
2020-07-10T05:10:35.122Z
'
,
updated_at
:
'
2020-07-10T05:10:35.122Z
'
,
},
{
id
:
8
,
freeze_start
:
'
0 12 * * 1-5
'
,
freeze_end
:
'
0 1 5 * *
'
,
cron_timezone
:
'
Etc/UTC
'
,
created_at
:
'
2020-07-10T19:27:57.378Z
'
,
updated_at
:
'
2020-07-10T19:27:57.378Z
'
,
},
{
id
:
9
,
freeze_start
:
'
0 12 * * 1-5
'
,
freeze_end
:
'
0 16 * * 6
'
,
cron_timezone
:
'
Europe/Berlin
'
,
created_at
:
'
2020-07-10T19:29:15.240Z
'
,
updated_at
:
'
2020-07-10T19:29:15.240Z
'
,
},
];
export
const
mockTimezoneData
=
[
export
const
mockTimezoneData
=
[
{
name
:
'
International Date Line West
'
,
offset
:
-
43200
,
identifier
:
'
Etc/GMT+12
'
},
{
name
:
'
International Date Line West
'
,
offset
:
-
43200
,
identifier
:
'
Etc/GMT+12
'
},
{
name
:
'
American Samoa
'
,
offset
:
-
39600
,
identifier
:
'
Pacific/Pago_Pago
'
},
{
name
:
'
American Samoa
'
,
offset
:
-
39600
,
identifier
:
'
Pacific/Pago_Pago
'
},
...
...
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