index
:
rcm
develop
main
Ruby configuration management system (rcm) - KISS and for my personal use.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dslkeywords
/
file.rb
Age
Commit message (
Expand
)
Author
2026-03-01
refactor: extract register_keyword helper to eliminate 4x DSL duplication
Paul Buetow
2026-03-01
refactor: narrow BasicFile interface — apply ISP to Touch and Directory
Paul Buetow
2026-03-01
refactor: split file.rb into per-class files under lib/dslkeywords/
Paul Buetow
2026-03-01
fix: correct backup_resursively! typo in evaluate_present_recursively!
Paul Buetow
2026-03-01
fix dry-run crash when parent directory does not exist yet, add rake and rcm ...
Paul Buetow
2026-03-01
make rcm usable as a gem from any directory, fix bugs and tests
Paul Buetow
2025-02-28
fix
Paul Buetow
2025-02-28
jo
Paul Buetow
2025-02-28
can copy recursively a directory
Paul Buetow
2025-02-26
only run when resource not yet exists as expected
Paul Buetow
2025-02-26
rename dry? to do?
Paul Buetow
2025-02-26
can change owner of files and dirs
Paul Buetow
2025-02-25
initial mode support
Paul Buetow
2025-02-25
add touch file
Paul Buetow
2025-02-25
can purge a dir
Paul Buetow
2025-02-20
can backup alo a directory
Paul Buetow
2025-02-19
initial directory support
Paul Buetow
2025-02-19
factor out symlink test
Paul Buetow
2025-02-19
adding dry
Paul Buetow
2025-02-19
fix
Paul Buetow
2025-02-19
fix
Paul Buetow
2025-02-19
more on symlinks
Paul Buetow
2025-02-19
refactor
Paul Buetow
2025-02-19
make this work
Paul Buetow
2025-02-19
more on this
Paul Buetow
2025-02-19
nicer
Paul Buetow
2025-02-18
refactor file DSL
Paul Buetow
2025-02-18
refactor
Paul Buetow
2025-02-18
can clean up a file which is cleaning whole path
Paul Buetow
2025-02-18
add support to delete a file
Paul Buetow
2025-02-18
add ensure absent for file line
Paul Buetow
2025-02-18
rename temp dir
Paul Buetow
2025-02-18
testing backup
Paul Buetow
2025-02-18
only backup file when it changed
Paul Buetow
2025-02-18
backupping file when change
Paul Buetow
2025-02-16
can find resource objs
Paul Buetow
2025-02-15
add depends_on syntax
Paul Buetow
2025-02-15
dsl keyword base class added
Paul Buetow
2025-02-14
jo
Paul Buetow
2025-02-14
more tests
Paul Buetow
2025-02-14
initial tests
Paul Buetow
2025-02-14
add ensure_line
Paul Buetow
2024-12-08
use of endless methods
Paul Buetow
2024-12-07
cosmetics
Paul Buetow
2024-12-07
playing
Paul Buetow
2024-12-07
sugar
Paul Buetow
2024-12-06
refactor
Paul Buetow