Skip to content

chore: add external user alias resolver - #2340

Draft
yashmehrotra wants to merge 2 commits into
mainfrom
external-user-alias
Draft

chore: add external user alias resolver#2340
yashmehrotra wants to merge 2 commits into
mainfrom
external-user-alias

Conversation

@yashmehrotra

Copy link
Copy Markdown
Member

No description provided.

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 081347ff-b6f1-44f1-aa93-aaaa55ed8d06

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

Benchstat

Base: eb696cbe43730a67c4278a85329fb9a12aa2bb01
Head: 6d8fd49f4c75f8f829ff0cc902cb976c553499dc

📊 1 minor regression(s) (all within 5% threshold)

Benchmark Base Head Change p-value
BenchSaveResultsSeed/N=1000-4 1.277Gi 1.278Gi +0.02% 0.041
Full benchstat output
goos: linux
goarch: amd64
pkg: github.com/flanksource/config-db/bench
cpu: AMD EPYC 7763 64-Core Processor                
                                         │ bench-base.txt │           bench-head.txt           │
                                         │     sec/op     │    sec/op     vs base              │
LocationFilter/smallEnv-4                    23.22µ ± 17%   20.34µ ± 13%       ~ (p=0.180 n=6)
LocationFilter/largeEnv-4                    47.16µ ±  2%   47.52µ ±  1%       ~ (p=0.180 n=6)
RunTemplateBool/smallEnv-4                   10.80µ ±  2%   10.88µ ±  1%       ~ (p=0.065 n=6)
RunTemplateBool/largeEnv-4                   20.22µ ±  0%   20.26µ ±  1%       ~ (p=0.240 n=6)
BenchSaveResultsSeed/N=1000-4                 4.162 ± 10%    4.169 ± 11%       ~ (p=0.937 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4      3.533 ±  2%    3.505 ±  2%       ~ (p=0.240 n=6)
BenchSaveResultsUpdateChanged/N=1000-4        7.977 ±  3%    7.906 ±  4%       ~ (p=0.132 n=6)
geomean                                      4.319m         4.240m        -1.84%

                                         │ bench-base.txt │            bench-head.txt            │
                                         │      B/op      │     B/op      vs base                │
LocationFilter/smallEnv-4                    14.97Ki ± 0%   14.97Ki ± 0%       ~ (p=1.000 n=6) ¹
LocationFilter/largeEnv-4                    20.38Ki ± 0%   20.38Ki ± 0%  +0.00% (p=0.002 n=6)
RunTemplateBool/smallEnv-4                   8.359Ki ± 0%   8.359Ki ± 0%       ~ (p=1.000 n=6) ¹
RunTemplateBool/largeEnv-4                   10.16Ki ± 0%   10.16Ki ± 0%       ~ (p=0.061 n=6)
BenchSaveResultsSeed/N=1000-4                1.277Gi ± 0%   1.278Gi ± 0%  +0.02% (p=0.041 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4     32.20Mi ± 0%   32.20Mi ± 0%       ~ (p=0.818 n=6)
BenchSaveResultsUpdateChanged/N=1000-4       797.8Mi ± 1%   796.7Mi ± 1%       ~ (p=0.699 n=6)
geomean                                      990.4Ki        990.3Ki       -0.01%
¹ all samples are equal

                                         │ bench-base.txt │            bench-head.txt            │
                                         │   allocs/op    │  allocs/op    vs base                │
LocationFilter/smallEnv-4                     278.0 ±  0%    278.0 ±  0%       ~ (p=1.000 n=6) ¹
LocationFilter/largeEnv-4                     522.0 ±  0%    522.0 ±  0%       ~ (p=1.000 n=6) ¹
RunTemplateBool/smallEnv-4                    216.0 ±  0%    216.0 ±  0%       ~ (p=1.000 n=6) ¹
RunTemplateBool/largeEnv-4                    297.0 ±  0%    297.0 ±  0%       ~ (p=1.000 n=6) ¹
BenchSaveResultsSeed/N=1000-4                442.6k ±  0%   442.6k ±  0%       ~ (p=0.894 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4     396.9k ±  0%   396.9k ±  0%       ~ (p=0.937 n=6)
BenchSaveResultsUpdateChanged/N=1000-4       984.1k ± 13%   984.1k ± 13%       ~ (p=0.623 n=6)
geomean                                      7.703k         7.703k        -0.00%
¹ all samples are equal

                                         │ bench-base.txt │           bench-head.txt           │
                                         │      MB/s      │    MB/s     vs base                │
BenchSaveResultsSeed/N=1000-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
BenchSaveResultsUpdateUnchanged/N=1000-4     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
BenchSaveResultsUpdateChanged/N=1000-4       0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                                 ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

Gavel results

Gavel exited with code 1.

View full results

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.

1 participant