Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Code Intelligence Sprint 6 Tracking issue #18290

Closed
42 of 49 tasks
efritz opened this issue Feb 15, 2021 · 3 comments
Closed
42 of 49 tasks

Code Intelligence Sprint 6 Tracking issue #18290

efritz opened this issue Feb 15, 2021 · 3 comments
Labels
team/graph Graph Team (previously Code Intel/Language Tools/Language Platform) tracking

Comments

@efritz
Copy link
Contributor

efritz commented Feb 15, 2021

Plan

This sprint covers 2021-02-15 through 2021-02-26.

Availability

If you have planned unavailability this iteration (e.g., vacation), you can note that here.

Eric: 9d (out 02/26)
Noah: 8d (out 02/18-02/19)
Garo: 5d (out 02/15)
Owen: 8d
Olaf: 9d (will be out 02/26)
Maria: 8d (out 02/15-16)
TJ: 9d (out 02/15)

Tracked issues

@Strum355

  • Failed LSIF uploads not reflected in uploads UI (#18188) 🐛
  • codeintel: surface errors in upload stage of LSIF dump uploading in the UI (#18375) :shipit:

Completed

  • (🏁 3 days ago) JDK 11+ support for javac plugin indexer (#90; PRs: #91)
  • (🏁 1 day ago) Gradle support (#87)

@efritz

  • RFC 311: Out of band migrations Tracking issue (#18252)
    • (🏁 14 days ago) RFC 311: Add migrations table (#18237; PRs: #18392)
    • (🏁 14 days ago) RFC 311: Expose migration status via GraphQL (#18238; PRs: #18394)
    • (🏁 13 days ago) codeintel: Add diagnostics count to lsif_data_documents (#18248; PRs: #18395)
    • (🏁 14 days ago) RFC 311: Write migration machinery (#18353; PRs: #18393, #18405)
    • (🏁 6 days ago) RFC 311: Write usage docs (#18361; PRs: #18657)
    • (🏁 12 days ago) RFC 311: Isolate migrators (#18407; PRs: #18393, #18467)
    • (🏁 12 days ago) RFC 311: Independently configure migrators (#18408; PRs: #18393, #18467)
    • (🏁 12 days ago) RFC 311: Register and run migrators (#18411) :shipit:
  • docs: Write usage docs for internal/workerutil (#18286)

Completed

  • (🏁 15 days ago) monitoring: Alert on massively bloated tables (#18284; PRs: #18343)
  • (🏁 14 days ago) codeintel: Research HOT for bulk inserts (#18285; PRs: #18345)
  • (🏁 14 days ago) RFC 311: Add migrations table (#18237; PRs: #18392)
  • (🏁 14 days ago) RFC 311: Write migration machinery (#18353; PRs: #18393, #18405)
  • (🏁 14 days ago) RFC 311: Expose migration status via GraphQL (#18238; PRs: #18394)
  • (🏁 13 days ago) codeintel: Add diagnostics count to lsif_data_documents (#18248; PRs: #18395)
  • (🏁 12 days ago) RFC 311: Register and run migrators (#18411) :shipit:
  • (🏁 12 days ago) alert: Disable alert for Postgres table bloat (#18495) :shipit:
  • (🏁 12 days ago) codeintel: Fix div by zero in migration SQL query (#18504) :shipit:
  • (🏁 12 days ago) codeintel: Add additional opentracing logs to resolvers (#18244; PRs: #18451)
  • (🏁 12 days ago) codeintel: Paginate definitions lsifstore results (#18245; PRs: #18498)
  • (🏁 12 days ago) codeintel: Fix unbounded memory in lsifstore locations method (#18246; PRs: #18511)
  • (🏁 12 days ago) RFC 311: Isolate migrators (#18407; PRs: #18393, #18467)
  • (🏁 12 days ago) RFC 311: Independently configure migrators (#18408; PRs: #18393, #18467)
  • (🏁 12 days ago) codeintel: Add additional opentracing logs to lsifstore (#18243; PRs: #18451)
  • (🏁 9 days ago) codeintel: Avoid unbounded data retrieval from lsifstore (#18541) :shipit:
  • (🏁 9 days ago) codeintel: Fix bad value for trace log (#18550) :shipit:
  • (🏁 9 days ago) codeintel: Explode bundle.go into multiple files (#18553) :shipit:
  • (🏁 9 days ago) codeintel: Fix unbounded memory in lsifstore Ranges request (#18247; PRs: #18570)
  • (🏁 8 days ago) dev: Fix tempdir for codeintel-executor (#18616) :shipit:
  • (🏁 8 days ago) chore: Fix typo in comment (#18614) :shipit:
  • (🏁 7 days ago) codeintel: Fix bulk moniker query ordering to match index (#18615) :shipit:
  • (🏁 7 days ago) Fix assertion panic for type aliases to anonymous structs (#134) :shipit:
  • (🏁 7 days ago) codeintel: Deterministically order range lists during processing (#18613) :shipit:
  • (🏁 6 days ago) codeintel: More intelligently page/paginate lsifstore locations results (#18250; PRs: #18589)
  • (🏁 6 days ago) RFC 311: Write usage docs (#18361; PRs: #18657)
  • (🏁 6 days ago) docs: Write usage docs for db/basestore (#18287; PRs: #18658)

@olafurpg

Completed

  • (🏁 1 day ago) Gradle support (#87)

@shrouxm

  • no output produced for seemingly well-formed compile_commands.json (#4) 🐛
  • Merge upstream changes, and add instructions on how to do that (#44) :shipit:
  • codeintel: Write tool to compare LSIF dumps for semantic equality, and output semantic diffs (#18183)

Completed

  • (🏁 14 days ago) codeintel: write RFC about organizing LSIF-related code + tooling (#18273)
  • (🏁 2 days ago) add the lsif-protcol repo into the main sourcegraph repo (#18655) :shipit:
  • (🏁 2 days ago) add codeintelutils into sourcegraph/sourcegraph (#18665) :shipit:
  • (🏁 2 days ago) add lsif-test to main sourcegraph repo (#18672) :shipit:

Legend

  • 👩 Customer issue
  • 🐛 Bug
  • 🧶 Technical debt
  • 🎩 Quality of life
  • 🛠️ Roadmap
  • 🕵️ Spike
  • 🔒 Security issue
  • :shipit: Pull Request
@efritz efritz added team/graph Graph Team (previously Code Intel/Language Tools/Language Platform) tracking labels Feb 15, 2021
@efritz efritz added this to the Code Intelligence Sprint 6 milestone Feb 15, 2021
@github-actions
Copy link
Contributor

Heads up @macraig - the "team/code-intelligence" label was applied to this issue.

@shrouxm
Copy link
Contributor

shrouxm commented Feb 17, 2021

@efritz
Copy link
Contributor Author

efritz commented Mar 4, 2021

@efritz efritz closed this as completed Mar 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
team/graph Graph Team (previously Code Intel/Language Tools/Language Platform) tracking
Projects
None yet
Development

No branches or pull requests

7 participants