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

biosustain / potion / 251

Builds Branch Commit Type Ran Committer Via Coverage
251 master Update fields.rst (#107) Remove duplicate documentation for fields.Object push 23 Jan 2017 06:59PM UTC lyschoening travis-ci
88.65
347 master Update setup.py push 22 Jan 2019 11:42AM UTC web-flow travis-ci pending completion
346 master Expose query.options to SQLAlchemyManager from the Resource (#168) Useful to perform some prefetching of your relations in order to avoid the n+1 queries problem. ```python class TypeResource(ModelResource): class Meta: model =... push 17 Jan 2019 01:43PM UTC lyschoening travis-ci pending completion
345 query-options Expose query.options to SQLAlchemyManager from the Resource Useful to perform some prefetching of your relations in order to avoid the n+1 queries problem. ```python class TypeResource(ModelResource): class Meta: model = Type ... Pull #168 16 Jan 2019 03:14PM UTC web-flow travis-ci pending completion
344 to-one-local Add optimized ToOne sqlalchemy aware field. This version of fields.ToOne() is able to read the local foreign key value to serialize the reference of the remote object. It can be useful under some circumstances to avoid performing additional db lo... Pull #167 16 Jan 2019 02:31PM UTC web-flow travis-ci pending completion
342 python3.6-7 Add python 3.6 and 3.7 in testing matrix As python 3.7 doesn't pass the tests yet, let's declare it as expected failure until we explicitely add support for it. Pull #166 14 Jan 2019 03:22PM UTC web-flow travis-ci pending completion
341 python3.6-7 python3.7 is not ready for prime time Pull #166 14 Jan 2019 03:18PM UTC web-flow travis-ci pending completion
340 python3.6-7 Adjust travis config to get python 3.7 Pull #166 14 Jan 2019 03:08PM UTC web-flow travis-ci pending completion
337 master Remove extraneous __init__ (#159) push 14 Jan 2019 11:50AM UTC lyschoening travis-ci pending completion
335 python3.6-7 Add python3.6 and 3.7 in testing matrix Pull #166 14 Jan 2019 11:26AM UTC web-flow travis-ci pending completion
334 python3.3 python3.3 reached end of life in September 2017 https://www.python.org/dev/peps/pep-0398/ Pull #165 14 Jan 2019 11:25AM UTC web-flow travis-ci pending completion
333 python3.3 python3.3 reached end of life in September 2017 https://www.python.org/dev/peps/pep-0398/ Pull #165 14 Jan 2019 11:22AM UTC web-flow travis-ci pending completion
332 nullable-is-not-required Avoid transmitting None values when not necessary Consider a nullable field, not required without default, it shouldn't be given as `None` if absent. This is per definition an optional field, and should stay out of list of given input values if u... Pull #164 14 Jan 2019 11:19AM UTC web-flow travis-ci pending completion
331 initialize-model-as-python-expect-it Let __init__ of your model get access to all given properties In some scenario your model might define some default values based on properties given at creation time. This is only possible if __init__ receives all properties at once. Pull #160 11 Jan 2019 03:36PM UTC web-flow travis-ci pending completion
330 cleanup remove extraneous __init__ Pull #159 11 Jan 2019 03:35PM UTC web-flow travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 20
  • 21
  • Next →
  • Back to Repo
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