Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add oauth proxy edge function" #138

Merged
merged 5 commits into from
Aug 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

# Generated files
.docusaurus
.netlify
.cache-loader

# Misc
Expand Down
2 changes: 1 addition & 1 deletion docs/services/sdk/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "Get an idea of what a Restate Typescript service looks like."
Restate offers a Typescript SDK to author Restate services using Typescript.

:::tip
To get started quickly, have a look at our [Typescript service template](https://github.com/restatedev/node-template)!
To get started quickly, use the [Typescript service template generator](https://github.com/restatedev/node-template-generator)!
:::

## Installation
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const config = {
variableInjector, // replaces eg VAR::RESTATE_DIST_VERSION with config strings
{
replacements: {
RESTATE_DIST_VERSION: '0.2.0',
RESTATE_DIST_VERSION: '0.2.1',
TYPESCRIPT_SDK_VERSION: '0.2.0',
TOUR_VERSION: 'v0.2.0',
},
Expand Down
3 changes: 0 additions & 3 deletions netlify.toml

This file was deleted.

169 changes: 0 additions & 169 deletions netlify/edge-functions/auth.ts

This file was deleted.

6 changes: 3 additions & 3 deletions static/schemas/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"max_interval": "10s",
"type": "Exponential"
},
"tmp_dir": "/tmp/invoker-018a22ade7907754a1d9efcf97fb2e4c"
"tmp_dir": "/var/folders/tw/68_ctnh50rn41q721zt5pwfc0000gn/T/invoker-018a336fb224778db3835887d790ee97"
},
"partitions": 1024,
"storage_query": {
Expand Down Expand Up @@ -307,7 +307,7 @@
"max_interval": "10s",
"type": "Exponential"
},
"tmp_dir": "/tmp/invoker-018a22ade7907469a8ef400edc0b101e"
"tmp_dir": "/var/folders/tw/68_ctnh50rn41q721zt5pwfc0000gn/T/invoker-018a336fb2247f5bb48b76582629d298"
},
"$ref": "#/definitions/InvokerOptions"
},
Expand Down Expand Up @@ -549,7 +549,7 @@
"tmp_dir": {
"title": "Temporary directory",
"description": "Temporary directory to use for the invoker temporary files. If empty, the system temporary directory will be used instead.",
"default": "/tmp/invoker-018a22ade78f71aa9d6bd866dc6cf545",
"default": "/var/folders/tw/68_ctnh50rn41q721zt5pwfc0000gn/T/invoker-018a336fb22471ec81604ab464a89800",
"type": "string"
},
"concurrency_limit": {
Expand Down
2 changes: 1 addition & 1 deletion static/schemas/openapi-meta.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/schemas/restate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ worker:
message_size_warning: 10485760
message_size_limit: null
proxy_uri: null
tmp_dir: /tmp/invoker-018a22ade8a27040bfb2c0d36e5e6ce0
tmp_dir: /var/folders/tw/68_ctnh50rn41q721zt5pwfc0000gn/T/invoker-018a336fb5827f99b6bd532b2dd4459a
concurrency_limit: null
http2_keep_alive:
interval: 40s
Expand Down