-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gh action new pr, oracle doc & changelog, sql quickstart, changelog Y…
…outube videos
- Loading branch information
Showing
16 changed files
with
170 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Trigger Webhook on PR Ready for Review | ||
|
||
on: | ||
pull_request: | ||
types: [ready_for_review] | ||
|
||
jobs: | ||
trigger-webhook: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Trigger Webhook | ||
uses: fjogeleit/http-request-action@master | ||
with: | ||
url: 'https://app.windmill.dev/api/w/windmill-labs/jobs/run/f/f/docs/new_pr' | ||
method: 'POST' | ||
contentType: 'application/json' | ||
customHeaders: | | ||
{ | ||
"Authorization": "Bearer QfrOKeyXeSHT7C3IgZYF3WnBrssRokxN", | ||
"Content-Type": "application/json" | ||
} | ||
data: | | ||
{ | ||
"author": "${{ github.event.pull_request.user.login }}", | ||
"title": "${{ github.event.pull_request.title }}", | ||
"number": "${{ github.event.pull_request.number }}" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
slug: oracle-support | ||
version: v1.447.0 | ||
title: Oracle support | ||
tags: ['Oracle', 'SQL', 'Enterprise'] | ||
description: Windmill now supports Oracle scripts. | ||
features: | ||
[ | ||
'Write your Windmill script in Oracle.', | ||
'Run your Oracle scripts locally or in the cloud.', | ||
] | ||
image: ./editor_oracle.png | ||
docs: /docs/getting_started/scripts_quickstart/sql | ||
--- |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Binary file added
BIN
+461 KB
docs/getting_started/0_scripts_quickstart/5_sql_quickstart/select_oracle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+770 KB
(680%)
docs/getting_started/0_scripts_quickstart/5_sql_quickstart/sqls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-37.8 KB
docs/getting_started/0_scripts_quickstart/5_sql_quickstart/sqls.png.webp
Binary file not shown.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.