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

imRohan / Pantry
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: rl-metadata
DEFAULT BRANCH: master
Repo Added 21 Apr 2020 11:55AM UTC
Files 10
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 rl-metadata
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-bitio-sponsorship
  • add/common-lisp-lib
  • dependabot/npm_and_yarn/ajv-6.12.6
  • dependabot/npm_and_yarn/async-2.6.4
  • dependabot/npm_and_yarn/axios-0.21.1
  • dependabot/npm_and_yarn/axios-0.21.2
  • dependabot/npm_and_yarn/class-validator-0.14.0
  • dependabot/npm_and_yarn/decode-uri-component-0.2.2
  • dependabot/npm_and_yarn/dns-packet-1.3.4
  • dependabot/npm_and_yarn/elliptic-6.5.3
  • dependabot/npm_and_yarn/elliptic-6.5.4
  • dependabot/npm_and_yarn/eventsource-1.1.1
  • dependabot/npm_and_yarn/express-4.17.3
  • dependabot/npm_and_yarn/follow-redirects-1.14.9
  • dependabot/npm_and_yarn/got-11.8.5
  • dependabot/npm_and_yarn/handlebars-4.7.7
  • dependabot/npm_and_yarn/hosted-git-info-2.8.9
  • dependabot/npm_and_yarn/http-cache-semantics-4.1.1
  • dependabot/npm_and_yarn/http-proxy-1.18.1
  • dependabot/npm_and_yarn/ini-1.3.8
  • dependabot/npm_and_yarn/loader-utils-1.4.2
  • dependabot/npm_and_yarn/minimatch-3.1.2
  • dependabot/npm_and_yarn/minimist-1.2.6
  • dependabot/npm_and_yarn/node-sass-7.0.0
  • dependabot/npm_and_yarn/path-parse-1.0.7
  • dependabot/npm_and_yarn/qs-6.5.3
  • dependabot/npm_and_yarn/redis-3.1.1
  • dependabot/npm_and_yarn/semver-5.7.2
  • dependabot/npm_and_yarn/ssri-6.0.2
  • dependabot/npm_and_yarn/tar-4.4.19
  • dependabot/npm_and_yarn/terser-4.8.1
  • dependabot/npm_and_yarn/tmpl-1.0.5
  • dependabot/npm_and_yarn/tree-kill-1.2.2
  • dependabot/npm_and_yarn/url-parse-1.5.1
  • dependabot/npm_and_yarn/url-parse-1.5.10
  • dependabot/npm_and_yarn/url-parse-1.5.3
  • dependabot/npm_and_yarn/url-parse-1.5.7
  • dependabot/npm_and_yarn/websocket-extensions-0.1.4
  • dependabot/npm_and_yarn/word-wrap-1.2.4
  • dependabot/npm_and_yarn/ws-5.2.3
  • dependabot/npm_and_yarn/y18n-3.2.2
  • develop
  • feature/crm
  • feature/dashboardUpdate
  • feature/errorEmails
  • feature/mergeBasketContent
  • feature/newAccountNotifications
  • feature/re-captcha
  • feature/status
  • fixes/accountTTL
  • fixes/error-log
  • fixes/seo
  • frontend/dashboard
  • frontend/fixes5
  • hotfix/addPantryIDToErrors
  • hotfix/redisScanCount
  • issue/19
  • master
  • patch-1
  • refactoring/accountBlocksMgmt
  • refresh-file-import-scheme
  • refs/tags/v1.1
  • refs/tags/v1.1.1
  • refs/tags/v1.2.1
  • refs/tags/v1.3
  • refs/tags/v2.0
  • refs/tags/v2.1.0
  • refs/tags/v2.5.0
  • refs/tags/v2.5.1
  • rl-add-dev-mode
  • rl-add-logflare
  • rl-add-npm-script
  • rl-add-recaptcha-unhappypath-test
  • rl-add-socket-io
  • rl-add-sponsor-badge
  • rl-allow-users-to-contribute
  • rl-basket-link
  • rl-build-2.5.1
  • rl-build-assets
  • rl-change-response
  • rl-deprecate-status
  • rl-derp
  • rl-edit-mode
  • rl-error-response-format
  • rl-expiry-date
  • rl-external-basket
  • rl-fix-codesmells
  • rl-fix-errors-view-logic
  • rl-fix-json-styling
  • rl-identify-account-for-rate-limiting
  • rl-include-dist
  • rl-increase-limit
  • rl-metadata
  • rl-minor-ui-changes
  • rl-more-rate-limiting
  • rl-new-ui
  • rl-onboardng-edit
  • rl-per-min-limit
  • rl-plunk-email
  • rl-private-basket-paths
  • rl-private-stats
  • rl-rate-limiting
  • rl-refactor-block
  • rl-release-3
  • rl-release-aug-30
  • rl-remove-dist-folders
  • rl-remove-logflare
  • rl-remove-old-todo
  • rl-remove-socket
  • rl-shimmer
  • rl-show-errors
  • rl-update-basket-method
  • rl-update-crm
  • rl-update-node-sass
  • rl-update-promo
  • update-typescript

