Pauan
af3cc7d7f7
Adding in Dominator recipe ( #1912 )
...
* Adding in Dominator recipe
* Running prettifier
* add dominator to cta tests
* update postinit message
* add `src-tauri` as a worksapce member
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com >
2021-08-01 23:47:31 -03:00
Amr Bashir
718d9513ce
refactor(cta): update vite recipe to use their new npm package ( #2220 )
2021-07-29 09:31:04 -03:00
david
59eb14e25b
fix(ci): code sign artifacts ( #2217 )
2021-07-15 08:48:27 -04:00
david
074caa3247
fix(ci): expose TAURI_PRIVATE_KEY for PR's ( #2215 )
2021-07-14 17:38:25 -04:00
Epsilon_02
489fad5524
Angular create tauri app [ #1934 ] ( #2203 )
2021-07-14 16:36:46 -04:00
david
8237260f01
fix(ci): CTA cleanup ( #2214 )
2021-07-14 16:22:10 -04:00
david
6874cc6b7a
fix(cta): remove branch from workflow_dispatch ( #2212 )
2021-07-14 16:13:30 -04:00
david
456a94f663
fix(macOS): updater EXC_BAD_ACCESS ( #2181 )
...
* fix(ci): updater artifacts
* add temporary macos signature
* add entitlement and notarization credentials
* WIP macos fix
* build version 2.0.0 with macos signature
* [ci skip] revert version to `1.0.0`
* sandbox current app to a directory
* make clippy happy
* [ci skip] disable `Notarization` in CI tests
* [ci skip] add changefile
* remove unwanted `unwrap` and `expect`
* fmt
2021-07-12 12:03:27 -03:00
Thad Guidry
fa06fa07e3
Add Docs as a checkmark category for PR's coming directly ( #2087 )
...
...like mine!
2021-06-27 19:53:58 -03:00
Laegel
bd038b5f5d
fix: Not SCPing the correct source
2021-06-26 23:37:45 +02:00
Laegel
710a4f95db
Merge branch 'dev' of github.com:tauri-apps/tauri into dev
2021-06-26 19:54:22 +02:00
Laegel
b607ac37ad
fix: tauri-docs ref was wrong
2021-06-26 19:54:08 +02:00
Laegel
2a65ac1a77
Fix/update docs ( #2070 )
...
* fix: Adding SSH inspector
* debug: Update docs
* debug: With SSH
* fix: Wrong target path for typedocusaurus
* fix: Search bot is SCPed in a deeper directory
2021-06-26 17:14:54 +02:00
nothingismagick
ad341517df
chore(issue-template): make tauri info required [skip ci] ( #2066 )
...
Make our expectations clear.
2021-06-24 08:57:12 -03:00
Lucas Fernandes Nogueira
dee71ad583
fix(workflows): update docs workflow syntax ( #2054 )
2021-06-23 15:24:23 -03:00
Laegel
96387591dd
Fix: docs ( #1950 )
...
* fix: Invalid YML
* fix: Workaroung for +
* fix: Forgot double quotes
* fix: Adapting to definition limits
* fix: Resetting v1 for rustdocusaurus
* fix: Installing API deps
* fix: Installing API deps
* fix: Typedoc fails with TS > 4.2
* fix: Running on core-docs-sidebar branch for tauri-docs
* fix: Attempt with WORKSPAC env variable
Signed-off-by: Laegel <valentin.chouaf@laposte.net >
* fix: Var not evaluated
* fix: Alternate workspace variable
* fix: Applying workspace var to other steps
* fix: Using workspace variable
* fix: Copy folder content instead
* fix: typedocusaurus targetPath and added input version
* fix: Attempt to make create-dotenv work
* fix: Attempt to make create-dotenv work
* fix: Attempt to make create-dotenv work
* fix: Attempt to make search bot scp & start work
* fix: Added on release trigger
2021-06-15 10:40:43 +02:00
Laegel
37db639a65
feat(docs): Added version-bound docs ( #1676 )
2021-06-02 08:55:07 -03:00
Jacob Bolda
a5d821efd5
fix cta workflow to use platform (instead of branch) ( #1929 )
2021-05-31 10:53:27 -05:00
david
977b3a8a08
feat(benches): Basic bench implementation ( #1871 )
2021-05-21 16:50:40 -03:00
Laegel
2572dfbb9f
update-docs workflow was using an old rustdocusaurus version ( #1821 )
2021-05-13 10:06:49 -03:00
Jacob Bolda
8a164d0a1f
fix: CTA cache and vite build ( #1806 )
...
* use file as version for local links
this also makes it closer to the production version and less likely to accidentally introudce an issue
* always install latest without asking
* work around issues with esbuild installing properly
* test shouldn't run build-release on the cli
* build cli.js and api outside of the test
* try test on windows
* change file
* switch back to linux test
* -y prompt not available on npm@6, remove
* pipe
2021-05-12 14:25:44 -05:00
Lucas Fernandes Nogueira
22676df57a
refactor(core): menu and system-tray feature flags ( #1765 )
2021-05-10 13:27:42 -03:00
Jacob Bolda
ea28d01691
create-tauri-app welcome prompt and recipes links ( #1748 )
...
* CTA welcome prompt and recipes links
* fix tests for new recipe names
* check that package file exists before build
* change file
* turn off vuecli tests until we can get them to pass
2021-05-09 09:31:01 -05:00
Lucas Fernandes Nogueira
56e74ccf74
feat(core): ensure window.print()works on macOS ( #1738 )
2021-05-07 10:58:44 -03:00
Lucas Fernandes Nogueira
f1aa12075f
fix(bundler): update create-dmg, fixes #1571 ( #1729 )
2021-05-06 12:57:08 -03:00
Jacob Bolda
397b7af395
chore: CTA defaults in CI mode ( #1671 )
...
* better defaults in CI mode
* chalk should be a dep since it needs to be installed by user
* always install webkit2gtk
* avoid installing `cli.js` from npm in `--dev` mode
* use correct path for `api` linking in tests
* update `tauri.conf.json` after init
* remove `beforeBuild/DevCommand` from vanilla recipe
* explicitly install `vite` deps
* change file
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com >
2021-05-05 07:25:17 -05:00
Jacob Bolda
af6411d5f8
feat: setup testing for CTA ( #1615 )
...
* feat: setup testing for CTA
* install with yarn
* build before test
* add yarn to npm runs for install / test start
* add dev mode to link cli.js and api locally
* remove fixtures
* run tests serially
* cli.js build-release avoids webpack error
* assert on package.json contents as first check
* run tauri build and split out custom asserts
* add changefile
* shorten workflow name
* too short
* exclude npm@6 on node@16
* increase timeout, tauri build takes a bit of time
* only assert that the tauri script exists
2021-04-27 09:14:24 -05:00
Lucas Fernandes Nogueira
cbb6960104
fix(ci): update-docs workflow ( #1618 )
2021-04-25 17:38:43 -03:00
Lucas Nogueira
4d42548381
fix(ci): branch name
2021-04-23 15:34:38 -03:00
Lucas Fernandes Nogueira
07f5cd21be
chore(cta): add linting and formatting, closes #1520 ( #1596 )
2021-04-23 01:34:54 -03:00
Lucas Fernandes Nogueira
ef474e5635
feat(ci): cache ( #1585 )
2021-04-22 17:34:46 -03:00
Lucas Fernandes Nogueira
be65f04db7
fix(core): make window.__TAURI__.invoke context free, fixes #1547 ( #1565 )
2021-04-21 15:42:52 -03:00
Amr Bashir
c2e43ac66a
fix: remove tauri_utils from update-docs worflow ( #1566 )
2021-04-21 13:20:12 -03:00
Amr Bashir
77bde68327
fix: use correct action path in update-docs workflow ( #1537 )
2021-04-19 12:53:38 -05:00
Jacob Bolda
03a1c95d7e
chore: enable covector prerelease beta ( #1518 )
2021-04-16 19:55:00 -03:00
Amr Bashir
6a423ac116
fix: update update-docs job in covector workflow ( #1510 )
2021-04-16 19:52:58 -03:00
Amr Bashir
284a703f78
fix: use correct path in update-docs workflow ( #1495 )
2021-04-15 01:10:49 +02:00
Jacob Bolda
dea9cd3d92
chore: remove IOTA publish action ( #1453 )
...
Co-authored-by: nothingismagick <denjell@mailscript.com >
2021-04-12 13:47:19 +02:00
Lucas Fernandes Nogueira
aea614587b
refactor(repo): add /tooling folder ( #1457 )
2021-04-12 01:59:25 -03:00
chip
a6def7066e
Refactor(tauri): move tauri-api and tauri-updater to tauri ( #1455 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-04-12 01:09:41 -03:00
Laegel
2a262e3731
Added Typedoc & updated workflow ( #1328 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-04-11 15:00:24 -03:00
nothingismagick
bf82136466
feat(license): SPDX Headers ( #1449 )
...
* chore(licenses): api
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(licenses): scripts
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): cli/core
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): cli/tauri-bundler
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): workflows
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): require license_template in rust
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): core/tauri
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): core/tauri-api
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): core/tauri-build
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): core/tauri-codegen
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): core/tauri-macros
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): core/tauri-updater
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): core/tauri-utils
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): examples
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): cli/tauri.js
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): changefile
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): place both licenses in root
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): package.json SPDX
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): SPDX everywhere
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* fix(tauri.js): tests more time for ubuntu
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): commons conservancy language
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): add spdx file
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* fix(license): clippy
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): language
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
2021-04-11 00:09:09 +02:00
Lucas Fernandes Nogueira
8b36fe0c5d
refactor: move tauri crates to /core folder ( #1444 )
2021-04-08 13:22:20 -03:00
david
6d70c8e1e2
feat(updater): Alpha version ( #643 )
...
Co-authored-by: Rajiv Shah <rajivshah1@icloud.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
Co-authored-by: nothingismagick <denjell@mailscript.com >
Co-authored-by: Laegel <valentin.chouaf@laposte.net >
2021-04-05 14:51:17 -03:00
Lucas Fernandes Nogueira
080f6391ba
refactor(bundler): specific settings on dedicated structs, update README ( #1380 )
2021-03-25 01:56:00 -03:00
Noah Klayman
4c9d419eec
fix(examples): build error ( #1354 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-03-12 23:49:55 -03:00
Noah Klayman
0c691f40a3
feat(core): Use Wry custom protocol instead of embedded server ( #1296 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-02-25 17:07:30 -08:00
Noah Klayman
1d66d00506
chore: improve contributor experience ( #1264 )
...
* chore: update install commands in setup scripts
* chore(examples/api): add `tauri` script
* chore(contributing.md): update to match new developments
* fix(scripts/setup): typo
* chore(examples): replace communication with helloworld
* remove deno submodule as it was added on accident
* fix(examples/helloword): add __tauri.js to .gitignore
* fix(examples): helloworld example with `cargo run`, change dev path
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-02-21 08:48:08 -08:00
Lucas Fernandes Nogueira
e0be59ea26
refactor(core): split allowlist configuration per module ( #1263 )
...
* refactor(core): split allowlist configuration per module
* fix: build with all features
* fix(cli): run fmt
* fix(core): run fmt
2021-02-20 14:09:18 -03:00
Lucas Fernandes Nogueira
84d7cdae63
refactor(core): remove no-server and its APIs ( #1215 )
2021-02-11 02:33:18 -03:00