Skip to content

Commit

Permalink
feat: LSDV-4832: New Ranker tag [internal PR] (HumanSignal#3978)
Browse files Browse the repository at this point in the history
* [submodules] Build static heartexlabs/label-studio-frontend

* docs: LSF Update

* [submodules] Build static heartexlabs/label-studio-frontend

* [submodules] Build static heartexlabs/label-studio-frontend

* [submodules] Build static heartexlabs/label-studio-frontend

* [submodules] Build static heartexlabs/label-studio-frontend

* docs: LSF Update

* ci: Update Feature Flags

* [submodules] Build static heartexlabs/label-studio-frontend

* docs: LSF Update

* [submodules] Build static heartexlabs/label-studio-frontend

* ci: Update Feature Flags

* [submodules] Build static heartexlabs/label-studio-frontend

* [submodules] Build static heartexlabs/label-studio-frontend

* [submodules] Build static heartexlabs/label-studio-frontend

---------

Co-authored-by: hlomzik <[email protected]>
Co-authored-by: robot-ci-heartex <[email protected]>
  • Loading branch information
3 people authored Apr 14, 2023
1 parent 711fba8 commit d28a71e
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/source/tags/table.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Table
type: tags
order: 305
order: 306
meta_title: Table Tag to Display Keys & Values in Tables
meta_description: Customize Label Studio by displaying key-value pairs in tasks for machine learning and data science projects.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tags/text.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Text
type: tags
order: 307
order: 308
meta_title: Text Tags for Text Objects
meta_description: Customize Label Studio with the Text tag to annotate text for NLP and NER machine learning and data science projects.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tags/timeseries.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: TimeSeries
type: tags
order: 308
order: 309
meta_title: Time Series Tags for Time Series Data
meta_description: Customize Label Studio with the TimeSeries tag to annotate time series data for machine learning and data science projects.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tags/video.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Video
type: tags
order: 309
order: 310
meta_title: Video Tag for Video Labeling
meta_description: Customize Label Studio with the Video tag for basic video annotation tasks for machine learning and data science projects.
---
Expand Down
4 changes: 2 additions & 2 deletions label_studio/feature_flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@
},
"fflag_feat_front_lsdv_4832_new_ranker_tag_120423_short": {
"key": "fflag_feat_front_lsdv_4832_new_ranker_tag_120423_short",
"on": false,
"on": true,
"prerequisites": [],
"targets": [],
"contextTargets": [],
Expand All @@ -2604,7 +2604,7 @@
"trackEvents": false,
"trackEventsFallthrough": false,
"debugEventsUntilDate": null,
"version": 2,
"version": 4,
"deleted": false
},
"fflag_fix_all_lsdv_4711_cors_errors_accessing_task_data_short": {
Expand Down
2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions label_studio/frontend/dist/lsf/js/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,15 @@ and limitations under the License.
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
Expand Down
2 changes: 1 addition & 1 deletion label_studio/frontend/dist/lsf/js/main.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions label_studio/frontend/dist/lsf/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"message": "feat: LSDV-3025-3: Integrate filter component into outliner",
"commit": "2acc4f32d350bc3f49abc3f57e4ca8f89acfea47",
"message": "feat: LSDV-4832: New Ranker tag [internal PR]",
"commit": "5dc9e0ed1f123d578701bb223eb00928fa2005d8",
"branch": "master",
"date": "2023/04/12 14:56:25"
"date": "2023/04/14 11:07:46"
}

0 comments on commit d28a71e

Please sign in to comment.