L'intranet de votre famille
https://geneit.0ph.fr/
Pierre HUBERT
80737c21a5
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rust-s3](https://github.com/durch/rust-s3) | dependencies | minor | `0.33.0` -> `0.34.0` | --- ### Release Notes <details> <summary>durch/rust-s3 (rust-s3)</summary> ### [`v0.34.0`](https://github.com/durch/rust-s3/releases/tag/v0.34.0) [Compare Source](https://github.com/durch/rust-s3/compare/v0.33.0...v0.34.0) #### What's Changed - Fix etag generation for small files by [@​theCapypara](https://github.com/theCapypara) in https://github.com/durch/rust-s3/pull/324 - add support for new region eu-central-2 by [@​robinfriedli](https://github.com/robinfriedli) in https://github.com/durch/rust-s3/pull/314 - fix: presigned custom header order by [@​zifeo](https://github.com/zifeo) in https://github.com/durch/rust-s3/pull/309 - refactor(s3): don't depend on reqwest by [@​tomkarw](https://github.com/tomkarw) in https://github.com/durch/rust-s3/pull/299 - Remove superfluous println by [@​zaninime](https://github.com/zaninime) in https://github.com/durch/rust-s3/pull/345 - Move to the smaller, cargo-team maintained `home` crate by [@​utkarshgupta137](https://github.com/utkarshgupta137) in https://github.com/durch/rust-s3/pull/338 - remove misleading comment from GCP example by [@​pascualex](https://github.com/pascualex) in https://github.com/durch/rust-s3/pull/356 - Add il-central-1 region by [@​ArielHorwitz](https://github.com/ArielHorwitz) in https://github.com/durch/rust-s3/pull/359 - Add feature-gate on Credentials::refresh by [@​olback](https://github.com/olback) in https://github.com/durch/rust-s3/pull/361 - Only send metadata on Initiate of multipart upload by [@​jcrossley3](https://github.com/jcrossley3) in https://github.com/durch/rust-s3/pull/353 - Fix put_object_stream sync for small files by [@​jsurkont](https://github.com/jsurkont) in https://github.com/durch/rust-s3/pull/357 - Rework presign_post to be correct by [@​urkle](https://github.com/urkle) in https://github.com/durch/rust-s3/pull/358 - Implement a new `ListBuckets` command and its consumer API. by [@​aalekhpatel07](https://github.com/aalekhpatel07) in https://github.com/durch/rust-s3/pull/348 - feat: re-expose 'http-credentials' from 's3' by [@​woshilapin](https://github.com/woshilapin) in https://github.com/durch/rust-s3/pull/364 - Fix Bytes version requirement by [@​Ten0](https://github.com/Ten0) in https://github.com/durch/rust-s3/pull/365 - Fix fail-on-err description by [@​randomairborne](https://github.com/randomairborne) in https://github.com/durch/rust-s3/pull/371 #### New Contributors - [@​theCapypara](https://github.com/theCapypara) made their first contribution in https://github.com/durch/rust-s3/pull/324 - [@​robinfriedli](https://github.com/robinfriedli) made their first contribution in https://github.com/durch/rust-s3/pull/314 - [@​zifeo](https://github.com/zifeo) made their first contribution in https://github.com/durch/rust-s3/pull/309 - [@​tomkarw](https://github.com/tomkarw) made their first contribution in https://github.com/durch/rust-s3/pull/299 - [@​zaninime](https://github.com/zaninime) made their first contribution in https://github.com/durch/rust-s3/pull/345 - [@​utkarshgupta137](https://github.com/utkarshgupta137) made their first contribution in https://github.com/durch/rust-s3/pull/338 - [@​pascualex](https://github.com/pascualex) made their first contribution in https://github.com/durch/rust-s3/pull/356 - [@​ArielHorwitz](https://github.com/ArielHorwitz) made their first contribution in https://github.com/durch/rust-s3/pull/359 - [@​olback](https://github.com/olback) made their first contribution in https://github.com/durch/rust-s3/pull/361 - [@​jcrossley3](https://github.com/jcrossley3) made their first contribution in https://github.com/durch/rust-s3/pull/353 - [@​jsurkont](https://github.com/jsurkont) made their first contribution in https://github.com/durch/rust-s3/pull/357 - [@​urkle](https://github.com/urkle) made their first contribution in https://github.com/durch/rust-s3/pull/358 - [@​aalekhpatel07](https://github.com/aalekhpatel07) made their first contribution in https://github.com/durch/rust-s3/pull/348 - [@​woshilapin](https://github.com/woshilapin) made their first contribution in https://github.com/durch/rust-s3/pull/364 - [@​randomairborne](https://github.com/randomairborne) made their first contribution in https://github.com/durch/rust-s3/pull/371 **Full Changelog**: https://github.com/durch/rust-s3/compare/v0.33.0...v0.34.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: #218 |
||
---|---|---|
geneit_app | ||
geneit_backend | ||
.drone.yml | ||
README.md | ||
renovate.json |
GeneIT
WIP project
Setup dev env
-
Install prerequisites:
- docker
- docker-compose
- rust
-
Start services:
cd geneit_backend
docker-compose up
- Install Diesel CLI:
sudo apt install libpq5 libpq-dev pkg-config libssl-dev cmake
cargo install diesel_cli --no-default-features --features postgres
- Initialize database:
diesel migration run
Note: You can access the database directly using this command:
PGPASSWORD=pass psql -h localhost -p 5432 -U user -d geneit
Test OIDC credentials
Emails:
harley@qlik.example
barb@qlik.example
quinn@qlik.example
sim@qlik.example
phillie@qlik.example
peta@qlik.example
sibylla@qlik.example
evan@qlik.example
franklin@qlik.example
Password: Password1!