218 Commits

Author SHA1 Message Date
Abdul Malik Ikhsan
ea2a0748ef
Apply github workflow to run rector on utils/ directory 2022-07-03 13:21:58 +07:00
kenjis
189e378099
docs: fix by proofreading
Co-authored-by: MGatner <mgatner@icloud.com>
2022-06-12 06:41:33 +09:00
kenjis
f33f68fa74
chore: update PULL_REQUEST_TEMPLATE.md 2022-06-10 18:05:29 +09:00
kenjis
a04ba620e6
chore: update workflow for 4.3 branch 2022-06-08 06:31:57 +09:00
kenjis
b6605e9685
chore: add action to add edit this page links 2022-05-09 20:41:44 +09:00
Abdul Malik Ikhsan
e422a35d49
define path in title workflow rector 2022-04-28 23:22:01 +07:00
Abdul Malik Ikhsan
abcb42ced7
update to use by paths on run rector to avoid timeout parallel 2022-04-28 23:19:07 +07:00
dependabot[bot]
571923915b
chore(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
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>
2022-04-08 15:03:24 +00:00
kenjis
70af24e461
chore: rename php-cs-fixer config files
The php-cs-fixer configuration files are all in one place and easy to find.
2022-04-05 17:21:12 +09:00
dependabot[bot]
42d50cc935
chore(deps): bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 15:03:28 +00:00
kenjis
04343ecf9e
Merge pull request #5783 from MGatner/user-guide-action
User Guide Deploy Action
2022-03-09 13:02:17 +09:00
kenjis
03354eed49
chore: add coding style check for user_guide/ in GitHub Action 2022-03-08 18:54:17 +09:00
MGatner
539cdd7f79
Add User Guide deploy script 2022-03-08 01:09:50 +00:00
dependabot[bot]
561706af62
chore(deps): bump actions/checkout from 2 to 3 (#5760)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03 00:45:54 +08:00
dependabot[bot]
c2422fd7da
chore(deps): bump actions/setup-node from 2 to 3.0.0 (#5740)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3.0.0)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-25 14:49:06 +08:00
John Paul E. Balandan, CPA
f668b8d91e
Limit running PHP workflows to related PHP files 2022-02-24 13:47:07 +08:00
John Paul E. Balandan, CPA
f8e7c78cea
Add workflow to test SCSS compilation 2022-02-24 10:57:24 +08:00
dependabot[bot]
b36b015ac4
chore(deps): bump actions/github-script from 5 to 6 (#5695)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 13:31:25 +08:00
Abdul Malik Ikhsan
bf78c65394
register - phpstan-baseline.neon.dist to test-phpstan on paths 2022-02-01 12:58:17 +07:00
Tetsuro Yoshikawa
190f76df8b
feat: Removed semicolon from ALTER TABLE to make it distinguish between sql and PLSQL in OCI8. 2022-01-23 16:09:08 +09:00
Tetsuro Yoshikawa
3f700c6d64
chore: add stored procedure in github actions for oracle database. 2022-01-23 16:09:08 +09:00
Tetsuro Yoshikawa
a37b852cfa
chore: Add phpunit workflow for oci8. 2022-01-23 16:09:01 +09:00
kenjis
ed67dccc58
chore: compute phpunit option for coverage
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
2022-01-21 16:21:15 +09:00
kenjis
9f3e8c6c90
chore: add --no-coverage option to PHPUnit other than on PHP 8.0 2022-01-21 14:59:01 +09:00
Abdul Malik Ikhsan
15b86a5cde
add back php 7.4 to rector workflow 2022-01-10 12:40:47 +07:00
Abdul Malik Ikhsan
684169a230
temporary run rector only in php 8.0 2022-01-10 02:02:55 +00:00
Abdul Malik Ikhsan
d2c3b440c0
use v4.* 2022-01-10 02:02:55 +00:00
Abdul Malik Ikhsan
58d73e2a41
try without quote 2022-01-10 02:02:55 +00:00
Abdul Malik Ikhsan
ecf41ff640
add 4.* for pull_request phpunit workflow 2022-01-10 02:02:55 +00:00
Abdul Malik Ikhsan
a074aee6aa
remove php 7.3 from workflow 2022-01-10 02:02:31 +00:00
John Paul E. Balandan, CPA
08f3d30aa4
Auto-review required dependency matching 2022-01-05 10:13:30 +08:00
kenjis
2444763e6a
Merge pull request #5529 from paulbalandan/php-8.1
Remove experimental flag for PHP 8.1
2022-01-04 14:44:16 +09:00
John Paul E. Balandan, CPA
fb31518f40
Remove experimental flag for PHP 8.1 2022-01-04 02:23:35 +08:00
John Paul E. Balandan, CPA
c487715222
Revert workaround for php-coveralls 2022-01-04 02:21:57 +08:00
kenjis
889c0eccfc
chore: make the URL of the support forum more specific 2022-01-01 17:30:58 +09:00
John Paul E. Balandan, CPA
a0b8140b4f
Test phpstan on PHP 8.0+ 2021-12-13 20:23:40 +08:00
kenjis
a838edcb61
chore: temporary fix for PhpCoveralls error
https://github.com/php-coveralls/php-coveralls/issues/327
2021-12-02 11:04:00 +09:00
John Paul E. Balandan, CPA
0a5508202b
Add support for PHP 8.1 (#4883) 2021-11-25 22:24:19 +08:00
John Paul E. Balandan, CPA
c3e43e9f8d
Merge pull request #5343 from kenjis/fix-ISSUE_TEMPLATE/bug_report.yml
chore: improve Issue Form
2021-11-19 17:00:57 +08:00
kenjis
b31256fc03
chore: fix by review
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
2021-11-19 13:53:38 +09:00
kenjis
b4da1c1629
chore: fix by review
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
2021-11-19 13:53:30 +09:00
kenjis
88c4968fb3
chore: fix script to copy tests directory 2021-11-18 13:20:08 +09:00
kenjis
e8db9099c6
chore: add codeigniter-installation in Issue Form 2021-11-18 08:53:40 +09:00
kenjis
328aa7670c
chore: add seach example in Issue Form 2021-11-18 08:53:40 +09:00
kenjis
c31730b55e
docs: add missing line break
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
2021-11-11 12:50:13 +09:00
kenjis
a41ef8624c
chore: improve ISSUE_TEMPLATE/bug_report.yml 2021-11-11 08:06:30 +09:00
kenjis
38f06b7732
Merge pull request #5298 from kenjis/add-release.yml
chore: add .github/release.yml
2021-11-10 20:46:07 +09:00
kenjis
ec862343fa
chore: replace github.repos. with github.rest.repos. 2021-11-10 10:35:24 +09:00
kenjis
40154ac482
chore: add .github/release.yml
See https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#example-configuration
2021-11-09 16:06:12 +09:00
kenjis
88aeb16a15
chore: add note to update to the latest version 2021-11-05 21:57:42 +09:00