Commit Graph

78 Commits

Author SHA1 Message Date
c47de4cd63 ci: Fix CI
Some checks failed
Lint Golang / lint (push) Failing after 2m39s
Release / Sematic Release (push) Successful in 12s
Release / Goreleaser (push) Successful in 6m51s
v1.0.0
2025-10-29 17:42:11 +00:00
19fc8d1185 ci: Update release 2025-10-29 20:22:46 +03:00
5fff23f01b ci: Update release 2025-10-29 19:45:14 +03:00
9b319d6adc ci: Update release 2025-10-29 19:38:50 +03:00
0a8f82f0d6 ci: Update release 2025-10-29 19:36:49 +03:00
semantic-release-bot
9607f99932 chore(release): 1.2.0 [skip ci]
## [1.2.0](https://git.ostiwe.com/ostiwe-com/status/compare/v1.1.1...v1.2.0) (2025-10-29)

### Features

* Added ID field to PublicService DTO, update fields in Service model, fix CalculateUptimePercent method, transform services to Public services in goroutines ([a4050c2](a4050c28dc))
* **ci:** Update release config ([1367783](1367783e8a))
* **ci:** Update release config ([dc5c363](dc5c363583))
* **ci:** Update release config ([64121d5](64121d56c7))

### Bug Fixes

* Fix errors ([7e96536](7e9653606e))
* Recreate closeNotify channel on recreate rabbit connection ([f5d780f](f5d780fb1b))

### CI/CD Changes

* Added golangci linter ([e7592e8](e7592e8737))
* Change CI ([334c0c1](334c0c1480))
* Install go-releaser in CI ([abc87ab](abc87abe88))

### Refactoring

* Added node_modules to ignore for git ([c7d94c6](c7d94c6965))
* Remove unused code ([1958d9b](1958d9b3d9))
* Switching to a cron system for tasks, restructuring service and status models ([b33df27](b33df27b31))
* Update startup server ([628abc4](628abc4d11))
2025-10-29 19:29:27 +03:00
f66c40ef36 Update release.config.cjs 2025-10-29 12:25:14 +00:00
7ce1731a6f Update .github/workflows/release.yml 2025-10-29 12:23:44 +00:00
c72ef8350b Merge pull request 'Merge develop to master' (!5) from dev into main
Reviewed-on: #5
2025-10-29 12:23:13 +00:00
7e9653606e fix: Fix errors 2025-10-28 19:26:18 +03:00
e7592e8737 ci: Added golangci linter 2025-10-28 19:25:53 +03:00
334c0c1480 ci: Change CI 2025-10-28 18:02:40 +03:00
abc87abe88 ci: Install go-releaser in CI 2025-10-28 17:23:56 +03:00
1367783e8a feat(ci): Update release config 2025-10-28 17:17:57 +03:00
semantic-release-bot
51e48dd842 chore(release): 1.2.0 [skip ci]
# [1.2.0](https://git.ostiwe.com/ostiwe-com/status/compare/v1.1.1...v1.2.0) (2025-10-28)

### Bug Fixes

* Recreate closeNotify channel on recreate rabbit connection ([f5d780f](f5d780fb1b))

### Features

* Added ID field to PublicService DTO, update fields in Service model, fix CalculateUptimePercent method, transform services to Public services in goroutines ([a4050c2](a4050c28dc))
* **ci:** Update release config ([dc5c363](dc5c363583))
* **ci:** Update release config ([64121d5](64121d56c7))
2025-10-28 09:01:54 +00:00
3a3580b6ed Merge branch 'change_models' into dev 2025-10-28 01:27:32 +03:00
dc5c363583 feat(ci): Update release config 2025-10-28 01:25:44 +03:00
c7d94c6965 refactor: Added node_modules to ignore for git 2025-10-28 00:55:43 +03:00
628abc4d11 refactor: Update startup server 2025-10-28 00:55:43 +03:00
b33df27b31 refactor: Switching to a cron system for tasks, restructuring service and status models
Added response time field for Status model, set log level from ENV
2025-10-28 00:55:43 +03:00
1958d9b3d9 refactor: Remove unused code
Rethinking queue operation, switching to cron
2025-10-28 00:55:42 +03:00
64121d56c7 feat(ci): Update release config 2025-10-28 00:55:42 +03:00
a13770b2cd refactor: Change abbrev option for generate changelogs 2025-10-22 12:45:20 +00:00
3904ed4d8b Delete .github/workflows/jira_push.yml 2025-10-21 16:15:38 +00:00
ab5c0e28e8 Add .github/workflows/jira_push.yml 2025-10-21 16:13:39 +00:00
f5d780fb1b fix: Recreate closeNotify channel on recreate rabbit connection 2025-08-21 13:04:19 +03:00
a4050c28dc feat: Added ID field to PublicService DTO, update fields in Service model, fix CalculateUptimePercent method, transform services to Public services in goroutines 2025-08-20 15:25:20 +03:00
2a9dfcf998 refactor: Provide context to user repository 2025-08-20 11:17:39 +03:00
32780303a3 fix(ci): Fix build flags 2025-08-20 02:00:54 +03:00
aa123cee9b feat: Updated dependencies 2025-08-20 02:00:32 +03:00
d4670df678 refactor(ci): Set application version by ci on build 2025-08-20 01:37:44 +03:00
fb6e444309 refactor(ci): Update install go version 2025-08-20 01:37:16 +03:00
469096b45a refactor(docs): Update documentation 2025-08-20 01:36:52 +03:00
fb4902dea6 feat: Added basic user authorization 2025-08-20 01:24:49 +03:00
b72066f19e feat(docs): Update documentation 2025-08-20 01:10:37 +03:00
28226639b9 feat: Added new environment variables 2025-08-20 01:09:37 +03:00
619c48a5f8 feat: Update go version to 1.25 2025-08-20 01:09:04 +03:00
9d43c10488 refactor: Use pointers for controllers 2025-08-19 21:05:16 +03:00
4e186de981 refactor: Rename tables 2025-08-19 20:38:33 +03:00
b59b5897fb refactor: Remove web submodule 2025-08-13 00:42:43 +03:00
a3fb78a3d3 refactor: Update release config 2025-08-13 00:42:43 +03:00
0a38777125 refactor(controller): Return all services on public controller 2025-08-12 18:58:51 +03:00
cb03e828ee feat: Added uptime calculation method 2025-08-12 18:58:15 +03:00
dbe321562e feat: Added default environment values 2025-08-12 18:54:11 +03:00
3b8cbb8555 feat: Added web submodule 2025-08-11 23:03:56 +03:00
a190431dc2 feat(migration): Added initial migrations 2025-08-11 19:05:04 +03:00
54576f6119 refactor(model): Remove unused field 2025-08-11 19:04:43 +03:00
37a01073b5 fix: Deadlock when acquiring the logger in LoggerManager.Put method 2025-08-11 19:03:50 +03:00
40a313f93b feat: Added migration tool 2025-08-11 18:58:52 +03:00
e5aadbe9c8 refactor(ci): Change changelog generation 2025-08-11 16:38:29 +03:00