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

MITLibraries / hrqb-client / 9487213336
99%
main: 96%

Build:
Build:
LAST BUILD BRANCH: v1.14.0
DEFAULT BRANCH: main
Ran 12 Jun 2024 05:40PM UTC
Jobs 1
Files 24
Run time 1min
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

12 Jun 2024 05:36PM UTC coverage: 99.496%. Remained the same
9487213336

push

github

ghukill
Optional field return on QB upsert

Why these changes are being introduced:

It was determined that large upserts could result in memory pressure
due to the response from quickbase which returned every record
and field value.  The memory footprint for upserting is reasonble,
but this JSON response was parsed into memory which is not memory
efficient.

Ultimately, the modified record field values are not needed most
of the time, so defaults to not returning.  But if the flag
is set to True, field values can be returned on upsert if needed.

How this addresses that need:
* Add return_fields parameter to preparing upsert payload

Side effects of this change:
* None

Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/HRQB-32

789 of 793 relevant lines covered (99.5%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9487213336.1 12 Jun 2024 05:40PM UTC 0
99.5
GitHub Action Run
Source Files on build 9487213336
Detailed source file information is not available for this build.
  • Back to Repo
  • 0bb18e5a on github
  • Prev Build on main (#9419654695)
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