Commit Graph

38 Commits

Author SHA1 Message Date
Kirill Zhukov 7c05bbacb6 Release 0.3.5 (2023-06-01)
build_analytics:
  ALBS-1103 start using persistent HTTP connections
2023-06-01 11:57:27 +02:00
Kirill Zhukov d47fe3b4cd Release 0.3.4 (2023-05-12)
build_analytics
  - Bigfix ALBS-1111
2023-05-12 11:22:55 +02:00
Kirill Zhukov f74bc0748a 0.3.3 (2023-04-24)
build-analytics
  Improvements
    - [ALBS-1077] start deleting builds that were removed from ALBS
  Bugfixes
    - 'Key error' when db_port/db_host is not set
    - update_builds() ignoring opldest_to_update attribute
    - [ALBS-1099] Test task started_at attribute is NULL
    - Max recursion error in 'Test task details.json'
2023-04-24 09:20:58 +02:00
Kirill Zhukov 5a590cbadb built_analytics:
[ALBS-1077] Now we delete build if it was deleted from ALBS
  Bugfix 'Key error' when db_port/db_host is not set
  Bugfix update_builds ignoring opldest_to_update attribute
2023-04-21 15:13:48 +02:00
kzhukov 4b5adb52d5 ALBS-1099 (#4)
Co-authored-by: Kirill Zhukov <kzhukov@cloudlinux.com>
Reviewed-on: #4
2023-04-21 07:53:09 +00:00
Kirill Zhukov 40ce2c583d Release 0.3.2 (2023-03-23)
- Bugfix ALBS-1060
2023-03-23 13:06:43 +01:00
Kirill Zhukov 4145ce8e9e Bugfix ALBS-1060 2023-03-23 13:04:28 +01:00
Kirill Zhukov ae8b2a7089 0.3.1 (2023-03-22)
- db: bugfix with migration to version 3
 - added info about api_timeout config parameter
 - bugfix with processing of test tasks with new revision
2023-03-22 14:39:14 +01:00
kzhukov 9f3796db07 Merge pull request '0.3.1' (#3) from 0.3.1 into main
Reviewed-on: #3
2023-03-22 13:37:03 +00:00
Kirill Zhukov 919f417463 - bugfix with migration to version 3
- added docs about api_timeout config parameter
 - bugfix with processing of test tasks with new revision
2023-03-22 14:35:01 +01:00
Kirill Zhukov 49b16179d9 Release 0.3.0 (2023-03-22)
- Added test tasks stats
 - New config parameter: oldest_to_update_days
2023-03-22 11:36:50 +01:00
kzhukov bd74c99a7d Merge pull request 'ALBS-1043' (#2) from ALBS-1043 into main
Reviewed-on: #2
2023-03-22 10:35:03 +00:00
Kirill Zhukov 5b1e296fbc ALBS-1043:
- db,extractor: added check for cases when build 'moved' between pages
 - grafana: new dashboard Test tasks.json, added test info to other dashboars
2023-03-22 11:30:12 +01:00
Kirill Zhukov 4d5ffcc74f - Added new try/catch segments
- Added tz info to test step stats timestamps
- Increased oldest_to_update_days parameter
2023-03-20 19:29:45 +01:00
Kirill Zhukov 313d4a4d2a db: debug of update feature 2023-03-16 22:48:35 +01:00
Kirill Zhukov 679328093a added test tasks updating logic 2023-03-16 18:57:31 +01:00
Kirill Zhukov 45a6850056 debugging 2023-03-16 09:31:09 +01:00
Kirill Zhukov 08ec138942 added api and db functions 2023-03-15 16:59:22 +01:00
Kirill Zhukov a93165420b added schema 2023-03-15 16:59:22 +01:00
Kirill Zhukov 86dddb30d6 0.2.1 (2023-03-15)
- Added canceled Build task status
2023-03-15 12:43:24 +01:00
Kirill Zhukov 564571adbe Release 0.2.0 (15.11:29)
- New parameter start_from
- Moved to double persition for timestamps
- Added metrics for build steps
2023-03-15 11:30:06 +01:00
kzhukov 1f98c072f9 Merge pull request 'ALBS-1026: add statistics for each build_task step' (#1) from ALBS-1026 into main
Reviewed-on: #1
2023-03-15 10:25:52 +00:00
Kirill Zhukov 4c843a27c6 db: forgot to update schema version 2023-03-10 19:44:54 +01:00
Kirill Zhukov 3ed0dcdd78 added build step: multilib_processing
db: stop adding empty build steps (without start_ts)
2023-03-10 19:35:12 +01:00
Kirill Zhukov d54ab39941 db: bugfix with closed connection on subsequent srapping 2023-03-10 11:41:01 +01:00
Kirill Zhukov 22fb4a6423 ALBS-1026
grafana: added dashboards for Build details, small fixes on other ones
2023-03-10 11:24:17 +01:00
Kirill Zhukov b9bc5269ce ALBS-1026
grafana/Build analytics: removed exluded/failed build tasks from duration calculation
2023-03-09 14:16:35 +01:00
Kirill Zhukov 03ed6e9c94 added releases 2023-03-09 13:41:49 +01:00
Kirill Zhukov fafd7ae79b ALBS-1026
db.py: bug fix with updates
grafana: added build task steps
2023-03-09 13:33:02 +01:00
Kirill Zhukov d1291c7308 ALBS-1026 grafana-dashbords/Build analytics.json: added 95th percentile 2023-03-08 09:43:46 +01:00
Kirill Zhukov 76be50ca9c Grafana: Added new dashboards, improved old ones 2023-03-08 00:02:25 +01:00
Kirill Zhukov c4983d6ae4 ALBS-1026: new Dashboard Build task details 2023-03-07 17:48:19 +01:00
Kirill Zhukov c6a14cfe3a - fixed bug with wrong ts of build_tasks steps
- db: moved to double percicion for all ts columns
- added  db_schema_version check
2023-03-07 16:02:14 +01:00
Kirill Zhukov d737bae353 added build task stats 2023-03-06 19:21:56 +01:00
Kirill Zhukov fd8b88c82d added config example
added release nodes file
2023-03-02 01:20:01 +01:00
Kirill Zhukov 97db2097d3 added name to build_task
added api_timeout and scrape_interval to scrape config
added requirements.txt
2023-03-01 14:13:35 +01:00
Kirill Zhukov 7543878abf Added update builds functionality
added firts grafana dashboard
2023-02-28 18:28:48 +01:00
Kirill Zhukov 913a998265 init commit 2023-02-27 20:51:53 +01:00