Warren Gifford

Results 41 issues of Warren Gifford

### Plan This is a project to bring a python utility script `users_clean.py` into the main project under `src`. Currently the CE team often provides this utility script to customers...

site-admin
tracking

Currently its unclear how a user can selectively run a version of `src-cli`, additionally its possible to get the version state into `dev` mode and then -- to my knowledge...

enhancement
docs

This is a tracking issue for the forthcoming `src users clean` command: https://github.com/sourcegraph/src-cli/pull/826 ## TODOS - Add an email functionality to email removed users, open vim editor like in git...

In instances with many users the graphQL request to get all users and compute their `lastActiveUsage` can timeout going over the network -- In the example below the command is...

### Plan This issue tracks some bugs I ran into with our release tooling during the v5.1.2 release ### Tracked issues - https://github.com/sourcegraph/sourcegraph/issues/54623 - https://github.com/sourcegraph/sourcegraph/issues/54624 - https://github.com/sourcegraph/sourcegraph/issues/54625

tracking

The following line is broken in latest version. It references `cmd/migrator/build.sh` which is removed: https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/dev/release/src/release.ts?L729:122 ```ts `comby -in-place 'git_versions=(:[1])' 'git_versions=(:[1] ${release.version.version})' cmd/migrator/build.sh`, ``` Currently `cmd/migrator/generate.sh` is being used instead. It...

release-tool

A migrator CI test (`cmd/migrator:schema_descriptions_test`) fails on releases when trying to reference `schema-descriptions` which aren't generated. See [internal thread](https://sourcegraph.slack.com/archives/C04MYFW01NV/p1688112740337109). ``` λ ~/sourcegraph/ publish-5.1.1* cat /private/var/tmp/_bazel_warrengifford/db322ce6c312cb7c2ca3c547ec29d0fa/execroot/__main__/bazel-out/darwin-fastbuild/testlogs/cmd/migrator/schema_descriptions_test/test.log exec ${PAGER:-/usr/bin/less} "$0" || exit...

release-tool

Currently the `comby` script to update the helm chart and value files is broken in the release tooling after the introduction of `k8s` and `dind` subdirectories here: https://github.com/sourcegraph/deploy-sourcegraph-helm/tree/main/charts/sourcegraph-executor Relevant code...

release-tool

Work with cloud team to define how the new services and design architecture will impact cloud tooling like `mi2`

sourcegraph/migrator
team/release
upgrades-api

This is a mock release to cover a hypothetical release with the new system architecture. - cloud should be able to run an upgrade to the new release - we...

sourcegraph/migrator
team/release
upgrades-api