Skip to content

Commit

Permalink
Update calendly links in library docs (#1560)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Scott <[email protected]>
  • Loading branch information
gkaemmer and samscott89 authored Apr 29, 2022
1 parent 23418cb commit 9cc062b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/content/any/learn/polar-foundations.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ Most Polar rules you'll see are in this `statement if condition;` form. That's w

We haven’t covered how to use Polar to express particular authorization policies. Many Polar examples can be found in our [authorization guides](https://docs.osohq.com/guides.html).

We're also always happy to help you get started with Oso! If you'd like to learn more about using Oso in your app or have any questions, [schedule a 1x1 with an Oso engineer](https://calendly.com/osohq/1-on-1).
We're also always happy to help you get started with Oso! If you'd like to learn more about using Oso in your app or have any questions, [schedule a 1x1 with an Oso engineer](https://calendly.com/osohq/1-on-1?utm_source=library_docs&utm_content=polar_foundations).
2 changes: 1 addition & 1 deletion docs/content/any/project/get-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Oso engineering team is available to help you as you build out authorization
- Authorization model and design reviews

We're available in [Slack](https://join-slack.osohq.com/), along with hundreds of other developers working on
authorization. You can also [set up a 1x1 with an Oso engineer](https://calendly.com/osohq/1-on-1).
authorization. You can also [set up a 1x1 with an Oso engineer](https://calendly.com/osohq/1-on-1?utm_source=library_docs&utm_content=get_help).

For customers who want an SLA on support, we provide paid support. This includes:

Expand Down
4 changes: 2 additions & 2 deletions docs/content/any/project/upgrading-to-0-20/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ Control (RBAC)](/guides/rbac) guide.
**If you are using Polar Roles or SQLAlchemy Roles with a previous version of
Oso and want to upgrade to the 0.20 release, please reach out via
[Slack](https://join-slack.osohq.com/) or [schedule a 1-on-1 with an engineer
from the core team](https://calendly.com/osohq/1-on-1).**
from the core team](https://calendly.com/osohq/1-on-1?utm_source=library_docs&utm_content=upgrade_to_020).**
{{% /ifLang %}}
{{% ifLang not="python" %}}
**If you are using Polar Roles with a previous version of Oso and want to
upgrade to the 0.20 release, please reach out via
[Slack](https://join-slack.osohq.com/) or [schedule a 1-on-1 with an engineer
from the core team](https://calendly.com/osohq/1-on-1).**
from the core team](https://calendly.com/osohq/1-on-1?utm_source=library_docs&utm_content=upgrade_to_020).**
{{% /ifLang %}}

{{% ifLang not="rust" %}}
Expand Down
2 changes: 1 addition & 1 deletion docs/themes/oso-tailwind/layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<h3>Set up a 1x1 with an Oso Engineer</h3>
<p>Our team is happy to help you get started with Oso. If you'd like to learn more
about using Oso in your app or have any questions,
<a id="1-on-1-schedule" href="https://calendly.com/osohq/1-on-1">schedule a 1x1 with an Oso
<a id="1-on-1-schedule" href="https://calendly.com/osohq/1-on-1?utm_source=library_docs&utm_content=footer">schedule a 1x1 with an Oso
engineer</a>.<p>
</div>
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion docs/themes/oso-tailwind/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h3>Set up a 1x1 with an Oso Engineer</h3>
<p>Our team is happy to help you get started with Oso. If you'd like to learn more
about using Oso in your app or have any questions about this guide,
<a id="1-on-1-schedule" href="https://calendly.com/osohq/1-on-1">schedule a 1x1 with an Oso
<a id="1-on-1-schedule" href="https://calendly.com/osohq/1-on-1?utm_source=library_docs&utm_content=footer">schedule a 1x1 with an Oso
engineer</a>.<p>
{{ end }}
</article>
Expand Down

2 comments on commit 9cc062b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rust Benchmark

Benchmark suite Current: 9cc062b Previous: 23418cb Ratio
rust_get_attribute 61608 ns/iter (± 5690) 45294 ns/iter (± 2037) 1.36
n_plus_one/100 2826721 ns/iter (± 263420) 2206953 ns/iter (± 37104) 1.28
n_plus_one/500 13799469 ns/iter (± 1044041) 10647823 ns/iter (± 195854) 1.30
n_plus_one/1000 27126166 ns/iter (± 1630714) 21184951 ns/iter (± 477965) 1.28
unify_once 1247 ns/iter (± 117) 973 ns/iter (± 1309) 1.28
unify_twice 3403 ns/iter (± 1311) 2568 ns/iter (± 93) 1.33
many_rules 86558 ns/iter (± 7039) 63473 ns/iter (± 1464) 1.36
fib/5 679961 ns/iter (± 67724) 534336 ns/iter (± 10179) 1.27
prime/3 23596 ns/iter (± 2718) 17987 ns/iter (± 776) 1.31
prime/23 24474 ns/iter (± 2343) 17972 ns/iter (± 774) 1.36
prime/43 23586 ns/iter (± 3131) 17940 ns/iter (± 902) 1.31
prime/83 23456 ns/iter (± 1635) 17924 ns/iter (± 790) 1.31
prime/255 22025 ns/iter (± 1974) 16570 ns/iter (± 670) 1.33
indexed/100 8269 ns/iter (± 2108) 6038 ns/iter (± 714) 1.37
indexed/500 10946 ns/iter (± 3133) 7522 ns/iter (± 2295) 1.46
indexed/1000 13513 ns/iter (± 2072) 9275 ns/iter (± 224) 1.46
indexed/10000 32025 ns/iter (± 7799) 27550 ns/iter (± 1769) 1.16
not 7691 ns/iter (± 683) 5997 ns/iter (± 108) 1.28
double_not 15853 ns/iter (± 1162) 12473 ns/iter (± 355) 1.27
De_Morgan_not 10160 ns/iter (± 1395) 7999 ns/iter (± 182) 1.27
load_policy 1174156 ns/iter (± 69889) 893251 ns/iter (± 1137) 1.31
partial_and/1 41992 ns/iter (± 3804) 31696 ns/iter (± 1488) 1.32
partial_and/5 147264 ns/iter (± 21536) 110347 ns/iter (± 3319) 1.33
partial_and/10 275439 ns/iter (± 21027) 209859 ns/iter (± 4304) 1.31
partial_and/20 554392 ns/iter (± 28499) 427682 ns/iter (± 6439) 1.30
partial_and/40 1202556 ns/iter (± 71362) 904724 ns/iter (± 14864) 1.33
partial_and/80 2771291 ns/iter (± 171269) 2042718 ns/iter (± 5428) 1.36
partial_and/100 3687553 ns/iter (± 197262) 2705988 ns/iter (± 6417) 1.36
partial_rule_depth/1 128273 ns/iter (± 10036) 102582 ns/iter (± 4153) 1.25
partial_rule_depth/5 421665 ns/iter (± 32029) 337222 ns/iter (± 9921) 1.25
partial_rule_depth/10 918721 ns/iter (± 96231) 732038 ns/iter (± 11352) 1.26
partial_rule_depth/20 2789835 ns/iter (± 184261) 2054219 ns/iter (± 7670) 1.36
partial_rule_depth/40 10517720 ns/iter (± 612897) 7484715 ns/iter (± 68743) 1.41
partial_rule_depth/80 68877275 ns/iter (± 4515650) 44305073 ns/iter (± 505193) 1.55
partial_rule_depth/100 125939953 ns/iter (± 4981357) 81594970 ns/iter (± 477347) 1.54

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 9cc062b Previous: 23418cb Ratio
partial_rule_depth/80 68877275 ns/iter (± 4515650) 44305073 ns/iter (± 505193) 1.55
partial_rule_depth/100 125939953 ns/iter (± 4981357) 81594970 ns/iter (± 477347) 1.54

This comment was automatically generated by workflow using github-action-benchmark.

CC: @osohq/eng

Please sign in to comment.