0311fcf3f0
Remove unused run configuration and update CI pipeline
...
This commit removes 'Install.xml' run configuration, which is no longer used or necessary in the project. The '.gitlab-ci.yml' file has also been updated to include a new 'prepare' stage in the pipeline. This modification was done to streamline and improve the CI/CD process by explicitly installing necessary project dependencies before the build phase begins.
2023-10-11 17:49:15 -04:00
4fa87c349c
Remove unused ConfigException class, make code style adjustments
...
Deleted ConfigException class as it was not being used anywhere in the project.
Code style adjustments were made to conform with the PSR-12 coding standard. This includes property and variable naming conventions, use of strict equality operators, reformatting of code and removal of unnecessary comments. The .idea/php.xml file was also updated to a newer version of the library.
Log functions are updated to throw exceptions for non-existent message and invalid level. Also, LogLib is now registered/unregistered as an exception handler.
Other adjustments were made to achieve consistency in the codebase including renaming properties for clarity, moving magic strings into constants, improving code readability and adding descriptive comments.
2023-10-10 23:29:26 -04:00
892c4c7ad7
Bumped version to 1.1.0 and updated project.json
2023-09-29 02:22:07 -04:00
56b06dee4f
Updated CHANGELOG.md
2023-07-06 18:43:18 -04:00
0d92d2a838
Fixed mistake in \LogLib\Classes > Console > outException()
where the function attempts to print out a previous exception by calling getPrevious()
as an array instead of a function call.
2023-07-06 18:42:25 -04:00
Zi Xing
881145c1cb
Update ncc.yml
...
Final changes to ncc.yml
2023-03-05 14:26:20 -05:00
Zi Xing
0eccff4144
Update ncc.yml
...
Removed extensions
2023-03-05 14:20:53 -05:00
Zi Xing
d73bb9a6c7
Update ncc.yml
...
Trying sudo
2023-03-05 14:19:09 -05:00
Zi Xing
f66425596a
Created ncc.yml
...
Test for CI integrations in GitHub
2023-03-05 14:17:20 -05:00
Netkas
f06d06f581
Updated CHANGELOG.md
2023-03-01 20:30:08 -05:00
Netkas
1b6da9c607
Updated Makefile
2023-03-01 20:29:21 -05:00
Netkas
a22a9a02a6
Minor correction
2023-03-01 20:29:15 -05:00
Netkas
31ac793273
Minor update
2023-03-01 20:22:35 -05:00
Netkas
30ad2ee1ab
Updated Timestamp for analyzing program ticks
2023-03-01 20:22:04 -05:00
Netkas
eb4a1d4350
Added Run Configurations
2023-03-01 20:21:48 -05:00
Netkas
77f2a7ef3d
Bumped version to 1.0.2
2023-03-01 20:12:16 -05:00
Netkas
f3ad99769f
Bumped version to 1.0.1
2023-03-01 20:10:41 -05:00
Netkas
baf2ee794b
Bumped version to 1.0.1
2023-03-01 20:10:32 -05:00
Netkas
8bbafd6798
Added PSR
2023-02-10 00:37:39 -05:00
Netkas
608ea80fe3
Updated CHANGELOG.md
2023-02-10 00:37:32 -05:00
Netkas
220eb43f27
Added environment variable 'LOG_LEVEL' for determining the log level
2023-02-04 04:28:36 -05:00
Netkas
7a7dee9608
Updated CHANGELOG.md
2023-02-04 04:03:12 -05:00
Netkas
677b9b28fe
Updated CHANGELOG.md
2023-02-04 03:58:02 -05:00
Netkas
e9a5c7fba7
Updated README.md
2023-01-29 21:55:21 -05:00
Netkas
2127645ebe
Updated project.json
2023-01-29 21:52:42 -05:00
Netkas
2a35531e9a
Updated README.md
2023-01-29 21:52:23 -05:00
Netkas
9cf4917657
Updated README.md and added CHANGELOG.md
2023-01-29 21:51:46 -05:00
Netkas
c0d27dadb5
Added LICENSE
2023-01-29 21:46:23 -05:00
Netkas
daec1292cd
Added .gitlab-ci.yml
2023-01-29 21:45:12 -05:00
Netkas
1192db4bbf
Various changes
2023-01-29 21:43:44 -05:00
Netkas
5fabf8df83
Added test_backtrace.php
2023-01-29 21:16:20 -05:00
Netkas
fcd2408933
Updated README.md
2023-01-29 21:15:15 -05:00
Netkas
d14875170e
Updated project.json
2023-01-29 21:13:51 -05:00
Netkas
aa996da720
Removed unused 'debug' build configuration
2023-01-25 16:23:49 -05:00
Netkas
8a8b6064e1
Removed Properties dependency from project.json
2023-01-25 16:22:54 -05:00
Netkas
d64088fa8a
Minor correction
2022-12-31 01:24:29 -05:00
Netkas
cdf3eae890
Improved backtracing
2022-12-31 01:23:30 -05:00
Netkas
09141f3d10
Refactored Project, various changes and bug fixes. Implemented file logging
2022-12-22 18:02:41 -05:00
Netkas
55ec27903f
Updated php.xml
2022-12-18 13:49:31 -05:00
Netkas
bd115fcbc0
Added .idea project files
...
Added .gitignore file
Deleted LogLib.php
2022-12-14 19:18:10 -05:00
Netkas
ad7dba97d2
Updated project.json
...
Added Console.php
Added Utilities.php
Added Validate.php
Added \LogLib\Objects > Backtrace
Added \LogLib\Objects > Event
Added \LogLib\Objects > Options
Added \LogLib\Interfaces > HandlerInterface
Added \LogLib\Abstracts > LevelType.php
Added \LogLib\Abstracts > ConsoleColors.php
Added \LogLib\Abstracts > CallType
Added project.json (NCC)
2022-12-14 05:35:54 -05:00
Netkas
c77fb2da6b
Added project base
2022-12-13 23:20:53 -05:00
Netkas
511a8aa9d3
Added Makefile
2022-12-13 23:20:41 -05:00
Netkas
8ddfd6acc7
Added .gitignore
2022-12-13 23:20:34 -05:00
Netkas
8714cb5428
Added README.md
2022-12-13 23:13:49 -05:00