23 Feb 2026 11:25PM UTC coverage: 95.739% (-0.6%) from 96.316%
8c8a3009f98f8904dd481c64f184894917ccd61f

Pull #233

github

imRohan
Add Metadata to Blocks

Users of Pantry should not be required to maintain records of when a
block (basket) was created, or when it was last updated. Going forward,
every basket will contain a new "_metadata" key which will be populated
with fields such as createdAt and updatedAt.

In addition, to maintain user privacy, any block which has been made
public (creation of a publicBlock record) will not expose the
"_metadata" key in it's payload.
Pull Request #233: Add Metadata to Blocks

55 of 65 branches covered (84.62%)

Branch coverage included in aggregate %.

15 of 15 new or added lines in 3 files covered. (100.0%)

327 of 334 relevant lines covered (97.9%)

7.51 hits per line

Relevant lines Covered
Build:
Build:
334 RELEVANT LINES 327 COVERED LINES
7.51 HITS PER LINE
Source Files on master
  • Tree
  • List 10
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
8c8a3009... rl-metadata Add Metadata to Blocks Users of Pantry should not be required to maintain records of when a block (basket) was created, or when it was last updated. Going forward, every basket will contain a new "_metadata" key which will be populated with field... Pull #233 23 Feb 2026 11:26PM UTC imRohan github
95.74
d8448ee4... rl-metadata WIP got it working push 22 Feb 2026 06:45PM UTC imRohan github
95.72
7771bf2d... master Update Error Response Structure (#232) The current implementation returns errors as a string. We should update this to return a json object, which will include the error message (top-level) and details as to why the error was raised. This will im... push 22 Feb 2026 05:39PM UTC web-flow github
96.32
bf78dd9d... rl-error-response-format Update Error Response Structure The current implementation returns errors as a string. We should update this to return a json object, which will include the error message (top-level) and details as to why the error was raised. This will improve u... Pull #232 22 Feb 2026 02:14PM UTC imRohan github
96.32
53d1b624... rl-error-response-format Update Error Response Structure The current implementation returns errors as a string. We should update this to return a json object, which will include the error message (top-level) and details as to why the error was raised. This will improve u... push 22 Feb 2026 02:12PM UTC imRohan github
96.32
dcd494b9... master Refactor Storage Scheme (#230) This PR updates the Account, Block and PublicBlock models to unify how entities are retrieved from the storage service, and how their TTL's are refreshed. push 21 Feb 2026 10:06PM UTC web-flow github
96.32
857c174a... rl-refactor-block Refactor Storage Scheme This PR updates the Account, Block and PublicBlock models to unify how entities are retrieved from the storage service, and how their TTL's are refreshed. Pull #230 21 Feb 2026 02:50PM UTC imRohan github
96.32
6c6549db... rl-refactor-block Merge 857c174a6 into 107fc68c7 Pull #230 21 Feb 2026 02:50PM UTC web-flow github
96.32
107fc68c... master Update Dashboard UI (#231) Some minor improvements push 21 Feb 2026 02:46PM UTC web-flow github
97.08
257f23bb... rl-update-promo Update Dashboard UI Some minor improvements Pull #231 21 Feb 2026 02:45PM UTC imRohan github
97.08
See All Builds (489)
  • 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