Nosial Global Git Updates
16 subscribers
1.32K links
Channel for displaying global git updates from Nosial’s development community

Pinned messages are ongoing tasks/projects

Discuss: @NosialDiscussions
Download Telegram
[Nosial/flake:master] 1 new commit
[a25a3ba] chore: begin upgrading images - glitchkill
[Nosial/ncc:dev] 8 new commits
[e1363ad] Updated CHANGELOG.md - netkas
[8fe2945] Add PackageCacheData class for caching parsed NCC package metadata - netkas
[2470fa6] Bumped version to 3.0.11 - netkas
[fae13a6] updated getGit method in PackagistRepository with null return - netkas
[d3150e4] Temporary reverted - netkas
[06f9a94] Bumped version - netkas
[3e88137] Refactor getGit method to include fallback for fetching git URL from API - netkas
[572f6ee] Bumped version - netkas
[Nosial/ncc:master] 8 new commits
[e1363ad] Updated CHANGELOG.md - netkas
[8fe2945] Add PackageCacheData class for caching parsed NCC package metadata - netkas
[2470fa6] Bumped version to 3.0.11 - netkas
[fae13a6] updated getGit method in PackagistRepository with null return - netkas
[d3150e4] Temporary reverted - netkas
[06f9a94] Bumped version - netkas
[3e88137] Refactor getGit method to include fallback for fetching git URL from API - netkas
[572f6ee] Bumped version - netkas
[Nosial/ncc:dev] 1 new commit
[e4b2a56] Bumped version to 3.0.12 - netkas
[Nosial/dynamicalweb] branch master created
[Nosial/dynamicalweb:master] 10 new commits
[8b6ee76] Added README.md - netkas
[d04f477] Added project.yml - netkas
[cfdbb25] Add tests for completed state in Response class - netkas
[fd8da13] Add completed state management to Response class - netkas
[31deda6] Refactor response handling in DynamicalWeb to improve header setting logic - netkas
[f60dcca] Updated .gitignore - netkas
[94ff626] Added LICENSE - netkas
[51b5925] Add phpunit.xml configuration for test suite - netkas
[6ee266f] Add Makefile for build and clean targets - netkas
[74775d2] Updated .gitignore - netkas
[Nosial/dynamicalweb:master] 2 new commits
[e5c5e32] Enhance AbstractTabBuilder with additional HTML building methods and improve docblocks - netkas
[03b7e1b] formatBytes method visibility and update references in DebugPanel - netkas
[Nosial/dynamicalweb:master] 2 new commits
[771a8a1] Added CI Workflows - netkas
[4fe52db] Added CHANGELOG.md - netkas
[Nosial/dynamicalweb:master] 1 new commit
[b084820] Push - netkas
Push Action Failed in Nosial/dynamicalweb master
[Nosial/ncc:dev] 3 new commits
[c2a4d22] Fix incorrect argument order in IO::createDirectory calls

The second parameter of IO::createDirectory is $mode (int), not $recursive
(bool). Passing true as the second argument resulted in $mode=1 and
$recursive=false, causing 'Parent directory does not exist' errors when
creating nested directories like .github/workflows.

Fixed in GithubCIGenerator, PhpunitGenerator, StreamWrapper, and
PharExtractor.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> - netkas
[1a118b0] Add sections support to BootstrapTemplate

Extract navbar and footer into reusable DynamicalWeb sections that are
rendered via Functions::insertSection(). Section templates are generated
into WebApplication/sections/ and configured in the web_configuration
build options. Error pages (404, 500) now use the same navbar/footer
sections for a consistent layout. Also adds a Bootstrap-specific
en.yml.tpl with the missing nav_home locale string.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> - netkas
[7a81d51] Enhance project creation command with template generation options - netkas
[Nosial/ncc:dev] 1 new commit
[08585ff] Updated formatting - netkas