322 Commits

Author SHA1 Message Date
Matthias Kuhn
f79d18f51c
Merge pull request #41996 from qgis/m-kuhn-patch-1
Remove "stale" label when a comment is added
2021-03-19 07:43:17 +01:00
Harrissou Sant-anna
d26c04149b Do not run stale issues workflow on forks 2021-03-15 09:48:23 +10:00
Harrissou Sant-anna
6fa88cc2cc Do not run stale pr workflow on forks 2021-03-15 09:48:23 +10:00
Denis Rouzaud
84b3cb1870
do not run docker build workflow on forks 2021-03-10 10:03:06 +01:00
Denis Rouzaud
ec6aa200e4 fix cache in Docker build workflows 2021-03-09 08:28:19 +01:00
Denis Rouzaud
8d905865b2
allow to run flaky tests in PR (#42103) 2021-03-08 20:16:53 +01:00
Denis Rouzaud
3f274722c2 force docker rebuild on manually triggered run 2021-03-08 09:20:26 +01:00
Denis Rouzaud
bbbca7f31f
add icons to workflow (#42094) 2021-03-08 09:07:16 +01:00
Denis Rouzaud
d7a0f0bc7f fix typo 2021-03-07 21:33:34 +01:00
Denis Rouzaud
2c7ffd3dc8 add dispatch to MingW64 workflow+ 2021-03-07 21:32:38 +01:00
Nyall Dawson
c6370c7f52
Speed up QGIS compilation by removing all Qt Module-wide includes
Refs https://www.kdab.com/beware-of-qt-module-wide-includes/
2021-03-05 11:23:15 +10:00
Matthias Kuhn
89446db020
No need to checkout 2021-03-03 08:12:07 +01:00
Matthias Kuhn
5768df6128
Remove "stale" label when a comment is added
This means, someone still cares.
We will still need to take care of manually removing the "feedback" label
2021-03-03 07:07:16 +01:00
Peter Petrik
a0b858b208
fix untwine compilation on macos (#41939) 2021-03-01 13:23:42 +01:00
Juergen E. Fischer
c0baa43a8b typo 2021-03-01 09:09:07 +01:00
Nyall Dawson
7d9cdd51d2
Update PULL_REQUEST_TEMPLATE.md 2021-03-01 14:17:44 +10:00
Denis Rouzaud
2a8867f970 fix cd again 2021-02-25 22:57:28 +01:00
Denis Rouzaud
fc8ac0e97c fix cd 2021-02-25 17:16:31 +01:00
Denis Rouzaud
e791fbf8e8 fix vars in workflow 2021-02-25 17:07:50 +01:00
Denis Rouzaud
8a94e5bcd2 add missing dependency in workflow 2021-02-25 16:23:52 +01:00
Denis Rouzaud
001732b9b3 fix indentation 2021-02-25 16:19:08 +01:00
Denis Rouzaud
09f1347109 dynamically define the strategy matrix 2021-02-25 16:19:08 +01:00
Denis Rouzaud
d790118651 segmentize workflow 2021-02-25 16:19:08 +01:00
Nyall Dawson
1587117aa8 Add test to ban brace initialization of QVariant variables
This test checks that brace initializers are never used for
QVariant variables. On some compilers the value will be
converted to a list. and on others a list of lists.

Always use = initialization to avoid this ambiguity!
2021-02-25 16:44:36 +10:00
Denis Rouzaud
df1b854ab0 fix message 2021-02-23 11:24:56 +01:00
Denis Rouzaud
8a9ea53d81 rename workflow2 2021-02-23 09:37:38 +01:00
Denis Rouzaud
21e5538ec8 run milestone workflow on pull request target 2021-02-23 09:36:51 +01:00
Denis Rouzaud
1010b6bd72
add 3.18 to docker images 2021-02-23 09:08:17 +01:00
Denis Rouzaud
67c226385a do not filter paths in pull_request workflow for tests 2021-02-22 16:22:25 +01:00
Paul Blottiere
98cf38888f
Fix OGC workflow triggering (#41687) 2021-02-22 16:17:40 +01:00
Denis Rouzaud
516e7ab15b
cache Docker build in MingW workflow (#41736) 2021-02-22 15:44:59 +01:00
Denis Rouzaud
002e634dba
add cache to mingw builds (#41734) 2021-02-22 13:47:06 +01:00
Alessandro Pasotti
3c0e683816
Update minw64.yml
Rename task
2021-02-19 15:53:07 +01:00
Alessandro Pasotti
64a5787110 Fix yaml 2021-02-19 09:00:34 +01:00
Alessandro Pasotti
3a934dab5f Build always 2021-02-19 08:55:59 +01:00
Alessandro Pasotti
bade35098d Run on PR 2021-02-19 08:54:19 +01:00
Alessandro Pasotti
25f12e844e Mingw64 ccache and debug sym fix 2021-02-19 08:54:18 +01:00
Alessandro Pasotti
e21880027d Build on all PR 2021-02-19 08:54:18 +01:00
Alessandro Pasotti
325ed076c0 Remove mxe GH action 2021-02-19 08:54:18 +01:00
Nyall Dawson
91ee2812c4 Fix indentation check package 2021-02-18 07:00:23 +10:00
Denis Rouzaud
4fc02733cb
cache mxe builds (#41472) 2021-02-17 11:07:39 +01:00
Denis Rouzaud
17c1ccbb12 use another user to create issue 2021-02-16 15:56:38 +01:00
Denis Rouzaud
cc88b40bf6 use another user to create issue 2021-02-16 15:48:03 +01:00
Denis Rouzaud
f4709d663d add missing token 2021-02-16 15:26:57 +01:00
Denis Rouzaud
f13327a7d8
group workflows about Needs-documentation (#41586) 2021-02-16 15:19:35 +01:00
Denis Rouzaud
1d53f75497
make workflows on PRs from forks work again (#41577) 2021-02-16 07:41:06 +01:00
Denis Rouzaud
7de6dd108c
do not build release-3_10 docker images anymore 2021-02-15 10:04:01 +01:00
Denis Rouzaud
efd70b5eb6
do not run ogc workflow so often (#41553)
* do not run ogc workflow so often

* even stricter
2021-02-15 07:51:45 +01:00
Denis Rouzaud
0f4993b398
docker images are now focal by default 2021-02-15 07:44:54 +01:00
Denis Rouzaud
4137287031
update QGIS deps to 0.7.0 in macos workflow (#41526) 2021-02-12 10:33:55 +01:00