Commit Graph

880 Commits (33a58c8bcb31da9ceff069aaee923acb175f9f85)

Author SHA1 Message Date
Marcos Vanetta 6f72d619e0 Normalize path to fix symlink creation
10 years ago
Nicholas Bollweg a17b7021ab docstrings for everyone 🎉
10 years ago
Nicholas Bollweg e39a702654 documenting public members of nbextension
10 years ago
Nicholas Bollweg 77725985c1 adding test for non-python nbextension
10 years ago
Nicholas Bollweg fe9c33dec0 add rudimentary documentation of server spec (in private function, bah)
10 years ago
Nicholas Bollweg 7859e9d7e7 adding more tests for validation, cleaning up validation return values
10 years ago
Nicholas Bollweg 9bef5c1fea serverextension docstrings
10 years ago
Nicholas Bollweg f3074fde93 logging, removing redundant implementations
10 years ago
Nicholas Bollweg 071e92689e adding initial post-install validation
10 years ago
Jonathan Frederic 35f888948f s/require/module for serverextension cc @minrk
10 years ago
Jonathan Frederic 540a143c86 Grammar cc @bollwyvl
10 years ago
Nicholas Bollweg 2b43653ac3 actually, should be public
10 years ago
Nicholas Bollweg ce4e3fc189 cleaning up references to nbextensions in serverextensions
10 years ago
Nicholas Bollweg 2d30b4d70a fixing log output... could be more verbose
10 years ago
Jonathan Frederic 295e0a5aed Use enabled/disabled
10 years ago
Jonathan Frederic 6b4790bade Use +/- instead of O/X or T/F
10 years ago
Jonathan Frederic 89f12266bd Remove extra junk from logging output
10 years ago
Matthias Bussonnier 32b5ba3b53 Log only if logger defined
10 years ago
Matthias Bussonnier 4ce3f00983 only log if loggable
10 years ago
Matthias Bussonnier 174d772e75 remove verbosity
10 years ago
Matthias Bussonnier 4959581420 fix some tests.
10 years ago
Matthias Bussonnier 0ac9277f21 Add deprecation warning and unbreak API
10 years ago
Matthias Bussonnier 67ff596f8d make the ENABLE/DISABLE markers ASCII
10 years ago
Matthias Bussonnier 5e49c502ac revert space changes
10 years ago
Matthias Bussonnier 14b1224c47 unbreak API
10 years ago
Matthias Bussonnier 976687e668 remove unused import
10 years ago
Matthias Bussonnier 0b2b908dc3 Fix dict.update does nto return a copy
10 years ago
Matthias Bussonnier 63d6dbd775 remove redundant defaults
10 years ago
Matthias Bussonnier 287e4a97be Combine logic
10 years ago
Matthias Bussonnier eb87e16ccb Minor style fixes
10 years ago
Matthias Bussonnier d87d26bfd8 Fix undefined variables
10 years ago
Jonathan Frederic 6288b7abae @carreau's comments
10 years ago
Jonathan Frederic 166afb928c Clarify doc strings
10 years ago
Jonathan Frederic 50d3452a4c Use better ansi codes
10 years ago
Jonathan Frederic fa399450c4 Fix poor logic in manager.py
10 years ago
Jonathan Frederic 29279e21e7 Fix typo
10 years ago
Jonathan Frederic b5c4e98fe8 Get the serverextensions stuff to work and add unit tests for it
10 years ago
Jonathan Frederic 54dd9c525a Squash some bugs and write unit tests
10 years ago
Jonathan Frederic a205169002 Remove line that was causing the tests to fail
10 years ago
Jonathan Frederic 24d95a5d62 Server extensions dict,
10 years ago
Jonathan Frederic e8dd95f41d Address review comments
10 years ago
Jonathan Frederic 8d2f8c1601 Some more updates to nbext and serverext
10 years ago
Jonathan Frederic fd2fda7467 Address additional comments
10 years ago
Jonathan Frederic 6cc81453d4 Simplify mappings
10 years ago
Jonathan Frederic 9d6b048633 Add uninstall command
10 years ago
Jonathan Frederic 049d00a923 Remove json dependency
10 years ago
Jonathan Frederic 13905d5b83 Remove unused nbextensions_* variables
10 years ago
Jonathan Frederic ea95f4101e Add common, terminal, and edit extension points
10 years ago
Jonathan Frederic a92244b7fb Format list command output nicely
10 years ago
Jonathan Frederic 067e452b79 --py and --python should work
10 years ago