Commit graph

153 commits

Author SHA1 Message Date
Misite Bao
7f1093dc51
chore: update auto workflows (#2555)
* chore: update workflows

* chore: update Taskfile

* chore: add lable to auto-sync pr
2023-04-07 18:19:14 +10:00
Lea Anthony
767b7d6026 Check out repo for contributors workflow 2023-04-03 08:43:57 +10:00
Lea Anthony
086953bbe9
Do not directly commit contributors sag 2023-04-03 08:39:42 +10:00
Lea Anthony
c51df752a1
Create PR for contributors SVG 2023-04-03 08:37:46 +10:00
Lea Anthony
ea3b7ed9dd
Generate Contributors SVG 2023-04-03 08:33:55 +10:00
Misite Bao
bdb138d42c
chore: fix push.yml (#2530) 2023-03-27 07:37:38 +11:00
Lea Anthony
368f0e48bc
Fix build and test workflow 2023-01-27 11:55:59 +11:00
Misite Bao
f70d9de366
fix: fix go test errors (#2169)
* fix: fix go test errors

* Add flags to mac test

* Run on all branches

* Update PR workflow

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2022-12-06 06:45:06 +11:00
Lea Anthony
51b3488eac
Update build-and-test.yml 2022-12-04 13:26:58 +11:00
Lea Anthony
dc209d1462
Fix build and test pipeline 2022-12-02 07:52:13 +11:00
Misite Bao
c1c1b8b8e6
chore: update-workflows (#2154)
* chore: merge test workflow

* chore: simplify sponsors image generation workflow

* chore: merge PR check workflow

* chore: merge push workflow

* chore: add auto sync translation document workflow

* chore: remove PR branch name check job

* chore: update go test job
2022-12-02 07:05:22 +11:00
Lea Anthony
ea6aee91f1
Refactored build command (#2123)
* Refactored build command

* Update v2/cmd/wails/build.go

Co-authored-by: stffabi <stffabi@users.noreply.github.com>

* WIP

* Refactor `wails doctor`

* Refactor `wails dev`

* Refactor `wails dev`

* Fix merge conflict

* Fix test

* Update build_and_test.yml

Co-authored-by: stffabi <stffabi@users.noreply.github.com>
2022-12-01 18:18:02 +11:00
Joshua Hull
9f751d66e0
Add single listener deregistration (#1969)
* Add single listener deregistration

* Return function to stop listening, updates types

* Add missing returns, improve documentation

* Duplicate interface in go

* Define eventName

* Use lo instead for filtering

* Move logger to Interface. Add sample test.

* Add vite test for events

* Add js test workflow

* Add corresponding go method to remove all events

* Update documentation

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2022-10-23 09:03:37 +11:00
Misite Bao
8b07a0f582
chore: update workflows (#1977)
* chore: remove useless files

* chore: fix check path

* chore: add workflow to auto push to crowdin after website update

* fix: fix workflow config
2022-10-20 20:51:59 +11:00
Lea Anthony
3e73368540
Remove issue translator 2022-10-20 08:45:03 +11:00
Lea Anthony
a5fba5b218
Release/v2.1.0 (#1988)
* Add changelog. Fix zoom docs. Add Info.dev.plist info

* Update build assets README.md

* Update changelog

* actions/checkout@v2 => v3

* Docs
2022-10-18 07:21:07 +11:00
Lea Anthony
4ca0580ced
Chore/generate sponsors (#1965)
* Create PR

* chore: update sponsors.svg (#1964)

Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>

* Delete branch after merge

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2022-10-13 20:10:12 +11:00
Lea Anthony
c62c915fdc
Run tests on approval 2022-10-12 21:12:16 +11:00
Lea Anthony
3ed0d69d61 Update generate-sponsor-image.yml 2022-09-30 08:41:49 +10:00
Lea Anthony
e7188e877f
Update build and test workflow 2022-09-30 08:27:22 +10:00
Lea Anthony
37954141cc
Update build_and_test.yml 2022-09-30 08:25:03 +10:00
Lea Anthony
d699e77c33
Update build and test workflow 2022-09-30 08:22:22 +10:00
Lea Anthony
60a59f12b2
Update build and test workflow 2022-09-30 08:15:20 +10:00
Lea Anthony
9f81013530
chore: Update workflows 2022-09-26 18:00:38 +10:00
Lea Anthony
52845a7ca5
chore: Update release workflow 2022-09-26 17:54:56 +10:00
Lea Anthony
91d0d96359
Add issue translator (#1891) 2022-09-24 07:52:19 +10:00
Lea Anthony
fbf11aa088
Auto label project cards (#1881) 2022-09-23 14:16:34 +10:00
Lea Anthony
48b3fb0f51
Add PR checks (#1879)
* Add PR checks

* Update PR workflow

* Update PR workflow

* Update PR workflow

* Add branch name check + doc check

* Update PR branch check

* Update PR branch check

* Update PR branch check
2022-09-23 08:52:01 +10:00
Lea Anthony
74133c9ae3
v2.0.0 2022-09-22 11:00:57 +10:00
Lea Anthony
d0a39349d4
Update release workflow 2022-09-18 08:56:13 +10:00
Lea Anthony
b93cdcd942
Releasetest/release workflow (#1869)
* Test release workflow

* Update release.yml

* Update release.yml

* add linux deps

* Update release.yml

* Update release.yml

* Update release.yml

* Update release.yml

* Update release.yml

* Update release.yml

* Update release.yml

* Update release.yml

* Update release.yml

* Fix: Misc tests

* Fix: Misc tests + linux build tags

* Fix: Bindings tests + move templates to pkg. Add json schema for templates

* Fix: template tests

* Add tests to release workflow. Test for go 1.18 + go 1.19
Fix: ignore .m files for non darwin builds. Fix watcher test. Fix warning in clilogger.

* Fix release pipeline

* Matrix for tests

* Rename templates to make tests work

* Update template test

* Debug template test

* Debug template test

* Debug template test

* Fix gitignore

* Update release.yml
2022-09-18 08:55:21 +10:00
Misite Bao
14adbc12aa
chore: update README and workflows (#1848)
* Update README

* Update crowdin.yml

* chore: update workflows and README

* fix: fix error

* feat: remove unnecessary content

* Update .github/workflows/build.yml

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2022-09-15 21:49:35 +10:00
Misitebao
c5fb2b6143
chore(action): add auto sync script (#1109) 2022-01-29 10:40:08 +11:00
misitebao
25564b7211 ci: add scripts for automatic deployment of mirrored websites 2021-10-05 22:26:32 +08:00
Lea Anthony
4898bfdf9c
Update release.yml 2021-09-28 06:40:17 +10:00
Lea Anthony
28ff364faa
Update pr.yml 2021-09-28 06:39:39 +10:00
Lea Anthony
f254cb086a
Update latest-pre.yml 2021-09-28 06:32:05 +10:00
Lea Anthony
fee570a698 [v2] beta.0 test 2021-09-27 21:05:43 +10:00
Lea Anthony
15ed02b78c [v2] More updates 2021-09-13 20:48:41 +10:00
Lea Anthony
7e0ad801b0
Update runtime.yml 2021-09-13 20:38:33 +10:00
Lea Anthony
511d0da2cb
Update runtime.yml 2021-09-13 20:17:49 +10:00
Lea Anthony
7fdbb0372c
Update runtime.yml 2021-09-13 20:17:04 +10:00
Lea Anthony
d16d5bdcd4
Update runtime.yml 2021-09-13 20:13:28 +10:00
Lea Anthony
22d0e4ff8f
Update runtime.yml 2021-09-13 20:08:25 +10:00
Lea Anthony
c001a5f3cb
Update runtime.yml 2021-09-13 20:05:50 +10:00
Lea Anthony
b3b9a9f5c2 [v2] Update Workflow 2021-09-13 20:00:49 +10:00
Lea Anthony
5ab5246aa0 [v2] Update Workflows + runtime 2021-09-13 19:35:14 +10:00
Lea Anthony
d548cbe083
Create runtime.yml 2021-09-13 19:26:36 +10:00
Lea Anthony
abbbdda102 [v2] Update Workflows + runtime 2021-09-13 18:58:09 +10:00
Lea Anthony
d270cc2ffa [v2] Update Workflows 2021-09-13 17:45:09 +10:00