aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Upgrade react-script (and install @babel/eslint-parser)VaiTon2023-04-29
|
* Upgraded dependencies in yarn.lockVaiTon2023-04-29
|
* Bump github.com/stretchr/testify from 1.6.1 to 1.8.2dependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.8.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.8.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump docker/metadata-action from 3 to 4dependabot[bot]2023-04-29
| | | | | | | | | | | | | | | Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 4. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/shirou/gopsutildependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 3.21.6+incompatible to 3.21.11+incompatible. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.21.6...v3.21.11) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump go.mongodb.org/mongo-driver from 1.7.0 to 1.11.4dependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.7.0 to 1.11.4. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.7.0...v1.11.4) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump docker/build-push-action from 2 to 4dependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/setup-go from 2 to 4dependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/setup-node from 2 to 3dependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/checkout from 2 to 3dependabot[bot]2023-04-29
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0dependabot[bot]2023-04-29
| | | | | | | | | | | | | | | Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Added dependabot.ymlVaiTon2023-04-29
|
* Revert change in caronte_test.goVaiTon2023-04-29
|
* Delete old pcaps to avoid infinite space consumption.VaiTon2023-04-29
| | | | | For the moment a const is used, namely MAX_PCAPS in pcap_importer.go. It should, however, be then refactored to a runtime config.
* Cache backend build dependency in docker image buildVaiTon2023-04-29
|
* Reduce docker build time via dependency cachingVaiTon2023-04-29
|
* Use go 1.20 in the container imageVaiTon2023-04-29
|
* Enable update for already created rulesVaiTon2023-04-29
|
* Fix connection_handler_testVaiTon2023-04-29
|
* Bump terser from 4.8.0 to 4.8.1 in /frontenddependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/gin-gonic/gin from 1.7.2 to 1.7.7dependabot[bot]2023-04-29
| | | | | | | | | | | | | | Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.2 to 1.7.7. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.7.2...v1.7.7) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Add delete button to rules pane.VaiTon2023-04-29
| | | | Format go files via `go fmt`.
* Merge branch 'hotfix/1.21.2'Emiliano Ciavatta2022-06-30
|\
| * Merge pull request #64 from lnwor/mainEmiliano Ciavatta2022-06-30
|/| | | | | inotifywait should use the "close_write" event instead of "create"
| * using close_write event instead of createlnwor2022-06-29
|/
* Merge branch 'hotfix/1.21.1' into mainEmiliano Ciavatta2021-08-23
|\
| * Fix rules highlighting in frontendEmiliano Ciavatta2021-08-23
|/
* Update workflowsEmiliano Ciavatta2021-07-28
|
* Merge branch 'release/1.21.0' into mainEmiliano Ciavatta2021-07-28
|\
| * Update docker-compose.ymlEmiliano Ciavatta2021-07-28
| |
| * Add codecov configEmiliano Ciavatta2021-07-28
| |
| * Update regex patterns managementEmiliano Ciavatta2021-07-28
| |
| * Fix error in rule pattern management after hyperscan updateEmiliano Ciavatta2021-07-28
| |
| * Update test backend dockerfileEmiliano Ciavatta2021-07-28
| |
| * Update frontend dependenciesEmiliano Ciavatta2021-07-28
| |
| * Update docker testsEmiliano Ciavatta2021-07-28
| |
| * Update backend and frontend dependenciesEmiliano Ciavatta2021-07-28
| |
| * Add CHANGELOG.mdEmiliano Ciavatta2021-07-28
| |
| * Add deploy workflow. Update DockerfileEmiliano Ciavatta2021-07-28
| |
| * Update test workflowEmiliano Ciavatta2021-07-28
| |
| * Add github test workflowEmiliano Ciavatta2021-07-28
|/
* Replace node-sass with sassEmiliano Ciavatta2021-05-22
|
* Fix domain of personal website in readme fileEmiliano Ciavatta2021-05-16
|
* Change color and position of the delete service buttonEmiliano Ciavatta2021-05-05
|
* Merge pull request #24 from EvilBunnyWrote/mainEmiliano Ciavatta2021-05-05
|\ | | | | Add Delete Service Functionality
| * repair composeMD-Levitan2021-05-05
| |
| * Remove logMD-Levitan2021-05-05
| |
| * Add feature to delete serviceMD-Levitan2021-05-03
| |
| * Merge pull request #1 from eciavatta/mainkusok2021-04-30
| |\ | |/ |/| Fork Update
* | Change build badge to display main branch statusEmiliano Ciavatta2021-04-12
| |