1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make facet methods chainable.
tantrix
as Paul Makepeace
More... almost 13 years ago
Add rename_column(), fill_down(), transpose_columns_into_rows()
tantrix
as Paul Makepeace
More... almost 13 years ago
Add tests to complete section 4.
tantrix
as Paul Makepeace
More... almost 13 years ago
Add blank_down() and project.has_records (its consequence). Fix unintentional sort in test, and clear sort after reorder_rows().
tantrix
as Paul Makepeace
More... almost 13 years ago
Remove RefineProject.columns (not really used) and tidy up get_models().
tantrix
as Paul Makepeace
More... almost 13 years ago
ResponseRows now created by a factory to allow the column cell index to be used to index rows by column name.
tantrix
as Paul Makepeace
More... almost 13 years ago
Correct misunderstanding about how columnModel's cellIndex is working.
tantrix
as Paul Makepeace
More... almost 13 years ago
Add add_column()
tantrix
as Paul Makepeace
More... almost 13 years ago
Add reorder_rows(), and supporting Sorting class.
tantrix
as Paul Makepeace
More... almost 13 years ago
Have do_json include engine param itself.
tantrix
as Paul Makepeace
More... almost 13 years ago
Add {Starred,Flagged}Facet, and {star,flag}_row. Allow get_rows to have a facets param. Add remove_rows().
tantrix
as Paul Makepeace
More... almost 13 years ago
Pull Facet selection handling into TextFacet. Allow TextFacet to be initialized with selections.
tantrix
as Paul Makepeace
More... almost 13 years ago
Add compute_clusters(). Rename its testcase. Add stack trace to error reporting.
tantrix
as Paul Makepeace
More... almost 13 years ago
Add mass_edit() and edit()
tantrix
as Paul Makepeace
More... almost 13 years ago
Add text_transform(). Remove dead engine param from get_rows(). Make error reporting in urlopen_json show returned 'code'.
tantrix
as Paul Makepeace
More... almost 13 years ago
Add tests for custom text & numeric facets. Rename test_basic_facet to test_facet :)
tantrix
as Paul Makepeace
More... almost 13 years ago
Add engine.{remove,reset}_all().
tantrix
as Paul Makepeace
More... almost 13 years ago
Add NumericFacet & camelcase tests. Rename text_facet to compute_facets. Make FacetResponse more generic, with support for bins & baseBins.
tantrix
as Paul Makepeace
More... almost 13 years ago
Create NumericFacet and change old Facet to TextFacet, with both as subclasses of Facet. Fix selections -> selection.
tantrix
as Paul Makepeace
More... almost 13 years ago
Test 'office title' facet & allow no blank choice in facet response.
tantrix
as Paul Makepeace
More... almost 13 years ago
Test blank_choice facet
tantrix
as Paul Makepeace
More... almost 13 years ago
Remove redundant add facet test. Add Facet.reset(). Add tests for filtering on 2nd facet, and reset'ing both.
tantrix
as Paul Makepeace
More... almost 13 years ago
Add tests for selection faceting for section {8}
tantrix
as Paul Makepeace
More... almost 13 years ago
Add: selections to facets; row index to RefineRow; reference to sections of tutorial '{n}' into tests; {7} adding a selection to a facet
tantrix
as Paul Makepeace
More... almost 13 years ago
Add get_rows() and supporting row classes. Add len() to engine for number of facets. Add test for Engine.add_facet()
tantrix
as Paul Makepeace
More... almost 13 years ago
Move project creation into test superclass.
tantrix
as Paul Makepeace
More... about 13 years ago
Add get_version(), and get_models() that fills in .columns and .column_index. Remove dev comments for upload.
tantrix
as Paul Makepeace
More... about 13 years ago
Google Refine Python client library. Initial check-in: upload project; list projects; delete project; basic text faceting. Test data referred to by David Huynh's Refine tutorial at http://davidhuynh.net/spaces/nicar2011/tutorial.pdf
tantrix
as Paul Makepeace
More... about 13 years ago