Skip to content

Commit

Permalink
Merge branch 'main' into model-order-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
romeonicholas authored Nov 28, 2023
2 parents c543544 + b98fd66 commit 7a82462
Show file tree
Hide file tree
Showing 18 changed files with 1,645 additions and 1,117 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ repos:
hooks:
- id: eslint
additional_dependencies:
- "eslint@^8.50.0"
- "@angular-eslint/eslint-plugin@16.2.0"
- "@angular-eslint/eslint-plugin-template@16.2.0"
- "@angular-eslint/template-parser@16.2.0"
- "eslint@^8.54.0"
- "@angular-eslint/eslint-plugin@17.1.0"
- "@angular-eslint/eslint-plugin-template@17.1.0"
- "@angular-eslint/template-parser@17.1.0"
- "eslint-config-prettier@^9.0.0"
- "eslint-plugin-import@^2.29.0"
- "@typescript-eslint/eslint-plugin@^6.9.0"
- "@typescript-eslint/parser@^6.9.0"
- "@typescript-eslint/eslint-plugin@^6.12.0"
- "@typescript-eslint/parser@^6.12.0"
- "eslint-plugin-unused-imports@^3.0.0"
- "eslint-plugin-deprecation@^2.0.0"
- "eslint-plugin-tailwindcss@^3.13.0"
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"PyYAML",
"alembic==1.12.0",
"alembic==1.12.1",
"appdirs",
"cachetools",
"fastapi>=0.101.0",
Expand Down
12 changes: 9 additions & 3 deletions docs/docs/user/sessions/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
~ SPDX-License-Identifier: Apache-2.0
-->

<!-- prettier-ignore-start -->

??? question "My Capella crashed. What should I do?"

Capella can crash for many different reasons. Many issues are issues with
Eclipse Capella itself, so we try to escalate issues there. Bugs can be
reported to the Eclipse Capella team directly in the
Expand Down Expand Up @@ -53,4 +52,11 @@
please recreate your session to get a valid session password for the models
of the required project.

<!-- prettier-ignore-end -->
<!-- prettier-ignore -->
??? question "I can't use the `Control` key for the secondary/right-click on macOS"

Please use an external mouse or use the trackpad gesture (click with two
fingers on the trackpad).

The sessions run on Linux and the `Control` key can't be mapped properly
via the remote desktop protocol.
Loading

0 comments on commit 7a82462

Please sign in to comment.