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

marcjansen / shogun2
54%
master: 55%

Build:
Build:
LAST BUILD BRANCH: proxy-minors
DEFAULT BRANCH: master
Repo Added 25 Apr 2014 08:29AM UTC
Files 163
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 optionally-restrict-rest-output
branch: optionally-restrict-rest-output
CHANGE BRANCH
x
Reset
  • optionally-restrict-rest-output
  • archetypo
  • coverall-badge
  • fewer-peter
  • find-bugs
  • getter-harmonisation
  • intercept-wps
  • interceptor-adjustments
  • interceptorpost
  • irregular-names
  • language-in-release-notes
  • logo-in-readme
  • logo-minors
  • master
  • model-review
  • mv-release-doc
  • null-safe-resultset
  • plugin-deletion
  • prepare-interceptor-beans
  • proxy-minors
  • reenable-coveralls
  • replacements
  • switch-to-jacoco
  • test-overhaul

pending completion
113

push

travis-ci

marcjansen
Allow configurable sparse output of REST GET requests

This adds the possibility to optionally get a sparse result from
REST get calls against the abstract REST controller. This can be
usefull if you are not interested in the complete representation
of objects, but only certain fields are important for you.

In order to only get e.g. the fields `name` and `id` of all
entities `TestEntity` (mapped to `/rest/testentity`): the
following request can be used:

    /rest/testentity?output:only=name,id

All other fields of the returned objects will be `null`.

This can be combined with the existing `filter`-API:

    /rest/testentity/filter?id=42&output:only=name,id

The above will give you back the sparse `TestEntity` serialisation
where only the fields `name` and `id` have real values, others are
`null`.

This implementation is backwards compatible for the REST API.

1922 of 3540 relevant lines covered (54.29%)

1.09 hits per line

Relevant lines Covered
Build:
Build:
3540 RELEVANT LINES 1922 COVERED LINES
1.09 HITS PER LINE
Source Files on optionally-restrict-rest-output
  • List 0
  • Changed 51
  • Source Changed 30
  • Coverage Changed 50
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
113 optionally-restrict-rest-output Allow configurable sparse output of REST GET requests This adds the possibility to optionally get a sparse result from REST get calls against the abstract REST controller. This can be usefull if you are not interested in the complete representati... push 29 Jan 2018 11:08AM UTC marcjansen travis-ci pending completion  
92 optionally-restrict-rest-output Allow configurable sparse output of REST GET requests This adds the possibility to optionally get a sparse result from REST get calls against the abstract REST controller. This can be usefull if you are not interested in the complete representati... push 07 Mar 2017 05:02PM UTC marcjansen travis-ci pending completion  
91 optionally-restrict-rest-output Allow configurable sparse output of REST GET requests This adds the possibility to optionally get a sparse result from REST get calls against the abstract REST controller. This can be usefull if you are not interested in the complete representati... push 07 Mar 2017 04:58PM UTC marcjansen travis-ci pending completion  
85 optionally-restrict-rest-output Allow configurable sparse output of REST GET requests This adds the possibility to optionally get a sparse result from REST get calls against the abstract REST controller. This can be usefull if you are not interested in the complete representati... push 24 Feb 2017 10:05AM UTC marcjansen travis-ci pending completion  
See All Builds (95)
  • 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