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

cortex-lab / alyx
84%

Build:
DEFAULT BRANCH: master
Repo Added 01 Jul 2021 04:05PM UTC
Files 7
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 master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • DataNotice
  • adminTest
  • aliveFilterFix
  • badges
  • bpair
  • change_docs
  • ci
  • cluster_labels
  • db_url_change
  • dependabot/pip/cryptography-44.0.1
  • dependabot/pip/cryptography-46.0.5
  • dependabot/pip/cryptography-48.0.1
  • dependabot/pip/cryptography-50.0.0
  • dependabot/pip/django-5.2.11
  • dependabot/pip/django-5.2.13
  • dependabot/pip/django-5.2.14
  • dependabot/pip/django-5.2.15
  • dependabot/pip/django-5.2.16
  • dependabot/pip/django-5.2.7
  • dependabot/pip/django-5.2.8
  • dependabot/pip/django-5.2.9
  • dependabot/pip/fonttools-4.61.0
  • dependabot/pip/idna-3.15
  • dependabot/pip/jinja2-3.1.6
  • dependabot/pip/lxml-6.1.0
  • dependabot/pip/markdown-3.8.1
  • dependabot/pip/pillow-12.1.1
  • dependabot/pip/pillow-12.3.0
  • dependabot/pip/pyarrow-23.0.1
  • dependabot/pip/pyjwt-2.13.0
  • dependabot/pip/setuptools-83.0.0
  • dependabot/pip/sqlparse-0.5.4
  • dependabot/pip/sqlparse-0.6.0
  • dependabot/pip/urllib3-2.5.0
  • dependabot/pip/urllib3-2.6.0
  • dependabot/pip/urllib3-2.6.3
  • dependabot/pip/urllib3-2.7.0
  • deploy
  • deploy_timezone
  • dev
  • docker
  • expose_FOV_json
  • feat/notes-and-narrative
  • fix/dataset-pagination-limit
  • fix/docker-hub-secret-names
  • fixAdminRegister
  • fixAggregateRevisions
  • fix_test_fixtues
  • github_action
  • github_actions
  • homeoffice-updates
  • hotfix/cullSubjectFilters
  • hotfix/project_import
  • hotfixglobus
  • insertionProjectsSessionInfo
  • master
  • narrativeTemplateSurgery
  • neurophotometrics
  • notification_max_retries
  • purge_backups
  • registerFileValidation
  • release_workflow
  • rest_filters_one3
  • scopedPostDelete
  • sessionSerializerUserDefault
  • slimFixtures
  • small-fixes
  • sp_passive_video_dataset_type
  • spikesorting_filename_patterns
  • subjectAdmins
  • testMigrations
  • ucl_sync_mismatch
  • uw
  • v3.2.1
  • v3.5.0
  • waterTypeRename
  • waterplot

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

Relevant lines Covered
Build:
Build:
506 RELEVANT LINES 424 COVERED LINES
0.84 HITS PER LINE
Source Files on master
  • Tree
  • List 7
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33171146625 master 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 ... push 28 Aug 2026 12:31PM UTC web-flow github
83.79
33170515649 dev Merge 15f3202fa into 7e1e1394a Pull #1038 28 Aug 2026 12:23PM UTC web-flow github
83.79
33170501015 dev Merge 68b193263 into 7e1e1394a Pull #1038 28 Aug 2026 12:22PM UTC web-flow github
83.79
33170059012 dependabot/pip/django-5.2.16 Merge 7f8030436 into cdca13d89 Pull #1036 28 Aug 2026 12:15PM UTC web-flow github
83.79
33170021681 dependabot/pip/sqlparse-0.6.0 Merge 2c83dc2a8 into cdca13d89 Pull #1037 28 Aug 2026 12:15PM UTC web-flow github
83.79
33169596503 dev Merge cdca13d89 into 7e1e1394a Pull #1038 28 Aug 2026 12:08PM UTC web-flow github
83.79
33169209024 fixAdminRegister Merge 82fb09742 into a14fd17cb Pull #1039 28 Aug 2026 12:03PM UTC web-flow github
83.79
30975613726 dependabot/pip/cryptography-50.0.0 Merge 7a5e4193f into 7e1e1394a Pull #1034 05 Aug 2026 04:40AM UTC web-flow github
83.79
30101465800 master No longer required to quote special characters in database connection settings Additionally, omit settings files from coverage report push 24 Jul 2026 02:37PM UTC k1o0 github
83.79
30100788386 dev Merge f4a059743 into b1c1d1929 Pull #1031 24 Jul 2026 02:27PM UTC web-flow github
83.79
See All Builds (783)
  • Repo on GitHub
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