jj
b580fd756f
.github: add crash id field to bug report template ( #2200 )
2026-07-25 16:40:15 +02:00
jj
f31f77fa66
ci/i18n-notify: skip if running in fork pr ( #2154 )
...
on: pull_request token has only readonly permissions when running in a
fork, and i don't want to ever use pull_request_target, so just kill
this workflow if it's running in a pr which comes from a fork
2026-07-17 21:25:37 +06:00
jj
1772f7ce56
bump-platform: check if b/s/chrome exists instead of just b/s/ ( #2003 )
2026-06-23 22:59:11 +00:00
jj
b65ab87b27
bump-platform: fallback to clone if tarball fails ( #2002 )
2026-06-23 22:21:18 +00:00
jj
d856d800ad
ci: complete cirrus port to github actions ( #1867 )
2026-06-05 15:30:55 +02:00
wukko
b8a660950d
merge: update ungoogled-chromium to 149.0.7827.53
2026-06-04 13:57:24 +06:00
dot-gov
95f6fe1c94
Port CirrusCI jobs to github actions ( #3776 )
2026-05-24 08:15:42 -05:00
jj
0540940f93
ci: fix i18n notify pipeline
2026-04-28 07:09:16 +00:00
jj
b0395c7ecd
devutils, utils: implement i18n pipeline ( #1265 )
...
rough sketch of the pipeline:
- generic + platform patches -> `devutils/i18n generate` ->
`i18n/source.gen.json` ("source of truth" for translations)
- `i18n/source.gen.json` -> `devutils/i18n translate` -> machine
translations generated into `i18n/translations/{lang}.json`
- those should be reviewed and fixed up by representative community
members that actually speak the corresponding language
- `i18n/source.gen.json` + `i18n/translations/*` -> `utils/i18n_apply`
-> fingerprints source strings and applies translations into XTB files
fixes #1109
2026-04-13 17:39:11 +02:00
jj
a59d037abf
github/templates: specify issue prerequisite for PRs ( #802 )
2026-01-23 12:06:08 +00:00
wukko
d1cdab8975
repo: extras.ini -> deps.ini
2026-01-03 00:21:37 +06:00
jj
b5c22404c6
ci/bump-platform: export versions, add platform-specific hooks ( #688 )
2025-12-31 18:47:01 +01:00
jj
be8ba95803
ci/bump-platform: add disk space clearing step ( #495 )
2025-11-19 23:22:06 +06:00
Mrugesh Mohapatra
70627f67f4
github: add well-known funding file for ownership verification ( #364 )
2025-11-02 17:28:46 +06:00
jj
bf550b7cb2
ci: remove new version check workflow ( #284 )
2025-10-17 20:21:04 +00:00
wukko
12534c0398
ci/bump-platform: update bot user to helium-bot
2025-10-04 20:25:59 +06:00
jj
a6c3e9365c
repo: add issue and pr templates ( #84 )
2025-09-25 09:30:14 +02:00
jj
0fb8ca5007
ci: add extras to download list ( #80 )
2025-09-22 22:09:32 +00:00
wukko
ba6dce63e5
ci/bump-platform: update commit name to use new repo name
2025-09-22 21:48:56 +03:00
jj
9247351f2a
ci/bump-platform: download and unpack platform-specific downloads ( #58 )
2025-09-11 14:27:15 +00:00
jj
7b69063b6e
ci: add action for bumping platform repos
2025-08-30 18:53:29 +00:00
jj
ab2ee8d4e9
ci/release: fix changelog output ( #47 )
2025-08-27 09:47:40 +02:00
jj
617f8df878
ci/release: use softprops action instead of deprecated one
2025-08-25 11:18:27 +00:00
jj
9f92137d3f
ci: automatically tag commit and create release
2025-08-25 11:18:27 +00:00
jj
b66c25b115
ci: specify permissions for all workflows ( #32 )
2025-08-07 09:43:40 +02:00
wukko
0c784d8e79
devutils: add script for checking patch correctness ( #29 )
2025-07-28 15:28:27 +06:00
jj
10132253e9
ci: add linting to ci
2025-07-27 22:25:45 +00:00
jj
d2bb884eee
ci: run cirrus tasks
2025-07-27 20:15:02 +00:00
wukko
672c986f28
repo: update README and remove unrelated upstream docs
2025-06-13 15:26:41 +06:00
emilylange
71bfa42ec4
CI: fix version check workflow by url encoding filter in url
...
This workflow stated consistently failing roughly one week ago.
Unfortunately the Workflow on GitHub has no error logs besides
~~~
Error: Process completed with exit code 92.
~~~
which isn't particularly helpful.
The issue can, however, be reproduced by simply copying parts of the
workflow into a local bash script and executing that.
As it turns out, the issue lays in `?filter=fraction>=0.5` when using
`curl` due to missing url encoding.
~~~
# curl 'https://versionhistory.googleapis.com/v1/chrome/platforms/linux/channels/stable/versions/all/releases?filter=fraction >=0.5'
curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
~~~
vs
~~~
# curl -s 'https://versionhistory.googleapis.com/v1/chrome/platforms/linux/channels/stable/versions/all/releases?filter=fraction%3E=0.5 ' | wc -l
3128
~~~
2024-10-17 15:37:05 +02:00
Blaise
96d8e277e5
Add new OS entries to github bug report template
2024-07-29 06:26:24 -05:00
networkException
e5af75dc0e
CI: Notify @emilylange as a NixOS downstream maintainer of Linux releases
2024-03-07 02:35:44 +01:00
rany2
a546c0b806
Exit on error for version checker workflow ( #2555 )
2023-10-20 07:51:36 -05:00
PF4Public
57390c1d94
or equal
2023-09-26 19:53:54 +03:00
PF4Public
7a30a37024
Ignore early stable
2023-09-14 01:00:24 +03:00
PF4Public
0e5f55dfad
Update bugreport.yml
2023-06-19 16:25:13 +03:00
Blaise
4393e77976
New version check: error on null/empty
2023-06-11 01:10:19 +03:00
PF4Public
ea0fe63b54
Notify @clickot too
2023-04-26 15:47:45 +03:00
PF4Public
6d4e4813f9
fraction → version
2023-03-23 16:03:44 +03:00
PF4Public
c970d15f2a
Replacing omahaproxy.appspot due to deprecation
2023-03-06 18:14:21 +03:00
Vadim
741679b403
Replace scheme relative URLs with https URLs ( #2171 )
2022-12-26 14:46:34 +03:00
PF4Public
08cbc1122a
set-output fix
2022-10-26 00:34:14 +03:00
PF4Public
151a7e5184
Fix set-output and node.js warnings
2022-10-25 23:22:19 +03:00
networkException
8d135f6e6f
CI: Remove trailing whitespace
2022-09-06 20:31:28 +02:00
networkException
5e1f8e9121
CI: Mention maintainers on chromium releases individually
2022-09-06 20:31:28 +02:00
Jakob-Niklas See
f88dfe3c32
Include testing with a new and empty profile in bug report checklist ( #2071 )
2022-09-01 15:16:46 +02:00
Jakob-Niklas See
5a493a6484
CI: Notify @ungoogled-software/notify-* platform teams for new versions ( #2065 )
...
This patch makes the github actions bot mention every relevant platform
team if a new version gets released for a given platform. This does not
reuse existing teams so that maintainance discussions and notifications
are separate opt ins.
2022-08-31 20:37:15 +02:00
PF4Public
8a3a96695a
Per-platform version check
2022-08-06 15:11:23 +03:00
PF4Public
64a552c384
post-transfer rename
2022-06-02 16:50:20 +03:00
PF4Public
93bc5c4c27
Update .github/ISSUE_TEMPLATE/bugreport.yml
...
Co-authored-by: Nicholas Christopher <nchristopher@tuta.io >
2022-05-10 17:41:44 +03:00