Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Upgrade to 3.0 #295

Merged
merged 162 commits into from
Feb 4, 2022
Merged

Upgrade to 3.0 #295

merged 162 commits into from
Feb 4, 2022

Conversation

StefanRetief
Copy link
Contributor

No description provided.

dustinlebsock and others added 24 commits February 4, 2022 11:06
@StefanRetief StefanRetief merged commit c9480de into master Feb 4, 2022
Ellord207 added a commit that referenced this pull request Feb 28, 2022
* Upgraded Fire Decorator Sample to 3.0

* WIP

* Including clipping plane on the TGP agian

* Debugging in progress

* assertion not nessisary

* Swiping with Feature Appearance Provider

* Upgrade to 3.0 (#295)

* Updated packages

* Progress on Compilation Errors. Finished Components

* Common finished except startup

* Progress on 3.0. Api folder compiles. Geo and UiComponents compile

* More progress

* All non-sample files compile

* Progress on API samples

* More compilation fixes

* More sample progress

* Fronstage fixes. Still need queryRealityData fix

* No compilation errors in the code

* Updated modules

* Css changes

* Fixed all viewer instances

* Compiles!! :)

* Showcase running

* Fixes for samples with tools

* CSS Fixes

* Upgraded Viewer to newest dev version

* Updated @itwinjs-sandbox files to fix widgets from being initialized twice

* Increased default tree size. Still need to add responsive sizing

* Added dynamic resizing for trees

* fixes for markerpin sample

* Fixed crash caused by viewSetup

* Fixed a few sample specific issues with viewFlags

* Removed console.logs

* Removed Unused Files

* Updated most samples to fix default view state bug

* package-lock update

* Progress on IoT alert

* Explode Sample Upgraded 3.0

* More IoT alert improvements

* Updating Explode Sample Readme verbage

* Fixed tooltip customize not working

* Upgrade to newest rc version of 3.0

