pull/30/head
Jonas Kruckenberg 3 years ago
parent 9a1fa9acbc
commit 36698d1436

@ -3,7 +3,11 @@
"browser": true, "browser": true,
"es2021": true "es2021": true
}, },
"extends": ["prettier", "eslint:recommended", "plugin:@typescript-eslint/recommended"], "extends": [
"prettier",
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"overrides": [], "overrides": [],
"parser": "@typescript-eslint/parser", "parser": "@typescript-eslint/parser",
"parserOptions": { "parserOptions": {

@ -3,19 +3,19 @@ name: Audit JavaScript
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 0 * * *' - cron: "0 0 * * *"
push: push:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/audit-javascript.yml' - ".github/workflows/audit-javascript.yml"
- "**/pnpm-lock.yaml" - "**/pnpm-lock.yaml"
- "**/package.json" - "**/package.json"
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/audit-javascript.yml' - ".github/workflows/audit-javascript.yml"
- "**/pnpm-lock.yaml" - "**/pnpm-lock.yaml"
- "**/package.json" - "**/package.json"

@ -3,19 +3,19 @@ name: Audit Rust
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 0 * * *' - cron: "0 0 * * *"
push: push:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/audit-rust.yml' - ".github/workflows/audit-rust.yml"
- "**/Cargo.lock" - "**/Cargo.lock"
- "**/Cargo.toml" - "**/Cargo.toml"
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/audit-rust.yml' - ".github/workflows/audit-rust.yml"
- "**/Cargo.lock" - "**/Cargo.lock"
- "**/Cargo.toml" - "**/Cargo.toml"

@ -5,21 +5,21 @@ on:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/lint-javascript.yml' - ".github/workflows/lint-javascript.yml"
- 'plugins/*/guest-js/**' - "plugins/*/guest-js/**"
- '.eslintignore' - ".eslintignore"
- '.eslintrc.json' - ".eslintrc.json"
- '.prettierignore' - ".prettierignore"
- "**/package.json" - "**/package.json"
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/lint-javascript.yml' - ".github/workflows/lint-javascript.yml"
- 'plugins/*/guest-js/**' - "plugins/*/guest-js/**"
- '.eslintignore' - ".eslintignore"
- '.eslintrc.json' - ".eslintrc.json"
- '.prettierignore' - ".prettierignore"
- "**/package.json" - "**/package.json"
concurrency: concurrency:

@ -5,15 +5,15 @@ on:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/lint-rust.yml' - ".github/workflows/lint-rust.yml"
- 'plugins/src/**' - "plugins/src/**"
- "**/Cargo.toml" - "**/Cargo.toml"
pull_request: pull_request:
branches: branches:
- dev - dev
paths: paths:
- '.github/workflows/lint-rust.yml' - ".github/workflows/lint-rust.yml"
- 'plugins/src/**' - "plugins/src/**"
- "**/Cargo.toml" - "**/Cargo.toml"
concurrency: concurrency:
@ -35,10 +35,10 @@ jobs:
- name: Install clippy with stable toolchain - name: Install clippy with stable toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: stable toolchain: stable
override: true override: true
components: clippy components: clippy
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- uses: actions-rs/clippy-check@v1 - uses: actions-rs/clippy-check@v1
with: with:
@ -51,15 +51,15 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install rustfmt with nightly toolchain - name: Install rustfmt with nightly toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: nightly toolchain: nightly
override: true override: true
components: rustfmt components: rustfmt
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: fmt command: fmt
args: --all -- --check args: --all -- --check

@ -2,17 +2,17 @@
| | | Win | Mac | Lin | iOS | And | | | | Win | Mac | Lin | iOS | And |
| ------------------------------------------ | --------------------------------------------------------- | --- | --- | --- | --- | --- | | ------------------------------------------ | --------------------------------------------------------- | --- | --- | --- | --- | --- |
| [authenticator](plugins/authenticator) | Interface with hardware security keys. | ✅ | ✅ | ✅ | ? | ? | | [authenticator](plugins/authenticator) | Interface with hardware security keys. | ✅ | ✅ | ✅ | ? | ? |
| [autostart](plugins/autostart) | Automatically launch your app at system startup. | ✅ | ✅ | ✅ | ? | ? | | [autostart](plugins/autostart) | Automatically launch your app at system startup. | ✅ | ✅ | ✅ | ? | ? |
| [fs-extra](plugins/fs-extra) | File system methods that aren't included in the core API. | ✅ | ✅ | ✅ | ? | ? | | [fs-extra](plugins/fs-extra) | File system methods that aren't included in the core API. | ✅ | ✅ | ✅ | ? | ? |
| [fs-watch](plugins/fs-watch) | Watch the filesystem for changes. | ✅ | ✅ | ✅ | ? | ? | | [fs-watch](plugins/fs-watch) | Watch the filesystem for changes. | ✅ | ✅ | ✅ | ? | ? |
| [localhost](plugins/localhost) | Use a localhost server in production apps. | ✅ | ✅ | ✅ | ? | ? | | [localhost](plugins/localhost) | Use a localhost server in production apps. | ✅ | ✅ | ✅ | ? | ? |
| [log](plugins/log) | Configurable logging. | ✅ | ✅ | ✅ | ? | ? | | [log](plugins/log) | Configurable logging. | ✅ | ✅ | ✅ | ? | ? |
| [persisted-scope](plugins/persisted-scope) | Persist runtime scope changes on the filesystem. | ✅ | ✅ | ✅ | ? | ? | | [persisted-scope](plugins/persisted-scope) | Persist runtime scope changes on the filesystem. | ✅ | ✅ | ✅ | ? | ? |
| [positioner](plugins/positioner) | Move windows to common locations. | ✅ | ✅ | ✅ | ? | ? | | [positioner](plugins/positioner) | Move windows to common locations. | ✅ | ✅ | ✅ | ? | ? |
| [sql](plugins/sql) | Interface with SQL databases. | ✅ | ✅ | ✅ | ? | ? | | [sql](plugins/sql) | Interface with SQL databases. | ✅ | ✅ | ✅ | ? | ? |
| [store](plugins/store) | Persistent key value storage. | ✅ | ✅ | ✅ | ? | ? | | [store](plugins/store) | Persistent key value storage. | ✅ | ✅ | ✅ | ? | ? |
| [stronghold](plugins/stronghold) | Encrypted, secure database. | ✅ | ✅ | ✅ | ? | ? | | [stronghold](plugins/stronghold) | Encrypted, secure database. | ✅ | ✅ | ✅ | ? | ? |
| [upload](plugins/upload) | Tauri plugin for file uploads through HTTP. | ✅ | ✅ | ✅ | ? | ? | | [upload](plugins/upload) | Tauri plugin for file uploads through HTTP. | ✅ | ✅ | ✅ | ? | ? |
| [websocket](plugins/websocket) | | ✅ | ✅ | ✅ | ? | ? | | [websocket](plugins/websocket) | | ✅ | ✅ | ✅ | ? | ? |
| [window-state](plugins/window-state) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? | | [window-state](plugins/window-state) | Persist window sizes and positions. | ✅ | ✅ | ✅ | ? | ? |

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

@ -5,11 +5,13 @@
## Install ## Install
``` ```
``` ```
## Usage ## Usage
``` ```
``` ```
## Contributing ## Contributing

Loading…
Cancel
Save