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

DiamondLightSource / ispyb-api
75%
master: 83%

Build:
Build:
LAST BUILD BRANCH: fix-dictionary-cursor-queries
DEFAULT BRANCH: master
Repo Added 21 Sep 2017 09:15PM UTC
Files 44
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 objectmodel
branch: objectmodel
CHANGE BRANCH
x
Reset
  • objectmodel
  • MXSW-1173
  • MariaDB-10.2
  • SCI-6176
  • SCI-7414
  • SCI-7445
  • SCI-7452-plus
  • SCI-7805
  • SCI-7986
  • SCI-8045
  • SCI-8592
  • appa_exp_sessions
  • auth_login
  • badges
  • black
  • bugfixes
  • bulk-pia
  • bumpversion
  • changelog
  • cleanup
  • container
  • dcg_retrieve_upsert
  • deprecations
  • detector_model
  • dimplefix
  • docs
  • download_ispyb_db
  • drop-legacy
  • exceptions
  • fix-dictionary-cursor-queries
  • future-autocommit
  • future-disconnect
  • get-dcid-info
  • gh-code-scanning
  • implicit-factory
  • incl_scripts
  • insert_phasing_analysis_results
  • insert_subsample
  • integrityerror
  • iqi_change
  • legacy
  • legacy-work
  • lgtm
  • master
  • misc_features
  • model
  • model-updates
  • motion_corection_drift
  • move-exceptions
  • mysql-connector-python
  • open
  • open_ctx_mngr
  • pdb
  • precommit
  • precommit-update
  • processingjob
  • py37
  • python3
  • readme_pip_fix
  • reconn_params
  • reconnect
  • reduce-legacy-bits
  • retire-ingester
  • retrieve_container_for_sample_id
  • retrieve_persons_for_session
  • retrieve_persons_for_session_2
  • retrieve_prog_attach_importance_rank
  • retrive_dc
  • rm_upsert_program
  • roles
  • sample_group
  • sample_image_auto_score
  • sample_model
  • samples_not_loaded
  • schema
  • skiptests
  • testdb
  • travis
  • travis-ci-com
  • unassign_all
  • updated_readme
  • upsert_program_ex
  • upsert_tests
  • use_open
  • v1.0.3
  • v2.0.0
  • v3.0.0
  • v3.0.1
  • v3.1.0
  • v3.2.0
  • v3.3.0
  • v4.0.0
  • v4.1.0
  • v4.10.0
  • v4.11.0
  • v4.11.1
  • v4.12.0
  • v4.13.0
  • v4.13.1
  • v4.13.2
  • v4.3.0
  • v4.4.0
  • v4.5.0
  • v4.6.0
  • v4.7.0
  • v4.7.1
  • v4.8.0
  • v4.9.0
  • v5.0.0
  • v5.1.0
  • v5.2.0
  • v5.2.1
  • v5.3.0
  • v5.4.0
  • v5.4.1
  • v5.5.0
  • v5.6.0
  • v5.6.1
  • v5.6.2
  • v5.7.0
  • v5.7.1
  • v5.8.0
  • v5.8.1
  • v5.9.0
  • version-4.13.2
  • version-4.5.0
  • version4.6.0
  • xtalimaging

pending completion
333

Pull #42

travis-ci

web-flow
Allow probing GridInfo object

to test whether there is associated grid information in the database.
In a boolean context the GridInfo object will evaluate to True if this
is the case:

if dc.group.gridinfo:
  # This is a grid scan
else:
  # This is not a grid scan

Resolves MXSW-841
Pull Request #42: Next few object model changes

49 of 49 new or added lines in 4 files covered. (100.0%)

1125 of 1503 relevant lines covered (74.85%)

3.6 hits per line

Relevant lines Covered
Build:
Build:
1503 RELEVANT LINES 1125 COVERED LINES
3.6 HITS PER LINE
Source Files on objectmodel
  • List 0
  • Changed 24
  • Source Changed 16
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
333 objectmodel Allow probing GridInfo object to test whether there is associated grid information in the database. In a boolean context the GridInfo object will evaluate to True if this is the case: if dc.group.gridinfo: # This is a grid scan else: # This ... Pull #42 31 Aug 2018 03:01PM UTC web-flow travis-ci pending completion  
332 objectmodel Allow probing GridInfo object to test whether there is associated grid information in the database. In a boolean context the GridInfo object will evaluate to True if this is the case: if dc.group.gridinfo: # This is a grid scan else: # This ... push 31 Aug 2018 02:59PM UTC Anthchirp travis-ci pending completion  
331 objectmodel Add log notice if __future__ is used and links to relevant issues where stable versions of the calls are being developed. Pull #42 31 Aug 2018 02:31PM UTC web-flow travis-ci pending completion  
330 objectmodel Add log notice if __future__ is used and links to relevant issues where stable versions of the calls are being developed. push 31 Aug 2018 02:30PM UTC Anthchirp travis-ci pending completion  
329 objectmodel Add a model object for integration results Resolves SCI-7754 push 31 Aug 2018 02:21PM UTC Anthchirp travis-ci pending completion  
284 objectmodel 4.9.0 release Pull #38 23 Jul 2018 08:17AM UTC web-flow travis-ci pending completion  
283 objectmodel 4.9.0 release push 23 Jul 2018 08:16AM UTC Anthchirp travis-ci pending completion  
282 objectmodel Use new helper function to generate properties With this the generated properties will show up in the documentation at https://ispyb.readthedocs.io/en/latest/api.html Fixes #35. Also exposes data collection status field, which resolves SCI-7575. Pull #38 09 Jul 2018 07:48AM UTC web-flow travis-ci pending completion  
281 objectmodel Use new helper function to generate properties With this the generated properties will show up in the documentation at https://ispyb.readthedocs.io/en/latest/api.html Fixes #35. Also exposes data collection status field, which resolves SCI-7575. push 09 Jul 2018 07:43AM UTC Anthchirp travis-ci pending completion  
271 objectmodel PEP-8 for FactoryMixIn Pull #37 26 Jun 2018 03:06PM UTC web-flow travis-ci pending completion  
See All Builds (641)
  • 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