Commit Graph

71 Commits

Author SHA1 Message Date
Alexey 8e1860f912 Update test.yml 2026-03-23 20:34:59 +03:00
Alexey 24156b5067 Workflow for Docker and correct binary naming
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
2026-03-23 17:42:18 +03:00
Alexey e6b77af931 Workflows Swap
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
2026-03-23 16:49:23 +03:00
David Osipov 1abf9bd05c Refactor CI workflows: rename build job and streamline stress testing setup 2026-03-23 12:27:57 +04:00
Alexey 042d4fd612 Merge branch 'main' into flow 2026-03-22 11:06:03 +03:00
Alexey bbc69f945e Update release.yml 2026-03-22 11:04:09 +03:00
Alexey 03c9a2588f Merge branch 'main' into flow 2026-03-22 10:37:13 +03:00
Alexey 9de8b2f0bf Update release.yml 2026-03-22 10:36:54 +03:00
Alexey 76eb8634a4 Merge branch 'main' into flow 2026-03-22 10:29:01 +03:00
Alexey 4e5b67bae8 Update release.yml 2026-03-22 10:28:06 +03:00
Alexey bb2f3b24ac Merge branch 'main' into flow 2026-03-22 00:28:04 +03:00
Alexey 73f218b62a Update release.yml 2026-03-22 00:27:16 +03:00
Alexey 9cbc625b9b Merge branch 'main' into flow 2026-03-22 00:19:07 +03:00
Alexey 13ff3af1db Update release.yml 2026-03-22 00:18:54 +03:00
Alexey d3f32b5568 Merge branch 'main' into flow 2026-03-22 00:16:28 +03:00
Alexey db3e246390 Update release.yml 2026-03-22 00:15:56 +03:00
Alexey 388e14d01f Merge branch 'main' into flow 2026-03-22 00:10:57 +03:00
Alexey 5a4072c964 Update release.yml 2026-03-22 00:08:16 +03:00
Alexey de5c26b7d7 Merge branch 'main' into flow 2026-03-21 21:46:45 +03:00
Alexey b17482ede3 Update release.yml 2026-03-21 21:45:01 +03:00
Alexey a6c298b633 Merge branch 'main' into flow 2026-03-21 16:54:47 +03:00
Alexey b91c6cb339 Update release.yml 2026-03-21 16:48:42 +03:00
Alexey e676633dcd Merge branch 'main' into flow 2026-03-21 16:32:24 +03:00
Alexey f85205d48d Update release.yml 2026-03-21 16:31:05 +03:00
Alexey d767ec02ee Update release.yml 2026-03-21 16:24:06 +03:00
Alexey 51835c33f2 Merge branch 'main' into flow 2026-03-21 16:19:02 +03:00
Alexey ea2d964502 Update release.yml 2026-03-21 16:18:24 +03:00
Alexey bd7218c39c Merge branch 'main' into flow 2026-03-21 16:06:03 +03:00
Alexey 19b84b9d73 Update release.yml 2026-03-21 16:03:54 +03:00
Alexey 165a1ede57 Merge branch 'main' into flow 2026-03-21 15:58:53 +03:00
Alexey 63aa1038c0 Update release.yml 2026-03-21 15:58:25 +03:00
Alexey 54d65dd124 Merge branch 'main' into flow 2026-03-21 15:22:49 +03:00
Alexey e8b38ea860 Update release.yml 2026-03-21 15:21:25 +03:00
David Osipov c1ee43fbac Add stress testing for quota-lock and refactor test guard usage 2026-03-21 15:54:14 +04:00
David Osipov 8188fedf6a Add masking shape classifier and guard tests for adversarial resistance
- Implemented tests for masking shape classifier resistance against threshold attacks, ensuring that blurring reduces accuracy and increases overlap between classes.
- Added tests for masking shape guard functionality, verifying that it maintains expected behavior under various conditions, including timeout paths and clean EOF scenarios.
- Introduced helper functions for calculating accuracy and handling timing samples to support the new tests.
- Ensured that the masking shape hardening configuration is properly utilized in tests to validate its effectiveness.
2026-03-21 12:43:25 +04:00
David Osipov 6ea8ba25c4 Refactor OpenBSD build workflow for clarity 2026-03-20 02:27:21 +04:00
David Osipov 3f3bf5bbd2 Update build-openbsd.yml 2026-03-20 01:27:11 +04:00
David Osipov e83d366518 Fixed issues with an action 2026-03-20 00:58:11 +04:00
David Osipov e7daf51193 Added runner for Openbsd 2026-03-20 00:43:05 +04:00
Alexey d38d7f2bee Update release.yml 2026-02-24 02:31:12 +03:00
Roman Sotnikov cc9e71a737 fix: fix push image to telemt 2026-02-22 16:29:04 +03:00
Roman Sotnikov eb96fcbf76 fix: fix push image to telemt 2026-02-22 16:17:44 +03:00
Roman Sotnikov ad167f9b1a style(yaml): fix formating for build-push-docker 2026-02-22 15:55:30 +03:00
Roman Sotnikov df7bd39f25 style(yaml): fix formating for build-push-docker 2026-02-22 15:53:31 +03:00
Roman Sotnikov f4c047748d feat: add gh docker-image 2026-02-22 15:42:57 +03:00
Alexey f7a7fb94d4 Update release.yml 2026-02-19 16:59:29 +03:00
Vladislav Yaroslavlev b11a767741 ci: add musl build targets for static Linux binaries 2026-02-19 09:43:31 +03:00
Vladislav Yaroslavlev 36ef2f722d release changes package version 2026-02-18 22:46:45 +03:00
Vladislav Yaroslavlev c5b590062c fix(ci): replace deprecated actions-rs/cargo with direct cross commands
The actions-rs organization has been archived and is no longer available.
Replace the deprecated action with direct cross installation and build commands.
2026-02-18 22:10:17 +03:00
Alexey 5dad663b25 Autobuild: merge pull request #123 from vladon/git-action-for-build-for-x86_64-and-aarch64
Add GitHub Actions release workflow for multi-platform builds
2026-02-18 13:43:04 +03:00