Commit Graph

45 Commits

Author SHA1 Message Date
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
Eloston
2e46e9654b Add issue template for updating to new Chromium
As a temporary measure until better automation is added.

See #1043
2020-05-22 18:35:12 +00:00
Eloston
dd083cd22c Simplify issue templates
Fixes #687
2019-03-22 15:02:18 -07:00
Eloston
fa4fcb8619 Move Pull Request template inside .github/ 2018-10-05 13:19:09 -07:00
Eloston
8538c84b2a Fix .github/ISSUE_TEMPLATE capitalization 2018-10-05 13:07:49 -07:00
Eloston
c029a1949b Remove old issue template and rename new ones 2018-10-05 13:06:47 -07:00
Eloston
4b59701104 Add multiple issue templates
Uses the newer GitHub feature
2018-10-05 20:05:31 +00:00
Eloston
9eada998e7 Add GitHub issue template 2018-08-27 11:34:19 -07:00