Laurent Destailleur
40f18f5577
Try to use a unique id
2024-02-02 13:56:11 +01:00
MDW
4d0fbc657e
Qual: Backport pre-commit to 19.0 ( #27950 )
...
* Qual: Backport pre-commit to 17.0
Backport the pre-commit tool to bring extra checks to the older versions
so that they are fixed earlier before merging in upper versions.
Other PRs will be created for backporting to 18.0 and 19.0.
The PRs should be accepted in reverse order:
- develop;
- 19.0:
- 18.0;
- 17.0.
That should avoid merge conflicts and ensure that options (and ignored
messages or steps) are adapted to the version branch.
* Qual: Backport pre-commit to 18.0
# Qual: Backport pre-commit to 18.0
Backport the pre-commit tool to bring extra checks to the older versions
so that they are fixed earlier before merging in upper versions.
Other PRs will be created for backporting to 18.0 and 19.0.
The PRs should be accepted in reverse order:
- develop;
- 19.0:
- 18.0;
- 17.0.
That should avoid merge conflicts and ensure that options (and ignored
messages or steps) are adapted to the version branch.
* Qual: Backport pre-commit to 19.0
# Qual: Backport pre-commit to 19.0
Backport the pre-commit tool to bring extra checks to the older versions
so that they are fixed earlier before merging in upper versions.
Other PRs will be created for backporting to 18.0 and 19.0.
The PRs should be accepted in reverse order:
- develop;
- 19.0:
- 18.0;
- 17.0.
That should avoid merge conflicts and ensure that options (and ignored
messages or steps) are adapted to the version branch.
2024-02-01 17:37:25 +01:00
MDW
4c077ebc4e
Fix: pre-commit - install required phpcs
...
# Fix: pre-commit - install required phpcs
2024-01-28 16:07:43 +01:00
MDW
14b14a3b0f
Add --files to pre-commit call for selected files
2024-01-28 16:07:43 +01:00
MDW
2775c78ae0
Qual: Run php-cs on changed files only with pre-commit
...
Use a github action to detect changed PHP files and run
php-cs on those files.
(The method suggested by the pre-commit documentation did not work).
2024-01-26 21:38:03 +01:00
MDW
7bb1e57f6c
Qual: Optimize/explain workflows
...
# Qual: Optimize/explain workflows
phpstan checkout took about 1.5 minutes, while pre-commit only takes 10s.
So I removed the option to the checkout option which likely makes
the difference.
I removed the IMHO useless step of installing node - it may have been
useful during setting up the workflow, but not now.
I commented on the pre-commit workflow.
2024-01-21 18:00:22 +01:00
MDW
19ac1e4b02
Qual: Store phpstan cache only if not loaded or successful run
...
The PHPStan steps run a long time for the latest runs and I suspect that
this may be because of a bad cache, possibly includeing:
```
Result cache was not saved because of non-ignorable exception: Syntax error, unexpected } on line 378
``` .
This change should only save the cache if the run was successful or if no cache
was loaded. The possibly preserves a cache that still reduces the run time.
For instance, the following got an empty cache, saved at 2024-01-19T21:28:22.18Z.
- https://github.com/Dolibarr/dolibarr/actions/runs/7589384926
That was an aborted run:
- https://github.com/Dolibarr/dolibarr/actions/runs/7589372703/job/20673878193
So I added `cancelled()` to avoid overwriting valid cache and phpstan cache
will only be written if the outcome was success or if the cache could not
be loaded before.
I also updated the version for the cache action.
2024-01-21 15:05:47 +01:00
Laurent Destailleur
233c52bdb2
Merge pull request #27525 from Dolibarr/dependabot/github_actions/actions/setup-node-4
...
Bump actions/setup-node from 3 to 4
2024-01-15 11:46:10 +01:00
Laurent Destailleur
17879abd59
Merge pull request #27524 from Dolibarr/dependabot/github_actions/actions/setup-python-5
...
Bump actions/setup-python from 4 to 5
2024-01-15 11:45:27 +01:00
dependabot[bot]
2ebcca7d9b
Bump actions/setup-node from 3 to 4
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 05:55:59 +00:00
dependabot[bot]
f93d480e3f
Bump actions/setup-python from 4 to 5
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 05:55:55 +00:00
dependabot[bot]
1473db2991
Bump actions/upload-artifact from 3 to 4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 05:55:52 +00:00
Laurent Destailleur
b20838077b
Try to merge the 2 phpstan files
2024-01-14 19:42:54 +01:00
Laurent Destailleur
2459fe829a
Fix precommit
2024-01-14 18:29:33 +01:00
Laurent Destailleur
0c202cb66d
Fix precommit file
2024-01-14 18:25:44 +01:00
Laurent Destailleur
c7a19a007c
Add comment
2024-01-14 18:09:32 +01:00
Laurent Destailleur
cfcde4922a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-14 17:55:26 +01:00
Laurent Destailleur
7cd375bbbf
Clean hooks
2024-01-14 15:01:59 +01:00
MDW
43bb558ae9
Fix: pre-commit: Skip branch check in ci (+used sed in codespell exceptions generation) ( #27499 )
...
* Use 'sed' instead of 'perl' (sed is more common)
* Skip branch check in ci
2024-01-14 15:00:01 +01:00
MDW
5bfccb7016
Qual: Add pre-commit & codespell ( #27392 )
...
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-14 14:24:29 +01:00
MDW
5d68f1b0ee
Qual: Fix line endings of yaml files for yamllint. ( #27479 )
...
# Qual: Fix line endings of yaml files for yamllint.
yamllint (included in the pre-commit setup) has some messages about the line-endings of yml files.
This fixes that.
2024-01-13 15:49:17 +01:00
MDW
c094fba538
Qual: Fix trailing whitespace in yaml file. ( #27466 )
...
# Qual: Fix trailing whitespace in yaml file.
Yaml check tools complain about trailing whitespace, so I fix them.
pre-commit (#27392 ) has rules to fix them automatically (locally).
2024-01-12 17:54:14 +01:00
Frédéric FRANCE
74aa353079
try to run action on push to have always valid cache ( #27445 )
2024-01-12 17:15:16 +01:00
Frédéric FRANCE
9aa727b420
fix phpstan action ( #27388 )
2024-01-10 15:41:11 +01:00
Laurent Destailleur
57385d042b
Fix phpstan
2024-01-10 15:17:39 +01:00
Laurent Destailleur
f711144428
Try to move tmp dir
2024-01-10 14:52:12 +01:00
Laurent Destailleur
b8e0396303
Reduce need for github action CPU (we have a limited quota)
2024-01-10 14:48:24 +01:00
Frédéric FRANCE
8988d7b47b
Update phpstan.yml
2024-01-10 14:06:16 +01:00
Frédéric FRANCE
a725b71ed1
fix phpstan action
2024-01-10 14:02:45 +01:00
Frédéric France
f8a62a401b
remove can fail
2024-01-06 21:40:23 +01:00
Frédéric FRANCE
5d68744983
clean ignore
2023-12-20 18:34:02 +01:00
Frédéric FRANCE
5edaa0e704
wip
2023-12-07 21:06:36 +01:00
Frédéric FRANCE
1b6006c168
QUAL phpstan github action
2023-12-07 20:49:43 +01:00
MDW
e47811a710
QUAL Improve spelling in documentation strings/text ( #26611 )
2023-11-16 15:33:55 +01:00
dependabot[bot]
b0f7ebab18
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 05:08:42 +00:00
Laurent Destailleur
924da777bf
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-09-04 23:26:35 +02:00
Laurent Destailleur
750924531b
Add phpcs check on github for branch v18
2023-09-04 02:44:11 +02:00
Laurent Destailleur
24d03009e9
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-09-04 02:38:22 +02:00
Laurent Destailleur
c3ee677256
Ignore rule
2023-09-04 02:29:15 +02:00
Laurent Destailleur
2f6f99b9c5
Disabled a duplicate github action
2023-09-01 00:12:22 +02:00
Laurent Destailleur
7ba40c9aa5
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-08-26 22:41:39 +02:00
Laurent Destailleur
89143099e8
Clean github actions
2023-08-26 22:41:03 +02:00
Frédéric FRANCE
0b678fa515
Update phpcs.yml
2023-08-25 14:45:07 +02:00
Frédéric FRANCE
f8ef7f7f00
Create phpcs.yml
2023-08-25 13:41:30 +02:00
Laurent Destailleur
bd9bed835a
exakat only once per month
2023-08-04 10:55:47 +02:00
Laurent Destailleur
39d847b74a
Test for exakat
2023-08-04 01:56:56 +02:00
Laurent Destailleur
e8ac645abd
Exclude some files
2023-08-04 00:56:11 +02:00
Laurent Destailleur
3c6d681d22
Test again exakat
2023-08-02 03:05:08 +02:00
dependabot[bot]
f0922c8d8b
Bump JetBrains/qodana-action from 2023.1.5 to 2023.2.1 ( #25441 )
...
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action ) from 2023.1.5 to 2023.2.1.
- [Release notes](https://github.com/jetbrains/qodana-action/releases )
- [Commits](https://github.com/jetbrains/qodana-action/compare/v2023.1.5...v2023.2.1 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 19:41:27 +02:00
Laurent Destailleur
b74fe4f99b
Test CI
2023-07-09 14:20:28 +02:00
Laurent Destailleur
043bda80a0
Test CI
2023-07-09 14:04:57 +02:00
Laurent Destailleur
34908a72c7
Test CI
2023-07-09 13:48:05 +02:00
Laurent Destailleur
533360ff27
Test CI
2023-07-05 23:57:43 +02:00
Laurent Destailleur
92219bb43e
Try to replace stickler
2023-07-05 20:03:02 +02:00
Laurent Destailleur
118b70a437
Test CI
2023-07-03 19:33:05 +02:00
Laurent Destailleur
e075cb5c3a
Removed not used file
2023-06-30 20:17:37 +02:00
Laurent Destailleur
d2b6d87680
Rename batch
2023-06-30 20:17:10 +02:00
Laurent Destailleur
aea1d25ea0
Disable github CI, Travis is back
2023-06-30 20:11:45 +02:00
Laurent Destailleur
1cd30cd2b3
Clean code
2023-06-30 20:04:38 +02:00
Laurent Destailleur
61c5400d77
Test CI
2023-06-30 15:57:03 +02:00
Laurent Destailleur
877fb73a87
Test CI
2023-06-30 13:02:22 +02:00
Laurent Destailleur
1a73f2f1d6
Test CI
2023-06-30 12:43:26 +02:00
Laurent Destailleur
703ef2e5a0
Test CI
2023-06-30 12:20:13 +02:00
Laurent Destailleur
ba8801f385
Test CI
2023-06-30 12:11:30 +02:00
Laurent Destailleur
e83a53fe9a
Test CI
2023-06-30 11:59:23 +02:00
Laurent Destailleur
d7dbb25bdf
Test CI
2023-06-30 11:51:07 +02:00
Laurent Destailleur
1fcbda759b
Test CI
2023-06-30 11:32:47 +02:00
Laurent Destailleur
24454077da
Test CI
2023-06-30 11:21:27 +02:00
Laurent Destailleur
444ab2f357
Test CI
2023-06-30 10:32:00 +02:00
Laurent Destailleur
a0552d16bd
Test CI
2023-06-30 10:17:41 +02:00
Laurent Destailleur
220e058e41
Test CI
2023-06-30 10:13:52 +02:00
Laurent Destailleur
4cc072ecdd
Test CI
2023-06-30 10:08:13 +02:00
Laurent Destailleur
61c1803fa8
Test CI
2023-06-30 10:03:09 +02:00
Laurent Destailleur
ae0ac87f9e
Test CI
2023-06-30 09:53:19 +02:00
Laurent Destailleur
01d8be4447
Try to replace stickler with github actions
2023-06-30 09:39:08 +02:00
Laurent Destailleur
73bcc9c261
Test CI
2023-06-26 22:23:34 +02:00
Laurent Destailleur
9329f6d369
Test CI
2023-06-26 22:16:19 +02:00
Laurent Destailleur
cec2ef520d
Test CI
2023-06-26 21:20:20 +02:00
dependabot[bot]
c5a16281d3
Bump JetBrains/qodana-action from 2023.1.4 to 2023.1.5
...
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action ) from 2023.1.4 to 2023.1.5.
- [Release notes](https://github.com/jetbrains/qodana-action/releases )
- [Commits](https://github.com/jetbrains/qodana-action/compare/v2023.1.4...v2023.1.5 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 05:58:37 +00:00
Laurent Destailleur
fd632bc2c0
Test CI
2023-06-22 21:56:23 +02:00
Laurent Destailleur
a358b453ce
Test CI
2023-06-22 21:56:15 +02:00
Laurent Destailleur
4d5c88f5f1
Test CI
2023-06-22 21:53:12 +02:00
Laurent Destailleur
a0e48ec69f
Test CI
2023-06-22 20:55:31 +02:00
Laurent Destailleur
d50885d30c
Test CI
2023-06-22 20:54:38 +02:00
Laurent Destailleur
e995d756ce
Test CI
2023-06-22 20:27:00 +02:00
Laurent Destailleur
a42e4ce683
Test CI
2023-06-22 20:19:18 +02:00
Laurent Destailleur
2ba4007c33
Test CI
2023-06-22 19:14:10 +02:00
Laurent Destailleur
3803c73637
Fix travis
2023-06-22 17:17:24 +02:00
Laurent Destailleur
d91f468f86
Test CI
2023-06-22 15:26:41 +02:00
Laurent Destailleur
202add5b36
Test CI
2023-06-22 14:56:05 +02:00
Laurent Destailleur
12e834c12b
Test CI
2023-06-22 14:38:32 +02:00
Laurent Destailleur
d518c17d18
Test CI
2023-06-22 14:13:31 +02:00
Laurent Destailleur
e4c371ebf0
Test CI
2023-06-22 14:03:21 +02:00
Laurent Destailleur
65a43428b9
Test CI
2023-06-22 13:54:40 +02:00
Laurent Destailleur
31110d585c
Test CI
2023-06-22 13:46:49 +02:00
Laurent Destailleur
b0f87e7b75
Test CI
2023-06-22 13:40:11 +02:00
Laurent Destailleur
7db6f99916
Test CI
2023-06-22 13:25:38 +02:00
Laurent Destailleur
4de85384d6
Test CI
2023-06-22 12:48:32 +02:00
Laurent Destailleur
f3754bb8d1
Test CI
2023-06-22 12:37:30 +02:00
Laurent Destailleur
bb03ee9fb6
Test CI
2023-06-21 18:55:03 +02:00
Laurent Destailleur
1d6eec7f6b
Travis
2023-06-21 14:33:08 +02:00
Laurent Destailleur
973f035ea4
No phpcs test for pgsql
2023-06-21 14:04:01 +02:00
Laurent Destailleur
c049b506be
Test Travis
2023-06-21 12:17:12 +02:00
Laurent Destailleur
6458075a3d
Test travis
2023-06-20 12:34:37 +02:00
Laurent Destailleur
655804d130
Reduce github actions
2023-06-20 10:23:42 +02:00
Laurent Destailleur
3cd24e6e4c
Test CI
2023-06-20 01:37:20 +02:00
Laurent Destailleur
c48342d1e2
Test CI
2023-06-20 01:23:41 +02:00
Laurent Destailleur
c1157d23db
Test CI
2023-06-20 01:15:23 +02:00
Laurent Destailleur
c5c0f293cc
Test CI
2023-06-20 01:11:03 +02:00
Laurent Destailleur
d42e651bec
Debug v18
2023-06-20 00:58:44 +02:00
Laurent Destailleur
99fced6530
Test CI
2023-06-19 20:47:45 +02:00
Laurent Destailleur
0d624ae281
Fix CI
2023-06-19 20:28:59 +02:00
Laurent Destailleur
fc708bbdb8
Test CI
2023-06-19 18:48:44 +02:00
Laurent Destailleur
56bafeca3a
Test CI
2023-06-19 18:43:40 +02:00
Laurent Destailleur
fff6853567
Try fix utf8
2023-06-19 18:17:53 +02:00
Laurent Destailleur
29d0d589bb
Test CI
2023-06-19 17:51:36 +02:00
Laurent Destailleur
cab0b6f898
Test CI
2023-06-19 17:51:05 +02:00
Laurent Destailleur
8494341c4e
Test CI
2023-06-19 17:40:13 +02:00
Laurent Destailleur
53386fed0c
Test CI
2023-06-19 17:36:17 +02:00
Laurent Destailleur
5723979611
Test CI
2023-06-19 17:33:25 +02:00
Laurent Destailleur
873261b78c
Test CI
2023-06-19 17:29:28 +02:00
Laurent Destailleur
f31b28c8a3
Fix migration
2023-06-19 16:51:28 +02:00
Laurent Destailleur
3e278f09ed
Test CI
2023-06-19 16:37:13 +02:00
Laurent Destailleur
1810fdeca8
Test CI
2023-06-19 16:36:41 +02:00
Laurent Destailleur
1945326c14
Test CI
2023-06-19 16:30:29 +02:00
Laurent Destailleur
303e4a85aa
Test CI
2023-06-19 16:22:39 +02:00
Laurent Destailleur
8bb975d640
Test CI
2023-06-19 16:17:25 +02:00
Laurent Destailleur
e79f90563f
Test CI
2023-06-19 16:16:15 +02:00
Laurent Destailleur
24a31d209f
Test CI
2023-06-19 16:13:46 +02:00
Laurent Destailleur
94906753a2
Test CI
2023-06-19 16:11:46 +02:00
Laurent Destailleur
da27467b96
Test CI
2023-06-19 15:42:28 +02:00
Laurent Destailleur
3e94e5cf1f
Fix CI
2023-06-19 15:38:31 +02:00
Laurent Destailleur
f787b3c835
Test CI
2023-06-19 15:32:15 +02:00
Laurent Destailleur
0c40561721
Test CI
2023-06-19 15:25:06 +02:00
Laurent Destailleur
b5a33bf14b
Test CI
2023-06-19 15:14:17 +02:00
Laurent Destailleur
f1d8d83915
Test CI
2023-06-19 15:09:08 +02:00
Laurent Destailleur
db379ee40d
Test CI
2023-06-19 15:00:15 +02:00
Laurent Destailleur
dae0cae92c
Fix conf file
2023-06-19 14:47:55 +02:00
Laurent Destailleur
ce7219e002
More log
2023-06-19 14:43:51 +02:00
Laurent Destailleur
679dba475f
Test CI
2023-06-19 14:36:11 +02:00
Laurent Destailleur
865c67ea22
Test CI
2023-06-19 14:07:17 +02:00
Laurent Destailleur
855c746c0e
Test CI
2023-06-19 14:02:05 +02:00
Laurent Destailleur
3acdd31448
Test CI
2023-06-19 13:57:35 +02:00
Laurent Destailleur
5a314f05e6
Test CI
2023-06-19 13:55:07 +02:00
Laurent Destailleur
06a5fd905d
Fix move html
2023-06-19 13:43:53 +02:00
Laurent Destailleur
86c364e172
Test CI
2023-06-19 13:42:31 +02:00
Laurent Destailleur
174a3a42f6
Test CI
2023-06-19 13:41:43 +02:00
Laurent Destailleur
ec40423b63
Test CI
2023-06-19 13:31:40 +02:00
Laurent Destailleur
34d2a4f27a
Test CI
2023-06-19 13:19:15 +02:00
Laurent Destailleur
7d3a7619af
Test CI
2023-06-19 13:16:12 +02:00
Laurent Destailleur
77dcbb9e8f
Test CI
2023-06-19 13:15:15 +02:00
Laurent Destailleur
102bee9361
Test CI
2023-06-19 13:12:24 +02:00
Laurent Destailleur
e179d42b9b
Test CI
2023-06-19 12:58:22 +02:00
Laurent Destailleur
a8049421ff
Test CI
2023-06-19 12:54:48 +02:00
Laurent Destailleur
0ca56e6a16
Fix CI
2023-06-19 12:47:37 +02:00
Laurent Destailleur
a5cc9b8112
Test CI
2023-06-19 12:35:06 +02:00
Laurent Destailleur
6492973415
Test CI
2023-06-19 12:25:06 +02:00
Laurent Destailleur
9bc488e87e
Test CI
2023-06-19 12:14:50 +02:00
Laurent Destailleur
8f66a04a8d
CI
2023-06-19 12:04:30 +02:00
Laurent Destailleur
bdb32f86a6
CI
2023-06-19 11:54:03 +02:00
Laurent Destailleur
7c15f74100
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-06-19 11:49:58 +02:00
Laurent Destailleur
af4cb0ee75
Work on apache CI setup
2023-06-19 11:49:47 +02:00
Laurent Destailleur
bb3eb3852f
Merge pull request #25136 from Dolibarr/dependabot/github_actions/JetBrains/qodana-action-2023.1.4
...
Bump JetBrains/qodana-action from 2023.1.0 to 2023.1.4
2023-06-19 11:33:36 +02:00
Laurent Destailleur
13022fe8d7
Try to fix duplicate CI
2023-06-19 11:32:40 +02:00
dependabot[bot]
ef9629ef6b
Bump JetBrains/qodana-action from 2023.1.0 to 2023.1.4
...
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action ) from 2023.1.0 to 2023.1.4.
- [Release notes](https://github.com/JetBrains/qodana-action/releases )
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2023.1.0...v2023.1.4 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 05:58:46 +00:00
Laurent Destailleur
e6df861b3c
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-06-19 03:31:05 +02:00
Laurent Destailleur
8d0a75bece
Fix call to phpcs
2023-06-19 03:27:20 +02:00
Laurent Destailleur
c628dc6926
Test phpcs on any PR
2023-06-19 03:25:49 +02:00
Laurent Destailleur
012e5e527c
Add PHPCS check
2023-06-19 03:18:15 +02:00
Laurent Destailleur
92f81059dd
Test CI
2023-06-19 02:51:59 +02:00
Laurent Destailleur
953dfd0ff9
Test CI
2023-06-19 02:46:09 +02:00
Laurent Destailleur
a6bca70a6d
Test CI
2023-06-19 02:40:32 +02:00
Laurent Destailleur
91cf5c86a1
Test CI
2023-06-19 02:33:15 +02:00
Laurent Destailleur
3c9f228d73
Test CI
2023-06-19 02:29:57 +02:00
Laurent Destailleur
9fd2ce0ff7
Test CI
2023-06-19 02:24:50 +02:00
Laurent Destailleur
8c5c07f01c
Add phpcs check
2023-06-19 02:19:12 +02:00
Laurent Destailleur
083448cf39
Add phpcs check
2023-06-19 02:08:11 +02:00
Laurent Destailleur
769713abba
Add phpcs check
2023-06-19 02:01:04 +02:00
Laurent Destailleur
5cd893ea2f
Test github action for CI
2023-06-19 01:45:06 +02:00
Laurent Destailleur
882c76c08e
Add ci test
2023-06-19 01:23:58 +02:00
Laurent Destailleur
d4274295a7
Create php.yml
2023-06-19 01:09:34 +02:00
dependabot[bot]
fc5fdc2ebd
Bump JetBrains/qodana-action from 2022.3.4 to 2023.1.0
...
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action ) from 2022.3.4 to 2023.1.0.
- [Release notes](https://github.com/JetBrains/qodana-action/releases )
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.3.4...v2023.1.0 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 06:03:15 +00:00
dependabot[bot]
dd9bd645fb
Bump JetBrains/qodana-action from 2022.3.3 to 2022.3.4
...
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action ) from 2022.3.3 to 2022.3.4.
- [Release notes](https://github.com/JetBrains/qodana-action/releases )
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.3.3...v2022.3.4 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 06:04:26 +00:00
dependabot[bot]
30b81e2ac9
Bump JetBrains/qodana-action from 2022.3.2 to 2022.3.3
...
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action ) from 2022.3.2 to 2022.3.3.
- [Release notes](https://github.com/JetBrains/qodana-action/releases )
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.3.2...v2022.3.3 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 06:03:42 +00:00
dependabot[bot]
854bd4efa1
Bump JetBrains/qodana-action from 2022.3.0 to 2022.3.2
...
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action ) from 2022.3.0 to 2022.3.2.
- [Release notes](https://github.com/JetBrains/qodana-action/releases )
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.3.0...v2022.3.2 )
---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 05:08:05 +00:00
Laurent Destailleur
fc0a859e95
No mode need for doxygen github action
2023-01-05 15:35:09 +01:00
Laurent Destailleur
2a491ce1a6
Fix qodana
2023-01-05 04:08:22 +01:00
Laurent Destailleur
0e276fba5e
Optimize
2023-01-05 00:37:46 +01:00
Laurent Destailleur
7430dd7369
Try to force php version
2023-01-05 00:35:06 +01:00
Laurent Destailleur
7719f8e9a5
Fix github action
2023-01-05 00:34:18 +01:00
Laurent Destailleur
c973b7d59c
Try removing the copy
2023-01-02 04:33:42 +01:00
Laurent Destailleur
7dd3909227
Fix doxygen
2023-01-02 04:16:06 +01:00
Laurent Destailleur
f8f2e8ea9e
Enhancement with doxygen
2023-01-02 03:52:29 +01:00
Laurent Destailleur
5148e6a1a2
Enhance doxygen conf
2023-01-02 03:08:57 +01:00
Laurent Destailleur
7e22e1e7b4
Clean php
2023-01-02 00:04:46 +01:00
Laurent Destailleur
73e776a441
Add option to start manually
2022-12-30 19:29:19 +01:00
Laurent Destailleur
e02aa8ab60
Clean setup
2022-12-30 15:22:09 +01:00
Laurent Destailleur
9442c1f289
Try to allow run of qobana trigger manually.
2022-12-30 15:18:18 +01:00
Laurent Destailleur
2df271f76c
Fix qodana by cron only
2022-12-30 12:58:08 +01:00
Laurent Destailleur
081cfcc137
Add missing secret key
2022-12-30 12:42:45 +01:00