- Check all GoodData::Something[:all], they used to return Array of Hashes in many cases now they are all returning Objects
- Use less strict versioning See #96
- Library wide-logging to tmp/logs/{{TIMESTAMP}}.log
- Globar library crash handler storing stacktraces to tmp/crashes/{{TIMESTAMP}}.log
- High Level Error Handling
- Pretty Print Rest Client & Connection
- Unify
- Use more of pmap
- Create class (GoodData::Storage) for abstracting remote FS (=> WebDav)
- Print stats at client disconnect and not at_exit as now!
- Make stats optional via cmd-line switch
- Pending tests
- Rubocop spec/**/*.rb
- Properly split unit and integration tests
- Issues
- Rake notes - rake notes
- walked through Project and added majority of the helpers for getting project related objects (fact, attr, metric, etc)