Commit graph

14 commits

Author SHA1 Message Date
Dmitry Miasnenko
782d8e4b05
Update readme. Remove openapi.json and adjust workflows. (#26)
* readme-fix: remove warning about cli tool. Update version in docker-compose.yml to match.

* Updated readme.md. Fully remove openapi.json. Remove version cmp beteen Cargo.toml and openapi.json. Added openapi.josn to gitignore.
2024-10-04 15:59:59 +03:00
Dmitry Miasnenko
a86f6ba0e7
Release 0.2.6 (#24)
* Added docker-compose for dev. Added dev build build and push job for dockerhub

* Moved cors layer to check if /api now is not guarded

* Added logging for error in response

* Removed too strict validation rules for credentials

* fix: x-subdmain was overwritten on correct request. Updated nginx-template and nginx now waits for server

* proxy-fix: New nginx config as the previous one failed with subdomain

* archive-fix: Remove skipping first component in path of entry. Zip archive should not containt root folder.

* assets-fix: Remove root folder inside zips to pass tests. The root dir is not skipped now due to previous commit

* tests-fix: enable logging to see error message in gh actions. Lokal tests work fine

* fmt: for tests

* tests-fix: disable logging to see error message in gh actions. That was gh issue

* fmt: remove unused import

* openapi-client: add build and publih with gh actions

* fix-deploy: nginx now waits for server in dev also

* fix-deploy: publsh to pypi
2024-08-06 00:12:03 +03:00
clowzed
aa27492f6f actions-fix: update toolchain to nightly for cargo fmt to use crate imports granularity part 2. remove +nightly 2024-06-24 13:03:05 +03:00
clowzed
017ab86591 actions-fix: update toolchain to nightly for cargo fmt to use crate imports granularity 2024-06-24 12:58:04 +03:00
clowzed
d834a28089 actions-fix: remove obsolete dependency 2024-06-24 12:53:04 +03:00
clowzed
3f5701f6eb Release: 0.2.0. The servr works fine. Tested 2024-06-24 12:50:35 +03:00
clowzed
942d0be986 Fully implemented cors. Added testing and make them more structural 2023-11-13 15:50:32 +03:00
Dmitry Miasnenko
4b2bf61274
Merge branch 'master' into feature/cors 2023-11-12 18:52:16 +03:00
clowzed
18cc37a535 run tests consecutively to avoid constraint violation 2023-11-11 00:15:17 +03:00
clowzed
2b718fbc21 Added test.yml for testing all pushes 2023-11-10 23:08:02 +03:00
clowzed
2cfe57f73c update ignore branch 2023-11-06 16:14:56 +03:00
clowzed
7d4aba9ac2 add testable action 2023-11-06 16:08:54 +03:00
clowzed
12c8a57075 update workflow 2023-10-25 18:11:26 +03:00
clowzed
9d66e9301a journey starts here 2023-10-25 18:08:11 +03:00