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

cortex-lab / alyx / 33171146625
84%

Build:
DEFAULT BRANCH: master
Ran 28 Aug 2026 12:31PM UTC
Jobs 1
Files 7
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

28 Aug 2026 12:27PM UTC coverage: 83.794%. Remained the same
33171146625

push

github

web-flow
3.6.4 (#1038)

* Optimize tag queries
Sessions and probe insertions  REST filters no longer join the datasets table into the
  main query, which made them 3-174x faster ( went from 194 s to
  1.3 s against the production database, and  from 112 s to
  3.5 s). Adding indexes was measured and rejected: a covering index on
   is used but only worth ~5% of the remaining query time,
  and is not worth 153 MB plus the write amplification on a table the ingest pipeline
  writes to constantly. The remaining cost is one index lookup per tagged dataset to map
  it to its session; removing that needs the tags denormalised to the session level.
Resolves https://github.com/int-brain-lab/iblalyx/issues/143

* Recording under anaesthesia fixture
Resolves https://github.com/int-brain-lab/iblalyx/issues/161

* Further optimizations to endpoints
Dataset filtering faster (#894) and stable ordering (#1033)

* Bump cryptography from 48.0.1 to 50.0.0

Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 50.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/48.0.1...50.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 50.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix bug exposed by djangorestframework >= 3.18

* Bump sqlparse from 0.5.4 to 0.6.0

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.4 to 0.6.0.
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.4...0.6.0)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-version: 0.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump django from 5.2.15 to 5.2.16

Bumps [django](https://github.com/django/django) from 5.2.15 to 5.2.16.
- [Commits](https:... (continued)

424 of 506 relevant lines covered (83.79%)

0.84 hits per line

Coverage Regressions

Lines Coverage ∆ File
34
80.33
-0.11% alyx/base.py
2
87.5
-0.74% alyx/urls.py
Jobs
ID Job ID Ran Files Coverage
1 33171146625.1 28 Aug 2026 12:31PM UTC 7
83.79
GitHub Action Run
Source Files on build 33171146625
  • Tree
  • List 7
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4d8c5e2b on github
  • Prev Build on master (#30101465800)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc