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

samvera / questioning_authority
91%
master: 98%

Build:
Build:
LAST BUILD BRANCH: rails-6
DEFAULT BRANCH: master
Repo Added 25 May 2017 10:10PM UTC
Files 76
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 ld_refactor_add_encode
branch: ld_refactor_add_encode
CHANGE BRANCH
x
Reset
  • ld_refactor_add_encode
  • 1-2-release
  • 4.1.1_bug_fixes
  • active-flag
  • add_ldpath_for_findterm
  • agrovoc_url
  • api_doc
  • auth_listing
  • bixby
  • bugfix_for_hyrax
  • circleci
  • code_climate_setup
  • cors_headers
  • coveralls_config
  • deprecation/loc___configs
  • deprecation/lod_full_config
  • deprecation/search_query
  • discogs
  • discogs-context
  • discogs-response-header
  • discogs-update
  • discogs_n3
  • doc-templates
  • engine_cart_update
  • error_json
  • filter_out_blanknodes
  • fix-tgn-aat-sparql
  • fix-ulan-sparql
  • fix/206
  • fix/244_loc_classification
  • fix/246_data_size
  • fix/247_predicates_nil
  • fix/253_optional_context
  • fix/255_config_default_for_optional
  • fix/262_n3
  • fix/exception_on_missing_id
  • fix/ip_logging
  • fix/performance_data_bug
  • fix_broken_test_from_merge
  • fix_docs
  • fix_failing_tests
  • fix_ld_term_fetch
  • format_errmsg
  • geonames-https
  • index_name_exists_rails_6
  • issues-308-jrgriffiniii-ruby-2.7
  • json-ld
  • jul19-ruby-versions
  • keep_blanknodes
  • lang_improvements
  • ld_refactor_add_back_blanknode_filter
  • ld_refactor_add_prefixes
  • ld_refactor_context_config
  • ld_refactor_expansion_ldpath
  • ld_refactor_graph_service_not_instance
  • ld_refactor_init_config_parts_once
  • ld_refactor_iri_template
  • ld_refactor_language
  • ld_refactor_ldpath
  • ld_refactor_mapping
  • ld_refactor_move_auth_service
  • ld_refactor_pass_prefixes
  • ld_refactor_process_context
  • ld_refactor_qa_graph
  • ld_refactor_rdf_service
  • ld_refactor_remove_obsolete
  • ld_refactor_sort
  • ldpath_config
  • ldpath_config2
  • ldpath_languages
  • ldpath_mapper_service
  • ldpath_mapper_service2
  • ldpath_refactor_findterm
  • ldpath_search
  • ldpath_service
  • ldpath_term_mapper
  • ldpath_term_tests
  • loc_check
  • log_ip
  • master
  • migration_rails5
  • migrations_for_5.1
  • min_context
  • move_tests
  • namespace_mesh
  • new_configs
  • num_sort
  • oclcfast_rdfxml
  • param_parse_template_url
  • perf_data_service
  • performance_stats
  • prep_release
  • prep_release_4.2.1
  • prep_release_4.2.2
  • prep_release_4.2.3
  • rails-6
  • rails6
  • readme_do_to_wiki
  • refactor_opt_attrs
  • refine_deprecation_msgs
  • release/5.2.0
  • release/5.3.0
  • release/5.3.1
  • release_2.0.1
  • release_2_1
  • release_4.1.1
  • release_4.2.0
  • release_4.2.5
  • release_4_0
  • release_4_1_0
  • release_5.0.0
  • release_501
  • remove_4.2_support
  • remove_agrovoc
  • remove_deprecations
  • remove_rails4_support
  • request_id
  • resource_url
  • response_header
  • response_media_type
  • robust_getty_error_handling
  • stable_1.2_for_rails_4.2
  • swagger_api_doc
  • update_ruby_matrix
  • uri-fix
  • uri_escape_replacement
  • uri_to_s
  • v1.2.0
  • v2.0.0
  • v2.0.1
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.2.0
  • v3.0.0
  • v4.0.0
  • version_2.0.0
  • webmock-breaking
  • wikidata

pending completion
926

Pull #195

travis-ci

web-flow
add ability to encode the variable value

Encoding is primarily used to encode URIs that are part of the URL path instead of being a parameter.  But the generalized processing allows any variable to be marked as requiring URL encoding.

Also making all methods private unless they are needed in other classes.  In this refactor, that effect #default and #required?
Pull Request #195: add ability to encode the variable value

17 of 17 new or added lines in 1 file covered. (100.0%)

1664 of 1825 relevant lines covered (91.18%)

321.91 hits per line

Relevant lines Covered
Build:
Build:
1825 RELEVANT LINES 1664 COVERED LINES
321.91 HITS PER LINE
Source Files on ld_refactor_add_encode
  • List 0
  • Changed 7
  • Source Changed 3
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
926 ld_refactor_add_encode add ability to encode the variable value Encoding is primarily used to encode URIs that are part of the URL path instead of being a parameter. But the generalized processing allows any variable to be marked as requiring URL encoding. Also makin... Pull #195 14 Jan 2019 02:22PM UTC web-flow travis-ci pending completion  
925 ld_refactor_add_encode add ability to encode the variable value Encoding is primarily used to encode URIs that are part of the URL path instead of being a parameter. But the generalized processing allows any variable to be marked as requiring URL encoding. Also makin... push 14 Jan 2019 02:19PM UTC elrayle travis-ci pending completion  
919 ld_refactor_add_encode add ability to encode the variable value Encoding is primarily used to encode URIs that are part of the URL path instead of being a parameter. But the generalized processing allows any variable to be marked as requiring URL encoding. Also makin... Pull #195 10 Jan 2019 07:10PM UTC web-flow travis-ci pending completion  
918 ld_refactor_add_encode add ability to encode the variable value Encoding is primarily used to encode URIs that are part of the URL path instead of being a parameter. But the generalized processing allows any variable to be marked as requiring URL encoding. Also makin... push 10 Jan 2019 07:05PM UTC elrayle travis-ci pending completion  
See All Builds (1956)
  • 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

© 2025 Coveralls, Inc