Skip to content

Conversation

@issuedat
Copy link
Contributor

  • Installs the trgm extension if it's not already installed
  • Prefers auth_trgm index and fallsback to pg_trgm if not available
  • Create index statements are namespaced with the schema
  • Failing to install the trgm extension aborts index creation

@issuedat issuedat requested a review from a team as a code owner November 20, 2025 09:53
@coveralls
Copy link

coveralls commented Nov 20, 2025

Pull Request Test Coverage Report for Build 19539110255

Details

  • 48 of 76 (63.16%) changed or added relevant lines in 1 file are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.04%) to 68.339%

Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/indexworker/indexworker.go 48 76 63.16%
Files with Coverage Reduction New Missed Lines %
internal/indexworker/indexworker.go 3 78.78%
Totals Coverage Status
Change from base Build 19457587480: -0.04%
Covered Lines: 14408
Relevant Lines: 21083

💛 - Coveralls

@issuedat issuedat merged commit 05daa43 into master Nov 20, 2025
5 checks passed
@issuedat issuedat deleted the iat/auth-906-auth-trgm branch November 20, 2025 13:59
cemalkilic pushed a commit that referenced this pull request Nov 24, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.183.0](v2.182.1...v2.183.0)
(2025-11-20)


### Features

* async, concurrent index creation for users table
([#2239](#2239))
([a1146bf](a1146bf))
* **indexworker:** use `auth_trgm` extension if available
([#2263](#2263))
([05daa43](05daa43))
* **oauthserver:** add OpenID Connect support
([#2250](#2250))
([162788f](162788f))
* **oauthserver:** update oauth grant list & authorization details
response structure
([#2247](#2247))
([137ea92](137ea92))
* **oauthserver:** use `NewOAuthServerAuthorizationParams` &
configurable ttl for authorization
([#2254](#2254))
([61632f8](61632f8))


### Bug Fixes

* **indexworker:** detect which schema `pg_trgm` exists in
([#2260](#2260))
([4be12b3](4be12b3))
* look for refresh token on mfa verification only in v1
([#2249](#2249))
([2906b24](2906b24))
* mfa verify now works with refresh token algorithm v2
([#2246](#2246))
([4e8275f](4e8275f))
* **social-auth:** default to current_user:read for Figma provider
([#2195](#2195))
([f409d11](f409d11))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants