Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Into-cps
github-into-cps
weekly-issues-fetcher
Commits
c63d72f1
Commit
c63d72f1
authored
Jun 16, 2016
by
Luis Diogo Couto
Browse files
Remove old application tracker and promote UI app tracker.
REFS: #
parent
1a84b434
Changes
1
Hide whitespace changes
Inline
Side-by-side
fetch-issues.py
View file @
c63d72f1
...
@@ -98,10 +98,10 @@ issue_trackers = [
...
@@ -98,10 +98,10 @@ issue_trackers = [
),
),
IssueTracker
(
IssueTracker
(
parser
=
github_parser
,
parser
=
github_parser
,
project
=
"INTO-CPS App
lication
"
,
project
=
"INTO-CPS App"
,
url
=
"https://api.github.com/repos/into-cps/
INTO-CPS_Application
/issues?state=open"
,
# noqa
url
=
"https://api.github.com/repos/into-cps/
intocps-ui
/issues?state=open"
,
# noqa
headers
=
get_github_header
(),
headers
=
get_github_header
(),
ticket_base_url
=
"https://github.com/into-cps/
INTO-CPS_Application
/issues"
,
# noqa
ticket_base_url
=
"https://github.com/into-cps/
intocps-ui
/issues"
,
),
),
IssueTracker
(
IssueTracker
(
parser
=
github_parser
,
parser
=
github_parser
,
...
@@ -132,13 +132,6 @@ issue_trackers = [
...
@@ -132,13 +132,6 @@ issue_trackers = [
headers
=
get_github_header
(),
headers
=
get_github_header
(),
ticket_base_url
=
"https://github.com/CarlGamble/INTO-CPS-DSE/issues"
,
ticket_base_url
=
"https://github.com/CarlGamble/INTO-CPS-DSE/issues"
,
),
),
IssueTracker
(
parser
=
github_parser
,
project
=
"INTO-CPS UI"
,
url
=
"https://api.github.com/repos/into-cps/intocps-ui/issues?state=open"
,
# noqa
headers
=
get_github_header
(),
ticket_base_url
=
"https://github.com/into-cps/intocps-ui/issues"
,
),
# IssueTracker(
# IssueTracker(
# parser=mantis_parser,
# parser=mantis_parser,
# project="RT-Tester",
# project="RT-Tester",
...
...
Write
Preview
Supports
Markdown
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