Lakshmi Narasimhan
|
2448c5aea1
|
Fix imports to reflect `tests` folder not being a python package.
|
9 years ago |
Jon Banafato
|
0a9f3a7c68
|
Hoist tests out of the core package
Tests are not part of the core logic of Hyde, and they should not be
packaged as such.
|
9 years ago |
Jordi Llonch
|
089cf7af9d
|
pep8
|
9 years ago |
Lakshmi Vyasarajan
|
0019e1821e
|
Retrofit merged plugins.
Merge the huge plugin structural refactoring and retrofit changes
from the past.
|
11 years ago |
Elliott Sales de Andrade
|
b7ce44f305
|
Move the grouper plugin into meta module.
|
12 years ago |
Elliott Sales de Andrade
|
d3a19b4817
|
Move the sorter plugin into the meta module.
|
12 years ago |
Lakshmi Vyasarajan
|
bcc1346854
|
Reuse `fswrap` and `commando.util` modules.
* Remove `hyde.fs` use `fswrap` package instead.
* Remove logging functions from `hyde.util`. Use `commando.util`
instead.
* Remove `hyde.loader`. Use `commando.util.load_python_object`
instead.
|
11 years ago |
Lakshmi Vyasarajan
|
f0fdab3b42
|
Added group sort test
|
13 years ago |
Lakshmi Vyasarajan
|
51424cdc8c
|
Added tagger functions
|
13 years ago |
Lakshmi Vyasarajan
|
3bcd2904c2
|
Added ability to get the group associated with the resource
|
14 years ago |
Lakshmi Vyasarajan
|
6cca79c348
|
Added ability to check if a resource belongs to a group hierarchy
|
14 years ago |
Lakshmi Vyasarajan
|
742339ddab
|
Added prev / next for groups
|
14 years ago |
Lakshmi Vyasarajan
|
dbae017134
|
Grouping template added
|
14 years ago |
Lakshmi Vyasarajan
|
f08d0caa51
|
Single level grouping complete. Now to test multiple levels and a generator template
|
14 years ago |
Lakshmi Vyasarajan
|
bb4e5d7677
|
Can walk resources in a group now
|
14 years ago |
Lakshmi Vyasarajan
|
6f48c97333
|
Grouper first pass complete
|
14 years ago |
Lakshmi Vyasarajan
|
0a9d66377c
|
Splitting grouping and linking into their own plugins
|
14 years ago |