Commit graph

177 commits

Author SHA1 Message Date
Marc Alexander
c741b65c25
Merge branch '3.3.x' 2021-09-16 11:02:36 +02:00
3D-I
12ce75b5f5 [ticket/16868] Fix links to coding guidelines
PHPBB3-16868
2021-09-16 10:27:08 +02:00
Marc Alexander
7c4e0acd72
Merge branch '3.3.x' 2021-08-16 23:07:21 +02:00
rxu
0b966144f1
[ticket/16840] Exclude redundant composer adjustments for master branch
PHPBB3-16840
2021-08-08 13:43:27 +07:00
rxu
cbbe819aff
[ticket/16840] Add PHP 8.0 / 8.1 builds for Windows tests
Also fix Postrges PHP 8.1 related issue.

PHPBB3-16840
2021-08-08 13:39:07 +07:00
rxu
c64b6f0f9e
[ticket/16840] Add PHP 8.1 test
PHPBB3-16840
2021-08-08 13:39:06 +07:00
rxu
721a39502a
[ticket/16840] Add PHP 8.0 / 8.1 builds for Windows tests
Also fix Postrges PHP 8.1 related issue.

PHPBB3-16840
2021-08-07 16:50:45 +07:00
rxu
b01a956461
[ticket/16840] Add PHP 8.1 test
PHPBB3-16840
2021-08-07 16:34:38 +07:00
Michael Miday
7bf59917a1
[ticket/16775] Update check-js
PHPBB3-16775
2021-05-26 08:58:03 +02:00
Marc Alexander
2c46f0dc13
[ticket/16775] Only run valid eslint runs and fix linting errors
PHPBB3-16775
2021-05-23 21:38:38 +02:00
Marc Alexander
b24e05ffcb
[ticket/16775] Add gulpfile to xo linting
Disabled unicorn/prefer-module because it complained about default
gulpfile syntax.

PHPBB3-16775
2021-05-23 21:08:27 +02:00
Marc Alexander
378b2482d1
[ticket/16775] Run xo linter in GitHub Actions runs
PHPBB3-16775
2021-05-23 21:08:26 +02:00
Marc Alexander
bf928d8b41
[ticket/16740] Remove no longer supported and duplicate runs
PHPBB3-16740
2021-05-02 21:51:00 +02:00
Marc Alexander
cbff1d48dc
Merge branch '3.3.x' 2021-05-01 21:52:12 +02:00
Marc Alexander
ecc79ea2ec
Merge branch 'prep-release-3.3.4' into 3.3.x 2021-05-01 21:51:16 +02:00
Máté Bartus
5d1bddbf71 Merge branch '3.3.x' 2021-04-22 08:56:58 +02:00
William Desportes
8c334f0c10
[ticket/16754] Update Doctum to 5.4.1
PHPBB3-16754
2021-04-22 02:03:21 +02:00
Máté Bartus
1482efc927 [ticket/16754] Update doctum.phar to 5.4
PHPBB3-16754
2021-04-10 09:45:15 +02:00
Marc Alexander
22bfe228e7
[ticket/16746] Use npm ci to install packages according to lock file
PHPBB3-16746
2021-04-02 10:11:44 +02:00
Marc Alexander
2d0e727f33
Merge pull request #6176 from marc1706/ticket/16740
[ticket/16740] Add method for ensuring resource is not passed to cache
2021-04-01 10:32:50 +02:00
Marc Alexander
1e6ed3f0f5
[ticket/16740] Disable PHP 8.1 tests
PHPBB3-16740
2021-03-28 09:59:36 +02:00
Marc Alexander
03824189e4
[ticket/16740] Add more postgres tests to github actions
PHPBB3-16740
2021-03-26 22:56:57 +01:00
Marc Alexander
718d2dc77e
[ticket/16675] Use github base branch head rev for commit message check
PHPBB3-16675
2021-03-26 21:53:47 +01:00
Marc Alexander
e159bef055
Merge branch '3.3.x' 2021-03-17 20:21:06 +01:00
Marc Alexander
39d89c8dbc
[ticket/16707] Disable unstable PHP 8.1 builds
PHP 8.1 builds keep failing. Don't use them until there is a release.

