sourcegraph/cmd
Randell Callahan 5a3fda4bd6
executors: Provide more context when the semantic version is invalid (#55024)
The annoying error of `Invalid Semantic Version` tells us nothing and
makes troubleshooting the issue difficult with lots of churn.

I have update Executor usage of `semvar.NewVersion` to wrap the error
with a message that include the actual version that causes the error.
This will help us understand the specific version string that is causing
the error and more quickly determine _why_ the version is getting
injected.

## Test plan

Update/add Go tests.
2023-07-17 13:59:46 -06:00
..
batcheshelper Move batcheshelper out of enterprise (#54923) 2023-07-13 19:46:09 +02:00
blobstore uploadstore: add method to list all keys (#54682) 2023-07-07 12:39:26 +02:00
cody-gateway cody-gateway: report timeout error to client if deadline exceeded (#54901) 2023-07-12 17:05:31 -07:00
frontend executors: Provide more context when the semantic version is invalid (#55024) 2023-07-17 13:59:46 -06:00
github-proxy bzl: set version on bins, not lib + add missing (#54030) 2023-06-23 14:06:58 +02:00
gitserver Tracing: final cleanups (#54694) 2023-07-13 10:16:11 +02:00
loadtest bzl: set version on bins, not lib + add missing (#54030) 2023-06-23 14:06:58 +02:00
migrator release: sourcegraph@5.1.3 (#54905) 2023-07-13 15:34:30 +01:00
precise-code-intel-worker Move precise-code-intel-worker out of enterprise (#54926) 2023-07-13 20:09:16 +02:00
repo-updater Merge enterprise and oss repo-updater (#54939) 2023-07-14 15:05:13 +02:00
searcher all: gitserver.NewClient migration to add db everywhere (#54867) 2023-07-13 22:07:33 +05:30
server app: resolve port :9000 conflicts (change to :49000) (#54466) 2023-07-04 13:06:33 -07:00
sitemap sitemap: fix compile error after update to NewRetryPolicy (#51926) 2023-05-15 12:52:57 +00:00
sourcegraph-oss bzl: set version on bins, not lib + add missing (#54030) 2023-06-23 14:06:58 +02:00
symbols all: gitserver.NewClient migration to add db everywhere (#54867) 2023-07-13 22:07:33 +05:30
worker search: use ReposMap for ListAllIndexed (#54886) 2023-07-13 06:59:39 +02:00
README.md Reminder to keep architecture diagram in-sync (#36869) 2022-06-08 19:40:36 -07:00

This directory contains Sourcegraph services and binaries.

When a services is added, removed, or when a service's dependencies change, update our architecture diagram.