mattermost/server/channels/utils
Ben Schumacher 413cf4d67c
Some checks are pending
API / build (push) Waiting to run
Server CI / Compute Go Version (push) Waiting to run
Server CI / Check mocks (push) Blocked by required conditions
Server CI / Check go mod tidy (push) Blocked by required conditions
Server CI / check-style (push) Blocked by required conditions
Server CI / Check serialization methods for hot structs (push) Blocked by required conditions
Server CI / Vet API (push) Blocked by required conditions
Server CI / Check migration files (push) Blocked by required conditions
Server CI / Generate email templates (push) Blocked by required conditions
Server CI / Check store layers (push) Blocked by required conditions
Server CI / Check mmctl docs (push) Blocked by required conditions
Server CI / Postgres with binary parameters (push) Blocked by required conditions
Server CI / Postgres (push) Blocked by required conditions
Server CI / Postgres (FIPS) (push) Blocked by required conditions
Server CI / Generate Test Coverage (push) Blocked by required conditions
Server CI / Run mmctl tests (push) Blocked by required conditions
Server CI / Run mmctl tests (FIPS) (push) Blocked by required conditions
Server CI / Build mattermost server app (push) Blocked by required conditions
Web App CI / check-lint (push) Waiting to run
Web App CI / check-i18n (push) Blocked by required conditions
Web App CI / check-types (push) Blocked by required conditions
Web App CI / test (platform) (push) Blocked by required conditions
Web App CI / test (mattermost-redux) (push) Blocked by required conditions
Web App CI / test (channels shard 1/4) (push) Blocked by required conditions
Web App CI / test (channels shard 2/4) (push) Blocked by required conditions
Web App CI / test (channels shard 3/4) (push) Blocked by required conditions
Web App CI / test (channels shard 4/4) (push) Blocked by required conditions
Web App CI / upload-coverage (push) Blocked by required conditions
Web App CI / build (push) Blocked by required conditions
[MM-66918] Return descriptive errors from IsValidWebAuthRedirectURL (#34712)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 10:19:22 +01:00
..
fileutils Fix errcheck issues in server/channels/utils/fileutils/fileutils_test.go (#28919) 2024-10-25 09:38:51 +02:00
imgutils [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
mocks Upgrade Go to 1.24.3 (#31220) 2025-06-10 15:04:57 -03:00
testutils [MM-65837], [MM-65824] - Update Dependencies (#33972) 2025-10-01 20:19:22 +00:00
.mockery.yaml Migrate mockery to packages feature (#29013) 2024-11-07 12:48:11 +01:00
api.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
api_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
archive.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
archive_test.go MM-53032: Fix module path after repo rename (#23689) 2023-06-11 10:54:35 +05:30
backoff.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
backoff_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
emoji.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
file.go fixed initialism errors in accordance with golang conventions in 7 files. (#24287) 2023-08-22 10:15:51 +03:00
file_test.go fixed initialism errors in accordance with golang conventions in 7 files. (#24287) 2023-08-22 10:15:51 +03:00
hash.go Applies perfsprint linter (#24999) 2023-11-03 11:18:18 +01:00
humanize.go MM-57378: Bump up golangci version (#26535) 2024-03-22 10:23:21 +05:30
i18n.go Eliminate MM_SERVER_PATH (#24968) 2024-05-10 18:13:05 -03:00
license-public-key-test.txt update test public key (#22835) 2023-04-28 09:20:12 -05:00
license-public-key.txt Undo accidental merge (#22848) 2023-04-05 11:24:32 -04:00
license.go Fix nil pointer dereference in license validation (#34116) 2025-10-15 11:03:20 -03:00
license_public_key.go Service environment (#23443) 2023-06-07 10:15:33 -03:00
license_test.go Fix nil pointer dereference in license validation (#34116) 2025-10-15 11:03:20 -03:00
markdown.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
markdown_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
merge.go Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
merge_test.go [MM-61302] Use model.NewPointer throughout the code base (#28957) 2024-10-29 13:29:53 +01:00
policies-roles-mapping.json Integration permission management changes (#34421) 2025-11-13 11:12:30 +00:00
random.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
subpath.go MM-64486: Remove telemetry (#33606) 2025-09-04 18:46:18 +00:00
subpath_test.go MM-64486: Remove telemetry (#33606) 2025-09-04 18:46:18 +00:00
textgeneration.go [MM-64654] Migrate to modern Go features (#31820) 2025-07-18 12:54:51 +02:00
time.go Set batched notification email timestamps to user TZ (#26121) 2024-02-29 12:42:34 +01:00
time_test.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
urlencode.go Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
urlencode_test.go Add whitespace linter (#24855) 2023-10-11 10:13:36 +02:00
utils.go [MM-66918] Return descriptive errors from IsValidWebAuthRedirectURL (#34712) 2026-01-06 10:19:22 +01:00
utils_test.go [MM-66918] Return descriptive errors from IsValidWebAuthRedirectURL (#34712) 2026-01-06 10:19:22 +01:00