• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Kapiche / caterpillar
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 0.15.10
DEFAULT BRANCH: master
Repo Added 26 Aug 2014 12:50PM UTC
Files 28
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH refactor_plugin
branch: refactor_plugin
CHANGE BRANCH
x
Reset
  • refactor_plugin
  • 0.10.0
  • 0.11.0
  • 0.12.0
  • 0.13.0
  • 0.14.0
  • 0.14.2
  • 0.15.0
  • 0.15.1
  • 0.15.10
  • 0.15.2
  • 0.15.3
  • 0.15.4
  • 0.15.5
  • 0.15.6
  • 0.15.7
  • 0.15.8
  • 0.15.9
  • 1.0.0.dev11
  • 1.0.0.dev12
  • 1.0.0.dev15
  • 1.0.0.dev16
  • 1.0.0.dev17
  • 1.0.0.dev6
  • 1.0.0.dev7
  • 1.0.0.dev8
  • 1.0.1.dev15
  • Bigrams-Gen
  • PROD-213
  • WIP_serialisation_format
  • chrysalis
  • cleanup_api_pagination
  • co-occurence
  • date-search
  • explicit-encoding-readme
  • filter_non_empty
  • fix-ngram-search
  • fix_attribute_field_selection
  • flake8-fixes
  • frame_attribute_api
  • frame_metadata
  • handle_unicode_surrogates
  • initialise_migration_framework
  • issue_11
  • issue_18
  • issue_21
  • issue_36
  • issue_41
  • issue_47
  • issue_54
  • master
  • metadata-searching-fix
  • metadata-segments
  • non_destructive_indexing
  • not-in-search
  • per_field_index
  • plugin-transactions
  • primitive_search_documents
  • python3
  • query-fixes
  • revert-144-cjrh-py37
  • sanitise_field_names
  • scoring_and_ngrams
  • serialisation_format
  • serialisation_format_experiment
  • skipgrams
  • stopword_contractions
  • stopwords
  • store_all_positions
  • term_positions
  • tfidf_improvements
  • tokenisation
  • transactional_schema_config
  • update_test_runner
  • upper_pagination_key

pending completion
155

push

travis-ci

SamHames
Clear up plugin API by renaming get_name() to get_type()

Plugins are now identified by a combination of a string
``plugin_type`` and the corresponding settings for a plugin
instance. The plugin_type string is returned by the method
get_type() of the AnalyticsPlugin class, replacing the get_name()
method.

This avoids the confusion from calling it get_name(), where it
isn't clear that the plugin_name is actually a name for a family
of plugins, not a unique plugin instance.

3164 of 3164 relevant lines covered (100.0%)

1.0 hits per line

Relevant lines Covered
Build:
Build:
3164 RELEVANT LINES 3164 COVERED LINES
1.0 HITS PER LINE
Source Files on refactor_plugin
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
155 refactor_plugin Clear up plugin API by renaming get_name() to get_type() Plugins are now identified by a combination of a string ``plugin_type`` and the corresponding settings for a plugin instance. The plugin_type string is returned by the method get_type() of ... push 24 Nov 2016 01:58AM UTC SamHames travis-ci pending completion  
153 refactor_plugin Also return the name of the plugin from get_plugin_by_id() Needed for validating the correct plugin is being loaded. push 23 Nov 2016 11:55PM UTC SamHames travis-ci pending completion  
151 refactor_plugin Return the plugin_id when storing a state on the database push 23 Nov 2016 12:47AM UTC SamHames travis-ci pending completion  
143 refactor_plugin Bugfix and test get_plugin_by_id() Fixes a small bug where non-existent plugin ID's are incorrectly queried. Now raises a PluginNotFoundError at the correct location. push 16 Nov 2016 12:50AM UTC SamHames travis-ci pending completion  
141 refactor_plugin Extend plugin API by exposing the ID for a plugin - Allows using a plugin ID to identify a stored plugin instance, returning the state and settings for that plugin ID when requested push 15 Nov 2016 05:10AM UTC SamHames travis-ci pending completion  
139 refactor_plugin Delete plugin data manually SQLite has the limitation that pragma foreign_keys cannot be set during a pending transaction (IE, when IndexWriter.begin() has been called). Therefore the plugin data deletion needs to be handled at the application la... push 02 Nov 2016 02:45AM UTC SamHames travis-ci pending completion  
138 refactor_plugin Turn pragma foreign_keys off and indicate private variable For SQLite pragma foreign_keys=ON is per *connection*, not per cursor - this change turns it off after it is no longer to avoid foreign key checks on other lookups. push 02 Nov 2016 12:16AM UTC SamHames travis-ci pending completion  
135 refactor_plugin Documentation and docstrings for AnalyticsPlugin and plugin data push 28 Oct 2016 05:56AM UTC SamHames travis-ci pending completion  
134 refactor_plugin Redefine the plugin interface A plugin is now an instance of an AnalyticsPlugin class and is identified by a unique combination of settings and plugin name. Plugins need to implement a set of methods that allow serialisation of settings and stat... push 26 Oct 2016 05:07AM UTC SamHames travis-ci pending completion  
See All Builds (351)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc