Skip to content

Commit

Permalink
fix: update add repo to default server timeout (#57)
Browse files Browse the repository at this point in the history
* fix: update host for content security policy

* fix: add required env for ui

* fix: update add repo to default server timeout
  • Loading branch information
Neal authored and wass3r committed Dec 18, 2019
1 parent 8535897 commit 5f9af9c
Show file tree
Hide file tree
Showing 12 changed files with 127 additions and 128 deletions.
2 changes: 1 addition & 1 deletion cypress/fixtures/add_repo_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"link": "",
"clone": "",
"branch": "master",
"timeout": 60,
"timeout": 30,
"visibility": "public",
"private": false,
"trusted": true,
Expand Down
8 changes: 4 additions & 4 deletions cypress/fixtures/overview_page.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"link": "https://github.com/go-vela/server",
"clone": "https://github.com/go-vela/server.git",
"branch": "master",
"timeout": 60,
"timeout": 30,
"visibility": "public",
"private": false,
"trusted": true,
Expand All @@ -27,7 +27,7 @@
"link": "https://github.com/go-vela/feature-requests",
"clone": "https://github.com/go-vela/feature-requests.git",
"branch": "master",
"timeout": 60,
"timeout": 30,
"visibility": "public",
"private": false,
"trusted": true,
Expand All @@ -46,7 +46,7 @@
"link": "https://github.com/go-vela/ideas",
"clone": "https://github.com/go-vela/ideas.git",
"branch": "master",
"timeout": 60,
"timeout": 30,
"visibility": "public",
"private": false,
"trusted": true,
Expand All @@ -65,7 +65,7 @@
"link": "https://github.com/DavidVader/applications",
"clone": "https://github.com/DavidVader/applications.git",
"branch": "master",
"timeout": 60,
"timeout": 30,
"visibility": "public",
"private": false,
"trusted": true,
Expand Down
8 changes: 4 additions & 4 deletions cypress/fixtures/repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"link": "https://github.com/go-vela/server",
"clone": "https://github.com/go-vela/server.git",
"branch": "master",
"timeout": 60,
"timeout": 30,
"visibility": "public",
"private": false,
"trusted": true,
Expand All @@ -27,7 +27,7 @@
"link": "https://github.com/go-vela/feature-requests",
"clone": "https://github.com/go-vela/feature-requests.git",
"branch": "master",
"timeout": 60,
"timeout": 30,
"visibility": "public",
"private": false,
"trusted": true,
Expand All @@ -46,7 +46,7 @@
"link": "https://github.com/go-vela/ideas",
"clone": "https://github.com/go-vela/ideas.git",
"branch": "master",
"timeout": 60,
"timeout": 30,
"visibility": "public",
"private": false,
"trusted": true,
Expand All @@ -65,7 +65,7 @@
"link": "https://github.com/DavidVader/applications",
"clone": "https://github.com/DavidVader/applications.git",
"branch": "master",
"timeout": 60,
"timeout": 30,
"visibility": "public",
"private": false,
"trusted": true,
Expand Down
Loading

0 comments on commit 5f9af9c

Please sign in to comment.