David Buchmann

Results 243 issues of David Buchmann

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.

enhancement

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

enhancement

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)

enhancement

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...

bug

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...

enhancement

this is currently commented out so we see even repositories with 0 matching PR & issues

enhancement

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...

enhancement

it would be cool to have a plugin in create.js that is activated when not on any specific entity to outline the page, adding little hints next to containers and...

This is not really a bug report, but a suggestion how to improve the error message when using global plugins. I run composer in a github action to install symfony...

we are writing a gaufrette adapter for phpcr-odm. one issue we are unhappy with is that we probably should flush the changes after each write operation. what do you think...