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

Release/v0.21.3 into develop #3284

Merged
merged 34 commits into from
Jul 12, 2023
Merged

Release/v0.21.3 into develop #3284

merged 34 commits into from
Jul 12, 2023

Conversation

benjaminpkane
Copy link
Contributor

No description provided.

benjaminpkane and others added 27 commits July 5, 2023 13:22
* update sidebar test, fix small regressions (#3250)

* remove next index ref, fix string filter is matching default (#3249)

* release notes

* package bumps

* disabled e2e

* lint

* fix mac arm64

* Teams v1.3.2 release note

* rm e2e

* add main
* kill server on session close

* close desktop app

* cleanup

* lint

* lint

* is_open

* rm remote warning
* add frame cases to dynamic label tests

* embedded frame label fixes

* linting
* only matches

* db_field bug and path fix
* don't throw error

* add debug msg
* fixing filter_keypoints() bug

* adding dynamic doc test
* only matches

* db_field bug and path fix

* base image sample tests

* cleanup

* exclude bug

* rm onlyMatch

* frame and dynamic tests

* adding coverage

* keypoints fixes

* cleanup

* base image sample tests

* cleanup

* exclude bug

* rm onlyMatch

* frame and dynamic tests

* adding coverage

* keypoints fixes

* cleanup

* tweaks

* exclude no only matches
@benjaminpkane benjaminpkane added the release Release PRs label Jul 11, 2023
@benjaminpkane benjaminpkane self-assigned this Jul 11, 2023
Copy link
Member

@findtopher findtopher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Release should be built off of main but we definitely want to merge this back in!

@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Patch coverage: 34.01% and project coverage change: +0.32 🎉

Comparison is base (241bdf4) 15.33% compared to head (96b5aa1) 15.66%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3284      +/-   ##
===========================================
+ Coverage    15.33%   15.66%   +0.32%     
===========================================
  Files          561      564       +3     
  Lines        69519    69624     +105     
  Branches       645      681      +36     
===========================================
+ Hits         10664    10908     +244     
+ Misses       58855    58716     -139     
Flag Coverage Δ
app 15.66% <34.01%> (+0.32%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
app/.eslintrc.js 0.00% <0.00%> (ø)
app/packages/app/src/Network.tsx 0.00% <0.00%> (ø)
app/packages/app/src/index.tsx 0.00% <0.00%> (ø)
app/packages/core/src/Dataset.ts 0.00% <0.00%> (ø)
app/packages/core/src/Root/Datasets/Dataset.tsx 0.00% <0.00%> (ø)
app/packages/core/src/Root/Root.tsx 0.00% <0.00%> (ø)
...p/packages/core/src/components/Actions/Patcher.tsx 0.00% <0.00%> (ø)
.../packages/core/src/components/Actions/Selected.tsx 0.00% <0.00%> (ø)
...pp/packages/core/src/components/Actions/Tagger.tsx 0.00% <0.00%> (ø)
...kages/core/src/components/Actions/similar/utils.ts 0.00% <0.00%> (ø)
... and 87 more

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

brimoor and others added 5 commits July 11, 2023 15:24
* Refactor schemaControls, use selectField() when searching, cleaner schema documentation

selection mode is default now for filed visibility

* update count dependency to refelct when applying filter rules

* add documentation links

* better disable field handling - (un)select is broken - fixing next

* improve select all control

* uncheck subpaths even if they are disabled

* show embedded document in selection mode

* field doc type using tertiary text color

* minor tweaks in color modal title style

* review comments and fix include nested fields selection view

* review comments, refactor selection row, and count fix

* add first vitest for visibility, upgrade vitest packages

* add basic test and refactor more

* keep one embed doc field

* no coverage when yarn test

* add support for multi-select with string type

* adds a Docker Hub Pulls badge

* Typo

* tweaking

* lint

* Add files via upload

* Update brain.rst

* Update index.rst

* Update index.rst

* Update index.rst

* Update index.rst

* Release v0.21.2 (#3251) (#3255)

* update sidebar test, fix small regressions (#3250)

* remove next index ref, fix string filter is matching default (#3249)

* release notes

* package bumps

* disabled e2e

* lint

* fix mac arm64

* Teams v1.3.2 release note

* rm e2e

* add main

* add icon

* typo

* first pass at milvus integration docs

* adding milvus to user_guide/brain

* adding to integrations index

* adding milvus logo

* square image, lower resolution

* editing pass

* consistency

* bugfixes

* disable field unit testing

* group and video dataset unit tests disabled

* toPatches disabling tests

* toClips

* label types test

* more granular field selection when disabling label subfields

* geolocation, heatmap, segmentation tests

* complete disabling test

* review comments

* enable vector fields, disable top level id field, more grnular disabling of FrameSupportField and FrameNumberField

* disable list of valid labels from visibility toggle

* review comments

* linting

* editing pass

* tweaks

* cleanup

* fixing capitalization

* adding new vector integrations

* bumping package versions

* adding release notes

* or count label tags (#3267)

* has group slices only when group dataset (#3262)

* Updating `Session.close()` (#3253)

* kill server on session close

* close desktop app

* cleanup

* lint

* lint

* is_open

* rm remote warning

* Embedded frame label fixes (#3256)

* add frame cases to dynamic label tests

* embedded frame label fixes

* linting

* adding a merge_sample() method

* Minor typo fixes

* adding test for one() method

* updating release notes

* tweak

* documenting list bucket perms

* Fix sidebar matching on label fields (#3270)

* only matches

* db_field bug and path fix

* Suppress errors due to none fields (#3275)

* don't throw error

* add debug msg

* import order

* Fixing #3277 (#3279)

* fixing filter_keypoints() bug

* adding dynamic doc test

* interactive typo fix for Dave

* removing persistent dataset usage in unit tests

* Sidebar filtering tests and fixes (#3280)

* only matches

* db_field bug and path fix

* base image sample tests

* cleanup

* exclude bug

* rm onlyMatch

* frame and dynamic tests

* adding coverage

* keypoints fixes

* cleanup

* base image sample tests

* cleanup

* exclude bug

* rm onlyMatch

* frame and dynamic tests

* adding coverage

* keypoints fixes

* cleanup

* tweaks

* exclude no only matches

* add to release notes

* whitespace

* updating release notes

* Minor fixes (#3283)

* docs tweaks

* documenting cache=True feature

---------

Co-authored-by: manivoxel51 <mani@voxel51@gmail.com>
Co-authored-by: Lanny W <lanzhenwang9@gmail.com>
Co-authored-by: manivoxel51 <109545780+manivoxel51@users.noreply.github.com>
Co-authored-by: Brian Moore <brian@voxel51.com>
Co-authored-by: imanjra <ibrahim@voxel51.com>
Co-authored-by: topher <topher@voxel51.com>
Co-authored-by: Jacob Marks <jamarks13@gmail.com>
Co-authored-by: brimoor <brimoor@umich.edu>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: Kishan Savant <ksavant577@gmail.com>
Co-authored-by: Kacey <kacey@voxel51.com>
Co-authored-by: Kishan Savant <66986430+NeoKish@users.noreply.github.com>
@benjaminpkane benjaminpkane deleted the release/v0.21.3 branch July 12, 2023 13:32
brimoor and others added 2 commits July 12, 2023 10:49
* updating logo wall links

* better links
@benjaminpkane benjaminpkane reopened this Jul 12, 2023
@benjaminpkane benjaminpkane merged commit 5e43920 into develop Jul 12, 2023
26 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Release PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants