1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the merging of two roles. This is not 100% effective in all cases; some user assembly may be required. Mostly that will be cleaning up left-over stuff and deleting some duplicated stuff.
InfComTec
as Walter Stroebel
More... over 10 years ago
Basic role editing added. Not completely done yet, see the place holders.
InfComTec
as Walter Stroebel
More... over 10 years ago
Updated README
InfComTec
as Walter-Stroebel
More... over 10 years ago
Now parses defaults and meta information. By default (visibly) undefined variables are now suppressed. This removes a lot of clutter like ansible_ and item.
InfComTec
as Walter Stroebel
More... over 10 years ago
Removing roles, tasks and play books now implemented. Done a bit of design. Fixed a few bugs.
InfComTec
as Walter Stroebel
More... over 10 years ago
Can now create new roles. Coming next: removing stuff, adding new tasks to roles.
InfComTec
as Walter Stroebel
More... over 10 years ago
Major new functionality: now cross-references all variables from all files (defined where, used where). Coming next: Adding/removing roles to/from playbooks, adding/removing tasks from roles.
InfComTec
as Walter Stroebel
More... over 10 years ago
Major new functionality: now collects all variables from all files. Coming next: all the places they are used.
InfComTec
as Walter Stroebel
More... over 10 years ago
Fix a bug in EditYml. Added a warning if you are redirected to EditAny from EditYml because your file failed to parse.
InfComTec
as Walter Stroebel
More... over 10 years ago
Added support for parameterized roles, more robust. - Now supports parameterized roles, like I found in the mysql sample role. - Now does not crash if a file has a .yml extension but is not a YAML file; edits it as a "any" file instead.
InfComTec
as Walter Stroebel
More... over 10 years ago
Bug fixes, Added minimal GIT support. If a .git directory exists some minimal GIT support is available. Improvements are welcome! Fixed a few small bugs. Changed Parameter to JHParameter to avoid code completion suggesting just shy of a million classes named "Parameter". Now puts anspath in the session.
InfComTec
as Walter Stroebel
More... over 10 years ago
Small changes to the conversion of YAML to text. - The textarea is 150 columns but YAMLBeans has a default of 130. Set it explicitely. TODO: make this a user configuration item. - One user objected to the sequence YAMLBeans read file, convert to text "eating" all blank lines in the .yml. Fixed by using a internal Writer to add a blank line to top level list items.
InfComTec
as Walter Stroebel
More... over 10 years ago
First functional version.
InfComTec
as Walter Stroebel
More... over 10 years ago
Merge branch 'master' of https://github.com/Walter-Stroebel/AnsibleGUI
InfComTec
as Walter Stroebel
More... over 10 years ago
First functional version.
InfComTec
as Walter Stroebel
More... over 10 years ago
First functional version.
InfComTec
as Walter Stroebel
More... over 10 years ago
Initial commit
InfComTec
as Walter-Stroebel
More... over 10 years ago