Lucas Nogueira
|
146b588b2e
|
fix(ci): unique concurrency group names across workflows
|
2022-04-26 19:04:10 -03:00 |
|
Lucas Fernandes Nogueira
|
76950e978e
|
feat(ci): cancel in progress (#3938)
|
2022-04-21 15:09:57 -03:00 |
|
Lucas Fernandes Nogueira
|
f2a30d8bc5
|
refactor(core): use ayatana appindicator by default, keep option to use gtk (#3916)
|
2022-04-19 17:33:17 -03:00 |
|
Lucas Fernandes Nogueira
|
e1b8fc739a
|
docs(core): add examples to the API module (#3450)
|
2022-02-14 02:00:56 -03:00 |
|
Lucas Fernandes Nogueira
|
49955ea1aa
|
feat(ci): simplify cache (#3448)
|
2022-02-13 20:27:21 -03:00 |
|
Lucas Fernandes Nogueira
|
4334865266
|
refactor(cli): rename tooling/cli.rs folder to tooling/cli (#3388)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2022-02-10 17:23:10 -03:00 |
|
Fabian-Lars
|
02ac3215ea
|
feat(cli.js): rewrite cli.js with napi-rs, closes #2651,#3287 (#3370)
Co-authored-by: Chip Reed <chip@chip.sh>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-09 22:11:00 -03:00 |
|
Lucas Nogueira
|
28895ddc76
|
feat(ci): run tests on next branch for cache
|
2021-10-02 16:15:50 -03:00 |
|
Lucas Fernandes Nogueira
|
7c455b86b6
|
feat(ci): cache cli.js's template test (#2670)
|
2021-09-27 20:50:27 -03:00 |
|
david
|
ecf13f968f
|
fix: CI updater artifacts (#2517)
|
2021-08-24 12:27:12 -03:00 |
|
Lucas Fernandes Nogueira
|
397710b2c5
|
refactor(bundler): use linuxdeploy instead of appimagetool, closes #1986 (#2437)
|
2021-08-15 17:09:55 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
f81ebddfcc
|
feat: remove menu feature flag (#2415)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-08-13 10:23:32 -03:00 |
|
david
|
44f6ee4cfd
|
chore(ci): add step to detect code signing (#2245)
* chore(ci): add step to detect code signing
* fix variable name and add changefile
|
2021-08-08 18:19:45 -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 |
|
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 |
|
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 |
|
Lucas Nogueira
|
4d42548381
|
fix(ci): branch name
|
2021-04-23 15:34:38 -03:00 |
|
Lucas Fernandes Nogueira
|
ef474e5635
|
feat(ci): cache (#1585)
|
2021-04-22 17:34:46 -03: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 |
|
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 |
|