Commit graph

16 commits

Author SHA1 Message Date
Luca Deri
f92ab52522 Fixed nDPI configure 2025-11-03 12:18:47 +01:00
Luca Deri
1eb2402b81 Moved to v4 2024-09-20 09:23:38 +02:00
Alfredo Cardigliano
83e4ad27ff PR template 2023-10-19 09:18:16 +02:00
Ivan Nardi
89deaabd84
fuzz: force fuzzing job on CI to fail if it founds any errors (#7756)
Pro: you can easily detect if you have errors in your code base.

Cons: the CI might fail for unrelated errors, i.e. for errors unrelated
to the code you are trying to push/commit/merge. And that *will* happen a
lot, especially just after this PR has been merged, because there are
lots of errors right now.

Memory leak detection is still disabled.

This is the behavior that we have on nDPI too.
2023-08-15 21:51:40 +02:00
Riccardo Mori
e0e3d4c55b
Add CI for fuzzing (#7462) 2023-06-01 10:19:01 +02:00
Riccardo Mori
a87a6e3b8c
Switch code formatter from auto-commit to pre-commit hook (#7386)
* Add pre-commit check for the code formatter

* Remove code formatter CI

* Fix mtime in fast-format command
2023-04-11 15:08:29 +02:00
Riccardo Mori
2ecb162dfb
Add code formatter in the CI pipeline (#7372)
* Create formatter CI

This step in the CI pipeline is responsible for enforcing the coding style to the cpp code.

* Update formatter.yml

* Give writing permission to the code formatter action

* Add the workflow-dispatch event trigger

* Add first sketch of coding style

* Run build CI only after the formatter

* Disable include sorting on the formatter

* Fix formatter CI

* Fix code formatter in pull requests

* Fix code formatter CI

Commit the changes made by the formatter only when pushing to a remote branch. When dealing with pull requests the CI fails if the code is not properly formatted and does not commit the changes

* Remove formatter CI from PR

* Enable Build CI in PR
2023-04-07 16:19:57 +02:00
lgtm-com[bot]
5c33f4ffcd
Add CodeQL workflow for GitHub code scanning (#6978)
Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>
2022-11-27 17:28:19 +00:00
Alfredo Cardigliano
bc7c1d3236 Remove repetitive question 2022-07-20 09:16:43 +02:00
Alfredo Cardigliano
f460c4a761
Create build.yml 2022-06-13 17:20:17 +02:00
Giorgio Zoppi
d8255da8d8
modified: Makefile.in (#6281)
* modified:   Makefile.in
	new file:   tests/gtest.c

* Removing sonarcloud it's noisy.
2022-02-04 21:57:47 +01:00
Alfredo Cardigliano
acd3664368 Cleanup 2022-01-03 17:45:16 +01:00
Alfredo Cardigliano
a0246d16f5 Update issue template (add env) 2022-01-03 17:44:17 +01:00
Alfredo Cardigliano
e938d1f552 Update issue template 2022-01-03 17:17:04 +01:00
Alfredo Cardigliano
5777dc9ef2 Add issue template 2022-01-03 17:10:39 +01:00
Luca Deri
57aa10c651 Integration with SonarCube 2021-05-11 21:41:45 +02:00