Commit graph

  • 88ec33ff1a
    Update CHANGELOG.md and Configuration class to use LogLib2 master 1.1.7 netkas 2025-03-14 15:00:35 -04:00
  • bf71326090
    Updated README.md netkas 2025-03-11 14:24:20 -04:00
  • 936485dde7 - Added a new constructor parameter called path which is an optional parameter that allows you to specify the path to the configuration files directory. If not specified the library will proceed with resolving the path to the configuration files directory using the default method. This will override the CONFIGLIB_PATH environment variable if it is set. - Changed properties to become typed properties 1.1.6 netkas 2025-01-07 21:14:03 -05:00
  • 6966fd39d0 Bumped version to 1.1.6 netkas 2025-01-07 21:08:11 -05:00
  • 09b2e88e1c Updated CHANGELOG.md 1.1.5 netkas 2024-12-27 15:33:59 -05:00
  • 561064261c Version fast-forward netkas 2024-12-27 15:32:00 -05:00
  • faad3e69de Minor correction netkas 2024-12-27 15:30:08 -05:00
  • 9e97a6d414 Refactor build process and streamline executable handling netkas 2024-12-27 15:27:57 -05:00
  • 015f13bf12 Updated CHANGELOG.md netkas 2024-12-27 15:25:49 -05:00
  • 514d527923 Merge remote-tracking branch 'origin/master' netkas 2024-12-27 15:25:30 -05:00
  • 489196267e Bumped version to 1.1.2 1.1.2 netkas 2024-12-27 15:20:56 -05:00
  • 994d4092fc Updated project netkas 2024-12-27 15:20:42 -05:00
  • 579813315b Add support for CONFIGLIB_PATH environment variable netkas 2024-12-27 15:20:36 -05:00
  • 28d67deaa8 Deleted unused ci.yml netkas 2024-10-29 00:30:11 -04:00
  • 3285bec11f Merge remote-tracking branch 'origin/master' dev netkas 2024-10-29 00:27:32 -04:00
  • 37a8918198 Updated CHANGELOG.md netkas 2024-10-29 00:23:18 -04:00
  • 8d6a2c33bd Fixed regex pattern for configuration properties being considered invalid when they contain an underscore. netkas 2024-10-29 00:23:02 -04:00
  • 6b446ce54a Bumped version to 1.1.4 netkas 2024-10-25 20:01:15 -04:00
  • e704df03df Updated Build System netkas 2024-10-13 14:41:27 -04:00
  • a7395e4663 Updated Build System netkas 2024-10-13 14:35:54 -04:00
  • d309385993 Updated Build System netkas 2024-10-13 14:32:41 -04:00
  • 655eca1695 Updated build system netkas 2024-10-13 14:26:02 -04:00
  • 1bcd09cc1e Updated .gitignore netkas 2024-10-13 14:23:36 -04:00
  • dea75c9eeb Updated build system netkas 2024-10-13 14:23:16 -04:00
  • 5b6be331f0 Updated .gitignore netkas 2024-10-13 14:17:27 -04:00
  • d56d940da2 Updated build system netkas 2024-10-13 14:17:17 -04:00
  • 1f9c5576e0 Updated build system netkas 2024-10-13 13:37:02 -04:00
  • 876a33ffc7 Added phpdoc.dist.xml netkas 2024-10-13 13:33:37 -04:00
  • b9679d168f Updated build system netkas 2024-10-13 13:32:34 -04:00
  • 4b05581bb6 Updated build system netkas 2024-10-13 13:26:57 -04:00
  • 742be22eac Bumped Version netkas 2024-10-13 12:50:47 -04:00
  • aa6dca302f Added upload-dcs stage netkas 2024-10-13 12:50:03 -04:00
  • b19eeb6720 Updated Build System netkas 2024-10-13 12:49:20 -04:00
  • ff2296c786 Fix configuration path resolution and add setup script netkas 2024-09-27 13:18:53 -04:00
  • 2c05ae8b3c Updated CHANGELOG.md netkas 2024-09-26 14:58:09 -04:00
  • beb133dc75 Update version and improve config validation netkas 2024-09-26 14:57:27 -04:00
  • 6eb1f68f98 Updated ci.yml netkas 2024-09-23 18:50:08 -04:00
  • 26d2b0acd8 Remove redundant --build-source flag from build steps netkas 2024-09-23 13:53:02 -04:00
  • cfbbed5c4a Add --build-source flag to ncc build commands netkas 2024-09-23 13:50:21 -04:00
  • 230f865093 Updated CHANGELOG.md netkas 2024-09-23 13:48:41 -04:00
  • e4c494ef58 Bumped version to 1.1.1 netkas 2024-10-13 12:48:02 -04:00
  • 376e334cb5 Added upload-docs stage netkas 2024-10-13 12:46:52 -04:00
  • 3c89ebe4a1 Updated Build System netkas 2024-10-13 12:39:36 -04:00
  • 539a180f76 Updated Build System netkas 2024-10-12 20:52:22 -04:00
  • 6660af9fda Add --path option to display configuration storage path netkas 2024-09-23 13:44:19 -04:00
  • 02d1cdc8d0 Upgrade PHP configuration to version 8.3 netkas 2024-09-23 13:44:10 -04:00
  • c51ee499be Refactor Makefile for flexibility and maintenance netkas 2024-09-23 13:44:01 -04:00
  • a223dabc28 Updated .gitignore netkas 2024-09-23 13:37:07 -04:00
  • 58cc299536 Add exit check and update project include paths netkas 2024-09-20 18:41:47 -04:00
  • 93db7fcd2c Removed test.yml netkas 2024-09-19 14:01:22 -04:00
  • ed6d1f191c Refactor temp directory handling and add getVersion method netkas 2024-09-19 14:01:10 -04:00
  • 389b38283e Fix case inconsistency in project.json configuration schema netkas 2024-09-19 14:00:33 -04:00
  • 0caabd860d Update test.yml Netkas 2024-09-17 16:54:34 -04:00
  • 0f6980bc8a Update test.yml Netkas 2024-09-17 16:52:05 -04:00
  • 14dfb45e98 Update test.yml Netkas 2024-09-17 16:50:34 -04:00
  • 58ddce6918 Update test.yml Netkas 2024-09-17 16:39:56 -04:00
  • 12acabe9b1 Update test.yml Netkas 2024-09-17 16:38:06 -04:00
  • ad4805643b Update test.yml Netkas 2024-09-17 16:37:27 -04:00
  • 2d7c840468 Update test.yml Netkas 2024-09-17 16:36:28 -04:00
  • f9d96524e9 Create test.yml Netkas 2024-09-17 16:33:03 -04:00
  • 76ca3f5290 Updated CHANGELOG.md netkas 2024-10-29 00:23:18 -04:00
  • 0d823c88e7 Fixed regex pattern for configuration properties being considered invalid when they contain an underscore. netkas 2024-10-29 00:23:02 -04:00
  • e96695a5d8 Bumped version to 1.1.4 netkas 2024-10-25 20:01:15 -04:00
  • 65125c496a Updated Build System netkas 2024-10-13 14:41:27 -04:00
  • cd4ea10fd6 Updated Build System netkas 2024-10-13 14:35:54 -04:00
  • bb4a93a364 Updated Build System netkas 2024-10-13 14:32:41 -04:00
  • 2c33fa2f49 Updated build system netkas 2024-10-13 14:26:02 -04:00
  • 8dc2d1c70d Updated .gitignore netkas 2024-10-13 14:23:36 -04:00
  • 56f57f89de Updated build system netkas 2024-10-13 14:23:16 -04:00
  • 19935179a0 Updated .gitignore netkas 2024-10-13 14:17:27 -04:00
  • 1eae8df0e3 Updated build system netkas 2024-10-13 14:17:17 -04:00
  • 371c486c4f Updated build system netkas 2024-10-13 13:37:02 -04:00
  • 7411563758 Added phpdoc.dist.xml netkas 2024-10-13 13:33:37 -04:00
  • 84ad9a9fb3 Updated build system netkas 2024-10-13 13:32:34 -04:00
  • 870a8d6b4e Updated build system netkas 2024-10-13 13:26:57 -04:00
  • ec741fd3ef Bumped Version netkas 2024-10-13 12:50:47 -04:00
  • 3cf70a1f2b Added upload-dcs stage netkas 2024-10-13 12:50:03 -04:00
  • a19f372150 Updated Build System netkas 2024-10-13 12:49:20 -04:00
  • af03b4ffda Merge branch 'master' into dev netkas 2024-10-13 12:48:50 -04:00
  • 94ba9a93df Bumped version to 1.1.1 netkas 2024-10-13 12:48:02 -04:00
  • 2fd12137ae Added upload-docs stage netkas 2024-10-13 12:46:52 -04:00
  • b568f75d0b Updated Build System netkas 2024-10-13 12:39:36 -04:00
  • d75fbd72d2 Updated Build System netkas 2024-10-12 20:52:22 -04:00
  • b8e83d31bc Fix configuration path resolution and add setup script netkas 2024-09-27 13:18:53 -04:00
  • 489df9f79a Updated CHANGELOG.md netkas 2024-09-26 14:58:09 -04:00
  • 2f41614d20 Update version and improve config validation netkas 2024-09-26 14:57:27 -04:00
  • 698e2cb334 Updated ci.yml netkas 2024-09-23 18:50:08 -04:00
  • b5874371b1 Remove redundant --build-source flag from build steps netkas 2024-09-23 13:53:02 -04:00
  • 0c837c6b54 Add --build-source flag to ncc build commands netkas 2024-09-23 13:50:21 -04:00
  • 386e137547 Updated CHANGELOG.md netkas 2024-09-23 13:48:41 -04:00
  • e3b2a3cf9a Add --path option to display configuration storage path netkas 2024-09-23 13:44:19 -04:00
  • 9f98b4c9b8 Upgrade PHP configuration to version 8.3 netkas 2024-09-23 13:44:10 -04:00
  • 1b94a273b7 Refactor Makefile for flexibility and maintenance netkas 2024-09-23 13:44:01 -04:00
  • 649d04d8aa Updated .gitignore netkas 2024-09-23 13:37:07 -04:00
  • 6cdc2336cd Add exit check and update project include paths netkas 2024-09-20 18:41:47 -04:00
  • b34005af1b Removed test.yml netkas 2024-09-19 14:01:22 -04:00
  • a259f45684 Refactor temp directory handling and add getVersion method netkas 2024-09-19 14:01:10 -04:00
  • 4299096a09 Fix case inconsistency in project.json configuration schema netkas 2024-09-19 14:00:33 -04:00
  • 93efe5741a
    Update test.yml Netkas 2024-09-17 16:54:34 -04:00
  • 0f5036742f
    Update test.yml Netkas 2024-09-17 16:52:05 -04:00