|
4dc1463d26
|
- Corrected code-smell and code style issues in \ncc\Classes > ComposerExtension > ComposerSourceBuiltin
- `LICENSE.md` & `license.md` are now detected as license files in `\ncc\Classes\ComposerExtension > ComposerSourceBuiltin > convertProject()`
|
2023-08-17 14:32:47 -04:00 |
|
|
84e5e5a346
|
- Corrected code-smell and code style issues in \ncc\Classes > BashExtension > BashRunner
|
2023-08-17 14:08:22 -04:00 |
|
|
d4709443f7
|
Corrected code-smell and code style issues in \ncc\Classes > GitClient
|
2023-08-17 14:05:14 -04:00 |
|
|
393078cd9e
|
- Corrected code-smell and code style issues in \ncc\Classes > HttpClient
- Fixed MITM attack vector in `\ncc\Classes > HttpClient > prepareCurl()`
|
2023-08-17 14:02:41 -04:00 |
|
|
8019d8c378
|
Updated CHANGELOG.md
|
2023-08-16 21:04:03 -04:00 |
|
|
56c59ba4f4
|
Updated \ncc\Classes > GitClient > checkout() to update submoudles.
|
2023-07-13 19:24:28 -04:00 |
|
|
05b46296d7
|
Fixed issue in \ncc\Managers > ExecutionPointerManager > executeUnit() where if ttyMode is enabled in a non-tty environment, the process will throw an exception "/etc/ncc/ThirdParty/Symfony/Process/Process.php:1019 Error: TTY mode requires /dev/tty to be read/writable.", now ncc will display a warning if TTY mode cannot be enabled
|
2023-07-11 20:56:40 -04:00 |
|
|
05d05e33b1
|
Updated \ncc\Classes > GitClient > cloneRepositor() to clone submodules recursively by default
|
2023-07-11 19:20:11 -04:00 |
|
|
ffa48ca0aa
|
Updated defuse\php-encryption to version 2.4.0
|
2023-07-11 18:31:54 -04:00 |
|
|
b287ba5457
|
Refactored \ncc\Objects > PackageLock
|
2023-07-11 18:22:28 -04:00 |
|
|
78be09cd20
|
Updated CHANGELOG.md
|
2023-06-29 15:40:21 -04:00 |
|
|
34e3b13dfe
|
Updated CHANGELOG.md
|
2023-06-29 15:39:47 -04:00 |
|
Netkas
|
3485a66bc2
|
Updated CHANGELOG.md
|
2023-03-07 20:00:28 -05:00 |
|
Netkas
|
1873b9c1db
|
Made CHANGELOG.md look a little more pretty
|
2023-03-02 16:30:34 -05:00 |
|
Netkas
|
7f34b7ce9e
|
Updated CHANGELOG.md
|
2023-02-28 21:21:56 -05:00 |
|
Netkas
|
712020b129
|
Fixed issue where error states are not properly handled in ExecutionPointerManager issue [#44](https://git.n64.cc/nosial/ncc/-/issues/44)
|
2023-02-24 22:32:28 -05:00 |
|
Netkas
|
40497db58c
|
Updated Symfony\Yaml to version 6.2.5
|
2023-02-24 22:18:34 -05:00 |
|
Netkas
|
d272fe74a9
|
Updated Symfony\Uid to version 6.2.5
|
2023-02-24 22:12:24 -05:00 |
|
Netkas
|
0f26bdc960
|
Updated Symfony\Process to version 6.5.2
|
2023-02-24 22:04:50 -05:00 |
|
Netkas
|
28e673d5a4
|
Updated Symfony\polyfill-uuid to version 1.27.0
|
2023-02-24 22:01:07 -05:00 |
|
Netkas
|
5f7440166e
|
Updated Symfony\polyfill-mbstring to version 1.27.0
|
2023-02-24 21:57:51 -05:00 |
|
Netkas
|
16aad8eb38
|
Updated Symfony\polyfill-ctype to version 1.27.0
|
2023-02-24 21:51:14 -05:00 |
|
Netkas
|
177b6b5238
|
Updated Symfony\Filesystem to version 6.2.5
|
2023-02-24 21:46:51 -05:00 |
|
Netkas
|
7f73c45920
|
Bumped version to 1.0.2
|
2023-02-24 21:42:39 -05:00 |
|
Netkas
|
16c174bae8
|
Updated CHANGELOG.md
|
2023-02-07 16:23:51 -05:00 |
|
Netkas
|
4740a77de5
|
Added pass-through arguments to composer command, all arguments beginning with --composer- will be passed to the composer command, for example --composer-dev will be passed as --dev to the composer command
|
2023-02-07 16:23:20 -05:00 |
|
Netkas
|
6381ec509c
|
Minor improvements to the CLI interface including fixing --version
|
2023-02-07 16:07:52 -05:00 |
|
Netkas
|
da9e615418
|
Properly implemented composer.enable_internal_composer so that warnings regarding improper configuration values are not thrown
|
2023-02-07 15:58:43 -05:00 |
|
Netkas
|
1212ab49c5
|
Added file downloads progress
|
2023-02-07 15:47:34 -05:00 |
|
Netkas
|
09b8c091c6
|
File downloads now cache the URL as a pointer to the file reducing the number of times the same file is downloaded
|
2023-02-07 15:34:08 -05:00 |
|
Netkas
|
070ad4caca
|
Fixed issue where dependency conflicts are thrown even when --reinstall is used
|
2023-02-07 15:28:44 -05:00 |
|
Netkas
|
4dfcb43b20
|
Updated Changelog
|
2023-02-05 16:42:47 -05:00 |
|