Sebastian Lohff seba
seba pushed to master at seba/servefile 2020-09-30 01:47:34 +02:00
11a7d8bd13 Release v0.5.1
seba pushed tag v0.3.1 to seba/servefile 2020-09-30 01:34:27 +02:00
seba pushed tag v0.4.0 to seba/servefile 2020-09-30 01:34:27 +02:00
seba pushed tag v0.4.2 to seba/servefile 2020-09-30 01:34:27 +02:00
seba pushed tag v0.4.3 to seba/servefile 2020-09-30 01:34:27 +02:00
seba pushed tag v0.5.0 to seba/servefile 2020-09-30 01:34:27 +02:00
seba pushed to master at seba/servefile 2020-09-30 01:34:16 +02:00
f2594c2adf Release v0.5.0
95852ba11d Change project url to GitHub
14771695c4 Add README.md
5c78991bc8 Advertise python3.5 support
ef41f65996 Workaround for python2 deprecation in tests
Compare 7 commits »
seba pushed to a-bit-of-packaging at seba/servefile 2020-09-07 00:32:48 +02:00
ef41f65996 Workaround for python2 deprecation in tests
19c1b000a4 Make servefile a python package
3d46950d6c Use spaces instead of tabs for setup.py
seba pushed to cursorless at seba/clintermission 2020-09-06 21:09:24 +02:00
775c50ed6f Add support for cursorless menus
7a09d45ab8 Allow styling special CliMultiMenu states
19ad4f3e8b Allow per-item styling for text and options
030492b353 Rename CliMenuTheme class parameters
22307bc4ae Always use text as item if no item was specified
seba pushed to new-styles at seba/clintermission 2020-08-27 02:40:25 +02:00
74a411a52e Allow per-item styling for text and options
dc3b03c653 Rename CliMenuTheme class parameters
9ef6532c1f Make option prefix/suffix configurable
68e6ecbe4f Make CliMenuHeader and CliMenuOption private
24dab5f69b Specify minimum selected item count for CliMutliMenu
seba pushed to dev at seba/clintermission 2020-08-20 02:07:05 +02:00
411bb3a7fe Group selection icons in CliMultiMenu API
12552d8e5b Use right arrow to select/deselect in CliMultiMenu
d01024d1be Add initial_pos to choose initially selected item
3e3ea53f5e Remove dead code
c363c187bd Remove unused methods and unused arguments
seba pushed to consistency-and-multiselect at seba/clintermission 2020-08-05 03:10:57 +02:00
9b833db364 Check type of options passed to __init__
c74e3d68d6 Implement multiple selections with CliMultiMenu
46a863b3cf Remove broken space keyboard binding for accept
a28c76e001 Allow a default theme and cursor to be set
45d3395642 Rename add_header() to add_text()
seba pushed to new-map at seba/dnmapper 2020-06-16 01:59:28 +02:00
ec7cbab410 Add protobuf as dependency
180e127fff New (temporary) colorscheme for new map
841e1d015a Protect crawl converter against broken crawls
b506c7c8a2 Python3 fixes for old crawler
Compare 4 commits »
seba pushed to new-map at seba/dnmapper 2020-06-16 01:59:19 +02:00
90cbce9550 Improve conv tool to convert all old graphs
7208502bfb Save graph in crawl converter
53c70e8042 Get graph from api for new map
ec3ed26fa6 Broken line width calculation (returns always 3)
ba59fd48d1 Stub detection + no path protection for crawl converter
Compare 7 commits »
seba pushed to new-map at seba/dnmapper 2020-06-10 03:20:11 +02:00
9784d4dc7c Add ASN last seen tab
f898cd8d40 Add stubs, neighbors, etc to crawl data
99c02a84d6 Remove some prints
214f9680c0 WIP: new map
bbf4061292 Add all migrations, leftover from migration
seba pushed to master at seba/dnmgmt 2020-04-01 22:27:19 +02:00
a3b6209e0a Merge progress from production system
c800f853ac Compare records based on lowercase representation
39b65ceba0 Add DS records to reverse zone
ef5afbfe3a Support for DS records
8384311517 Replace tabs with spaces
Compare 6 commits »
seba pushed to new-api at seba/k4ever 2020-03-17 23:08:58 +01:00
851c85f4be Add piston install documentation
a036e86b96 Requirements: Django 1.11, pistons, drf
Compare 2 commits »
seba pushed to py3 at seba/cqtu 2020-03-17 20:37:45 +01:00
94d2f5a8d8 Make profile a modelviewset + add /me/ for current profile
59a4c73bd0 Reorganize imports of api views.py
Compare 2 commits »
seba pushed to master at seba/clintermission 2020-03-11 18:20:47 +01:00
648d5c956e Use option text as title if no value is given
8c6ee790bf Fix get_options() and num_options to work on options
Compare 2 commits »
seba pushed to master at seba/clintermission 2020-03-11 17:57:39 +01:00
9fe596bc01 Add option to return instantly on single item in cli_select_item()