Commit graph

151 commits

Author SHA1 Message Date
Philip Peterson
2bc67bbb42
[ci] new releases should be drafts 2025-04-26 21:26:08 -07:00
Philip Peterson
461d8bfdc4
[ci] more debugging 2025-04-26 21:23:42 -07:00
Philip Peterson
89faad2271
[ci] more debugging 2025-04-26 20:57:41 -07:00
Philip Peterson
28220f760e
[ci] more debugging 2025-04-26 20:49:19 -07:00
Philip Peterson
ed9b8cff6f
[ci] more debugging 2025-04-26 20:39:42 -07:00
Philip Peterson
d341bdb096
[ci] more debugging 2025-04-26 20:31:42 -07:00
Philip Peterson
feab71a0ee
[ci] more debugging 2025-04-26 19:46:01 -07:00
Philip Peterson
4304fffac3
[ci] debug release 2025-04-26 19:10:47 -07:00
Philip Peterson
15d4b71bc4
[ci] don't try to upload nonexistent PNGs 2025-04-26 18:22:09 -07:00
Philip Peterson
49f91537e9
[ci] remove empty assets
Some checks are pending
CodeQL / Analyze (push) Waiting to run
2025-04-26 14:23:50 -07:00
Philip Peterson
a7e4337a92
Fix ci again (#134)
Some checks are pending
CodeQL / Analyze (push) Waiting to run
2025-04-26 02:02:54 -07:00
Philip Peterson
6e7795ff8e
Fix ci (#133) 2025-04-26 01:29:31 -07:00
Philip Peterson
b48a323e57
CI / release workflow + disable E2E tests (#132) 2025-04-26 00:43:09 -07:00
Philip Peterson
6340e0001c
Re-enable Windows (#129)
Some checks are pending
CodeQL / Analyze (push) Waiting to run
2025-04-24 21:37:56 -07:00
Philip Peterson
ee9ebb0c12
fix: window not showing up in release (#128)
Some checks failed
CodeQL / Analyze (push) Has been cancelled
* Try fix cross compilation

* 1.0.6d

* Remove externals, show window
2025-04-22 19:30:27 -07:00
Philip Peterson
119112633e
Upgrade electron and node-pty (#126)
* bump electron

* Lock yarn

* try to resolve differences

* Lock node version

* Resolve conflict

* Fix typescript errors

* More ts fixes

* Fix lint issues
2025-04-21 21:45:07 -07:00
Philip Peterson
f04fde32a2
Tweak artifact names (#121) 2025-04-13 13:51:31 -07:00
Philip Peterson
5aed80d42a
Fix CI build (#98) 2025-04-13 11:11:20 -07:00
Philip Peterson
b5f293416d
Shorten pull_request_template.md (#80)
Signed-off-by: Philip Peterson <philip-peterson@users.noreply.github.com>
2024-11-23 01:13:58 -09:00
Cornelius Roemer
13cb1f7d5f
Increase timeout for ava 2024-11-23 00:34:29 -09:00
Cornelius Roemer
31efb12762
Fix upload artifact name 2024-11-23 00:34:29 -09:00
Cornelius Roemer
279e61c268
Allow 100 open pull requests 2024-11-23 00:34:29 -09:00
Cornelius Roemer
31820708b1
prefix prs 2024-11-23 00:34:29 -09:00
Cornelius Roemer
e529445539
Don't run ci on pull request 2024-11-23 00:34:29 -09:00
dependabot[bot]
fe1bee62a1
Bump dawidd6/action-download-artifact from 3.1.4 to 6
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.4 to 6.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3.1.4...v6)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-23 00:34:28 -09:00
dependabot[bot]
abcbd217f8
Bump pguyot/arm-runner-action from 2.5.2 to 2.6.5
Bumps [pguyot/arm-runner-action](https://github.com/pguyot/arm-runner-action) from 2.5.2 to 2.6.5.
- [Release notes](https://github.com/pguyot/arm-runner-action/releases)
- [Commits](https://github.com/pguyot/arm-runner-action/compare/v2.5.2...v2.6.5)

---
updated-dependencies:
- dependency-name: pguyot/arm-runner-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-23 00:34:28 -09:00
dependabot[bot]
c2b3e7f708
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-23 00:34:28 -09:00
Cornelius Roemer
b4662f15e7
No limit on dependabot 2024-11-23 00:34:28 -09:00
Cornelius Roemer
f5d94452ad
Group dependabots 2024-11-23 00:34:28 -09:00
Cornelius Roemer
4329da919e
Exclude windows for now from ci 2024-11-23 00:34:28 -09:00
Cornelius Roemer
ea63068ca2
dev(ci): add --break-system-packages to pip install
Partially resolves #8025

Only use break system install on macos

Try extra brew install

Brew install on mac, pip install on rest

Try using windows-2019 instead of latest (2022)

Back to original windows
2024-11-23 00:34:23 -09:00
Cornelius Roemer
bd1adbf2d3
add workflow dispatch 2024-11-23 00:33:12 -09:00
Cornelius Roemer
1a4db06593
Trigger on all branches 2024-11-23 00:33:11 -09:00
Philip Peterson
0a4badcace
Enable Mac as a build target (#78)
Signed-off-by: Philip Peterson <philip-peterson@users.noreply.github.com>
2024-11-23 00:18:01 -09:00
Philip Peterson
c758523d7f
rely only on codeql-analysis.yml 2024-11-22 15:54:58 -09:00
Philip Peterson
5ed18b5f1b
Temporarily disable mac and windows builds 2024-11-22 15:05:58 -09:00
Philip Peterson
48b1564095
Create codeql.yml
Signed-off-by: Philip Peterson <philip-peterson@users.noreply.github.com>
2024-11-22 13:45:31 -09:00
dependabot[bot]
3daa98ee08 Bump dawidd6/action-download-artifact from 3.1.2 to 3.1.4
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3.1.2...v3.1.4)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 18:10:15 +05:30
dependabot[bot]
fe8195f38e Bump dawidd6/action-download-artifact from 3.1.1 to 3.1.2
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-28 11:21:56 +05:30
dependabot[bot]
b4a610355f Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.1
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3.0.0...v3.1.1)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 12:33:51 +05:30
dependabot[bot]
dc0c798731 Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 13:48:18 +05:30
dependabot[bot]
340496b407 Bump juliangruber/read-file-action from 1.1.6 to 1.1.7
Bumps [juliangruber/read-file-action](https://github.com/juliangruber/read-file-action) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/juliangruber/read-file-action/releases)
- [Commits](https://github.com/juliangruber/read-file-action/compare/v1.1.6...v1.1.7)

---
updated-dependencies:
- dependency-name: juliangruber/read-file-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 13:47:56 +05:30
dependabot[bot]
b9e6774a42 Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 10:33:01 +05:30
dependabot[bot]
ac2037c80b Bump dawidd6/action-download-artifact from 2.28.0 to 3.0.0
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.28.0 to 3.0.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.28.0...v3.0.0)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 23:42:32 +05:30
Labhansh Agrawal
bf4bcc5233 add packages removed in python 3.12 to fix node-gyp 2023-11-14 15:37:34 +05:30
dependabot[bot]
d39dd7c3c5 Bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 12:57:02 +05:30
dependabot[bot]
84f90f8919 Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.27.0 to 2.28.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.27.0...v2.28.0)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 13:26:35 +05:30
dependabot[bot]
1f4b82f06a Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 12:24:38 +05:30
dependabot[bot]
1753d09664 Bump GabrielBB/xvfb-action from 1.4 to 1.6
Bumps [GabrielBB/xvfb-action](https://github.com/gabrielbb/xvfb-action) from 1.4 to 1.6.
- [Release notes](https://github.com/gabrielbb/xvfb-action/releases)
- [Commits](https://github.com/gabrielbb/xvfb-action/compare/v1.4...v1.6)

---
updated-dependencies:
- dependency-name: GabrielBB/xvfb-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 14:13:35 +05:30
Labhansh Agrawal
37289ed6bd enable playwright test on linux ci 2023-07-26 13:14:14 +05:30