coder/coderd/coderdtest
Cian Johnston 26740cf00d
chore(scripts/rules.go): broaden scope of testingWithOwnerUser linter (#10548)
* Updated testingWithOwnerUser ruleguard rule to detect:
  a) Passing client from coderdenttest.New() to clitest.SetupConfig() similar to what already exists for AGPL code
  b) Usage of any method of the owner client from coderdenttest.New() - all usages of the owner client must be justified with a `//nolint:gocritic` comment.
* Fixed resulting linter complaints.
* Added new coderdtest helpers CreateGroup and UpdateTemplateMeta.
* Modified check_enterprise_import.sh to ignore scripts/rules.go.
2023-11-08 14:54:48 +00:00
..
oidctest feat: allow storing extra oauth token properties in the database (#10152) 2023-10-09 18:49:30 -05:00
authorize.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
authorize_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
coderdtest.go chore(scripts/rules.go): broaden scope of testingWithOwnerUser linter (#10548) 2023-11-08 14:54:48 +00:00
coderdtest_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
swagger_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
swaggerparser.go feat!: drop support for legacy parameters (#7663) 2023-06-02 11:16:46 +02:00