~aleteoryx/muditaos

ref: bc737e93f697de2dda221f8f97f0ce0ff05edd0b muditaos/.github d---------
52378213 — Artur Śleszyński 4 years ago
[EGD-6715] Add third party CMakeLists.txt ownership

This file is owned by BSP.
6bd165c4 — Marcin Smoczyński 4 years ago
[EGD-6715] Add chapter bsp to the code owners

Make chapter BSP code owners of parts the chapter is responsible for.
Throw away old configuration as it is outdated and misconfigured.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
f0d6d4b6 — Adam Dobrowolski 4 years ago
[EGD-5238] Added tidy target to CI to inform about added tidy issues

* Small fixups based on shellceck
* Tool now:
    can:
    * take diffs and pass it to clang-tidy
    cant:
    * set error on warnings/errors (errno)
    * copy compilation_database.json and sanitize it
54996408 — Radoslaw Wicik 4 years ago
[EGD-6454] Remove harness from PR builds

Reorganizing builds and tests, harness will be run by QA Team.
f6111840 — Radoslaw Wicik 4 years ago
[EGD-6413] Update CI Debug for UT Release for harness

Split build types for UT and Harness tests.
5d16f20e — Radoslaw Wicik 4 years ago
[EGD-6113] Always run tests on linux release

With original script was able to select build dir to run
against this script always chooses "Release" version
b3184150 — Pawel.Paprocki 4 years ago
[EGD-6113] Fix Test harness issue in ServiceDesktop worker

Remove spare logging in MessageHandler.cpp
Move Linux CI target to Release
Remove spare logs form harness tests
Disable failing test cases in:
test_templates and test_connection_security
2a29e279 — Roman Kubiak 4 years ago
[EGD-5757] Fix backup API

Fix backup endpoint to work with new paths and FS api
The flow is based on the design in confluence.
e61a7d2d — Lucjan Bryndza 4 years ago
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
fe721693 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
d9768813 — Radoslaw Wicik 4 years ago
[EGD-5823] Fix Use full hash in artefacts

Required for better management of artefacts in CI.
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
06d0a276 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5463] Fix CI emulator log and timeout

Fix wrong log stream redirection in CI
Use real value from --timeout option and seto it to 30s
so emulator have enough time to start properly
97336d9b — Radoslaw Wicik 5 years ago
[EGD-5460] Fix "can't open port" on CI

This little fix should resolve one of the problems during tests on CI.
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
e6213e94 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
e9d2aaf2 — Radoslaw Wicik 5 years ago
[EGD-5665] Switch CI to ninja

Ninja is faster - switching to ninja.
Sparse files support when building artefacts.
56b209e7 — Radoslaw Wicik 5 years ago
[EGD-4763] Add documentation on how to add unit tests

Short document about how to add, enable and disable unit test.
bb496101 — Radoslaw Wicik 5 years ago
[EGD-4763] Add check if all Unit Tests where run

Catch2 doesn't report some errors in test, and some test are
disabled on porpoise this commit adds set of scripts and changes to CI
that will clearly mark what test haven't been run.
fac27c74 — mkamonMdt 5 years ago
[EGD-4955] Add on-off test harness for simulator

This PR provides CI test for turning on and off PurePhone
simulator.
Next