-
Notifications
You must be signed in to change notification settings - Fork 210
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
Chickneas/remove obsolete imodelbridge docs #2735
Merged
calebmshafer
merged 7 commits into
master
from
chickneas/remove_obsolete_imodelbridge_docs
Dec 10, 2021
Merged
Chickneas/remove obsolete imodelbridge docs #2735
calebmshafer
merged 7 commits into
master
from
chickneas/remove_obsolete_imodelbridge_docs
Dec 10, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…olete_imodelbridge_docs
jchick-bentley
requested review from
abeesh,
jffmarker,
admccarthy1 and
timlawrence-bentley
November 17, 2021 23:26
ColinKerr
approved these changes
Dec 10, 2021
calebmshafer
approved these changes
Dec 10, 2021
pmconne
added a commit
that referenced
this pull request
Dec 14, 2021
* 3.0.0-dev.143 * Presentation: fix ruleset variables storing in IPC apps (#2844) * Do not create unique ruleset ids in electron apps * Parse variables json before setting value on backend * rush change * iModelHub full stack tests fix (#2852) * Fixed the test skipping logic in Checkpoint tests * Changelog entry * Added back the return statement. * Add macro capability to display-test-app (#2851) * 3.0.0-dev.144 * add periodic B-spline curve constructor (#2861) * add BSplineCurve3d.createPeriodicUniformKnots * fix 3-pt interp curve, add generic primitive * fix 3-pt interp curve, add generic primitive * Promote RealityDataSource and RealityDataSourceKey API to beta (#2860) * Promote RealityDataSourceKey to @public API Promote RealityDataSource to @beta Add utility methods to RealityDataSourceKey namespace * Promote RealityDataSourceKey and RealityDataSource to @beta * Add documentation * extract-api * extract-api * Fix documentation and move formatFromUrl to RealityDataFormat namespace * Add @docs-group-description RealityDataSource * Add RealityDataSource @packageDocumentation tag * Fix for IModel._ecefTrans not being updated when setting IModel._ecefLocation. (#2865) * Fix for IModel._ecefTrans not being updated when setting IModel._ecefLocation. * Note EcefLocation is immutable Co-authored-by: Paul Connelly <22944042+pmconne@users.noreply.github.com> * Remove UserInfo from UiFramework and update snapshots (#2859) Co-authored-by: Arun George <aruniverse@users.noreply.github.com> Co-authored-by: bsteinbk <65047615+bsteinbk@users.noreply.github.com> * update reality-data-client and browser-authorization (#2782) * update reality-data-client and browser-authorization * update reality-data-client 0.2.4 Co-authored-by: marc-andre.cote <mcote01@users.noreply.github.com> Co-authored-by: Caleb Shafer <31107829+calebmshafer@users.noreply.github.com> * Fix gradient caching + gradient symb comparison (#2866) * Create bcurve from control points now supports closure. (#2868) * Skip flaky test. (#2870) * Clean up css for Statusbar entries to avoid unwanted text wrapping (#2872) * Ensure selection scope labels are localized on frontend. * Fix sizing of trees in visibility widget. * Fix sizing of labels with locks in overflow * Additional changes to properly size trees in widget. * Clean up footer items to avoid text wrapping issues especially in other languages. * One more css change for fixing height of visibility widget and swap to new Select control. * Update SelectableContent to use iTwinUi Select component * MessageCenter is still in use, don't deprecate * fix selectionscope test now that strings are localized * add missing snap file * rush change * 3.0.0-dev.145 * UI: Remove dependency on react-virtualized (#2877) * Remove dependency on react-virtualized * rush change * Log the error thrown when failing to open a v2 checkpoint. (#2847) * log error thrown by v2 checkpoint open attempt * Fix convert RealityDataSourceKey to string (#2879) * RealityDataSourceKey namespace defines a method call toString(key: RealityDataSourceKey), this was call by mistake without any parameter. This results to a call to default toString(). Prevent this confusion by renaming toString to convertToString(key: RealityDataSourceKey) and change call accordingly. * Add unit test to chck for RealityDataSourceKey convertToString * Update documentation * Update plugin used to copy backend assets (#2654) Co-authored-by: Arun George <aruniverse@users.noreply.github.com> * 3.0.0-dev.146 * use bentleyError.getErrorProps for v2c open attempt error (#2880) * log error thrown by v2 checkpoint open attempt * rush change * BentleyError.getErrorProps(e) * rush change * import bentleyerror * Fix osm building display (#2883) * Fix Open Street Map Building that don't display * extract-api * 3.0.0-dev.147 * Add missing wiremesh screenshots. (#2886) * Remove @RBBentley from CODEOWNERS. (#2889) * fix ecschema-rpcinterface-tests (#2887) * fix ecschema-rpcinterface-tests * Chickneas/remove obsolete imodelbridge docs (#2735) - Remove ref. to BAS and add link. - initial checkin of provenence documentation - add link to new provenence documentation - wip: move all class-by-class descr. to remarks * Refactor static SyncUiEventDispatcher (#2867) * Refactor Sync Events to use a non-static class from appui-abstract. * Lint deprecation cleanup * Lint cleanup * Rush change and one more deprecation * extract-api * Update HubAccess Apis to return `ChangesetIndexAndId` (#2848) * add getLatestNamedVersion Co-authored-by: Arun George <aruniverse@users.noreply.github.com> * 3.0.0-dev.148 * UI/doc reorg (#2843) * WIP to merge. * Remove deprecated components from learning docs. * Fix some broken links * Fix borken links * Fix links * Test of using codes intead of dashes. * Fix links with dashes in dir names * Update from PR comments * Rush change * 3.0.0-dev.149 * Acquire both exclusive and shared locks in single request (#2894) * make one method to acquire both shared and exclusive locks * rush change, extract-api * add test that attempting to acquire both shared and exclusive lock on an element obtains exclusive * fix nextversion.md * github build my PR * 3.0.0-dev.150 * 3.0.0-dev.151 * Aquire locks for built-in edit commands. (#2900) * Fixed issue that would prevent higher resolutions tiles to be fetch from ArcGIS server. (#2808) * Only use tile map when requeting cached tiles from ArcGIS server. * changelog Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * Remove use of open source react-split-pane which is not being maintained (#2896) * initial work to remove react-split-pane package * Remove react-aplit-pane from package.json and add unit tests. * extract api * rush change * Remove erroneous import that was auto imported. * Add WorkspaceEditor (#2797) * add workspace editor * workspace editor * wip * workspace editor * wip * wip * wip * add extract resource * wip * doc * cleanup * added blobReader/blobWriter * added persistent iModel settings * fix tests * rush change, lint * add deleteSettingDictionary * remove .only * typo * doc * doc * readme.md for WorkspaceEditor * don't use same output file for two tests * disable gcs workspace file test until they're available from cloud * wip * wip * add WorkspaceContainer object * wip * wip * work on upload/download progress indicator * wip * work on upload/download progress indicator * wip * extract-api * remove .only * remove .only * fix doc links * 3.0.0-dev.152 * Fix map layer collation to meshes (#2890) Co-authored-by: RBBentley <rbbentley@users.noreply.github.com> * @bentley/imodeljs-native 3.0.25 * cleanup. * extract-api (ui stuff - maybe bogus). * Remove optimization that keep RealityDataSource from key in a list. (#2905) Co-authored-by: imodeljs-admin <38288322+imodeljs-admin@users.noreply.github.com> Co-authored-by: Saulius Skliutas <24278440+saskliutas@users.noreply.github.com> Co-authored-by: Austėja Kalpakovaitė <70565417+austeja-bentley@users.noreply.github.com> Co-authored-by: DStradley <48810710+DStradley@users.noreply.github.com> Co-authored-by: dassaf4 <68340676+dassaf4@users.noreply.github.com> Co-authored-by: MarcBedard8 <31048177+MarcBedard8@users.noreply.github.com> Co-authored-by: bbastings <65233531+bbastings@users.noreply.github.com> Co-authored-by: Arun George <11051042+aruniverse@users.noreply.github.com> Co-authored-by: Arun George <aruniverse@users.noreply.github.com> Co-authored-by: bsteinbk <65047615+bsteinbk@users.noreply.github.com> Co-authored-by: mcote01 <89423396+mcote01@users.noreply.github.com> Co-authored-by: marc-andre.cote <mcote01@users.noreply.github.com> Co-authored-by: Caleb Shafer <31107829+calebmshafer@users.noreply.github.com> Co-authored-by: markschlosseratbentley <47000437+markschlosseratbentley@users.noreply.github.com> Co-authored-by: Robert Lukasonok <70327485+roluk@users.noreply.github.com> Co-authored-by: nick4598 <22119573+nick4598@users.noreply.github.com> Co-authored-by: Paulius Valiūnas <66480813+paulius-valiunas@users.noreply.github.com> Co-authored-by: Jason Chickneas <66284944+jchick-bentley@users.noreply.github.com> Co-authored-by: NancyMcCallB <45079789+NancyMcCallB@users.noreply.github.com> Co-authored-by: kabentley <33296803+kabentley@users.noreply.github.com> Co-authored-by: Michel D'Astous <mdastous-bentley@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: RBBentley <ray.bentley@bentley.com> Co-authored-by: RBBentley <rbbentley@users.noreply.github.com> Co-authored-by: AlainRobertAtBentley <73677355+AlainRobertAtBentley@users.noreply.github.com> Co-authored-by: Seamus Kirby <32379572+skirby1996@users.noreply.github.com> Co-authored-by: Patrick Bell <20171969+pbell97@users.noreply.github.com> Co-authored-by: GerardasB <10091419+GerardasB@users.noreply.github.com> Co-authored-by: swbsi <69857376+swbsi@users.noreply.github.com> Co-authored-by: Grigas <35135765+grigasp@users.noreply.github.com> Co-authored-by: karolisab <89905873+karolisab@users.noreply.github.com> Co-authored-by: Diego Pinate <diego.pinate@bentley.com> Co-authored-by: Michael Belousov <mike.belousov@bentley.com> Co-authored-by: Michael Belousov <MichaelBelousov@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Address ADO PBI #706812 Update write-a-connector docs for pkg rename, move to new repo
Also merged branch from older PR #2465 which went un-reviewed.
Addressing two open documentation ADO items:
ADO #689880 Received a comment that discouraged against reference to BAS in "Connector execution" section of "iModel Connectors" markdown.
ADO #579150 Though we added quite a bit of documentation under "Provenance and External Repository" in the "Write A Connector" markdown, we had an open backlog item dating back to when we first added the ExternalSource and related classes to the BisCore schema. This was timely b/c there is a concurrent PR for implementing the ExternalSource in the ConnectorFramework. I added a new markdown with class by class description to help in the implementation effort and to close the open backlog item.