dashboard
dashboard copied to clipboard
A Symfony2 application to show and search aggregated information over a configured list of repositories
ok this PR is quite huge and changes nearly everything... look at this demo to get an idea: http://dashboard.digitalkaoz.net/ we use `digitalkaoz/issues` for search and fetching projects and issues from...
we have added pagination at the api level but we miss pagination over the views
currently we purge the repository on each sync. but ideally we would just sync the whole repo including closed issues (maybe with some strategy to sync things that where closed...
make this project multi-tenant and have the repositories config in a database. then users could define their own dashboards. tenant name could be a path or a subdomain.
since #18 we can have badges based on the github repository name. some badges rely on the composer name of the repo, for example the poser things
show the last tag on each repo, and date of that tag and number of commits since then (bad smell: bundle should get a new tag probably)
the current milestone facet sees all milestones in all repos, even those we never search from our configuration. how to hide the others? convert the repo filter to a repo...
integrate the https://github.com/dbu/github-cli/ project. it would be nice if those commands run against the elasticsearch index instead of each time doing a new remote request. the list issues command is...
this is currently commented out so we see even repositories with 0 matching PR & issues
fix date indexing and have filters on date, i.e. created last week, updated last week or closed (merged) last week. or also issues and especially pull requests with no update...