Skip to content

Commit

Permalink
Revert "build: Update frontend versions"
Browse files Browse the repository at this point in the history
This reverts commit 800f6ce.
  • Loading branch information
romeonicholas committed Nov 28, 2023
1 parent f36ac28 commit c543544
Show file tree
Hide file tree
Showing 20 changed files with 1,137 additions and 1,648 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.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@^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-config-prettier@^9.0.0"
- "eslint-plugin-import@^2.29.0"
- "@typescript-eslint/eslint-plugin@^6.12.0"
- "@typescript-eslint/parser@^6.12.0"
- "@typescript-eslint/eslint-plugin@^6.9.0"
- "@typescript-eslint/parser@^6.9.0"
- "eslint-plugin-unused-imports@^3.0.0"
- "eslint-plugin-deprecation@^2.0.0"
- "eslint-plugin-tailwindcss@^3.13.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import sqlalchemy as sa
from alembic import op


# revision identifiers, used by Alembic.
revision = "0e2028f83156"
down_revision = "ac0e6e0f77ee"
Expand Down
1 change: 0 additions & 1 deletion backend/capellacollab/projects/toolmodels/crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def create_model(
slug=slugify.slugify(post_model.name),
description=post_model.description if post_model.description else "",
project=project,
display_order=post_model.display_order,
tool=tool,
version=version,
nature=nature,
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.1",
"alembic==1.12.0",
"appdirs",
"cachetools",
"fastapi>=0.101.0",
Expand Down
12 changes: 3 additions & 9 deletions docs/docs/user/sessions/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
~ SPDX-License-Identifier: Apache-2.0
-->

??? question "My Capella crashed. What should I do?"
<!-- 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 @@ -52,11 +53,4 @@
please recreate your session to get a valid session password for the models
of the required project.

<!-- 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.
<!-- prettier-ignore-end -->
Loading

0 comments on commit c543544

Please sign in to comment.