summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/account/migrations
AgeCommit message (Collapse)AuthorFilesLines
2016-08-22Remove database migration filesmaxbr10-236/+0
JIRA: RELENG-12 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
2016-08-19Use Jira Oauth for user authenticationmaxbr3-0/+72
JIRA: RELENG-12 Users can use their jira accounts for the dashboard. This also allows the dasboard to open jira tickets for bookings. Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
2016-08-19Implement periodic tasksmaxbr1-14/+4
JIRA: RELENG-12 The dashboard is now querying jenkins periodically and saving the results in the database. This fixes delays that were caused by calling the jenkins API. Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
2016-08-19Split the dashboard into different apps, add testsmaxbr8-0/+174
JIRA: RELENG-12 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>