Commit Graph

  • a0cfe48862 Dumb 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
  • 07a741f454 some old uncommited thing. probably a fix. phryk 2022-08-15 16:30:49 +0200
  • 342ad493d1 hopefully 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
  • 1f573ead23 Fix for error output that should be f-string not being one. phryk 2022-08-15 13:45:31 +0200
  • d51a63ff55 Compatibility fix for Flask deprecating Flask.try_trigger_before_first_request_functions phryk 2022-08-15 13:41:24 +0200
  • baf2c983d4 compatibility fix for peewee 3.15 in FakeMetaOptions phryk 2022-08-15 13:19:08 +0200
  • f7d10f2ec4 Fix bitrot caused by flask making app.debug basically read-only phryk 2022-05-21 21:30:34 +0200
  • fa4ee3faae Made parameter for CLIs create_app lambda optional, fixing a bit of bitrot. phryk 2022-05-07 20:33:33 +0200
  • c8c4ba6221 maybe a fix, maybe a fuckup phryk 2021-12-23 00:26:32 +0100
  • fcc790ffd7 extremely unfinished and ugly 'fix' of csv import in data editor phryk 2021-12-23 00:19:53 +0100
  • ce69142949 Revert "forgot to commit this months ago? not sure." phryk 2021-12-22 23:13:51 +0100
  • f72b6694c8 fixed bug with file form fields where I'm not sure how this ever worked… phryk 2021-12-22 23:03:35 +0100
  • 50bad00c90 fixed compatbility issue with ISO 8601-1:2019 / RFC 3339. abolish time. phryk 2021-12-22 22:29:38 +0100
  • e8f554c576 subdued highlight color in svg background phryk 2021-12-22 22:11:16 +0100
  • c81a26eebb fixed issue with comment fragment in CSS phryk 2021-12-22 22:07:37 +0100
  • 1100460530 minor styling improvements phryk 2021-12-22 21:51:45 +0100
  • 3d01b9d6b4 fixed null defaults for cli parameters in add phryk 2021-12-22 21:50:46 +0100
  • df5682f0c2 Actually removed those backdrop-filters… :F phryk 2021-12-22 20:02:03 +0100
  • 8f51170cc1 Removed backdrop filter in CSS to waste less CPU on firefox phryk 2021-12-22 19:59:17 +0100
  • 0ce854bb02 Fixed tiny bug that snuck into pretty_bytes phryk 2021-12-22 19:54:37 +0100
  • 83cec8f8f4 fix at least one compat issue with more recent flask compat phryk 2021-12-21 13:51:09 +0100
  • c31db61749 forgot to commit this months ago? not sure. phryk 2021-12-21 13:50:40 +0100
  • 63872632a8 updated quickstart. phryk 2021-06-07 00:33:45 +0200
  • 375ea480e5 improved 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
  • 3ab445632a further progress on documentation renderer phryk 2021-06-06 14:15:57 +0200
  • b21831f91f lots of progress on better documentation renderer; removed old unicode hints from the 2.7 days phryk 2021-06-04 23:58:57 +0200
  • 764809f126 changed SMTP configuration to port 465 (explicit TLS) and STARTTLS to False phryk 2021-05-16 21:39:52 +0200
  • 70eef38874 removed set_trace's introduced in last commit phryk 2021-05-15 19:32:55 +0200
  • f108b1dcdd improved editing base info for datasets in data editor phryk 2021-05-15 18:44:29 +0200
  • a74e23dd9e added backdrop-filter blur to design. phryk 2021-05-14 21:46:33 +0200
  • e5960ddfed replace all format string substitutions with f-strings. closes #15 phryk 2021-05-14 21:03:36 +0200
  • cdb60d92c5 geodata filtering with manually built polygons now works trashpandas phryk 2021-05-13 12:43:49 +0200
  • bd877c05e7 moved analysis.data.__types__ data into analysis.util dtype definitions phryk 2021-05-12 20:31:42 +0200
  • 8e2276878c properly moved matching and filtering logic into dtypes phryk 2021-05-09 22:07:06 +0200
  • 6e2c013d47 dtype-specific join conditions implemented, filters halfway done. phryk 2021-04-05 00:14:45 +0200
  • 4369d6db3b centralized numpy dtype handling in analysis.util into classes phryk 2021-04-01 14:59:38 +0200
  • fd33725fbb added deletion of join conditions on merge to data editor phryk 2021-03-23 14:14:36 +0100
  • 7d51f9270f implemented editor parts for multi-joins when merging datasets phryk 2021-03-22 17:59:39 +0100
  • d455dce69a better 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
  • 6bde639b0e moved 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
  • 7264280637 better debug hint positioning, cleaned up redirects in data editor, assorted fixes phryk 2021-03-16 06:11:48 +0100
  • 3aefd8e5ba removed [geo]pandas from dependencies in setup.py phryk 2021-03-12 03:16:29 +0100
  • 24c8b758fc ripped out pandas. seems to work. still needs some cleanup / adjustments phryk 2021-03-12 03:14:51 +0100
  • 6136c3f3e6 commented out debugger breakpoints phryk 2021-03-10 05:46:51 +0100
  • de205828dd forgot 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
  • 2659e1ea8e more rest api editor progress, some fixes phryk 2020-12-14 03:01:36 +0100
  • c0998cf7f4 some more progress on the rest abstraction phryk 2020-12-12 04:20:42 +0100
  • 41aba290b0 apparently 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
  • 56c75d1e69 data editor port to formapp should™ now be complete. started fixing pre-existing bugs phryk 2020-12-05 03:38:57 +0100
  • f569248c3c further progress on porting data editor over to new formapp abstraction phryk 2020-12-05 02:11:37 +0100
  • f31e89f768 work towards nestable formapp components phryk 2020-12-01 21:22:57 +0100
  • 0f092eb2af some progress on porting data editor over to new formapp abstration phryk 2020-11-29 22:16:31 +0100
  • 0c6cdc59c5 removed code repitition to find submitting fieldset in form system, formapp system basically in working state phryk 2020-11-22 14:04:31 +0100
  • 62d2d4409a added sessiondump tool and began work on generalized form app system phryk 2020-11-19 16:55:07 +0100
  • f52414e64f generalized locking, it's now applied to all Administerable's. also some formatting fixes. phryk 2020-11-18 01:45:21 +0100
  • 93eed4bc35 fix for the fix in the last commit. very yes. phryk 2020-11-15 02:03:05 +0100
  • 0b0f3c6001 added 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
  • 852de1eebc removed set_trace's phryk 2020-11-13 23:09:18 +0100
  • 4fd55025ca added missing dependencies to setup.py phryk 2020-11-12 09:24:27 +0100
  • a2d89bdbe2 fixed dependency name for pynacl phryk 2020-11-09 00:59:23 +0100
  • 5877ef7fee stuff we forgot to commit. probably work on further generalizing svg plots phryk 2020-11-09 00:58:45 +0100
  • 02aa7ceddc minor bugfix in editor and map output phryk 2020-10-21 22:05:56 +0200
  • 52471056cf added layer descriptions to maps phryk 2020-10-21 04:57:57 +0200
  • 8d4f408253 put plot descriptions into macros for better reusability. phryk 2020-09-27 14:47:00 +0200
  • 17ca55ea0b a bit more work on descriptions, some fixes phryk 2020-09-26 02:29:11 +0200
  • 0d0fc8446b adding per-point descriptions to scatterplot and descendants. phryk 2020-09-24 13:44:15 +0200
  • c0c14318df added observation editing to data editor, also number field to form system, maybe also minor fixes phryk 2020-09-23 07:43:51 +0200
  • 570068ad06 more work on the editor, including some unfinished icon work phryk 2020-09-04 06:12:58 +0200
  • 5f5688ee0d added 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
  • cb5b70002e well, that didn't work. phryk 2020-08-12 18:24:14 +0200
  • 23d641a1eb some editor styling, added disabled flag to buttons, tried adding a header with logo to readme phryk 2020-08-12 18:17:14 +0200
  • ae85e16fd2 more progress on editor ui, some refactoring, maybe more phryk 2020-08-12 02:06:38 +0200
  • acdd4ee5f2 sticky table headers phryk 2020-08-09 18:38:22 +0200
  • ded2e8cd36 plots 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
  • 0a1de35693 added plot definition deletion into data editor, made sure everything has cancel buttons and titles phryk 2020-08-05 18:55:24 +0200
  • 1966b74ed9 Progress on plot definition management; definitions can now be saved; various fixes; CHLOROPLETHS! phryk 2020-08-04 16:03:15 +0200
  • 60e4d19bd7 split EditorPlotActionControl into multiple fieldsets like EditorActionControl is, still unfinished. phryk 2020-08-03 02:09:06 +0200
  • c473420b8f ripped plot definitions out of dataset classes and into their own models phryk 2020-08-01 03:25:27 +0200
  • ac57ece4cd data editor now opens tabs that were viewed when submitting phryk 2020-07-26 20:24:24 +0200
  • b1e9cf6211 editor style now roughly doing the right thing phryk 2020-07-26 20:14:59 +0200
  • 91d51b9704 even more forced breaks in README.md phryk 2020-07-25 19:22:55 +0200
  • 95fab35ec9 hopefully better readability in README.md with forced breaks phryk 2020-07-25 19:21:48 +0200
  • 8bb07602a1 whoops. ¯\_(ツ)_/¯ phryk 2020-07-25 19:17:26 +0200
  • 5938e04f57 added README.md with a project outline phryk 2020-07-25 19:16:19 +0200
  • fedc6c483c work 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
  • 55efd530c6 more progress on maps, theoretically implemented 1d chlorpleth capability, untested. phryk 2020-07-20 06:03:36 +0200
  • ed16fd0294 maps now render, better color support and parameterizable palettes phryk 2020-07-17 16:09:39 +0200
  • 9983c44d16 more progress towards proper geodata integration phryk 2020-07-10 14:27:53 +0200
  • 1b959a030a geodata can now be put into [Ephemeral]Dataset. phryk 2020-07-09 20:25:56 +0200
  • a5267f2f3f fix for form field choices with optgroups phryk 2020-07-06 16:18:51 +0200
  • d064798ddb analysis data now saved as bson, same for sessiondata, closing #22 phryk 2020-07-05 21:29:27 +0200
  • 28139515ac added BSONField and specialized DataField, analysis persistence now uses BSON. phryk 2020-07-05 17:10:15 +0200
  • 7045b9faa3 made more general SerializedFieldAccessor, some cleaning, maybe more phryk 2020-07-05 01:46:00 +0200
  • 5fe7fd87f1 added JSONField, probably other stuff phryk 2020-07-04 16:15:45 +0200
  • 014990c807 made barchart less worse, probably some fixes, began work on built-in data sources and got confused. phryk 2020-07-01 20:42:07 +0200
  • 6c3f315a90 fixed filtering in data editor phryk 2020-06-30 00:49:34 +0200
  • 47eb89ca70 separated 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
  • f8a68ba1c0 some 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