mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
* NEW : Add category feature on Fichinter category update * Update viewcat.php * Update categories.lang * Update categorie.class.php * Update categories.lang * Update viewcat.php * Update viewcat.php * test action * test action * test action * test action * test action * test action * test action * test action * test action * test action * test action * clean baseline Debug v21 NEW: use Expedition::$date_shipping property in card and list (#31701) * NEW: use Expedition::$date_shipping property in card and list * FIX: translation * FIX: PHPStan rebutal * FIX: not a great idea to copy and not edit comment * FIX: on create, expected delivery date should precede sending date * Update card.php * Update list.php * Update list.php * Update list.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr> clean baseline clean baseline clean baseline * clean baseline * clean baseline * merge * fix * fix * fix * fix * fix * fix * fix translations * fix translations * fix translations * fix translations * fix * fix filters * fix filters * fix filters * fix filters * fix --------- Co-authored-by: Charlène Benke <1179011+defrance@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| cache-clean-pr.yml | ||
| ci-on-pull_request.yml | ||
| ci-on-push.yml | ||
| code_quality_qodana.yml.disabled | ||
| doxygen-gh-pages.yml.disabled | ||
| exakat.yml | ||
| gh-travis.yml | ||
| github_ci_php71_pgsql.yml.disabled | ||
| github_ci_php81_mysql.yml.disabled | ||
| greetings-pr.yml.disabled | ||
| phan.yml | ||
| phpcs.yml.disabled | ||
| phpstan_baseline.yml | ||
| phpstan.yml | ||
| pre-commit.yml | ||
| README.md | ||
| stale-issues-safe.yml | ||
| windows-ci.yml | ||
Workflow run order
To reduce run minutes, the following order is put in place:
On PR & Merge, always run:
- pre-commit;
- phan.
When both succeed, start:
- phpstan;
- Windows-ci;
- travis.