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

observatorycontrolsystem / science-archive
90%
master: 91%

Build:
Build:
LAST BUILD BRANCH: 2.6.4
DEFAULT BRANCH: master
Repo Added 04 Jun 2020 06:39AM UTC
Files 37
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 fix/refresh-frame
branch: fix/refresh-frame
CHANGE BRANCH
x
Reset
  • fix/refresh-frame
  • 1.72
  • 1.73
  • 1.74
  • 1.78
  • 1.79
  • 2.0.0
  • 2.1.0
  • 2.2.0
  • 2.2.1
  • 2.2.2
  • 2.2.3
  • 2.2.4
  • 2.3.0
  • 2.3.1
  • 2.3.2
  • 2.3.3
  • 2.3.4
  • 2.3.5
  • 2.3.6
  • 2.3.7
  • 2.4.0
  • 2.4.1
  • 2.5.0
  • 2.5.1
  • 2.5.2
  • 2.5.3
  • 2.5.4
  • 2.5.5
  • 2.5.6
  • 2.6.1
  • 2.6.2
  • 2.6.3
  • 2.6.4
  • 2.6.5
  • add-staff
  • add_configdb
  • add_docker_compose
  • add_fallback_auth_check
  • add_ocs_auth
  • autoadd_profile
  • ci/update-docker-actions
  • cleanup_model
  • delete_frames_command
  • dependabot/add-v2-config-file
  • dependabot/pip/boto3-gte-1.7-and-lt-1.18
  • dependabot/pip/certifi-2022.12.7
  • dependabot/pip/certifi-2023.7.22
  • dependabot/pip/django-3.2.17
  • dependabot/pip/django-3.2.18
  • dependabot/pip/django-3.2.23
  • dependabot/pip/django-4.2.10
  • dependabot/pip/django-4.2.11
  • dependabot/pip/django-filter-gte-2.0-and-lt-2.5
  • dependabot/pip/gevent-23.9.0
  • dependabot/pip/jinja2-3.1.3
  • dependabot/pip/kombu-gte-4.6-and-lt-5.1
  • dependabot/pip/redis-4.4.4
  • dependabot/pip/setuptools-65.5.1
  • dependabot/pip/sqlparse-0.4.4
  • dependabot/pip/urllib3-1.26.18
  • feat/pagination-count-estimate
  • feature/add-frame-purge-management
  • feature/anyascii_target
  • feature/bulk-photometry-downloads
  • feature/floyds-flux-standards
  • feature/gh-actions
  • feature/more_generic_settings
  • feature/openapi-doc
  • feature/optimize_pagination
  • feature/photometry-table
  • feature/remove-purgequicklook
  • feature/revoke-token-endpoint
  • feature/s3-endpoint-url
  • feature/thumbnails
  • feature/transparent-funpack
  • feature/travis
  • feature/userID_filtering
  • first_migration_new_fields
  • fix/area-polygon-serialization
  • fix/caching_bug
  • fix/catch_points_error
  • fix/count_params
  • fix/frame-ordering
  • fix/missing-fits-queue
  • fix/optimize_endpoints_again
  • fix/pagination_offset
  • fix/related-frames-iteration
  • fix/science-filtering
  • fix/upgrade-versions
  • fix/uri-template-version
  • fix/ux-improvements
  • fix_obs_portal_download
  • fsspec-catalog
  • ingestion_fixes_1
  • main
  • master
  • optimize-agg
  • optimize_aggregate
  • optimize_endpoints
  • refactor_model
  • remove_migration_stuff
  • second_migration_to_add_defaults
  • test_tag_4
  • update_readme
  • v2.6.0

15 Oct 2024 11:13PM UTC coverage: 89.747% (+0.02%) from 89.724%
11355811209

Pull #76

github

mgdaily
Merge branch 'fix/refresh-frame' of github.com:observatorycontrolsystem/science-archive into fix/refresh-frame
Pull Request #76: Various reliability fixes

1882 of 2097 relevant lines covered (89.75%)

2.69 hits per line

Relevant lines Covered
Build:
Build:
2097 RELEVANT LINES 1882 COVERED LINES
2.69 HITS PER LINE
Source Files on fix/refresh-frame
  • Tree
  • List 37
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
11355811209 fix/refresh-frame Merge branch 'fix/refresh-frame' of github.com:observatorycontrolsystem/science-archive into fix/refresh-frame Pull #76 15 Oct 2024 11:15PM UTC mgdaily github
89.75
11263875482 fix/refresh-frame Remove param from get_queryset, use request to infer this If the user has passed ?include_related_frames=false, then do not prefetch related frames, as this is wasteful. Update tests. Pull #76 09 Oct 2024 10:15PM UTC mgdaily github
89.75
11259667905 fix/refresh-frame Add a couple of explicit tests Pull #76 09 Oct 2024 05:05PM UTC mgdaily github
89.71
11259273458 fix/refresh-frame Clean up whitespace, remove extraneous log Pull #76 09 Oct 2024 04:38PM UTC mgdaily github
89.56
11222476287 fix/refresh-frame Remove unused import, make comment clearer Pull #76 07 Oct 2024 07:22PM UTC mgdaily github
89.57
11222374237 fix/refresh-frame Add ability to specify whether to include related frames This is on by default, but currently users will be able to request to exclude related frames from their queries. Also update the get_queryset method to avoid prefetching related frames if w... Pull #76 07 Oct 2024 07:15PM UTC mgdaily github
89.57
11220323369 fix/refresh-frame Add ability to exclude related frames from certain frame types BPMs, for instance, have up to hundreds of thousands of related frames. BANZAI queries for these frequently and we don't need related frames in the response, so it's wasteful for us t... Pull #76 07 Oct 2024 04:59PM UTC mgdaily github
89.62
11219974051 fix/refresh-frame Use the ingester payload to construct filename. This avoids a query to the version_set, which we've seen issues reading from due to a race condition which has been quite hard to pin down. Pull #76 07 Oct 2024 04:36PM UTC mgdaily github
89.65
10908584895 fix/refresh-frame Refresh frame object from DB after all foreign keys have been saved We want to isolate any sort of replication lag from the DB to make sure that we get any and all attributes and foreign keys after object save. There have been some instances wher... Pull #76 17 Sep 2024 06:13PM UTC mgdaily github
89.73
See All Builds (542)
  • 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