Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ItalyStrap
/
config
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
4
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Experiment child node manipulation
- #18
#18
Merged
overclokk
merged 14 commits into
master
ItalyStrap/config:master
from
experiment-child-manipulation
ItalyStrap/config:experiment-child-manipulation
Copy head branch name to clipboard
Dec 29, 2025
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Experiment child node manipulation
#18
overclokk
merged 14 commits into
master
ItalyStrap/config:master
from
experiment-child-manipulation
ItalyStrap/config:experiment-child-manipulation
Copy head branch name to clipboard
Commits
Commits on Dec 19, 2025
feat: add node manipulation methods and corresponding tests for append, prepend, insert, and delete operations
overclokk
committed
fe66d55
View commit details
Copy full SHA for fe66d55
Browse repository at this point
refactor: improve type hinting and variable annotations in append, prepend, insert, and delete methods
overclokk
committed
10278aa
View commit details
Copy full SHA for 10278aa
Browse repository at this point
Commits on Dec 28, 2025
feat: implement NodeManipulationInterface for list node operations in configuration
overclokk
committed
034dd3d
View commit details
Copy full SHA for 034dd3d
Browse repository at this point
fix: update comment from Italian to English
overclokk
committed
49a8faa
View commit details
Copy full SHA for 49a8faa
Browse repository at this point
feat: add benchmarks for node manipulation methods in Config class
overclokk
committed
36bfa49
View commit details
Copy full SHA for 36bfa49
Browse repository at this point
fix: improve error message in assertList method for clarity
overclokk
committed
bd3e589
View commit details
Copy full SHA for bd3e589
Browse repository at this point
refactor: streamline key handling in appendTo, prependTo, insertAt, and deleteFrom methods
overclokk
committed
67b0b60
View commit details
Copy full SHA for 67b0b60
Browse repository at this point
Commits on Dec 29, 2025
feat: enhance node manipulation methods and add storage synchronization tests
overclokk
committed
c1d7faf
View commit details
Copy full SHA for c1d7faf
Browse repository at this point
feat: add node manipulation methods with examples in the Config class
overclokk
committed
219252c
View commit details
Copy full SHA for 219252c
Browse repository at this point
feat: document deleteFrom behavior in tests and update usage notes
overclokk
committed
c24b41b
View commit details
Copy full SHA for c24b41b
Browse repository at this point
test: update NodeManipulationTest to handle insertion at position greater than array length
overclokk
committed
b801493
View commit details
Copy full SHA for b801493
Browse repository at this point
docs: clarify behavior of deleteFrom method in documentation
overclokk
committed
6c73213
View commit details
Copy full SHA for 6c73213
Browse repository at this point
fix: update deleteFrom method to return result of deleteValue operation
overclokk
committed
6a2d241
View commit details
Copy full SHA for 6a2d241
Browse repository at this point
fix: replace assertEquals with assertSame for stricter comparison in tests
overclokk
committed
20d956a
View commit details
Copy full SHA for 20d956a
Browse repository at this point
You can’t perform that action at this time.