augustin_s
|
12f2c42283
|
stop aggrid from capitalizing column headers
|
2026-06-26 11:04:38 +02:00 |
|
augustin_s
|
00f10e6a33
|
order
|
2026-06-13 11:55:18 +02:00 |
|
augustin_s
|
31e756a5af
|
renamed: clear -> clear_data
|
2026-06-12 23:52:42 +02:00 |
|
augustin_s
|
fbbd317d99
|
added prepend_row_id
|
2026-06-12 23:23:27 +02:00 |
|
augustin_s
|
47fbb1181e
|
use self.index instead of "run" literal string
|
2026-06-12 22:17:18 +02:00 |
|
augustin_s
|
18928f773b
|
index can be provided as argument and is used to define getRowId
|
2026-06-12 22:04:06 +02:00 |
|
augustin_s
|
c8d15dcf1e
|
harmonized signatures between methods and lib/grids
|
2026-06-12 11:43:22 +02:00 |
|
augustin_s
|
86498148ed
|
consistent naming in commented code
|
2026-06-11 11:17:12 +02:00 |
|
augustin_s
|
0fed06c3a8
|
set and update fall back to append if run does not exist
|
2026-06-10 10:46:48 +02:00 |
|
augustin_s
|
021fceb29c
|
translate StopIteration to a more useful error
|
2026-06-09 18:26:35 +02:00 |
|
augustin_s
|
38bee8a26f
|
move ensure_column_defs calls up to avoid ensure_column_defs call if run is not found
|
2026-06-09 18:09:51 +02:00 |
|
augustin_s
|
ef0c2b6b7d
|
added set_run, update_runl; added ensure_timestamp utility
|
2026-06-09 15:59:12 +02:00 |
|
augustin_s
|
beb3cf550a
|
removed unused code
|
2026-06-09 14:41:32 +02:00 |
|
augustin_s
|
cb3d0d284b
|
added set_row, update_row, set_row_data, update_row_data
|
2026-06-09 14:39:54 +02:00 |
|
augustin_s
|
1f1e4bada4
|
renamed: append -> append_row
|
2026-06-09 11:55:15 +02:00 |
|
augustin_s
|
e508e854dc
|
added stubs for set_run and update_run
|
2026-06-09 11:54:21 +02:00 |
|
augustin_s
|
776ab04aed
|
commented unused insert_row_data; moved commented insert one block up
|
2026-06-09 11:33:45 +02:00 |
|
augustin_s
|
82893c384a
|
split add_row_data into extend_row_data and insert_row_data
|
2026-06-09 11:30:53 +02:00 |
|
augustin_s
|
15d1070926
|
some empty lines
|
2026-06-08 21:49:08 +02:00 |
|
augustin_s
|
5fbb942361
|
actually correct add_row_data index handling
|
2026-06-08 21:48:32 +02:00 |
|
augustin_s
|
73f038cc37
|
added todo note
|
2026-06-08 21:30:09 +02:00 |
|
augustin_s
|
3ac33a74f8
|
removed getattr proxy
|
2026-06-06 13:07:09 +02:00 |
|
augustin_s
|
feea52a065
|
added set_row and update_row; added merge_dfs utility
|
2026-06-06 13:05:38 +02:00 |
|
augustin_s
|
ec55edd0e1
|
added append_row
|
2026-06-06 12:00:15 +02:00 |
|
augustin_s
|
61d7afd903
|
renamed: row -> entries
|
2026-06-05 12:38:24 +02:00 |
|
augustin_s
|
758cdfbbb6
|
removed return value
|
2026-06-05 12:32:19 +02:00 |
|
augustin_s
|
2f30e8ab19
|
order
|
2026-06-05 11:36:01 +02:00 |
|
augustin_s
|
dd13da8893
|
renamed: row -> entries
|
2026-06-03 23:00:14 +02:00 |
|
augustin_s
|
0c41198b4f
|
renamed: update_cell -> set_cell
|
2026-06-03 22:59:29 +02:00 |
|
augustin_s
|
7823abaea7
|
added set entry endpoint
|
2026-06-03 22:57:47 +02:00 |
|
augustin_s
|
3e35b70a5e
|
added row_id-based set_cell
|
2026-06-03 22:57:27 +02:00 |
|
augustin_s
|
52e5024a71
|
added update_cell
|
2026-06-03 20:21:59 +02:00 |
|
augustin_s
|
5de7af9816
|
added clear pgroup endpoint; added comment to remove getattr proxy
|
2026-06-03 18:39:13 +02:00 |
|
augustin_s
|
4215e34fe6
|
added convert_index utility
|
2026-06-03 13:41:25 +02:00 |
|
augustin_s
|
02ce0b756b
|
added append_data to lib
|
2026-06-03 12:59:26 +02:00 |
|
augustin_s
|
0893592990
|
renamed append -> append_run
|
2026-06-03 12:55:49 +02:00 |
|
augustin_s
|
3588218871
|
keep index name consistent
|
2026-06-03 12:54:14 +02:00 |
|
augustin_s
|
9ab63f21a9
|
removed pandas import
|
2026-06-03 12:50:48 +02:00 |
|
augustin_s
|
05e737afea
|
naming
|
2026-06-03 12:41:11 +02:00 |
|
augustin_s
|
327d7b7ef4
|
added set_data to lib
|
2026-06-03 12:40:57 +02:00 |
|
augustin_s
|
5c53e20e53
|
changed has_data to has_index; encode incoming integer index to timestamp
|
2026-06-03 12:21:21 +02:00 |
|
augustin_s
|
6ae8a4a7eb
|
added has_data method
|
2026-06-03 10:56:52 +02:00 |
|
augustin_s
|
e10897f5dc
|
merged lines
|
2026-06-03 10:40:37 +02:00 |
|
augustin_s
|
c64a9c31fb
|
added adb lib wrapper class to centralize some recurring operations
|
2026-06-03 09:34:47 +02:00 |
|
augustin_s
|
5235d69768
|
added get pgroup endpoint
|
2026-06-02 11:13:12 +02:00 |
|
augustin_s
|
81910241a8
|
read fails for empty lib
|
2026-06-02 11:08:17 +02:00 |
|
augustin_s
|
85cd945251
|
changed run to path param
|
2026-06-02 10:30:40 +02:00 |
|
augustin_s
|
56d9653653
|
use http.HTTPStatus for readability
|
2026-05-29 21:48:19 +02:00 |
|
augustin_s
|
40e933de23
|
re-ordered
|
2026-05-29 18:10:36 +02:00 |
|
augustin_s
|
9a9360cbdb
|
a bit simpler
|
2026-05-29 18:08:34 +02:00 |
|