Warren Gifford

Results 10 comments of Warren Gifford

The majority of this after my initial hack session is contained in: https://github.com/sourcegraph/src-cli/blob/users-clean/cmd/src/users_clean.go Currently the command just gets the necessary data from the graphQL API and prints to confirm ```...

Little update on progress here: https://loom.com/share/16a577e248e040aea9ebe40fac043dfc https://user-images.githubusercontent.com/13024338/184427099-75717dc3-4c5d-45d9-81bd-d91edc23ce0b.mp4

- Processing work for this command should be moved to the Sourcegraph instance to prevent lots of data transfer over network. In instances with many users the current graphQL request...

User feedback: - provide -dry-run option which outputs the list of users to be deleted (_this may be addressed by the json output bullet_) - provide an input method for...

Hey @hopkinscl the 60 days constraint was a condition to release this provided by @ryphil -- originally rhe command allowed any value for days, but the idea was to prevent...

Opened an issue to inform on gateway timeout problem, and track improvements planned in this area: https://github.com/sourcegraph/src-cli/issues/848

I hear you with the dev problem part of this -- on at least one occasion though, I've encountered a scenario where our release was having problems and this resulted...

*Sourcegraph 5.1.1 has been published* * Changelog: https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/CHANGELOG.md#5-1-1 * GitHub release: https://github.com/sourcegraph/sourcegraph/releases/tag/v5.1.1 * Release batch change: https://k8s.sgdev.org/organizations/sourcegraph/batch-changes/release-sourcegraph-5.1.1 @coury-clark: Please complete the post-release steps before closing this issue. Please also update...

Yeah I think we can close this now, it'd be cool to have a `src upgrade` command or something but it's not essential

- Move away from use of `usageStatistics` graphQL endpoint to use of the new `aggregated_user_statistics` table: https://github.com/sourcegraph/sourcegraph/pull/40301 Currently users who have never been active or have not been active for...