Commit Graph

57 Commits

Author SHA1 Message Date
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
PF4Public
b952114683 issue templates 2022-05-10 17:41:44 +03:00
Eloston
3474539863 Merge pull request #1749 from PF4Public/master
Automatically creating an "Updating to Chromium x.x.x.x" issue
2022-04-02 21:35:13 +00:00
pf
401d422eaf Automatically creating an "Updating to Chromium x.x.x.x" issue 2022-02-21 23:30:07 +03:00
PF4Public
6756fa3472 Update stale issues and PRs workflow 2021-12-08 20:33:07 +03:00
Eloston
cb8a189f1b .github/workflows/stale.yml: Missing dash 2021-11-04 15:39:07 -07:00
Eloston
0de04041e9 .github/workflows/stale.yml: Fix typo 2021-11-04 15:37:04 -07:00
Eloston
af67db7ae1 Add "Close Stale Issues" action 2021-11-04 15:35:07 -07:00
Eloston
e308ccc342 Add platform-specific support links
Closes #1521
2021-05-28 17:33:50 -07:00
zocker-160
763e5424eb remove code checkout 2021-03-27 13:47:17 +01:00
zocker-160
cf953f3375 automatically create empty release for each tag; fixes #1414 2021-03-14 16:01:36 +01:00
Eloston
fa93f597f8 Update issue templates
Better formatting for Updating to Chromium x.x.x.x
2020-05-22 19:04:21 +00:00
Eloston
1105b676ce Update "Creating an Updating to Chromium" issue template
Per suggestions in #1043
2020-05-22 19:00:33 +00:00