Commit Graph

51 Commits

Author SHA1 Message Date
Pavel Shevaev 77a63241ff Enabling junk check by default
Publish PHP Package / docker (push) Successful in 6s Details
2025-02-27 20:26:43 +03:00
Pavel Shevaev 458b72e367 Adding config2json
Publish PHP Package / docker (push) Successful in 7s Details
2025-02-27 20:00:39 +03:00
Pavel Shevaev a15f4f935e Fixing config workers initialization
Publish PHP Package / docker (push) Successful in 6s Details
2025-02-27 18:45:49 +03:00
Pavel Shevaev 07d69c4a02 Minor improvements
Publish PHP Package / docker (push) Successful in 6s Details
2025-02-27 15:53:17 +03:00
Pavel Shevaev 4bd731aa25 Adding debug flag to pack routine
Publish PHP Package / docker (push) Successful in 7s Details
2025-02-27 13:16:46 +03:00
Pavel Shevaev 63c2c46cc7 Improving initialization of workers; Adding sorting when splitting config jobs; Minor improvements here and there
Publish PHP Package / docker (push) Successful in 7s Details
2025-02-27 01:35:17 +03:00
Pavel Shevaev 0842ba416f Fixing version argument ordering and making it required
Publish PHP Package / docker (push) Successful in 6s Details
2025-02-26 18:44:37 +03:00
Pavel Shevaev 42e673f2b1 A bit tweaking error reporting
Publish PHP Package / docker (push) Successful in 6s Details
2025-02-25 20:04:48 +03:00
Pavel Shevaev 7a6208d921 Not stopping processing of configs upon first error, collecting all errors
Publish PHP Package / docker (push) Successful in 6s Details
2025-02-25 18:05:13 +03:00
Pavel Shevaev dd8c4311b7 Adding and using convenience config_log(msg)
Publish PHP Package / docker (push) Successful in 6s Details
2025-02-25 15:48:29 +03:00
Pavel Shevaev 742e6692d5 Adding check_junk optional support during normalization
Publish PHP Package / docker (push) Successful in 7s Details
2025-02-25 15:41:22 +03:00
Pavel Shevaev aa9ff115aa Fixing initialization of globals
Publish PHP Package / docker (push) Successful in 7s Details
2025-02-25 14:07:10 +03:00
Pavel Shevaev 1079143376 Getting rid of possible warning
Publish PHP Package / docker (push) Successful in 6s Details
2025-02-25 13:48:25 +03:00
Pavel Shevaev 00f17cc1a8 API and internals overhaul, optimizing parsing and import, still work in progress
Publish PHP Package / docker (push) Successful in 6s Details
2025-02-24 19:22:02 +03:00
Pavel Shevaev d422998ebf ConfigCacheEntryExtras now extends stdClass in order to by pass deprecation errors
Publish PHP Package / docker (push) Successful in 6s Details
2025-02-12 15:36:07 +03:00
Pavel Shevaev 660f7f0c1a Adding config_fetch(..) universal function which accepts ConfigFetchParams, config_fetch_ex is now considered deprecated
Publish PHP Package / docker (push) Successful in 6s Details
2024-06-25 16:31:57 +03:00
Pavel Shevaev 37255ba9ec Removing unused includes file map
Publish PHP Package / docker (push) Successful in 6s Details
2024-06-12 12:28:42 +03:00
Pavel Shevaev 7a19d509b1 PHP7 related fixes
Publish PHP Package / docker (push) Successful in 6s Details
2024-05-02 16:53:21 +03:00
Pavel Shevaev cdf0d6dc78 Making several attempts when trying to read the includes map file
Publish PHP Package / docker (push) Successful in 5s Details
2024-05-02 12:13:28 +03:00
Pavel Shevaev fd876d28e2 Printing execution times alongside to workers
Publish PHP Package / docker (push) Successful in 5s Details
2024-04-23 18:19:23 +03:00
Pavel Shevaev 7de6cf61c8 Making func signatures PHP8.3 compatible
Publish PHP Package / docker (push) Successful in 4s Details
2024-03-14 12:52:52 +03:00
Pavel Shevaev 135b6a2565 Обновить CHANGELOG.md 2024-03-13 10:21:33 +03:00
Pavel Shevaev 0abaa301c3 Improving exception message
Publish PHP Package / docker (push) Successful in 5s Details
2024-03-12 19:16:52 +03:00
Семенов Иван ff4ae2682c Type safety fixes
Publish PHP Package / docker (push) Successful in 6s Details
2024-03-07 15:13:52 +03:00
Pavel Shevaev d8889de4d0 Добавить CHANGELOG.md 2024-03-06 16:34:33 +03:00
Pavel Shevaev a3b62e10d9 Adding support for binary format 2 (no more crc28 strids); Removing obsolete stuff; Adding typehints
Publish PHP Package / docker (push) Successful in 6s Details
2024-03-06 16:21:38 +03:00
Pavel Shevaev d6fc62f3d7 Добавить .gitea/workflows/build_composer.yaml
Publish PHP Package / docker (push) Successful in 5s Details
2024-02-13 12:54:24 +03:00
Pavel Shevaev 8313da0e2d Adding base config class configurable validation 2023-12-01 15:07:10 +03:00
Pavel Shevaev db01d08320 Изменил(а) на 'composer.json' 2023-10-24 18:24:36 +03:00
Pavel Shevaev 9f32fa956e Tweaking composer autoload 2023-10-24 17:34:11 +03:00
Pavel Shevaev ec834890ac Forcing touch(..) of config files which are stale due to newer includes 2023-08-24 14:54:37 +03:00
Pavel Shevaev 60d097a4d9 Making PHPStan happy 2023-08-16 14:07:36 +03:00
Pavel Shevaev 41ba734090 Adding global CONFIG_CURRENT_FILE which is available from filters and removing some obsolete stuff 2023-08-02 14:47:45 +03:00
Pavel Shevaev 4105ad80e0 Adding support for setting global config filtering function; A bit improving logs 2023-05-26 17:15:51 +03:00
Pavel Shevaev e2f7d07342 Further cleaning the package and removing project specific stuff 2023-05-25 18:55:22 +03:00
Pavel Shevaev 91ed9344f3 Base dirs now can be configured via config_set_base_dirs(..) call, further removing global props dependencies 2023-05-25 18:44:59 +03:00
Pavel Shevaev 2e965dcf98 Removing USE_LZ4_CONFIGS prop dependency 2023-05-25 18:25:56 +03:00
Pavel Shevaev c38b78e9d3 Adding support for multiple config base directories 2023-05-25 18:04:29 +03:00
Pavel Shevaev 63e05c1c73 Making code more robust and less specific 2023-03-21 17:33:55 +03:00
Pavel Shevaev 1d757658ff Better error messages 2022-10-10 09:47:48 +03:00
Pavel Shevaev 68e43e49cf Fixing missing use 2022-05-20 13:48:34 +03:00
Pavel Shevaev 69ec9dd640 Migrating to UNITY_ASSETS_DIR prop 2022-05-18 15:01:57 +03:00
Pavel Shevaev a27b01688e Fixing namespace issue 2022-05-17 17:43:51 +03:00
Pavel Shevaev d68b24dde0 Fixing msgpack custom 2022-05-16 17:59:11 +03:00
Pavel Shevaev 5186692433 Fixing msgpack custom 2022-05-16 17:55:38 +03:00
Pavel Shevaev d3f562cfa2 Fixing msgpack custom 2022-05-16 17:52:12 +03:00
Pavel Shevaev a5bd34e385 Fixing jzon usage 2022-05-16 17:29:16 +03:00
Pavel Shevaev 3c28fe52a3 Fixing autoloading 2022-05-16 15:43:08 +03:00
Pavel Shevaev 5e40872d21 Fixing autoloading 2022-05-16 15:38:05 +03:00
Pavel Shevaev 794091de37 Adding composer.json 2022-05-16 14:41:44 +03:00