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

holoviz / param
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: fix_file_selector
DEFAULT BRANCH: master
Repo Added 18 May 2014 01:40PM UTC
Files 5
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 v1.10.0a7
branch: v1.10.0a7
CHANGE BRANCH
x
Reset
  • v1.10.0a7
  • 1.2.0
  • 1.5.1
  • 410_dynamic_depends
  • abstract_fix
  • add_daterange_param
  • adding-google-analytics
  • allow_iadd
  • attribute_rename
  • autover
  • batch_depends_decorator
  • batch_trigger
  • batch_watch
  • batch_watching
  • batching_fixes
  • change_to_event
  • changed_array_fix
  • changed_only_checks_literals
  • check_on_set
  • ci_sigh_sigh
  • class_selector_error
  • class_set_bug
  • color_and_date
  • comparator
  • comparator_fix
  • coverage
  • cythonize
  • dev_versions
  • drop_py32
  • fix_discard_events
  • fix_nested_batch
  • fix_parameter_copy
  • flake8
  • flake8_fixes
  • gradual_param
  • grouped_depends
  • hashable
  • htmlrepr
  • improved_reprs
  • issue162-get_param_values_on_class
  • issue224-oldversion
  • json_serialization
  • list
  • list_selector_fix
  • listselector
  • logging_testing
  • make_numpy_optional_for_tests
  • master
  • micro_optimizations
  • more_automated_packages
  • namedobjs
  • nbsite_fixup
  • nbsite_was_fixed_up
  • new_api_fix
  • newdocs
  • none_checks
  • numbergen_seed
  • object_selector_list_options
  • objectsel_unicode
  • onlychanged_watch_flag
  • ordered_selection
  • output_decorator
  • packaging
  • pandas_support
  • param_depends_improvements
  • param_inst_watcher_copy
  • param_mthd_deps_simplified
  • param_mthd_deps_simplified_fixups
  • param_namespace
  • param_namespace_fixups
  • param_tests
  • parameter_attribute_rename
  • parameter_positional_arg
  • parameters_property
  • paramoverrides_methods
  • params_depend_on_fix
  • philippjfr/407_watcher_copy
  • pkg_cleanup
  • pkg_metadata_update
  • py37_tests
  • pyviz_to_holoviz
  • refactor_serialization
  • remove-support-section
  • remove_cython
  • removed_warning
  • revert_367
  • rst_fixups
  • selectorobjdict
  • serialize_tuples
  • set_hooks
  • setuptools_and_py27_cleanup
  • shared_parameters
  • skip_unparameterized
  • softbounds
  • standardizing-build-procedure
  • string_regex_fixups
  • subscriber_to_watcher
  • testing_fixups_update
  • tmp-white_space_E231
  • tonyfast-patch-1
  • travis_envs
  • travis_fixups
  • trigger_parameter
  • unitialized_params
  • unpickling_no_namespace
  • update-about-section
  • update-sphinx
  • update_about_page
  • update_autover
  • update_autover_
  • update_license
  • update_python_versions
  • upload_to_pyviz
  • use_nbsite
  • use_released_nbsite
  • v1.10.0
  • v1.10.0a1
  • v1.10.0a2
  • v1.10.0a3
  • v1.10.0a4
  • v1.10.0a5
  • v1.10.0a6
  • v1.10.0a8
  • v1.10.0a9
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.4.0
  • v1.4.1
  • v1.5.0
  • v1.5.1
  • v1.6.0
  • v1.6.0a0
  • v1.6.0a1
  • v1.6.0a2
  • v1.6.0a3
  • v1.6.0a4
  • v1.6.1
  • v1.6.1a0
  • v1.6.1a1
  • v1.6.2a1
  • v1.6.2a2
  • v1.7.0
  • v1.7.0a0
  • v1.8.0
  • v1.8.0a1
  • v1.8.0a10
  • v1.8.0a2
  • v1.8.0a3
  • v1.8.0a4
  • v1.8.0a5
  • v1.8.0a6
  • v1.8.0a7
  • v1.8.0a8
  • v1.8.0a9
  • v1.8.1
  • v1.8.2a1
  • v1.9.2a3
  • v1.9.3
  • v1.9.3_hotfix
  • version_commit_count
  • version_fixes
  • watch_changed
  • watch_event_types
  • watch_values
  • watcher_references_inst_cls
  • website
  • website_dev
  • whitespace

pending completion
1836

push

travis-ci-com

web-flow
Add new Event parameter type (#438)

* Initial cut at a new param.Trigger parameter

* Fixed double triggering

* Handling Trigger parameters at start of trigger method

* Setting all Trigger parameters back to False after triggering

* Applied suggestion

Co-authored-by: James A. Bednar <jbednar@users.noreply.github.com>

* Now triggering by setting to True and resetting back to False

* Removed changes from trigger method

* Handled explicit triggering of Trigger parameters

* Reverted changes to trigger method

* Applied PR suggestion

Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>

* Fixed triggering of Trigger parameters in trigger method

* Renamed Trigger parameter to Event and updated docstrings

* Fixed docstring whitespace

* Updated outdated call to super

* Implemented PR suggestions

* Added _autotrigger_value slot to specify trigger semantics

* First cut at supporting Event parameters in set_param

* Added two unit tests for Event parameter

* Added unit test for triggering multiple event parameters at once

* Fixed bad unit test interaction

* Applied suggestion merging list comprehensions

* Reverted trigger method to original implementation

* Restored use of _autotrigger_value in trigger via set_param

* Formatting fix

Co-authored-by: James A. Bednar <jbednar@users.noreply.github.com>
Co-authored-by: Philipp Rudiger <prudiger@anaconda.com>

29 of 29 new or added lines in 2 files covered. (100.0%)

2242 of 2815 relevant lines covered (79.64%)

0.8 hits per line

Relevant lines Covered
Build:
Build:
2815 RELEVANT LINES 2242 COVERED LINES
0.8 HITS PER LINE
Source Files on v1.10.0a7
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1836 v1.10.0a7 Add new Event parameter type (#438) * Initial cut at a new param.Trigger parameter * Fixed double triggering * Handling Trigger parameters at start of trigger method * Setting all Trigger parameters back to False after triggering * Ap... push 23 Oct 2020 11:52AM UTC web-flow travis-ci-com pending completion  
See All Builds (1217)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc