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

imRohan / Pantry
96%

Build:
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 master
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-plunk-event
  • 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-express-brute
  • rl-remove-logflare
  • rl-remove-old-todo
  • rl-remove-socket
  • rl-sample-data
  • rl-schema-on-write
  • rl-shimmer
  • rl-show-errors
  • rl-update-basket-method
  • rl-update-crm
  • rl-update-node-sass
  • rl-update-promo
  • update-typescript

07 May 2026 01:22PM UTC coverage: 96.471%. Remained the same
42390afa0212e1d522b9658bc824016308675b7c

push

github

web-flow
Add New Basket Templates (#237)

Currently, when a new basket is created via the dashboard, we only allow
the user to enter a new name. Our users have provided feedback, and
would like to initialize a basket with sample data. In order to support
this, we should allow users to select from a range of templates which
will pre-populate a new basket.

This change addresses the need by:
* Refactoring the explorer, moving the creation logic into a new
  component
* Refactoring the modal to make it more performant, and with better UX
* Allowing users to select from a few templates when creating a new
  basket

61 of 69 branches covered (88.41%)

Branch coverage included in aggregate %.

349 of 356 relevant lines covered (98.03%)

9.39 hits per line

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

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
42390afa... master Add New Basket Templates (#237) Currently, when a new basket is created via the dashboard, we only allow the user to enter a new name. Our users have provided feedback, and would like to initialize a basket with sample data. In order to support t... push 07 May 2026 01:22PM UTC web-flow github
96.47
36d48d28... rl-sample-data Add New Basket Templates Currently, when a new basket is created via the dashboard, we only allow the user to enter a new name. Our users have provided feedback, and would like to initialize a basket with sample data. In order to support this, we... Pull #237 07 May 2026 12:19AM UTC imRohan github
96.47
79d26c6d... rl-sample-data WIP poc push 07 May 2026 12:05AM UTC imRohan github
96.47
52b959fc... master Remove Bruteforce Dependency (#236) Moving the rate limiting outside the scope of Pantry, leaving the host / routing layer to be responsible for API rate limiting. push 28 Apr 2026 10:23PM UTC web-flow github
96.47
92ca0be8... rl-remove-express-brute Merge 216d3a713 into e9a2810ea Pull #236 28 Apr 2026 09:59PM UTC web-flow github
96.47
216d3a71... rl-remove-express-brute Remove Bruteforce Dependency Moving the rate limiting outside the scope of Pantry, leaving the host / routing layer to be responsible for API rate limiting. push 26 Apr 2026 11:59PM UTC imRohan github
96.47
e9a2810e... master Introduce Basket Schema Validations (#235) We'd like to allow users to validate the contents of their baskets using JSON Schema. Here, a user can create a schema for their basket by including a "_schema" key in their payload. If this key is found... push 20 Mar 2026 12:11AM UTC web-flow github
96.47
fd07fdbb... rl-schema-on-write Introduce Basket Schema Validations We'd like to allow users to validate the contents of their baskets using JSON Schema. Here, a user can create a schema for their basket by including a "_schema" key in their payload. If this key is found and is... Pull #235 11 Mar 2026 01:30PM UTC imRohan github
96.47
59fa8019... master Migrate to Plunk Events (#234) Instead of sending transactional emails, we can leverage Plunk's events to trigger workflows. push 04 Mar 2026 12:41AM UTC web-flow github
96.23
16840c7a... rl-plunk-event Migrate to Plunk Events Instead of sending transactional emails, we can leverage Plunk's events to trigger workflows. Pull #234 04 Mar 2026 12:07AM UTC imRohan github
96.23
See All Builds (505)
  • 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