Skip to content

v1.0.3-beta16

Latest

Choose a tag to compare

@klesh klesh released this 27 Aug 12:53
825a81c

What's Changed

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

New Contributors

Full Changelog: v1.0.3-beta15...v1.0.3-beta16