You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We currently only add CORS config on the transcoder and runtime proxy handlers.
184
+
// Other endpoints here don't need CORS config because they should not be used in cross-origin browser requests.
185
+
transcoderCORSMiddleware:=cors.New(newCORSOptions(s.opts.AllowedOrigins, true)).Handler// Allow cookies for calls from ui.rilldata.com to admin.rilldata.com
186
+
runtimeProxyCORSMiddleware:=cors.New(newCORSOptions([]string{"*"}, false)).Handler// Allow any origin but no cookies. In the longer term, we should add explicit domain allowlisting per org or project.
187
+
182
188
// Add gRPC and gRPC-to-REST transcoder.
183
189
// This will be the fallback for REST routes like `/v1/ping` and GPRC routes like `/rill.admin.v1.AdminService/Ping`.
This folder contains docs for Rill, generated using [Docusaurus](https://docusaurus.io/) and deployed to [https://docs.rilldata.com](https://docs.rilldata.com).
Copy file name to clipboardExpand all lines: docs/blog/0.10.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ description: Rill is the world's first AI-native business intelligence tool. Tru
10
10
:::note
11
11
⚡ Rill Developer is a tool that makes it effortless to transform your datasets with SQL and create powerful, opinionated dashboards. These are our release notes for our `0.10` release, still in Tech Preview.
12
12
13
-
[To try out Rill Developer, check out these instructions](/get-started/install) and [let us know over on Discord](https://discord.gg/2ubRfjC7Rh) if you encounter any problems or have ideas about how to improve Rill Developer!
13
+
[To try out Rill Developer, check out these instructions](/developers/get-started/install) and [let us know over on Discord](https://discord.gg/2ubRfjC7Rh) if you encounter any problems or have ideas about how to improve Rill Developer!
14
14
:::
15
15
16
16
In our 0.6 release of Rill Developer we introduced dashboard leaderboards that present the top 7 dimension values for a given measure. Understanding the leads of each dimension helps us understand major players, but it is is hard to go deeper when you can only select 1 metric at a time for the very top of the pack. In the 0.10 release of Rill Developer we introduce *expanded leaderboard tables* to help you make these comparisons easily and focus on the impact of more segments.
17
17
18
18
-**Expanded leaderboard metrics —** When we are exploring aggregated measures we want to be able to compare dimension values and see additional values beyond the top 7 when they are focused on a specific dimension’s impact. Our new dimension tables expand your leaderboards to provide a deeper view into all of your metrics for the top 250 values. You can use these values as filters.
19
19
20
-
-**Nightly binaries —** Want to stay on the bleeding edge of our development? We have added support for nightly builds of our fast install binaries. You can easily switch between the [production release](/get-started/install) and the nightly build by re-running the script for the version you want. Try it yourself using our nightly build script:
20
+
-**Nightly binaries —** Want to stay on the bleeding edge of our development? We have added support for nightly builds of our fast install binaries. You can easily switch between the [production release](/developers/get-started/install) and the nightly build by re-running the script for the version you want. Try it yourself using our nightly build script:
Copy file name to clipboardExpand all lines: docs/blog/0.11.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ description: Rill is the world's first AI-native business intelligence tool. Tru
11
11
:::note
12
12
⚡ Rill Developer is a tool that makes it effortless to transform your datasets with SQL and create powerful, opinionated dashboards. These are our release notes for our `0.11` release, still in Tech Preview.
13
13
14
-
[To try out Rill Developer, check out these instructions](/get-started/install) and [let us know over on Discord](https://discord.gg/2ubRfjC7Rh) if you encounter any problems or have ideas about how to improve Rill Developer!
14
+
[To try out Rill Developer, check out these instructions](/developers/get-started/install) and [let us know over on Discord](https://discord.gg/2ubRfjC7Rh) if you encounter any problems or have ideas about how to improve Rill Developer!
Copy file name to clipboardExpand all lines: docs/blog/0.12.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ description: Rill is the world's first AI-native business intelligence tool. Tru
11
11
:::note
12
12
⚡ Rill Developer is a tool that makes it effortless to transform your datasets with SQL and create powerful, opinionated dashboards. These are our release notes for our `0.12` release, still in Tech Preview.
13
13
14
-
[To try out Rill Developer, check out these instructions](/get-started/install) and [let us know over on Discord](https://discord.gg/2ubRfjC7Rh) if you encounter any problems or have ideas about how to improve Rill Developer!
14
+
[To try out Rill Developer, check out these instructions](/developers/get-started/install) and [let us know over on Discord](https://discord.gg/2ubRfjC7Rh) if you encounter any problems or have ideas about how to improve Rill Developer!
Copy file name to clipboardExpand all lines: docs/blog/0.13.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ description: Rill is the world's first AI-native business intelligence tool. Tru
11
11
:::note
12
12
⚡ Rill Developer is a tool that makes it effortless to transform your datasets with SQL and create powerful, opinionated dashboards. These are our release notes for our `0.13` release, still in Tech Preview.
13
13
14
-
[To try out Rill Developer, check out these instructions](/get-started/install) and [let us know over on Discord](https://discord.gg/2ubRfjC7Rh) if you encounter any problems or have ideas about how to improve Rill Developer!
14
+
[To try out Rill Developer, check out these instructions](/developers/get-started/install) and [let us know over on Discord](https://discord.gg/2ubRfjC7Rh) if you encounter any problems or have ideas about how to improve Rill Developer!
15
15
:::
16
16
17
17
18
18
Historically in Rill Developer it could be cumbersome to maintain fresh data sources through the local file system. Keeping data sources fresh and relevant to your current questions helps you proactively address what is happening in real time. If data is being collected over time and stored in a data warehouse, you would need to repeatedly track down, download, and import the files you care about to utilize the power of Rill. The process of refreshing data shouldn’t feel like a barrier to exploring the current trends.
19
19
20
20
In this release of Rill Developer we have added the ability to bring remotely stored files from GCS / S3 into your local Rill application through a remote connection. This gives you all of the incredible analytical power of DuckDB with Rill's powerful profiling and exploratory dashboard. Try Rill connections and spend less time digging in your data warehouse for the latest files and more time exploring what insights they hold.
21
21
22
-
NOTE: We will not support Docker and npm install paths moving forward to help us focus on a high quality binary install experience. Please try Rill with our [binary](/get-started/install) moving forward.
22
+
NOTE: We will not support Docker and npm install paths moving forward to help us focus on a high quality binary install experience. Please try Rill with our [binary](/developers/get-started/install) moving forward.
23
23
24
24
-**S3 and GCS stored file connections —** Connections keep your local data fresh and evergreen by establishing the location and credentials needed to access your data stored in the cloud. Our S3 and GCS connectors bring remote parquet and CSV files into Rill Developer’s sources for exploration with the click of a button. Each time the source is refreshed it will fully replace the current source with the remote file keeping your models and dashboards current over time. Rill picks up your local environment credentials to access protected remote files making it extremely low-touch to get started. Check out [our documentation](https://docs.rilldata.com/) to learn more.
25
25
-**Making your experience better —** This release included many fixes to ensure we are providing a more cohesive application experience. We aligned interactions across different surfaces, reviewed our use of color, revised our copy, fixed browser some jank, and corrected performance regressions. A few of our notable contributions include:
0 commit comments