* Linting & updated packages (#284)

* updated package.json & panels

* added working overlay version

* quick linting fixes

* fixed linter to catch comma-dangles

* removed duplicate react-error-overlay entry

* added flder to ignore

* removed unnecessary files

* added scripts to generate required files for compilation

* refactored editor/viewer logic

* fixed more linting issues

* A few small changes

* Fix for crash on Camera Path Sample

* Logging statements for Marker Pin Bug

* Update view clip to itwinui-react

* Classifier to 3.0

* More reality data sample cleanup

* Updated Viewer Props

* Component Samples and Tree Cleanup

* Slider Components

* More UI Component Samples

* More UI Components

* Last component sample

* Use @itwin/reality-data-client

* Progress on Map Keys

* Map data provided to samples

* Upgraded to official 3.0.0 version.

* Fix for Multi-Viewport samples resetting initial view constantly

* Changed Viewer version

* Upgrade to Newest Viewer Version

* moved sandbox package to @itwin/sandbox

* renamed imports

* Updated stale readme links

* upgraded IoT App

* Added cesium key to MapLayerOptions

* Fixed query issue with Volume Query sample

* fixed cross probing

* removed @bentley/itwin-client

* removed referenced to styles that are not necessary

* Added cesium key to samples using map data

* Fire Sample Fixed

* - serializeView UI deprecated fix.

* fixed marker pin sample

* minor edits to auth client

* removed unnecessary files

* Fixed Element Name List on Volume Query (#292)

* Heatmap WIP

* fixed theming issues & panel issues

* removed font overrides

* added some common files to modules

* added theme control to samples

* removed text color

* Upgrade to3.0 (#293)

* Fixed Element Name List on Volume Query

* Updated component thumbnails, and tweaked a few style issues

* fixed unifed selection sample

* - ChangedElements updated

* ClashReview problems tab fixes

* - issues Sample Problem tab fixes

* - transformation problem tab fix

* moved tileAdminOptions

* - validiation sample problem tab fix

* moved global data sample initial camera

* refactor/updated display styles

* updated to itwinui, included styles

* updated to itwinui

* upgrade to itwinui

* Updated to itwinui

* Thematic display sample upgrade (#294)

* Terrain Not working

* fixed stated updating

* - Thematic display ui control fix.

* - updated UI from Linas

* fixed value for option being invalid

* revered change for debugging

Co-authored-by: Dustin Lebsock <dustin.lebsock@bentley.com>

* viewclip problem fix

* - Volume query fix

* - readded volumequeryapi clearcoloroverrides

* - serialize view itwinui react upgrade

* classifier, displaystyles, explode problem fixes

* - hypermodeling problem fix with pointselector not found

* Fire Decoration and IOT problem tab fixes

* - snow decoration sample deprecated changes

* - property widget sample start of deprecated content fix

* scientific viz deprecated updated

* updated packages

* added ability to add public files

* reverted quick fix

* added images to public files

* modified to reset files between samples

* fixed minor issues

* upgrade deprecated

* temp fix for stale viewport

* typo

* modified how public files are handled

* - removed inital view on load from the serialize view sample. This fixes the imodel not rendering. Will need to be brought back

* fixed floating widgets

* disabled broken sample temporarily

* fixed floating for issues widget

* increased memory for build and start

* workaround for tests

* - screenspace effect bug fix and deprecated fix

* -thematic display problems tab

* undo workaround

* - tooltip deprecated buttons fix

* - global display deprecated updated

* Add missing copyright headers

* remove test script

* fixed style foe selector

* floating widget fix, update packages, removed tests

* fix dropdowns

* fixed styling

* fixed styling

* Remove model. Adjust description

* another fix for dropdowns

* more floating widget fixes

* added missing package

* fixed rearrangement

Co-authored-by: tomdicarlo <24437642+tomdicarlo@users.noreply.github.com>
Co-authored-by: Josh Schifter <josh.schifter@bentley.com>
Co-authored-by: Ellord207 <30239292+Ellord207@users.noreply.github.com>
Co-authored-by: Will Bentley <38542573+williamkbentley@users.noreply.github.com>
Co-authored-by: Dustin Lebsock <dustin.lebsock@bentley.com>

* modified generate script to use relative url (#296)

* Module fixes (#297)

* modified generate script to use relative url

* another minor fix for resolving modules

* more minor fixes for module loading

* Set transparency to get heatmap to display (#298)

* Set transparency to get heatmap to display

* Adding Stefan as code owner

* updated modules location (#301)

* swiping comparison update

* package-lock

Co-authored-by: Stefan Retief <stefan.retief@me.com>
Co-authored-by: tomdicarlo <24437642+tomdicarlo@users.noreply.github.com>
Co-authored-by: Josh Schifter <josh.schifter@bentley.com>
Co-authored-by: Will Bentley <38542573+williamkbentley@users.noreply.github.com>
Co-authored-by: Dustin Lebsock <dustin.lebsock@bentley.com>
Co-authored-by: Stefan Retief <stefan.retief@bentley.com>
StefanRetief added a commit that referenced this pull request Mar 21, 2022
* Updated packages

* Progress on Compilation Errors. Finished Components

* Common finished except startup

* Progress on 3.0. Api folder compiles. Geo and UiComponents compile

* More progress

* All non-sample files compile

* Progress on API samples

* More compilation fixes

* More sample progress

* Fronstage fixes. Still need queryRealityData fix

* No compilation errors in the code

* Updated modules

* Css changes

* Fixed all viewer instances

* Compiles!! :)

* Showcase running

* Fixes for samples with tools

* CSS Fixes

* Upgraded Viewer to newest dev version

* Updated @itwinjs-sandbox files to fix widgets from being initialized twice

* Increased default tree size. Still need to add responsive sizing

* Added dynamic resizing for trees

* fixes for markerpin sample

* Fixed crash caused by viewSetup

* Fixed a few sample specific issues with viewFlags

* Removed console.logs

* Removed Unused Files

* Updated most samples to fix default view state bug

* package-lock update

* Progress on IoT alert

* Explode Sample Upgraded 3.0

* More IoT alert improvements

* Updating Explode Sample Readme verbage

* Fixed tooltip customize not working

* Upgrade to newest rc version of 3.0

* Linting & updated packages (#284)

* updated package.json & panels

* added working overlay version

* quick linting fixes

* fixed linter to catch comma-dangles

* removed duplicate react-error-overlay entry

* added flder to ignore

* removed unnecessary files

* added scripts to generate required files for compilation

* refactored editor/viewer logic

* fixed more linting issues

* A few small changes

* Fix for crash on Camera Path Sample

* Logging statements for Marker Pin Bug

* Update view clip to itwinui-react

* Classifier to 3.0

* More reality data sample cleanup

* Updated Viewer Props

* Component Samples and Tree Cleanup

* Slider Components

* More UI Component Samples

* More UI Components

* Last component sample

* Use @itwin/reality-data-client

* Progress on Map Keys

* Map data provided to samples

* Upgraded to official 3.0.0 version.

* Fix for Multi-Viewport samples resetting initial view constantly

* Changed Viewer version

* Upgrade to Newest Viewer Version

* moved sandbox package to @itwin/sandbox

* renamed imports

* Updated stale readme links

* upgraded IoT App

* Added cesium key to MapLayerOptions

* Fixed query issue with Volume Query sample

* fixed cross probing

* removed @bentley/itwin-client

* removed referenced to styles that are not necessary

* Added cesium key to samples using map data

* Fire Sample Fixed

* - serializeView UI deprecated fix.

* fixed marker pin sample

* minor edits to auth client

* removed unnecessary files

* Fixed Element Name List on Volume Query (#292)

* Heatmap WIP

* fixed theming issues & panel issues

* removed font overrides

* added some common files to modules

* added theme control to samples

* removed text color

* Upgrade to3.0 (#293)

* Fixed Element Name List on Volume Query

* Updated component thumbnails, and tweaked a few style issues

* fixed unifed selection sample

* - ChangedElements updated

* ClashReview problems tab fixes

* - issues Sample Problem tab fixes

* - transformation problem tab fix

* moved tileAdminOptions

* - validiation sample problem tab fix

* moved global data sample initial camera

* refactor/updated display styles

* updated to itwinui, included styles

* updated to itwinui

* upgrade to itwinui

* Updated to itwinui

* Thematic display sample upgrade (#294)

* Terrain Not working

* fixed stated updating

* - Thematic display ui control fix.

* - updated UI from Linas

* fixed value for option being invalid

* revered change for debugging

Co-authored-by: Dustin Lebsock <dustin.lebsock@bentley.com>

* viewclip problem fix

* - Volume query fix

* - readded volumequeryapi clearcoloroverrides

* - serialize view itwinui react upgrade

* classifier, displaystyles, explode problem fixes

* - hypermodeling problem fix with pointselector not found

* Fire Decoration and IOT problem tab fixes

* - snow decoration sample deprecated changes

* - property widget sample start of deprecated content fix

* scientific viz deprecated updated

* updated packages

* added ability to add public files

* reverted quick fix

* added images to public files

* modified to reset files between samples

* fixed minor issues

* upgrade deprecated

* temp fix for stale viewport

* typo

* modified how public files are handled

* - removed inital view on load from the serialize view sample. This fixes the imodel not rendering. Will need to be brought back

* fixed floating widgets

* disabled broken sample temporarily

* fixed floating for issues widget

* increased memory for build and start

* workaround for tests

* - screenspace effect bug fix and deprecated fix

* -thematic display problems tab

* undo workaround

* - tooltip deprecated buttons fix

* - global display deprecated updated

* Add missing copyright headers

* remove test script

* fixed style foe selector

* floating widget fix, update packages, removed tests

* fix dropdowns

* fixed styling

* fixed styling

* Remove model. Adjust description

* another fix for dropdowns

* more floating widget fixes

* added missing package

* fixed rearrangement

Co-authored-by: tomdicarlo <24437642+tomdicarlo@users.noreply.github.com>
Co-authored-by: Josh Schifter <josh.schifter@bentley.com>
Co-authored-by: Ellord207 <30239292+Ellord207@users.noreply.github.com>
Co-authored-by: Will Bentley <38542573+williamkbentley@users.noreply.github.com>
Co-authored-by: Dustin Lebsock <dustin.lebsock@bentley.com>
StefanRetief added a commit that referenced this pull request Mar 21, 2022
* Updated packages

* Progress on Compilation Errors. Finished Components

* Common finished except startup

* Progress on 3.0. Api folder compiles. Geo and UiComponents compile

* More progress

* All non-sample files compile

* Progress on API samples

* More compilation fixes

* More sample progress

* Fronstage fixes. Still need queryRealityData fix

* No compilation errors in the code

* Updated modules

* Css changes

* Fixed all viewer instances

* Compiles!! :)

* Showcase running

* Fixes for samples with tools

* CSS Fixes

* Upgraded Viewer to newest dev version

* Updated @itwinjs-sandbox files to fix widgets from being initialized twice

* Increased default tree size. Still need to add responsive sizing

* Added dynamic resizing for trees

* fixes for markerpin sample

* Fixed crash caused by viewSetup

* Fixed a few sample specific issues with viewFlags

* Removed console.logs

* Removed Unused Files

* Updated most samples to fix default view state bug

* package-lock update

* Progress on IoT alert

* Explode Sample Upgraded 3.0

* More IoT alert improvements

* Updating Explode Sample Readme verbage

* Fixed tooltip customize not working

* Upgrade to newest rc version of 3.0

* Linting & updated packages (#284)

* updated package.json & panels

* added working overlay version

* quick linting fixes

* fixed linter to catch comma-dangles

* removed duplicate react-error-overlay entry

* added flder to ignore

* removed unnecessary files

* added scripts to generate required files for compilation

* refactored editor/viewer logic

* fixed more linting issues

* A few small changes

* Fix for crash on Camera Path Sample

* Logging statements for Marker Pin Bug

* Update view clip to itwinui-react

* Classifier to 3.0

* More reality data sample cleanup

* Updated Viewer Props

* Component Samples and Tree Cleanup

* Slider Components

* More UI Component Samples

* More UI Components

* Last component sample

* Use @itwin/reality-data-client

* Progress on Map Keys

* Map data provided to samples

* Upgraded to official 3.0.0 version.

* Fix for Multi-Viewport samples resetting initial view constantly

* Changed Viewer version

* Upgrade to Newest Viewer Version

* moved sandbox package to @itwin/sandbox

* renamed imports

* Updated stale readme links

* upgraded IoT App

* Added cesium key to MapLayerOptions

* Fixed query issue with Volume Query sample

* fixed cross probing

* removed @bentley/itwin-client

* removed referenced to styles that are not necessary

* Added cesium key to samples using map data

* Fire Sample Fixed

* - serializeView UI deprecated fix.

* fixed marker pin sample

* minor edits to auth client

* removed unnecessary files

* Fixed Element Name List on Volume Query (#292)

* Heatmap WIP

* fixed theming issues & panel issues

* removed font overrides

* added some common files to modules

* added theme control to samples

* removed text color

* Upgrade to3.0 (#293)

* Fixed Element Name List on Volume Query

* Updated component thumbnails, and tweaked a few style issues

* fixed unifed selection sample

* - ChangedElements updated

* ClashReview problems tab fixes

* - issues Sample Problem tab fixes

* - transformation problem tab fix

* moved tileAdminOptions

* - validiation sample problem tab fix

* moved global data sample initial camera

* refactor/updated display styles

* updated to itwinui, included styles

* updated to itwinui

* upgrade to itwinui

* Updated to itwinui

* Thematic display sample upgrade (#294)

* Terrain Not working

* fixed stated updating

* - Thematic display ui control fix.

* - updated UI from Linas

* fixed value for option being invalid

* revered change for debugging

Co-authored-by: Dustin Lebsock <dustin.lebsock@bentley.com>

* viewclip problem fix

* - Volume query fix

* - readded volumequeryapi clearcoloroverrides

* - serialize view itwinui react upgrade

* classifier, displaystyles, explode problem fixes

* - hypermodeling problem fix with pointselector not found

* Fire Decoration and IOT problem tab fixes

* - snow decoration sample deprecated changes

* - property widget sample start of deprecated content fix

* scientific viz deprecated updated

* updated packages

* added ability to add public files

* reverted quick fix

* added images to public files

* modified to reset files between samples

* fixed minor issues

* upgrade deprecated

* temp fix for stale viewport

* typo

* modified how public files are handled

* - removed inital view on load from the serialize view sample. This fixes the imodel not rendering. Will need to be brought back

* fixed floating widgets

* disabled broken sample temporarily

* fixed floating for issues widget

* increased memory for build and start

* workaround for tests

* - screenspace effect bug fix and deprecated fix

* -thematic display problems tab

* undo workaround

* - tooltip deprecated buttons fix

* - global display deprecated updated

* Add missing copyright headers

* remove test script

* fixed style foe selector

* floating widget fix, update packages, removed tests

* fix dropdowns

* fixed styling

* fixed styling

* Remove model. Adjust description

* another fix for dropdowns

* more floating widget fixes

* added missing package

* fixed rearrangement

Co-authored-by: tomdicarlo <24437642+tomdicarlo@users.noreply.github.com>
Co-authored-by: Josh Schifter <josh.schifter@bentley.com>
Co-authored-by: Ellord207 <30239292+Ellord207@users.noreply.github.com>
Co-authored-by: Will Bentley <38542573+williamkbentley@users.noreply.github.com>
Co-authored-by: Dustin Lebsock <dustin.lebsock@bentley.com>
StefanRetief added a commit that referenced this pull request Mar 21, 2022
* Upgraded Fire Decorator Sample to 3.0

* WIP

* Including clipping plane on the TGP agian

* Debugging in progress

* assertion not nessisary

* Swiping with Feature Appearance Provider

* Upgrade to 3.0 (#295)

* Updated packages

* Progress on Compilation Errors. Finished Components

* Common finished except startup

* Progress on 3.0. Api folder compiles. Geo and UiComponents compile

* More progress

* All non-sample files compile

* Progress on API samples

* More compilation fixes

* More sample progress

* Fronstage fixes. Still need queryRealityData fix

* No compilation errors in the code

* Updated modules

* Css changes

* Fixed all viewer instances

* Compiles!! :)

* Showcase running

* Fixes for samples with tools

* CSS Fixes

* Upgraded Viewer to newest dev version

* Updated @itwinjs-sandbox files to fix widgets from being initialized twice

* Increased default tree size. Still need to add responsive sizing

* Added dynamic resizing for trees

* fixes for markerpin sample

* Fixed crash caused by viewSetup

* Fixed a few sample specific issues with viewFlags

* Removed console.logs

* Removed Unused Files

* Updated most samples to fix default view state bug

* package-lock update

* Progress on IoT alert

* Explode Sample Upgraded 3.0

* More IoT alert improvements

* Updating Explode Sample Readme verbage

* Fixed tooltip customize not working

* Upgrade to newest rc version of 3.0

* Linting & updated packages (#284)

* updated package.json & panels

* added working overlay version

* quick linting fixes

* fixed linter to catch comma-dangles

* removed duplicate react-error-overlay entry

* added flder to ignore

* removed unnecessary files

* added scripts to generate required files for compilation

* refactored editor/viewer logic

* fixed more linting issues

* A few small changes

* Fix for crash on Camera Path Sample

* Logging statements for Marker Pin Bug

* Update view clip to itwinui-react

* Classifier to 3.0

* More reality data sample cleanup

* Updated Viewer Props

* Component Samples and Tree Cleanup

* Slider Components

* More UI Component Samples

* More UI Components

* Last component sample

* Use @itwin/reality-data-client

* Progress on Map Keys

* Map data provided to samples

* Upgraded to official 3.0.0 version.

* Fix for Multi-Viewport samples resetting initial view constantly

* Changed Viewer version

* Upgrade to Newest Viewer Version

* moved sandbox package to @itwin/sandbox

* renamed imports

* Updated stale readme links

* upgraded IoT App

* Added cesium key to MapLayerOptions

* Fixed query issue with Volume Query sample

* fixed cross probing

* removed @bentley/itwin-client

* removed referenced to styles that are not necessary

* Added cesium key to samples using map data

* Fire Sample Fixed

* - serializeView UI deprecated fix.

* fixed marker pin sample

* minor edits to auth client

* removed unnecessary files

* Fixed Element Name List on Volume Query (#292)

* Heatmap WIP

* fixed theming issues & panel issues

* removed font overrides

* added some common files to modules

* added theme control to samples

* removed text color

* Upgrade to3.0 (#293)

* Fixed Element Name List on Volume Query

* Updated component thumbnails, and tweaked a few style issues

* fixed unifed selection sample

* - ChangedElements updated

* ClashReview problems tab fixes

* - issues Sample Problem tab fixes

* - transformation problem tab fix

* moved tileAdminOptions

* - validiation sample problem tab fix

* moved global data sample initial camera

* refactor/updated display styles

* updated to itwinui, included styles

* updated to itwinui

* upgrade to itwinui

* Updated to itwinui

* Thematic display sample upgrade (#294)

* Terrain Not working

* fixed stated updating

* - Thematic display ui control fix.

* - updated UI from Linas

* fixed value for option being invalid

* revered change for debugging

Co-authored-by: Dustin Lebsock <dustin.lebsock@bentley.com>

* viewclip problem fix

* - Volume query fix

* - readded volumequeryapi clearcoloroverrides

* - serialize view itwinui react upgrade

* classifier, displaystyles, explode problem fixes

* - hypermodeling problem fix with pointselector not found

* Fire Decoration and IOT problem tab fixes

* - snow decoration sample deprecated changes

* - property widget sample start of deprecated content fix

* scientific viz deprecated updated

* updated packages

* added ability to add public files

* reverted quick fix

* added images to public files

* modified to reset files between samples

* fixed minor issues

* upgrade deprecated

* temp fix for stale viewport

* typo

* modified how public files are handled

* - removed inital view on load from the serialize view sample. This fixes the imodel not rendering. Will need to be brought back

* fixed floating widgets

* disabled broken sample temporarily

* fixed floating for issues widget

* increased memory for build and start

* workaround for tests

* - screenspace effect bug fix and deprecated fix

* -thematic display problems tab

* undo workaround

* - tooltip deprecated buttons fix

* - global display deprecated updated

* Add missing copyright headers

* remove test script

* fixed style foe selector

* floating widget fix, update packages, removed tests

* fix dropdowns

* fixed styling

* fixed styling

* Remove model. Adjust description

* another fix for dropdowns

* more floating widget fixes

* added missing package

* fixed rearrangement

Co-authored-by: tomdicarlo <24437642+tomdicarlo@users.noreply.github.com>
Co-authored-by: Josh Schifter <josh.schifter@bentley.com>
Co-authored-by: Ellord207 <30239292+Ellord207@users.noreply.github.com>
Co-authored-by: Will Bentley <38542573+williamkbentley@users.noreply.github.com>
Co-authored-by: Dustin Lebsock <dustin.lebsock@bentley.com>

* modified generate script to use relative url (#296)

* Module fixes (#297)

* modified generate script to use relative url

* another minor fix for resolving modules

* more minor fixes for module loading

* Set transparency to get heatmap to display (#298)

* Set transparency to get heatmap to display

* Adding Stefan as code owner

* updated modules location (#301)

* swiping comparison update

* package-lock

Co-authored-by: Stefan Retief <stefan.retief@me.com>
Co-authored-by: tomdicarlo <24437642+tomdicarlo@users.noreply.github.com>
Co-authored-by: Josh Schifter <josh.schifter@bentley.com>
Co-authored-by: Will Bentley <38542573+williamkbentley@users.noreply.github.com>
Co-authored-by: Dustin Lebsock <dustin.lebsock@bentley.com>
Co-authored-by: Stefan Retief <stefan.retief@bentley.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants