a0cfe48862Dumb fix for dumb issue. There might be more of the same still around, but fuck it, we're going for Ooze.
main
phryk
2022-08-22 18:58:18 +0200
07a741f454some old uncommited thing. probably a fix.
phryk
2022-08-15 16:30:49 +0200
342ad493d1hopefully fixed shit. introduced alternative mechanism to @before_first_request as that's going to be dropped with flask 2.3
phryk
2022-08-15 16:30:25 +0200
1f573ead23Fix for error output that should be f-string not being one.
phryk
2022-08-15 13:45:31 +0200
d51a63ff55Compatibility fix for Flask deprecating Flask.try_trigger_before_first_request_functions
phryk
2022-08-15 13:41:24 +0200
baf2c983d4compatibility fix for peewee 3.15 in FakeMetaOptions
phryk
2022-08-15 13:19:08 +0200
f7d10f2ec4Fix bitrot caused by flask making app.debug basically read-only
phryk
2022-05-21 21:30:34 +0200
fa4ee3faaeMade parameter for CLIs create_app lambda optional, fixing a bit of bitrot.
phryk
2022-05-07 20:33:33 +0200
c8c4ba6221maybe a fix, maybe a fuckup
phryk
2021-12-23 00:26:32 +0100
fcc790ffd7extremely unfinished and ugly 'fix' of csv import in data editor
phryk
2021-12-23 00:19:53 +0100
ce69142949Revert "forgot to commit this months ago? not sure."
phryk
2021-12-22 23:13:51 +0100
f72b6694c8fixed bug with file form fields where I'm not sure how this ever worked…
phryk
2021-12-22 23:03:35 +0100
50bad00c90fixed compatbility issue with ISO 8601-1:2019 / RFC 3339. abolish time.
phryk
2021-12-22 22:29:38 +0100
e8f554c576subdued highlight color in svg background
phryk
2021-12-22 22:11:16 +0100
c81a26eebbfixed issue with comment fragment in CSS
phryk
2021-12-22 22:07:37 +0100
375ea480e5improved documentation frontpage, moved actual documentation rendering to ,view so link generation doesn't take so damn long, possibly more…
phryk
2021-06-06 19:38:01 +0200
3ab445632afurther progress on documentation renderer
phryk
2021-06-06 14:15:57 +0200
b21831f91flots of progress on better documentation renderer; removed old unicode hints from the 2.7 days
phryk
2021-06-04 23:58:57 +0200
764809f126changed SMTP configuration to port 465 (explicit TLS) and STARTTLS to False
phryk
2021-05-16 21:39:52 +0200
70eef38874removed set_trace's introduced in last commit
phryk
2021-05-15 19:32:55 +0200
f108b1dcddimproved editing base info for datasets in data editor
phryk
2021-05-15 18:44:29 +0200
a74e23dd9eadded backdrop-filter blur to design.
phryk
2021-05-14 21:46:33 +0200
e5960ddfedreplace all format string substitutions with f-strings. closes#15
phryk
2021-05-14 21:03:36 +0200
cdb60d92c5geodata filtering with manually built polygons now works
trashpandas
phryk
2021-05-13 12:43:49 +0200
bd877c05e7moved analysis.data.__types__ data into analysis.util dtype definitions
phryk
2021-05-12 20:31:42 +0200
8e2276878cproperly moved matching and filtering logic into dtypes
phryk
2021-05-09 22:07:06 +0200
4369d6db3bcentralized numpy dtype handling in analysis.util into classes
phryk
2021-04-01 14:59:38 +0200
fd33725fbbadded deletion of join conditions on merge to data editor
phryk
2021-03-23 14:14:36 +0100
7d51f9270fimplemented editor parts for multi-joins when merging datasets
phryk
2021-03-22 17:59:39 +0100
d455dce69abetter use of form.fields.RenderableWrapper in data editor components – fixed a display issue of the editor UI
phryk
2021-03-21 09:04:30 +0100
5c0a801eee(hopefully) fixed EphemeralDataset.merge, next up: updating the form for multi-column joins?
phryk
2021-03-21 03:49:20 +0100
6bde639b0emoved dataset merging into the dataset class and added support for multiple and/or-connected joins (untested), made docstrings in admin overview interpreted as markdown
phryk
2021-03-19 10:21:43 +0100
7264280637better debug hint positioning, cleaned up redirects in data editor, assorted fixes
phryk
2021-03-16 06:11:48 +0100
3aefd8e5baremoved [geo]pandas from dependencies in setup.py
phryk
2021-03-12 03:16:29 +0100
24c8b758fcripped out pandas. seems to work. still needs some cleanup / adjustments
phryk
2021-03-12 03:14:51 +0100
6136c3f3e6commented out debugger breakpoints
phryk
2021-03-10 05:46:51 +0100
de205828ddforgot to commit. also improved cli import.
phryk
2021-03-01 03:14:17 +0100
d8d24a3c80(probably) finished the rest api definition editor, next up: rest consumer
phryk
2020-12-17 01:26:34 +0100
2659e1ea8emore rest api editor progress, some fixes
phryk
2020-12-14 03:01:36 +0100
c0998cf7f4some more progress on the rest abstraction
phryk
2020-12-12 04:20:42 +0100
41aba290b0apparently something with the editor (most stuff seems to work now). also, started actual implementation of the generalized rest api feature
phryk
2020-12-09 00:27:53 +0100
56c75d1e69data editor port to formapp should™ now be complete. started fixing pre-existing bugs
phryk
2020-12-05 03:38:57 +0100
f569248c3cfurther progress on porting data editor over to new formapp abstraction
phryk
2020-12-05 02:11:37 +0100
f31e89f768work towards nestable formapp components
phryk
2020-12-01 21:22:57 +0100
0f092eb2afsome progress on porting data editor over to new formapp abstration
phryk
2020-11-29 22:16:31 +0100
0c6cdc59c5removed code repitition to find submitting fieldset in form system, formapp system basically in working state
phryk
2020-11-22 14:04:31 +0100
62d2d4409aadded sessiondump tool and began work on generalized form app system
phryk
2020-11-19 16:55:07 +0100
f52414e64fgeneralized locking, it's now applied to all Administerable's. also some formatting fixes.
phryk
2020-11-18 01:45:21 +0100
93eed4bc35fix for the fix in the last commit. very yes.
phryk
2020-11-15 02:03:05 +0100
0b0f3c6001added minimum version for markdown dependency (cause freebsd package-supplied one is too ancient to work), (hopefully) fixed BSONField bug that breaks it with postgres
phryk
2020-11-15 01:51:03 +0100
4fd55025caadded missing dependencies to setup.py
phryk
2020-11-12 09:24:27 +0100
a2d89bdbe2fixed dependency name for pynacl
phryk
2020-11-09 00:59:23 +0100
5877ef7feestuff we forgot to commit. probably work on further generalizing svg plots
phryk
2020-11-09 00:58:45 +0100
02aa7ceddcminor bugfix in editor and map output
phryk
2020-10-21 22:05:56 +0200
52471056cfadded layer descriptions to maps
phryk
2020-10-21 04:57:57 +0200
8d4f408253put plot descriptions into macros for better reusability.
phryk
2020-09-27 14:47:00 +0200
17ca55ea0ba bit more work on descriptions, some fixes
phryk
2020-09-26 02:29:11 +0200
0d0fc8446badding per-point descriptions to scatterplot and descendants.
phryk
2020-09-24 13:44:15 +0200
c0c14318dfadded observation editing to data editor, also number field to form system, maybe also minor fixes
phryk
2020-09-23 07:43:51 +0200
570068ad06more work on the editor, including some unfinished icon work
phryk
2020-09-04 06:12:58 +0200
5f5688ee0dadded x509 format version certificates generated by the minica command, fixing chrom[e|ium] complaining about a malformed certificate.
phryk
2020-08-18 15:47:56 +0200
cb5b70002ewell, that didn't work.
phryk
2020-08-12 18:24:14 +0200
23d641a1ebsome editor styling, added disabled flag to buttons, tried adding a header with logo to readme
phryk
2020-08-12 18:17:14 +0200
ae85e16fd2more progress on editor ui, some refactoring, maybe more
phryk
2020-08-12 02:06:38 +0200
ded2e8cd36plots now try to find a plot definition of the fitting kind associated to the passed dataset. also unfinised session finish built
phryk
2020-08-09 18:27:37 +0200
0a1de35693added plot definition deletion into data editor, made sure everything has cancel buttons and titles
phryk
2020-08-05 18:55:24 +0200
1966b74ed9Progress on plot definition management; definitions can now be saved; various fixes; CHLOROPLETHS!
phryk
2020-08-04 16:03:15 +0200
60e4d19bd7split EditorPlotActionControl into multiple fieldsets like EditorActionControl is, still unfinished.
phryk
2020-08-03 02:09:06 +0200
c473420b8fripped plot definitions out of dataset classes and into their own models
phryk
2020-08-01 03:25:27 +0200
ac57ece4cddata editor now opens tabs that were viewed when submitting
phryk
2020-07-26 20:24:24 +0200
b1e9cf6211editor style now roughly doing the right thing
phryk
2020-07-26 20:14:59 +0200
91d51b9704even more forced breaks in README.md
phryk
2020-07-25 19:22:55 +0200
95fab35ec9hopefully better readability in README.md with forced breaks
phryk
2020-07-25 19:21:48 +0200
5938e04f57added README.md with a project outline
phryk
2020-07-25 19:16:19 +0200
fedc6c483cwork on better editor UI, added TabbedView and TabbedFieldset using a brand new variant of the checkbox hack, also fixed the worst bug ever in renderable.jinja
phryk
2020-07-25 19:14:32 +0200
ed16fd0294maps now render, better color support and parameterizable palettes
phryk
2020-07-17 16:09:39 +0200
9983c44d16more progress towards proper geodata integration
phryk
2020-07-10 14:27:53 +0200
1b959a030ageodata can now be put into [Ephemeral]Dataset.
phryk
2020-07-09 20:25:56 +0200
a5267f2f3ffix for form field choices with optgroups
phryk
2020-07-06 16:18:51 +0200
d064798ddbanalysis data now saved as bson, same for sessiondata, closing #22
phryk
2020-07-05 21:29:27 +0200
28139515acadded BSONField and specialized DataField, analysis persistence now uses BSON.
phryk
2020-07-05 17:10:15 +0200
7045b9faa3made more general SerializedFieldAccessor, some cleaning, maybe more
phryk
2020-07-05 01:46:00 +0200
5fe7fd87f1added JSONField, probably other stuff
phryk
2020-07-04 16:15:45 +0200
014990c807made barchart less worse, probably some fixes, began work on built-in data sources and got confused.
phryk
2020-07-01 20:42:07 +0200
6c3f315a90fixed filtering in data editor
phryk
2020-06-30 00:49:34 +0200
47eb89ca70separated data visualization and analysis, added new data format for latter while (mostly) keeping old in former, also probably a bunch of fixes.
phryk
2020-06-29 10:03:34 +0200
f8a68ba1c0some structural changes in preparation of dataeditor refactor to also handle map data and become better overall, also a random css fix
phryk
2020-06-19 19:28:41 +0200