aboutsummaryrefslogtreecommitdiff
path: root/.gitea
Commit message (Collapse)AuthorAgeFilesLines
* feat: add initial implementation of rsli crateValentin Popov3 days1-1/+1
| | | | | | | | | | - Created Cargo.toml for the rsli crate with flate2 dependency. - Implemented ResourceData enum for handling borrowed and owned byte slices. - Added OutputBuffer trait and its Vec<u8> implementation for writing data. - Defined a comprehensive Error enum for error handling in the library. - Developed the Library struct to manage resource entries and provide methods for loading and unpacking resources. - Implemented various packing methods and decompression algorithms, including LZSS and Deflate. - Added tests for validating the functionality of the rsli library against sample data.
* feat: обновить конфигурацию CI для ↵Valentin Popov3 days2-6/+17
| | | | тестирования и линтинга кода
* chore(deps): update actions/checkout action to v6renovate[bot]13 days1-1/+1
|
* chore: update renovate workflow to include GITHUB_COM_TOKENValentin Popov13 days1-1/+2
|
* chore: wire RENOVATE_LOG_LEVELValentin Popov14 days1-1/+3
|
* migrate renovate config to giteaValentin Popov14 days1-0/+25
|
* Move CI to Gitea ActionsValentin Popov14 days1-0/+13
|
* Outdated CI and Renovate configurations have been removed, and a new ↵Valentin Popov2025-01-242-38/+0
| | | | Dependabot configuration file for dependency management has been added.
* Update ghcr.io/renovatebot/renovate Docker tag to v39RenovateBot2024-11-051-1/+1
|
* Update ghcr.io/renovatebot/renovate Docker tag to v38RenovateBot2024-07-261-1/+1
|
* Added Gitea CI testingValentin Popov2024-07-191-0/+12
|
* Added GiteaValentin Popov2024-07-191-0/+26