Skip to content

Commit

Permalink
0.171.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamkbentley committed Dec 4, 2018
1 parent f4e402c commit 93f624a
Show file tree
Hide file tree
Showing 1,504 changed files with 59,946 additions and 37,373 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Copyright © 2018 Bentley Systems, Incorporated. All rights reserved.

The [iModel.js](http://imodeljs.org) library is an open source library for creating and accessing iModels.
The [iModel.js](http://imodeljs.org) library is an open source library for creating, querying, modifying, and displaying iModels.

If you have questions, or want to contribute to iModel.js, see our [Contributing guide](./CONTRIBUTING.md).
If you have questions, or wish to contribute to iModel.js, see our [Contributing guide](./CONTRIBUTING.md).

## About this Repository

Expand Down Expand Up @@ -34,7 +34,7 @@ See [rush.json](./rush.json) for the list of packages. These packages are descri
* Comprehensive ECSchema library
* `example-code`
* Example code snippets are extracted from these packages
* `test-apps/simpleviewtest/package.json`
* `test-apps/display-test-app/package.json`
* Private, not published
* Test application for graphics visualization
* `test-apps/testbed/package.json`
Expand Down Expand Up @@ -89,7 +89,7 @@ Note that it is a good idea to `rush install` after each `git pull` as dependenc
6. Follow prompts to enter a change description or press ENTER if the change does not warrant a changelog entry. If multiple packages have changed, multiple sets of prompts will be presented. If the changes are only to non-published packages (like **testbed**), then `rush change` will indicate that a changelog entry is not needed.
7. Completing the `rush change` prompts will cause new changelog entry JSON files to be created.
8. To keep the Git history clean, amend the prior commit using the **Commit Staged (Amend)** menu item in Visual Studio Code or use the command line: `git commit --amend --no-edit`
10. Push changes
9. Push changes

If using the command line, steps 5 through 9 above can be completed in one step by running `rushchange.bat` from the imodeljs-core root directory.
> Note: The CI build will break if changes are pushed without running `rush change`. The fix will be to run `rush change` (as above) and push those changes as a separate commit.
Expand Down
60 changes: 52 additions & 8 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"name": "@bentley/bentleyjs-core",
"allowedCategories": [ "backend", "common", "frontend", "internal" ]
},
{
"name": "@bentley/bentleyjs-tools",
"allowedCategories": [ "backend", "common", "frontend", "internal" ]
},
{
"name": "@bentley/build-tools",
"allowedCategories": [ "backend", "common", "frontend", "internal", "tools" ]
Expand Down Expand Up @@ -42,6 +38,10 @@
"name": "@bentley/imodeljs-clients",
"allowedCategories": [ "backend", "common", "frontend", "internal" ]
},
{
"name": "@bentley/imodeljs-clients-backend",
"allowedCategories": [ "frontend", "internal" ]
},
{
"name": "@bentley/imodeljs-common",
"allowedCategories": [ "backend", "common", "frontend", "internal" ]
Expand Down Expand Up @@ -72,7 +72,7 @@
},
{
"name": "@bentley/presentation-components",
"allowedCategories": [ "internal" ]
"allowedCategories": [ "frontend", "internal" ]
},
{
"name": "@bentley/presentation-frontend",
Expand All @@ -98,6 +98,10 @@
"name": "@bentley/webpack-tools",
"allowedCategories": [ "internal" ]
},
{
"name": "@openid/appauth",
"allowedCategories": [ "common" ]
},
{
"name": "app-root-path",
"allowedCategories": [ "tools" ]
Expand All @@ -122,6 +126,10 @@
"name": "cache-require-paths",
"allowedCategories": [ "internal", "tools" ]
},
{
"name": "callable-instance2",
"allowedCategories": [ "frontend" ]
},
{
"name": "case-sensitive-paths-webpack-plugin",
"allowedCategories": [ "tools" ]
Expand All @@ -142,6 +150,10 @@
"name": "chai-spies",
"allowedCategories": [ "backend", "common", "frontend", "internal" ]
},
{
"name": "chai-string",
"allowedCategories": [ "frontend" ]
},
{
"name": "chalk",
"allowedCategories": [ "tools" ]
Expand Down Expand Up @@ -198,6 +210,10 @@
"name": "cross-spawn",
"allowedCategories": [ "tools" ]
},
{
"name": "css-element-queries",
"allowedCategories": [ "frontend" ]
},
{
"name": "css-loader",
"allowedCategories": [ "frontend", "tools" ]
Expand Down Expand Up @@ -230,10 +246,18 @@
"name": "electron",
"allowedCategories": [ "backend", "internal" ]
},
{
"name": "electron-builder",
"allowedCategories": [ "internal" ]
},
{
"name": "electron-chromedriver",
"allowedCategories": [ "internal", "tools" ]
},
{
"name": "electron-devtools-installer",
"allowedCategories": [ "internal" ]
},
{
"name": "enzyme",
"allowedCategories": [ "frontend", "internal", "tools" ]
Expand Down Expand Up @@ -550,6 +574,10 @@
"name": "react-redux",
"allowedCategories": [ "frontend", "internal" ]
},
{
"name": "react-resize-detector",
"allowedCategories": [ "frontend" ]
},
{
"name": "react-router-dom",
"allowedCategories": [ "frontend" ]
Expand All @@ -566,6 +594,10 @@
"name": "react-testing-library",
"allowedCategories": [ "frontend" ]
},
{
"name": "react-virtualized",
"allowedCategories": [ "frontend" ]
},
{
"name": "readline",
"allowedCategories": [ "tools" ]
Expand All @@ -582,6 +614,10 @@
"name": "redux-oidc",
"allowedCategories": [ "frontend", "internal" ]
},
{
"name": "resize-observer-polyfill",
"allowedCategories": [ "frontend" ]
},
{
"name": "resolve",
"allowedCategories": [ "internal" ]
Expand All @@ -604,11 +640,11 @@
},
{
"name": "sinon",
"allowedCategories": [ "common", "frontend", "tools" ]
"allowedCategories": [ "backend", "common", "frontend", "internal", "tools" ]
},
{
"name": "sinon-chai",
"allowedCategories": [ "frontend" ]
"allowedCategories": [ "backend", "common", "frontend", "internal" ]
},
{
"name": "source-map-loader",
Expand Down Expand Up @@ -650,6 +686,10 @@
"name": "tree-kill",
"allowedCategories": [ "tools" ]
},
{
"name": "ts-key-enum",
"allowedCategories": [ "frontend" ]
},
{
"name": "ts-loader",
"allowedCategories": [ "frontend", "tools" ]
Expand Down Expand Up @@ -702,6 +742,10 @@
"name": "url-loader",
"allowedCategories": [ "frontend", "tools" ]
},
{
"name": "url-search-params",
"allowedCategories": [ "common" ]
},
{
"name": "wdio-chromedriver-service",
"allowedCategories": [ "tools" ]
Expand Down Expand Up @@ -780,7 +824,7 @@
},
{
"name": "yargs",
"allowedCategories": [ "common", "tools" ]
"allowedCategories": [ "common", "internal", "tools" ]
}
]
}
2 changes: 1 addition & 1 deletion common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"commandKind": "bulk",
"summary": "Run test script for each package",
"description": "Iterates through each package in the monorepo and runs the 'test' script",
"enableParallelism": false,
"enableParallelism": true,
"ignoreMissingScript": false
}
]
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"preferredVersions": {
"@types/react": "^16.4.14",
"typescript": "~3.0.0"
"typescript": "~3.1.0"
}
}
Loading

0 comments on commit 93f624a

Please sign in to comment.