Skip to content

Commit

Permalink
refactor: Fix api fuzzer and refactor tests (#248)
Browse files Browse the repository at this point in the history
* fix: remove integration test

* fix: move openapi lint test to test Earthfile

* fix: refactor st tests and remove integration tests

* fix: fix earthly/dind to alpine 3.19

* fix: move spectral and remove integration test pkg

* fix: rename fuzzer api taget

* feat: move cat gateway package to main earthfile

* fix: workaround for -project name must not be empty-

* docs: adds target doc

* fix: spell

* feat: adds workaround for iptables-legacy bug

* fix: rename docker-compose

* fix: Deprecating legacy vote endpoints (#253)

* Update build.gradle (#251)

* Update README.md

* fix: remove integration test

* fix: move openapi lint test to test Earthfile

* fix: refactor st tests and remove integration tests

* fix: fix earthly/dind to alpine 3.19

* fix: move spectral and remove integration test pkg

* fix: rename fuzzer api taget

* feat: move cat gateway package to main earthfile

* fix: workaround for -project name must not be empty-

* docs: adds target doc

* fix: spell

* feat: adds workaround for iptables-legacy bug

* fix: rename docker-compose

* remove unneeded SchemaVersion trait

* mark as deprecated

* cleanup

* fix readme

* fix CI

* fix CI

---------

Co-authored-by: Oleksandr Prokhorenko <[email protected]>
Co-authored-by: kukkok3 <[email protected]>

---------

Co-authored-by: Alex Pozhylenkov <[email protected]>
Co-authored-by: Oleksandr Prokhorenko <[email protected]>
  • Loading branch information
3 people authored Feb 15, 2024
1 parent 6c91241 commit 3431f7b
Show file tree
Hide file tree
Showing 19 changed files with 86 additions and 509 deletions.
1 change: 1 addition & 0 deletions .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ mdlint
mitigations
moderations
multidex
myproject
nanos
netkey
nextest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Shared Flutter and Dart packages used across the Catalyst.

## Development

For development guidelines, tooling information, and best practices,
visit [Catalyst Engineering](https://github.com/input-output-hk/catalyst-engineering)
For development guidelines, tooling information, and best practices,
visit [Catalyst Engineering](https://github.com/input-output-hk/catalyst-engineering)
and [Catalyst CI](https://input-output-hk.github.io/catalyst-ci/).

## Contributing
Expand Down
Loading

0 comments on commit 3431f7b

Please sign in to comment.