0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make devassistant's test python3 compatible
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
We dont need flexmock in this file...
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Add test command
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
For now, make using subassistants mandatory
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
For future: when subassistant is not selected, but its subassistant_N stays in kwargs, don't get into infinite loop
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Test loading assistant classes from yaml
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Kickstart YamlLoader tests
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Rewrite the is_run_as_leaf method to also work for top assistant; test it
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Make get_selected_subassistant_path accept **kwargs to make it consistent with other methods of Assistant classes
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Some test refactoring
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Tests for get_selected_subassistant_path
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Move is_run_as_leaf from YamlAssistant to AssistantBase, as it is generally useful for all assistants
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Make sure getting path works even if get_subassistant_chain wasn't called before
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Start writing unittests
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Remove the cycle that adds extraneous subassistants
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Fix the setup to include data files properly, include yaml files
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Update the example yaml to match current functionality
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Improve running yaml assistants
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Require PyYaml for runtime
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Add mybin.py to make running dev version right after checkout possible
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Actually run yaml assistants
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Better command execution for yaml assistants
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Make the exception logging robust for unicode chars but still compatible with Python3
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Initial code for loading assistants from yaml
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
verbose_name -> fullname
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Only make sure django is installed if it wasn't present before
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Introduce YUMHelper.is_group_installed, rename is_rpm_present to is_rpm_installed to keep consistency
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Alter the *Assistant functions to be named dependencies, not prepare
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Improve subassistant argument naming and path extraction algorithm to be able to handle different assistants having the same subassistant.
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago
Import cleanup. Thanks, pyflakes :)
Slavek Kabrda
as Bohuslav Kabrda
More... over 11 years ago