Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update frontend #1721

Merged
merged 2 commits into from
Nov 11, 2021
Merged

Update frontend #1721

merged 2 commits into from
Nov 11, 2021

Conversation

niklub
Copy link
Collaborator

@niklub niklub commented Nov 10, 2021

No description provided.

@Etto91
Copy link

Etto91 commented Nov 10, 2021

hi guys, if I want to use the latest version of lsf on label_studio, do I have to wait for this pr to be merged? i've tried to replace the lsf folder but the frontend seems broken. do i need to replace dm2 either? thanks

@codecov
Copy link

codecov bot commented Nov 10, 2021

Codecov Report

Merging #1721 (b661d0d) into master (0605d0e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1721   +/-   ##
=======================================
  Coverage   75.31%   75.31%           
=======================================
  Files         126      126           
  Lines        9093     9093           
=======================================
  Hits         6848     6848           
  Misses       2245     2245           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c65bca2...b661d0d. Read the comment docs.

@niklub niklub changed the base branch from master to release/1.4 November 11, 2021 11:00
@niklub niklub merged commit 09bb68e into release/1.4 Nov 11, 2021
@niklub niklub deleted the feature/update-frontend branch November 11, 2021 11:00
makseq added a commit that referenced this pull request Nov 19, 2021
* Make 1.4rc0