PHPBB3-16707
2021-03-17 17:50:01 +01:00
Marc Alexander
382c7acbc8
Merge branch '3.3.x' 2021-03-02 19:50:02 +01:00
rxu
4ce2643bdb
[ticket/16711] Fix PHP 8.1 builds
PHPBB3-16711
2021-02-27 22:00:53 +07:00
Marc Alexander
1f5c64185c
Merge branch '3.3.x' 2021-02-16 21:52:31 +01:00
Marc Alexander
b25fbc73d9
[ticket/16707] Disable unstable PHP 8.1 builds
PHPBB3-16707
2021-02-16 20:33:12 +01:00
Máté Bartus
aab2679966 [ticket/16643] Add Doctrine DBAL to phpBB
PHPBB3-16643
2021-01-31 11:33:42 +01:00
rxu
2bee8312ab
[ticket/16650] Add simple functional test
PHPBB3-16650
2021-01-17 18:20:39 +07:00
Marc Alexander
5c50f12686
Merge pull request #6123 from marc1706/ticket/16687
[ticket/16687] Add check stylesheet with stylelint to github workflow
2021-01-16 14:16:45 +01:00
Marc Alexander
fb8ebe54f7
Merge pull request #6124 from CHItA/ticket/16675
[ticket/16675] Restore rxu's fix
2021-01-16 08:21:16 +01:00
Máté Bartus
859ce03462 [ticket/16675] Restore rxu's fix
PHPBB3-16675
2021-01-16 00:21:50 +01:00
Marc Alexander
e5418dd054
[ticket/16687] Add check stylesheet with stylelint to github workflow
PHPBB3-16687
2021-01-15 23:22:48 +01:00
Marc Alexander
7bc06c54c4
[ticket/16684] Trigger builds on release branches and tags
PHPBB3-16684
2021-01-14 22:24:17 +01:00
rxu
0d45825016
[ticket/16675] Check commit messages on pull_request event only
PHPBB3-16675
2021-01-10 15:27:54 +07:00
rxu
f6c6b13fcb
[ticket/16675] Adjust checking commit messages
Check commit messages on both 'push' and 'pull_request' events.

PHPBB3-16675
2021-01-10 12:54:42 +07:00
Marc Alexander
9c39ad3ff4
[ticket/16666] Exclude PGDATA directory in Windows Defender
PHPBB3-16666
2021-01-06 17:40:13 +01:00
rxu
937305bc41
[ticket/16675] Restore commit message checks
PHPBB3-16675
2021-01-06 00:26:08 +07:00
Máté Bartus
e0967e89a7 [ticket/16676] Cache composer dependencies for github actions
PHPBB3-16676
2021-01-04 21:02:16 +01:00
Marc Alexander
9db70086dd
[ticket/16661] Add test for phpBB on Windows
PHPBB3-16661
2020-12-27 19:37:38 +01:00
Marc Alexander
8992277ce8
[ticket/16661] Exclude extension .git directory in executable check
PHPBB3-16661
2020-12-22 21:17:24 +01:00
Marc Alexander
97ddf7e008
[ticket/16661] Add check executable files for extensions
Also added some minor code adjustments.

PHPBB3-16661
2020-12-20 22:26:53 +01:00
Marc Alexander
23caeec1cf
[ticket/16661] Add build badge and remove PR branch from builds
PHPBB3-16661
2020-12-20 22:23:07 +01:00
Marc Alexander
8013bb369a
[ticket/16659] Build PR branch to show that CI is working
PHPBB3-16659
2020-12-19 21:43:36 +01:00
Marc Alexander
9762cbf94f
[ticket/16659] Remove test branch from build branches
PHPBB3-16659
2020-12-19 21:32:38 +01:00
Marc Alexander
a1b994a8cd
[ticket/16659] Add scripts for ext preparation and sniffing
PHPBB3-16659
2020-12-19 21:30:36 +01:00
Marc Alexander
ef22a029b2
[ticket/16659] Split up tests for each database type
PHPBB3-16659
2020-12-19 21:30:27 +01:00
Marc Alexander
b3e3d9642e
[ticket/16659] Add missing postgres test and improve naming
PHPBB3-16659
2020-12-19 21:30:16 +01:00