Releases: repman-io/repman
Releases · repman-io/repman
0.2.0
Added
- Organization members (#56)
Changed
- Lock php version to 7.4.5 (Docker) (#131)
Fixed
- Fix emails headers and match password requirements (#136)
- GitLab projects fetch - Add php curl extension to asible setup playbook (#133)
- Don't try to download packages without reference (#132)
- Fix database foreign keys (#127)
- Add autorestart flag to consumer configuration (Ansible supervisor) (#126)
- Return 404 when distribution file not found (#123)
- Add missing directories for docker instance (#117)
0.1.2
Added
- Add ability to unlink OAuth integration from user profile page (#106)
- Uptime Robot monitor (#102 & #103)
Changes
- GitLab API: Show all user's packages and order by last activity (#104)
Fixed
- Handle oauth errors during registration (#92)
- Handle errors when fetching repos from provider (#94)
- Fix last package version detection mechanism (#99)
- Fix support for packages with slash in version name (#101)
- Fix number of days for /admin/stats (#108)
- Fix recent webhook requests view model (#110)
- Allow *.php named packages to be found (#111)
0.1.1
BC break ⚠️
- user email is now change to lowercase with migration
- if a user with the same e-mail registered in the application but with different character sizes then you will have to manually delete it before starting the migration
Added
- Clickable repo url link on packages list (#75)
Changed
- Use lock to prevent multiple jobs run simultaneously (#70)
- Internal CI/CD configuration
Fixed
Removed
- Remove
pcov
from docker image (#69)