Skip to content

Tags: HumanSignal/label-studio

Tags

1.16.0

fix: make pyproject include includes into wheel too (#7026)

1.15.0

Verified

This commit was signed with the committer’s verified signature.
nikitabelonogov Nikita Belonogov
ci: PLT-583: Add custom check for sdk version in release

1.14.0.post0

explicitly add setuptools to build

1.14.0

empty commit to trigger build with updated flags

1.12.1

fix: OPTIC-720: Fix e.viewsStore.forEach error (#5849)

Hotfix after #5824

---------

Co-authored-by: robot-ci-heartex <robot-ci-heartex@users.noreply.github.com>

1.12.0.post0

fix: #5787 Support uppercased version of "COLLECT_ANALYTICS" env var (#…

…5788)

- [x] Commit message(s) and PR title follows the format
`[fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made`
ex. `fix: DEV-XXXX: Removed inconsistent code usage causing intermittent
errors`
- [x] Tests for the changes have been added/updated (for bug
fixes/features)
- [x] Docs have been added/updated (for bug fixes/features)
- [x] Best efforts were made to ensure docs/code are concise and
coherent (checked for spelling/grammatical errors, commented out code,
debug logs etc.)
- [x] Self-reviewed and ran all changes on a local instance (for bug
fixes/features)

_(check all that apply)_
- [ ] Product design
- [ ] Backend (Database)
- [x] Backend (API)
- [ ] Frontend

_(link to issue, supportive screenshots etc.)_
#5787

_(if this is a bug fix)_

Updates `base.py` to search for `COLLECT_ANALYTICS` environment variable
instead of `collect_analytics`

_(if this is a breaking or feature change)_

_(if this is a breaking or feature change)_

_(list all with version changes)_

_(if so describe the impacts positive or negative)_

_(if so describe the impacts positive or negative)_

Positive: backend analytics are properly disabled when deploying with
Helm.

_(briefly list any if applicable)_

_(briefly list any if applicable)_

_(check only one)_
- [ ] Yes, and covered entirely by feature flag(s)
- [ ] Yes, and covered partially by feature flag(s)
- [ ] No
- [x] Not sure (briefly explain the situation below)
The environment variable name is changing to all upper-case - no impact
if using Helm, as it enforces all caps. Other users who pass variables
in with Docker Compose or other setup methods may already be using lower
case, and their setup methods may not enforce all-caps.

_(check all that apply)_
- [ ] e2e
- [ ] integration
- [x] unit

_(for bug fixes/features, be as precise as possible. ex. Authentication,
Annotation History, Review Stream etc.)_
Analytics / logging

---------

Co-authored-by: Jo Booth <jo.m.booth@gmail.com>

1.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: LEAP-947: Check task when we get a response from ML (#5742)

Add a wrapper to check that we are going to apply response from
ML-backend to the same task we sent a request from in a first place.

---------

Co-authored-by: robot-ci-heartex <robot-ci-heartex@users.noreply.github.com>

1.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Cherry picked OPTIC-353 into release 1.11.0 (#5353)

* [submodules] Copy src HumanSignal/label-studio-frontend

Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/7641783707

* ci: Build frontend

Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/7641808946

---------

Co-authored-by: Travis Clark <travisjosephclark@gmail.com>
Co-authored-by: robot-ci-heartex <robot-ci-heartex@users.noreply.github.com>