| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| env.example | 2026-08-27 | 3.3 kB | |
| docker-compose.yml | 2026-08-27 | 2.3 kB | |
| README.md | 2026-08-27 | 7.7 kB | |
| v1.0.3-beta16 source code.tar.gz | 2026-08-27 | 25.6 MB | |
| v1.0.3-beta16 source code.zip | 2026-08-27 | 29.5 MB | |
| Totals: 5 Items | 55.1 MB | 0 | |
What's Changed
- feat(grafana): upgrade dashboards and provisioning for Grafana 13 by @DoDiODev in https://github.com/apache/devlake/pull/8992
- chore(docker): bump PostgreSQL to 18.1 and MySQL to 8.4.10 by @DoDiODev in https://github.com/apache/devlake/pull/9003
- fix(bitbucket): paginate remote-scopes API to return all repositories… by @bramhanandlingala in https://github.com/apache/devlake/pull/9004
- Fix webhook authorization when AUTH_ENABLED=true by @kamphaus in https://github.com/apache/devlake/pull/9008
- feat(jira): persist Sprint Report snapshot for accurate committed/com… by @bramhanandlingala in https://github.com/apache/devlake/pull/9010
- fix(sonarqube): tolerate missing migration indexes by @frederic-huebner in https://github.com/apache/devlake/pull/9012
- chore(config-ui): modernize frontend toolchain and framework stack by @DoDiODev in https://github.com/apache/devlake/pull/9006
- feat(clickup): add ClickUp data-source plugin (folder-scope boards, sprints, DORA) by @elynch303 in https://github.com/apache/devlake/pull/9009
- fix(dashboards): fix Grafana variable interpolation for string team/user IDs in MySQL dashboards by @bujjibabukatta in https://github.com/apache/devlake/pull/8926
- fix(config-ui): improve copy text contrast in dark mode by @TOGEP in https://github.com/apache/devlake/pull/9020
- fix(org): resolve API handlers at request time to survive late plugin init by @pballester in https://github.com/apache/devlake/pull/9022
- feat(incidentio): add incident.io data source plugin by @serroba in https://github.com/apache/devlake/pull/9023
- feat(gh-copilot): add AI credit usage billing metrics and fix report-body double-read by @PankajChaudhari-Atos in https://github.com/apache/devlake/pull/9019
- feat(jira): support Jira Cloud via Atlassian API Gateway by @pingkscodelabs in https://github.com/apache/devlake/pull/9024
- feat(jira): add JIRA_SKIP_UNPARSEABLE_ISSUES to survive unparseable issue pages by @vbhanuchander-lang in https://github.com/apache/devlake/pull/9026
- fix(customize): skip rows with a missing raw record instead of ending the scan by @vbhanuchander-lang in https://github.com/apache/devlake/pull/9027
- fix(jira): add missing raw_data* columns to _tool_jira_sprint_reports by @DoDiODev in https://github.com/apache/devlake/pull/9015
- chore(python): bump Python runtime from 3.9 to 3.11 by @DoDiODev in https://github.com/apache/devlake/pull/9005
- fix(core): replace constraints.Unsigned with local interface in archived base by @mfrancisc in https://github.com/apache/devlake/pull/9032
- fix(sonarqube): correct aggregate coverage formula in Grafana dashboards by @bramhanandlingala in https://github.com/apache/devlake/pull/8997
- feat(github): warn when adding a repo already scoped on another connection by @mfrancisc in https://github.com/apache/devlake/pull/9034
- build(deps): bump libgit2 1.3 → 1.5.0 and git2go v33 → v34 by @DoDiODev in https://github.com/apache/devlake/pull/9028
- refactor(api): rename GetURIStringPointer to ResolveRequestURI, reject absolute relativePath by @klesh in https://github.com/apache/devlake/pull/9043
- fix(gitlab): always re-collect MR commits regardless of MR updated_at… by @bujjibabukatta in https://github.com/apache/devlake/pull/8959
- fix(gitlab): map WorkInProgress to IsDraft in MR converter by @mfrancisc in https://github.com/apache/devlake/pull/8982
- build(deps): refresh container images and frontend dependencies by @DoDiODev in https://github.com/apache/devlake/pull/9044
- fix(gitlab): use diff_stats instead of changes_count for correct MR s… by @bujjibabukatta in https://github.com/apache/devlake/pull/8928
- build(deps): bump mockery v2.53.6 → v3.7.2 by @DoDiODev in https://github.com/apache/devlake/pull/9029
- fix(jira): stop the changelog convertor hiding unconverted items forever by @vbhanuchander-lang in https://github.com/apache/devlake/pull/9042
- feat(github): collect GitHub issue fields and map them onto domain issues by @vbhanuchander-lang in https://github.com/apache/devlake/pull/9038
- feat(dora): exclude bot/automation accounts from PR Pickup Time calcu… by @bramhanandlingala in https://github.com/apache/devlake/pull/9000
- fix(gitlab): add missing commit_updated_at column used by the MR incremental filter by @DoDiODev in https://github.com/apache/devlake/pull/9046
- feat(gitlab,bitbucket): warn when adding a repo already scoped on another connection by @mfrancisc in https://github.com/apache/devlake/pull/9047
- fix(org): match user and account emails case-insensitively by @vbhanuchander-lang in https://github.com/apache/devlake/pull/9051
- Azure DevOps On-Premises Support by @Tugrulhankars in https://github.com/apache/devlake/pull/9014
- [Jira] Fix false-positive "field name is duplicated" warnings when multiple boards share a connection by @bramhanandlingala in https://github.com/apache/devlake/pull/9053
- refactor(deps): drop lib/pq and bump pgx/v5 to v5.10.0 by @DoDiODev in https://github.com/apache/devlake/pull/9031
- build(deps): bump x/crypto, x/net, x/oauth2, jwt/v5, logrus and protobuf by @DoDiODev in https://github.com/apache/devlake/pull/9054
- chore(deps): bump CI Go bootstrap to 1.26.6 by @DoDiODev in https://github.com/apache/devlake/pull/9056
- build(deps): bump go-git v5.12.0 -> v5.19.2 and cover the go-git collector with tests by @DoDiODev in https://github.com/apache/devlake/pull/9055
- feat(jira): add projectname support for extra jql by @VaughanJ in https://github.com/apache/devlake/pull/9035
- build(deps): refresh Python 3.11 Poetry locks by @DoDiODev in https://github.com/apache/devlake/pull/9060
- fix(org): match account names and logins case-insensitively by @vbhanuchander-lang in https://github.com/apache/devlake/pull/9064
- fix: widen unbounded GitHub and CI/CD string columns by @dncrews in https://github.com/apache/devlake/pull/9063
- fix(jira): honor EpicKeyField when extracting issues by @mfrancisc in https://github.com/apache/devlake/pull/9067
- fix(server,asana): return real error from /proceed-db-migration instead of bare 500 by @bujjibabukatta in https://github.com/apache/devlake/pull/9068
- build(ci): consolidate database, builder and mockery pins by @DoDiODev in https://github.com/apache/devlake/pull/9069
- build(deps): maintain Go dependencies and migrate mapstructure v2 by @DoDiODev in https://github.com/apache/devlake/pull/9061
- feat(kiro): add core models and report parser by @warren830 in https://github.com/apache/devlake/pull/9073
- feat: add Kiro commit attribution helper by @warren830 in https://github.com/apache/devlake/pull/9074
New Contributors
- @kamphaus made their first contribution in https://github.com/apache/devlake/pull/9008
- @frederic-huebner made their first contribution in https://github.com/apache/devlake/pull/9012
- @elynch303 made their first contribution in https://github.com/apache/devlake/pull/9009
- @pballester made their first contribution in https://github.com/apache/devlake/pull/9022
- @serroba made their first contribution in https://github.com/apache/devlake/pull/9023
- @PankajChaudhari-Atos made their first contribution in https://github.com/apache/devlake/pull/9019
- @pingkscodelabs made their first contribution in https://github.com/apache/devlake/pull/9024
- @vbhanuchander-lang made their first contribution in https://github.com/apache/devlake/pull/9026
- @mfrancisc made their first contribution in https://github.com/apache/devlake/pull/9032
- @Tugrulhankars made their first contribution in https://github.com/apache/devlake/pull/9014
Full Changelog: https://github.com/apache/devlake/compare/v1.0.3-beta15...v1.0.3-beta16