jilo/CHANGELOG.md

69 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2024-06-13 08:27:27 +00:00
# Changelog
All notable changes to this project will be documented in this file.
---
## Unreleased
#### Links
2024-06-18 07:50:25 +00:00
- upstream: https://code.lindeas.com/lindeas/jilo/compare/v0.1.1...HEAD
- codeberg: https://codeberg.org/lindeas/jilo/compare/v0.1.1...HEAD
- github: https://github.com/lindeas/jilo/compare/v0.1.1...HEAD
- gitlab: https://gitlab.com/lindeas/jilo/-/compare/v0.1.1...HEAD
### Added
2024-06-19 07:02:24 +00:00
- Added 'jitsi_components' table to handle events related to the platform health
- Added jicofo starting, xmpp registering and started events
2024-06-21 09:28:34 +00:00
- Added jvb added, removed and lost events
2024-06-23 17:18:18 +00:00
- Added jvb health-check scheduled and stopped events
2024-06-24 08:41:53 +00:00
- Added "no operational bridges" and "no bridge available" events
2024-06-26 11:55:15 +00:00
- Added "jitsi-component" service level events search in jilo-cli
2024-06-28 16:50:51 +00:00
- Added initial version of jilo-web, PHP web interface to jilo (then moved to own repo)
2024-06-18 07:50:25 +00:00
### Changed
### Fixed
---
## 0.1.1 - 2024-06-18
#### Links
- upstream: https://code.lindeas.com/lindeas/jilo/compare/v0.1...v0.1.1
- codeberg: https://codeberg.org/lindeas/jilo/compare/v0.1...v0.1.1
- github: https://github.com/lindeas/jilo/compare/v0.1...v0.1.1
- gitlab: https://gitlab.com/lindeas/jilo/-/compare/v0.1...v0.1.1
2024-06-13 08:27:27 +00:00
### Added
- Initial changelog following the keepachangelog.com format
2024-06-15 07:11:16 +00:00
- Added "silent" option to jilo-cli, suitable for scripting
- Added time duration and number of participants in conferences listings
2024-06-18 07:50:25 +00:00
- Added man page
- Added build resources and scripts for DEB and RPM packages
- Initial build of the DEB and RPM packages
- Added DEB repository
2024-06-13 08:27:27 +00:00
### Changed
- Updated the way jilo-cli handles multiple options, added filtering conferences by time period
2024-06-15 07:11:16 +00:00
### Fixed
- Fixed an error in double counting of conferences in jilo-cli
2024-06-13 08:27:27 +00:00
## 0.1 - 2024-06-12
#### Links
- upstream: https://code.lindeas.com/lindeas/jilo/releases/tag/v0.1
- codeberg: https://codeberg.org/lindeas/jilo/releases/tag/v0.1
- github: https://github.com/lindeas/jilo/releases/tag/v0.1
- gitlab: https://gitlab.com/lindeas/jilo/-/releases/v0.1
### Added
- Initial version of jilo and jilo-cli
- Basic functionality for JVB and Jicofo logs scanning
- Searching through conferences, participants, events and in time periods
- Detecting logs rotation and saving last parsed line
- Support for both SQLite3 and MySQL/MariaDB
- Minimal external dependencies, using Bash built-in commands as much as possible