https://github.com/ansforge/psc-amar-connector
connecteur asynchrone à l'API AMAR
https://github.com/ansforge/psc-amar-connector
sec-psc
Last synced: 8 months ago
JSON representation
connecteur asynchrone à l'API AMAR
- Host: GitHub
- URL: https://github.com/ansforge/psc-amar-connector
- Owner: ansforge
- License: apache-2.0
- Created: 2023-09-12T08:11:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T09:32:24.000Z (over 1 year ago)
- Last Synced: 2025-01-11T09:49:58.256Z (over 1 year ago)
- Topics: sec-psc
- Language: Java
- Homepage:
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# async-listener
Consumer of rmq topic to update PS in psc db or in IN psc directory
## Developement
### Distribution history
This ecosystem uses many independant components, some of which live an independant life in distinct repositories.
For each release of `psc-toggle-ids`, [the psc-compoents' distribution history](https://github.com/ansforge/psc-components/blob/main/DISTRIBUTION.md)
file will need to be updated with the new version, so that we can keep track of compatible component versions,
and go back to a previous working distribution if need be.
### Release procedure
#### Prerequisites
docker needs to be available in youy release environment. Under windows, please use a virtual machine like WSL2 or Virtualbox.
#### Procedure
Whenever a version is ready for release, run the following commands on the `main` branch
(or on the maintenance branch if we're about to issue a production FIX). This should run on any shell, be it `bash`, `cmd` or if needed `gitbash`.
```bash
src/main/scripts/release.sh
```
This command manages the rabbitMQ test container to ensure that tests are run before releasing, creates the release tags (your input will be asked to chose the release version
and the next development version) and pushes the commits & tag to the git repository.