sourcegraph/dev/scaletesting
William Bezuidenhout 1ae6cc6bfd
logger: update log lib and remove use of description (#57690)
* log: remove use of description paramter in Scoped

* temporarily point to sglog branch

* bazel configure + gazelle

* remove additional use of description param

* use latest versions of zoekt,log,mountinfo

* go.mod
2023-10-18 17:29:08 +02:00
..
bulkrepocreate [chore] Use consistent go-github versioning (#57391) 2023-10-06 10:48:18 +02:00
bulkreposettings logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
codehostcopy logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
internal/store ci: re-enable race detection (#52776) 2023-06-05 20:41:47 +02:00
syntheticgithubdata [chore] Use consistent go-github versioning (#57391) 2023-10-06 10:48:18 +02:00
OWNERS Add a script to generate blank repos in bulk on a GHE instance (#43082) 2022-10-24 11:03:09 +02:00
README.md Re-enable prettier format checking. Disable with flag (#43548) 2022-10-31 12:14:42 +02:00

Scaletesting

This package is a collection of CLI tools to perform various operations in batch:

  • bulkrepocreate: generates blank repositories in large numbers on a codehost within an organization.
  • bulkreposettings: updates the settings of all repositories of an organization all at once.
  • codehostcopy: copies repositories from one codehost to another.

Please see the individual READMEs for how to use these tools.