Chris Swithinbank
d461eb760d
Add pkg: db
to labelling automation ( #10394 )
2024-03-11 20:26:36 +01:00
Bjorn Lu
03f79f005e
Fix check-merge workflow on PRs from forks ( #10366 )
2024-03-08 16:21:33 +08:00
Fred K. Schott
f2e60a9675
Revert bad release ( #10336 )
...
* Revert "[ci] release (#10332 )"
This reverts commit dd3935b31c
.
* Revert "[ci] set `--tag` on release (#10323 )"
This reverts commit 50215ae731
.
2024-03-05 16:47:15 -08:00
Nate Moore
50215ae731
[ci] set --tag
on release ( #10323 )
...
* chore(ci): set --tag on release
* chore: revert deletion
* fix: ignore job on forks
2024-03-05 16:43:24 -06:00
Martin Trapp
3df811a3bd
Updates deprecated Node.js 16 github actions ( #10270 )
2024-02-29 12:49:07 +08:00
Erika
1eadb1c529
fix(toolbar): Make it so every built-in app can be closed by outside clicks ( #10220 )
...
* fix(toolbar): Make it so every built-in app can be closed by outside clicks
* chore: changeset
* test: add tests
* test: fix test
* ci: don't run bundle-size on dev-toolba
2024-02-26 13:38:19 +00:00
Emanuele Stoppa
7fab7fd8c6
ci: fix formatting ( #10210 )
2024-02-23 09:50:10 +00:00
Emanuele Stoppa
891c26e92f
ci: fix regression of the commands ( #10182 )
2024-02-21 14:35:21 +00:00
Erika
6884b103c8
feat(audits): Add initial perf audits ( #10015 )
...
* feat(audits): Add initial perf audits
* feat(audits): Setup dev astro-island
* fix(audits): Don't take scroll into account when getting an element's position
* nit: lint
* Fix tests
* chore: changeset
* maybe: Move this.hydrator outside the perf check
* Update packages/astro/e2e/dev-toolbar.test.js
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
* address feedback
* address feedback
---------
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-02-14 14:01:53 +01:00
Emanuele Stoppa
79e832f8e4
revert: labeler action to v4, the old configuration isn't valid anymore ( #10068 )
2024-02-09 11:21:47 +00:00
Bjorn Lu
c3b40bf423
Update workflow actions ( #9995 )
2024-02-09 14:35:00 +08:00
Bjorn Lu
6eab46b84b
Fix bundle size script external for dev toolbar ( #9994 )
2024-02-07 17:52:14 +08:00
Nate Moore
440bdff8cc
[ci]: use M1 mac image ( #9913 )
2024-01-31 14:40:13 -06:00
Nate Moore
7ed24b90d0
Fix release announcement script (redemption arc) ( #9835 )
2024-01-26 09:16:27 -06:00
dependabot[bot]
05f808c1da
chore(deps): bump tj-actions/changed-files from 35 to 41 in /.github/workflows ( #9821 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-25 12:35:34 +01:00
Nate Moore
0f664e7a0a
Fix release announcement script (no seriously this time) ( #9808 )
2024-01-24 10:16:47 -06:00
Nate Moore
5e466ef499
Fix release announcement script (again) ( #9800 )
2024-01-23 16:25:10 -06:00
Nate Moore
e6c0fa5c33
chore(ci): fix release announcement script ( #9796 )
2024-01-23 15:28:28 -06:00
Nate Moore
ff3f9a538a
Update check-merge
action ( #9682 )
2024-01-12 11:38:07 -06:00
Sarah Rainsberger
3011f15d00
Updates rule for adding 'docs pr' label ( #9640 )
2024-01-08 10:01:29 -04:00
Nate Moore
ff9bd708ae
Fix Discord release message ( #9626 )
...
* Fix Discord release message
* chore: simplify discord webhook handling
2024-01-08 13:09:53 +00:00
Mati
1099c6412b
Patch set-output
deprecation in workflows ( #9543 )
2024-01-03 14:20:38 +08:00
Alan
05d923db53
Compress banner image ( #9493 )
2023-12-22 16:48:12 +00:00
Arsh
5b4e41a86f
chore(ci): remove integrations from docs smoke test ( #9498 )
2023-12-22 04:35:01 +05:30
Bjorn Lu
d34dc2c337
Enable releasing from 3-legacy branch ( #9245 )
2023-11-30 22:22:03 +08:00
Erika
e99586787b
feat: Add a dev overlay ( #8757 )
...
* feat: initial commit for dev overlay
* fix: lockfile
* fix: build
* chore: get ci in a better state
* feat: client-server communication
* fix: better position for xray
* refactor: move icons to separate files
* refactor: cleanup components
* feat: home screen
* refactor: rename icon
* feat: flag the feature
* fix: cleanup
* fix: lockfile
* feat: minimize button
* Update packages/astro/src/@types/astro.ts
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* refactor: cleanup
* feat: add ability to go to component for hydrated components
* refactor: consistent logic between audit and xray
* chore: changeset
* Apply suggestions from code review
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* fix: unchonky the SVGs
* fix: button a11y
* refactor: move common highlight utilities to a dedicated file
* fix: allow tabbing on highlights
* fix: allow tooltip clickable sections to be tabbed to
* feat: allow using defined icons as plugin icons
* refactor: remove unnecessary resolve
* Update .changeset/large-stingrays-fry.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* Update .changeset/large-stingrays-fry.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* nit: use append
* style: small tweaks to minimize button styling
---------
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-25 17:40:37 +02:00
Alexander Niebuhr
e3c18be5d0
fix: snapshot release main branch not found ( #8885 )
2023-10-23 16:03:02 +00:00
Alexander Niebuhr
d5dc5ce04a
fix: snapshot release workflow ( #8884 )
2023-10-21 13:52:50 -05:00
Nate Moore
144815c6ff
[ci] Update !preview
response ( #8872 )
...
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2023-10-20 13:03:48 -05:00
Matthew Phillips
0d4922dffe
Add a label for PRs that include documentation changes ( #8865 )
...
* Add a label for PRs that include documentation changes
* Update .github/labeler.yml
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* Add changsets
---------
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-18 14:24:50 -04:00
Arsh
c071458257
chore: removed adapters cleanup ( #8726 )
...
* update ci, readme, comments, remote workspaces
* fix hosted test fixture
* keep adapter config typedocs
2023-10-10 19:36:35 +05:30
Bjorn Lu
33d0be50be
Fix snapshot release permissions ( #8777 )
2023-10-09 20:47:06 +08:00
Matthew Phillips
2262814a92
Give snapshot releases the issues: write permission
2023-10-06 16:11:29 -04:00
Matthew Phillips
f9131003d7
Give the snapshot release the right permissions
2023-10-06 16:00:29 -04:00
Matthew Phillips
d51cf5e707
Snapshot release: prevent setting output
2023-10-06 15:50:36 -04:00
Matthew Phillips
e5e6cf16eb
Add debugging information on preview releases
2023-10-05 14:14:05 -04:00
Matthew Phillips
41f93e0ccb
Print the publish output when it fails
2023-10-05 13:58:03 -04:00
Bjorn Lu
4e5cafa5d2
Fix git tag release ( #8752 )
2023-10-05 18:45:41 +08:00
Bjorn Lu
ec82e73efa
Fix provenance release ( #8749 )
2023-10-05 18:29:36 +08:00
Arsh
23e7b259eb
chore(ci): pin CI Node version to 18.17.1 ( #8693 )
...
* chore(ci): pin E2E Node version to 18.17.1
* pin for the "test" as well
* ...for windows, not ubuntu
* ...for windows, not macos
2023-09-28 20:49:45 +05:30
Erika
de7a7fbdc3
nit: optimize images ( #8629 )
2023-09-22 12:04:39 +02:00
Bjorn Lu
1ed21d10db
Clear caches older than 5 days ( #8494 )
2023-09-11 20:05:17 +08:00
Matthew Phillips
fa826f84b2
Temporarily pin Node 20 version in CI ( #8431 )
2023-09-06 09:33:00 -04:00
Nate Moore
5f3a44aeef
Improve astro info
command ( #8327 )
...
* feat(astro): improve info command
* chore: update browser field
2023-08-31 12:33:53 -05:00
Matthew Phillips
e7f872e91e
Prevent ViewTransition script from being added by mistake ( #8268 ) ( #8270 )
...
* Prevent ViewTransition script from being added by mistake
* Add the 2-legacy branch to CI
2023-08-29 14:00:47 -04:00
Emanuele Stoppa
ad245897f6
chore: update bug report to use the astro info
command ( #8175 )
...
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-22 14:01:29 +01:00
Erika
d0679a666f
Remove support for Node 16 ( #7780 )
2023-08-08 11:01:33 +01:00
Emanuele Stoppa
9ad0d326f9
ci: enable codegen errors job ( #7961 )
2023-08-04 16:54:11 +01:00
Bjorn Lu
8ea6b6dedf
Add timeout for check CI ( #7963 )
2023-08-04 23:01:44 +08:00
Emanuele Stoppa
f844238c9b
feat: break down AstroErrorData in multiple objects ( #7949 )
2023-08-04 14:57:19 +01:00