Skip to content

Commit 5262ed5

Browse files
author
Józef Daniecki
authored
Merge branch 'tracker-service-v0.3.2' into tracker-service-v0.4.0
2 parents 3aa5663 + 8d486c2 commit 5262ed5

49 files changed

Lines changed: 2120 additions & 257 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/resources/.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212
**/CMakeUserPresets.json
1313
**/CMakePresets.json
1414
**/CMakeFiles/
15+
16+
**/tests/api/README.md

.github/workflows/tests-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
run_ui_tests:
166166
runs-on: [all]
167167
name: "UI Tests"
168-
timeout-minutes: 45
168+
timeout-minutes: 90
169169
steps:
170170
- name: Remove test_data folder
171171
run: |

.github/workflows/trivy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
permissions:
3030
contents: read
3131
runs-on: ubuntu-latest
32+
if: github.event_name != 'pull_request'
3233
steps:
3334
- name: Checkout Repository
3435
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Intel® SceneScape makes writing applications based on sensor data faster, easie
1111
- [Overview and Architecture](docs/user-guide/index.md): A high-level introduction.
1212

1313
- **Getting Started**
14-
- [Get Started](docs/user-guide/getting-started-guide.md): Step-by-step guide to getting started with the Intel® SceneScape.
14+
- [Get Started](docs/user-guide/get-started.md): Step-by-step guide to getting started with the Intel® SceneScape.
1515

1616
- **API Reference**
1717
- [API Reference](docs/user-guide/api-reference.md): Comprehensive OpenAPI (Swagger) documentation for the Intel® SceneScape REST API, including endpoints, schemas, and usage examples.

controller/docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Scene Controller Service
2+
3+
The documentation for this microservice has been moved to [the main documentation folder](../../docs/user-guide/microservices/controller/controller.md).

controller/docs/toc.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

controller/docs/user-guide/index.rst

Lines changed: 0 additions & 22 deletions
This file was deleted.

controller/requirements-runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ntplib==0.4.0
77
numpy==1.26.4
88
open3d-cpu==0.19.0
99
opencv-python-headless==4.11.0.86
10-
orjson==3.11.3
10+
orjson==3.11.5
1111
paho-mqtt==2.1.0
1212
scipy==1.16.1
1313
shapely==2.1.1

controller/docs/user-guide/images/architecture.png renamed to docs/user-guide/microservices/controller/_assets/architecture.png

File renamed without changes.

controller/docs/user-guide/api-docs/scene-controller-api.yaml renamed to docs/user-guide/microservices/controller/_assets/scene-controller-api.yaml

File renamed without changes.

0 commit comments

Comments
 (0)