mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
* a8n: Remove published_at from ChangesetJobs It can be assumed that once a ChangesetJob has been created it should be processed. Following this invariant, we no longer need the published_at field on a ChangesetJob. ChangesetJobs are created from CampaignJobs in one of two ways: 1. A Campaign is published leading to all CampaignJobs being created along with their corresponding ChangesetJobs. 2. A ChangesetJob can be manually created by publishing an indivdual campaign job. * a8n: Group imports * a8n: Rename PublishChangesetJobForCampaignJob to CreateChangesetJobForCampaignJob Creating IS publishing * Update enterprise/internal/a8n/store.go Co-Authored-By: Thorsten Ball <mrnugget@gmail.com> * a8n: Move test case back into main testing function * a8n: Add extra test cases for GetLatestChangesetJobCreatedAt * a8n: Improve GetLatestChangesetJobCreatedAt SQL * migration: Add indexes to help GetLatestChangesetJobCreatedAt * frontend: Regenerate schema Co-authored-by: Thorsten Ball <mrnugget@gmail.com> |
||
|---|---|---|
| .. | ||
| frontend | ||
| github-proxy | ||
| gitserver | ||
| loadtest | ||
| lsif-server | ||
| query-runner | ||
| replacer | ||
| repo-updater | ||
| searcher | ||
| server | ||
| symbols | ||