|
d53ef526dd
|
Fix tests
|
2023-06-05 16:10:47 +02:00 |
|
|
e444b83149
|
Fix errors
|
2023-06-05 16:07:01 +02:00 |
|
|
5ca4bdbd91
|
Remove VACUUM
|
2023-06-05 16:01:14 +02:00 |
|
|
8b6a1c8045
|
Add migration for job table contraints
|
2023-06-05 15:58:07 +02:00 |
|
|
2de85b0120
|
Add composite indexes
|
2023-06-01 15:40:37 +02:00 |
|
|
203ccdf73b
|
Rename test db
|
2023-06-01 15:29:25 +02:00 |
|
|
447fc574e8
|
Add query benchmark
|
2023-06-01 15:27:19 +02:00 |
|
|
205a400c6f
|
Also Benchmarks need _test in name
|
2023-06-01 14:10:10 +02:00 |
|
|
012b131b23
|
Refactor for benchmarking
|
2023-06-01 13:57:35 +02:00 |
|
|
0f87f651f9
|
Refactor DB connection settings
|
2023-06-01 08:03:12 +02:00 |
|
|
19e3ba7290
|
Improve retention
Add db cleanup
Fixes #103
|
2023-05-11 09:40:13 +02:00 |
|
|
538427d59b
|
Introduce Retention and compression
|
2023-05-09 16:33:26 +02:00 |
|
|
788d2cd61c
|
Fix repo tests
|
2023-05-05 06:02:17 +02:00 |
|
|
7491ae9e3c
|
Fix typo in DB schema
|
2023-05-04 17:26:33 +02:00 |
|
|
066c4553b4
|
Refactor
|
2023-05-04 16:27:30 +02:00 |
|
|
5404be3ca7
|
Add unique constrain on job table
|
2023-05-04 16:04:57 +02:00 |
|
|
c5b67d64d2
|
Add Table flush on init
|
2023-05-04 16:03:04 +02:00 |
|
|
d9b18d1763
|
Cleanup
Use external cc-units
Lint code
Fix import tests
|
2023-05-04 15:34:36 +02:00 |
|
|
27894ea0a9
|
Restructure tests
|
2023-05-04 07:00:30 +02:00 |
|
|
ebba4371eb
|
Extract importer package and restructure tests
|
2023-04-28 08:49:58 +02:00 |
|
|
5a09277d1c
|
Restructure black box test
Remove string ptr from unit prefix
|
2023-04-25 09:26:48 +02:00 |
|
Jan Eitzinger
|
500ae29d25
|
Synchronize DB Schema with json schema
Rework tests
|
2023-04-21 12:59:27 +02:00 |
|
Jan Eitzinger
|
10f4e09562
|
Set all versions and print in version flag
|
2023-04-12 10:43:46 +02:00 |
|
Jan Eitzinger
|
f8ba79e9e7
|
Merge branch 'master' into import-data-sanitation
|
2023-04-07 08:57:42 +02:00 |
|
Jan Eitzinger
|
d420b8b666
|
Merge branch 'master' into 40_45_82_update_roles
|
2023-04-07 08:19:04 +02:00 |
|
Jan Eitzinger
|
559445900d
|
Adapt job iterator
* Add option to also load Job Metric Data
* Validate Job Metric Data
* Allow null values in series array
|
2023-03-31 15:28:35 +02:00 |
|
Jan Eitzinger
|
5d535edb48
|
Synchronize go job struct with schema
|
2023-03-29 06:46:33 +02:00 |
|
Christoph Kluge
|
de71fee61e
|
Merge pull request #98 from giesselmann/fix-updateconfig
Fix UpdateConfig
|
2023-03-21 12:09:40 +01:00 |
|
Pay Giesselmann
|
de822e13fd
|
Fix UpdateConfig
|
2023-03-13 10:45:55 +01:00 |
|
Christoph Kluge
|
f37e7c26f6
|
Rework roles as enum, change AuthSource to enum
|
2023-03-06 11:44:38 +01:00 |
|
Christoph Kluge
|
4f1f034702
|
Move ShortRunningJobsDuration value to root config
|
2023-03-01 16:34:59 +01:00 |
|
Christoph Kluge
|
df44bd9621
|
Merge branch 'master' into 40_45_82_update_roles
|
2023-02-28 11:18:46 +01:00 |
|
|
89b1d8f7da
|
Treat error no change as non fatal
|
2023-02-25 08:26:56 +01:00 |
|
Christoph Kluge
|
8bd72ce807
|
Small fixes after full file review
- Remove unnecessary field 'project' from GQl and regenerate
- Add newlines to file ends
- Fix command-line manager user addition
|
2023-02-23 12:33:14 +01:00 |
|
Christoph Kluge
|
d30dba109d
|
Fix test
|
2023-02-22 16:57:15 +01:00 |
|
Christoph Kluge
|
365888c645
|
Fix tag panic and simplify code
|
2023-02-22 16:49:23 +01:00 |
|
Christoph Kluge
|
d6b8d711f6
|
Rework searchbar functions, add user jobtable
|
2023-02-22 16:30:01 +01:00 |
|
Christoph Kluge
|
d0d578a1e6
|
Fix user.projects up migration file
|
2023-02-22 10:17:40 +01:00 |
|
Christoph Kluge
|
48728e64c4
|
Merge branch 'master' into 40_45_82_update_roles
|
2023-02-22 09:28:41 +01:00 |
|
|
60437ce264
|
Rebuild GraphQL api and Swagger UI code.
|
2023-02-21 18:13:16 +01:00 |
|
Christoph Kluge
|
822c8b570c
|
Remove exists checks from sql migrations to v3
|
2023-02-21 18:05:29 +01:00 |
|
Christoph Kluge
|
3b7ca17b3c
|
Merge branch 'master' into 40_45_82_update_roles
|
2023-02-21 17:36:58 +01:00 |
|
Christoph Kluge
|
acbef39045
|
Fix header, add migration for user.projects column
|
2023-02-21 17:33:27 +01:00 |
|
|
af26331f59
|
Merge back changes from main
|
2023-02-21 17:18:54 +01:00 |
|
Christoph Kluge
|
e0e51813ad
|
Merge branch 'master' into 40_45_82_update_roles
|
2023-02-21 17:17:41 +01:00 |
|
Jan Eitzinger
|
33b20620ee
|
Merge branch 'master' into sql-repository-opt
|
2023-02-21 16:21:47 +01:00 |
|
|
999609a17a
|
Add backend type and adopt cast expressions
Fixes #67
|
2023-02-21 15:22:05 +01:00 |
|
|
63f8555af7
|
Add migration support for mysql
|
2023-02-21 14:45:59 +01:00 |
|
|
42d3318125
|
Add documentation in README
|
2023-02-21 13:50:15 +01:00 |
|
|
5ff88e1701
|
Add routine names to sql query timer
|
2023-02-21 12:08:06 +01:00 |
|