Render login/logout buttons on the nav bar - #1213
Merged
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: This PR adds session-aware sign-in and sign-out controls to the web explorer navigation bar. Changes:
🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
All reported issues were addressed across 30 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 821bafc | Previous: 2054df5 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
342 ms |
384 ms |
0.89 |
Add one schema (100 existing) |
32 ms |
35 ms |
0.91 |
Add one schema (1000 existing) |
104 ms |
104 ms |
1 |
Add one schema (10000 existing) |
848 ms |
878 ms |
0.97 |
Update one schema (1 existing) |
24 ms |
26 ms |
0.92 |
Update one schema (101 existing) |
34 ms |
35 ms |
0.97 |
Update one schema (1001 existing) |
101 ms |
106 ms |
0.95 |
Update one schema (10001 existing) |
812 ms |
883 ms |
0.92 |
Cached rebuild (1 existing) |
8 ms |
8 ms |
1 |
Cached rebuild (101 existing) |
11 ms |
11 ms |
1 |
Cached rebuild (1001 existing) |
39 ms |
39 ms |
1 |
Cached rebuild (10001 existing) |
328 ms |
346 ms |
0.95 |
Index 100 schemas |
646 ms |
654 ms |
0.99 |
Index 1000 schemas |
1581 ms |
1575 ms |
1.00 |
Index 10000 schemas |
13748 ms |
14144 ms |
0.97 |
Index 10000 schemas (custom meta-schema) |
16617 ms |
16860 ms |
0.99 |
Index 10000 schemas ($ref fan-out) |
16604 ms |
17123 ms |
0.97 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
There was a problem hiding this comment.
Benchmark Index (enterprise)
Details
| Benchmark suite | Current: 821bafc | Previous: 2054df5 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
401 ms |
367 ms |
1.09 |
Add one schema (100 existing) |
102 ms |
100 ms |
1.02 |
Add one schema (1000 existing) |
160 ms |
164 ms |
0.98 |
Add one schema (10000 existing) |
794 ms |
919 ms |
0.86 |
Update one schema (1 existing) |
92 ms |
95 ms |
0.97 |
Update one schema (101 existing) |
100 ms |
100 ms |
1 |
Update one schema (1001 existing) |
158 ms |
158 ms |
1 |
Update one schema (10001 existing) |
826 ms |
930 ms |
0.89 |
Cached rebuild (1 existing) |
8 ms |
7 ms |
1.14 |
Cached rebuild (101 existing) |
11 ms |
8 ms |
1.38 |
Cached rebuild (1001 existing) |
38 ms |
26 ms |
1.46 |
Cached rebuild (10001 existing) |
316 ms |
224 ms |
1.41 |
Index 100 schemas |
487 ms |
598 ms |
0.81 |
Index 1000 schemas |
1533 ms |
1272 ms |
1.21 |
Index 10000 schemas |
13155 ms |
11597 ms |
1.13 |
Index 10000 schemas (custom meta-schema) |
15923 ms |
16113 ms |
0.99 |
Index 10000 schemas ($ref fan-out) |
15896 ms |
14332 ms |
1.11 |
This comment was automatically generated by workflow using github-action-benchmark.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Juan Cruz Viotti jv@jviotti.com