* Update frontend (#1721)

* Update frontend

* Pull latest changes from LSF

Co-authored-by: Nick <nr@fenelon.ru>

* Update frontend scripts

* Update LSF

* Update frontend

* Bump 1.4rc1

* Temporary disable py3.9 tests

* [fix] [dm] onlyVirtualTabs of undefined

* [fix] db naming

* [fix] Empty annotations and predictions in DM TaskSerializer (#1733)

* [fix] Serializer with empty annotations and predictions

* Update serializers.py

* Fix tests

* [fix] Update LSF build with ctrl+z and not working label hotkey (DEV-1121) (#1748)

* Fix quickstart example (#1726)

* Fix brush mask to rle description (#1728)

* Docs for custom agreement metric for private cloud LSE (#1729)

* Update to add perms notes

* Finish updating custom metric doc for perms

* fixing link

* updating custom metric doc for review feedback

- restructured create policy steps
- added a bunch of links to aws docs for creating roles
- clarified order and links for things

* Configure ssl certs in nginx (#1707)

* [docs] Usecase with blocked internet access (#1732)

* [docs] Usecase with blocked internet access

* update k8s install for proxy/airgapped internet

added more links and keywords and clarity

Co-authored-by: smoreface <smoreface@users.noreply.github.com>

* Add docs how to enable tls on pgsql (#1737)

* Update LSF build with ctrl+z and not working label hotkeys

Co-authored-by: smoreface <smoreface@users.noreply.github.com>
Co-authored-by: Sergey Zhuk <sergey.zhuk@heartex.com>

* DEV-1154: Rotation fixes (#1756)

* Update LSF

* Update LSF to master

Co-authored-by: 4iGAN <4iGAN.yO@gmail.com>

* DEV-438: SDK tutorial (#1711)

* Create sdk.md

* Update sdk.md

* Update sdk.md

* Update sdk.md

* Add some fixes

* review feedback on sdk doc

* Update docs header with SDK reference link

* Add more prediction examples

* Update sdk.md

* Update header.ejs

* fix imports in doc

* fix links to jupyter notebooks

* [docs] update filters header per review feedback

Co-authored-by: Max Tkachenko <makseq@gmail.com>
Co-authored-by: nik <nik@heartex.net>

* DEV-819: Fix image size problems with appearance of scrollbar (#1758)

* Make get-build works with long branch names

(cherry picked from commit 4c8329e)
(cherry picked from commit 56d42da)

* [fix] [lsf] Add observing of image size for special cases

* Update LSF

Co-authored-by: makseq-ubnt <makseq@gmail.com>

* Update DM from master commit

* Update LS version

* Update converter and LS version

* Update converter to 0.0.36

* Add verify flag to sqlite download

* Fix --ml-backend option

* [fix] fix code editor vertical scroll after #1669 (#1765)

* Fix changing avatar permission (DEV-1183) (#1764)

* Get only task ids via drf-flexfields (DEV-1102) (#1747)

* Change version to rc6

* Change version to 1.4

Co-authored-by: nik <nik@heartex.net>
Co-authored-by: Nick <nr@fenelon.ru>
Co-authored-by: hlomzik <hlomzik@gmail.com>
Co-authored-by: makseq-ubnt <makseq@gmail.com>
Co-authored-by: smoreface <smoreface@users.noreply.github.com>
Co-authored-by: Sergey Zhuk <sergey.zhuk@heartex.com>
Co-authored-by: Nick Skriabin <767890+nicholasrq@users.noreply.github.com>
Co-authored-by: 4iGAN <4iGAN.yO@gmail.com>
Co-authored-by: Sergey <Gondragos@gmail.com>
Co-authored-by: Sergei Ivashchenko <triklozoid@gmail.com>
makseq added a commit that referenced this pull request Nov 26, 2021
* Make 1.4rc0

* Update frontend (#1721)

* Update frontend

* Pull latest changes from LSF

Co-authored-by: Nick <nr@fenelon.ru>

* Update frontend scripts

* Update LSF

* Update frontend

* Bump 1.4rc1

* Temporary disable py3.9 tests

* [fix] [dm] onlyVirtualTabs of undefined

* [fix] db naming

* [fix] Empty annotations and predictions in DM TaskSerializer (#1733)

* [fix] Serializer with empty annotations and predictions

* Update serializers.py

* Fix tests

* [fix] Update LSF build with ctrl+z and not working label hotkey (DEV-1121) (#1748)

* Fix quickstart example (#1726)

* Fix brush mask to rle description (#1728)

* Docs for custom agreement metric for private cloud LSE (#1729)

* Update to add perms notes

* Finish updating custom metric doc for perms

* fixing link

* updating custom metric doc for review feedback

- restructured create policy steps
- added a bunch of links to aws docs for creating roles
- clarified order and links for things

* Configure ssl certs in nginx (#1707)

* [docs] Usecase with blocked internet access (#1732)

* [docs] Usecase with blocked internet access

* update k8s install for proxy/airgapped internet

added more links and keywords and clarity

Co-authored-by: smoreface <smoreface@users.noreply.github.com>

* Add docs how to enable tls on pgsql (#1737)

* Update LSF build with ctrl+z and not working label hotkeys

Co-authored-by: smoreface <smoreface@users.noreply.github.com>
Co-authored-by: Sergey Zhuk <sergey.zhuk@heartex.com>

* DEV-1154: Rotation fixes (#1756)

* Update LSF

* Update LSF to master

Co-authored-by: 4iGAN <4iGAN.yO@gmail.com>

* DEV-438: SDK tutorial (#1711)

* Create sdk.md

* Update sdk.md

* Update sdk.md

* Update sdk.md

* Add some fixes

* review feedback on sdk doc

* Update docs header with SDK reference link

* Add more prediction examples

* Update sdk.md

* Update header.ejs

* fix imports in doc

* fix links to jupyter notebooks

* [docs] update filters header per review feedback

Co-authored-by: Max Tkachenko <makseq@gmail.com>
Co-authored-by: nik <nik@heartex.net>

* DEV-1034 DEV-1133 Region removal with Ctrl+Z and labels

- keep label selected if such setting selected even after region removal
- restore correct order when you:
  a. create region, press ctrl+z
  b. delete region, press ctrl+shift+z

* Update LSF build with master 6494ffaf3cdaf5c2564371a66d809aa50ea3bda0

Co-authored-by: nik <nik@heartex.net>
Co-authored-by: niklub <lubimov.nicolas@gmail.com>
Co-authored-by: Nick <nr@fenelon.ru>
Co-authored-by: makseq-ubnt <makseq@gmail.com>
Co-authored-by: smoreface <smoreface@users.noreply.github.com>
Co-authored-by: Sergey Zhuk <sergey.zhuk@heartex.com>
Co-authored-by: Nick Skriabin <767890+nicholasrq@users.noreply.github.com>
Co-authored-by: 4iGAN <4iGAN.yO@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants