Commit Graph

183 Commits (e48d7720637fde2dc6efe3f319c069b26b4e8a7b)

Author SHA1 Message Date
Osada Paranaliyanage bc55f3c16e Refresh terminal list. closes #7018 .
12 years ago
Scott Sanderson 16b9150151 DEV: Add various events.
12 years ago
Min RK 5eff21f3c6 simplify NotebookList.duplicate with recent changes
12 years ago
Min RK 8bad784ce5 update add_duplicate_button with API changes
12 years ago
David Neto 6aae1e219f Add the "Duplicate" button in the main dashboard
12 years ago
Thomas Kluyver aecb4bffa5 All aboard the promise train
12 years ago
Thomas Kluyver 11cfcc40d4 Use promises for GET requests
12 years ago
Min RK 287d572fb3 Merge pull request #6855 from takluyver/new-notebook-async
12 years ago
Min RK a257e580a0 Merge pull request #6854 from takluyver/post-new-terminal
12 years ago
Thomas Kluyver b046af083c Fix some bugs in deleting notebooks from the dashboard
12 years ago
Thomas Kluyver 260ebcebcf Open window before creating new notebook
12 years ago
Min RK 3870a30ce4 contents.new_untitled to match Python API
12 years ago
Min RK 39041a9f03 address review in contents service
12 years ago
Min RK 8407ba3a08 update frontend with path/name changes
12 years ago
Thomas Kluyver 538fcbc025 Close new window on error creating terminal
12 years ago
Thomas Kluyver 8da4e89e3a Make a window immediately, and set its location on response
12 years ago
Thomas Kluyver b7a558d5b9 Use synchronous request for creating new notebooks
12 years ago
Thomas Kluyver 1f2e4cc6c3 Fix passing empty list to draw_notebook_list()
12 years ago
Thomas Kluyver a4f869aa8b Rename methods to remove _file suffix
12 years ago
Thomas Kluyver 5279418acf Make Contents.new more generic
12 years ago
Kester Tong 89df330129 Modifies Contents API to return Error objects
12 years ago
Thomas Kluyver e1cbaf3d3c Fix spelling
12 years ago
Thomas Kluyver f8ec8d4abe Various minor fixes from review
12 years ago
Thomas Kluyver ea314a2a86 Rename callback parameters to success/error
12 years ago
Thomas Kluyver 060dd1305c Miscellaneous JS fixes
12 years ago
Thomas Kluyver c1c591336e Some more event cleanup
12 years ago
Thomas Kluyver c9bd254735 Make contents JS API consistent
12 years ago
Thomas Kluyver 9538726b16 Don't do UI stuff in contents API module
12 years ago
Jeff Hemmelgarn dab99c599f Remove unnecessary backwards compatibility code
12 years ago
Jeff Hemmelgarn 53463898eb Move contentmanager to contents
12 years ago
Jeff Hemmelgarn 09e0ff93d8 Fix a few problems with cherry-picked commits
12 years ago
KesterTong 3994d4d56a Adds configuration options to use Google Drive content manager
12 years ago
KesterTong e3ef5d3b70 Moves list_notebooks to ContentManager
12 years ago
KesterTong 61a911fc0c Fix constructor comments
12 years ago
KesterTong 0aada3ac5d Remove deleted notebook from notebook list
12 years ago
KesterTong 077ba397c1 Removes unnecessary parameter from ContentManager.delete_notebook
12 years ago
Jeff Hemmelgarn 728c6f005f Move deleting a notebook to contentmanager.js
12 years ago
KesterTong 993833d018 Replace other methods with ContentManager.new_notebook
12 years ago
Min RK 96183a60a0 create new terminals with POST /api/terminals
12 years ago
Thomas Kluyver d32322e332 Show terminals as terminals/name
12 years ago
Thomas Kluyver 4025b57ed8 Only display terminals in dashboard if terminals are available
12 years ago
Thomas Kluyver 65e664b143 Add list of available terminals in the dashboard
12 years ago
MinRK 2624f82787 set contentType='application/json'
12 years ago
Jeffrey Bush f141a6926a File list refreshes no longer move the upload filename boxes.
12 years ago
Jeffrey Bush 1f68e22486 Fixed many edge cases in file uploads.
12 years ago
Jeffrey Bush 305c734830 Uploading a file with a name that already exists asks the user if they want to overwrite.
12 years ago
Jeffrey Bush 5fff038965 Added ESC keep to upload textbox to cancel.
12 years ago
Jeffrey Bush defabcc772 Minor improvements to file upload.
12 years ago
MinRK 3e79eea46b update contents per further review
12 years ago
MinRK fb89646a29 various upload fixes
12 years ago
MinRK 3c26b079f0 updates per review
12 years ago
MinRK 3674958b70 teach tree view about non-notebook files
12 years ago
MinRK 0c0eb43719 teach contents service about non-notebook files
12 years ago
MinRK 6cce477e07 rename notebooks service to contents service
12 years ago
Matthias BUSSONNIER 70eb95d04c remove call to jquery-ui useless button()
12 years ago
MinRK 11193d4790 move some responsive bootstrap transitions
12 years ago
MinRK 9ff7d264ab note loaded, unused dependencies in require
12 years ago
MinRK 4097da724b preserve backward-compatible $([IPython.events])
12 years ago
Jason Grout abf86d5324 Trigger app_initialized event *after* the 'global' IPython object is initialized
12 years ago
MinRK b1291df14a return global events from require(['base/js/events']).
12 years ago
MinRK d345546d15 add bootstrap shim for require
12 years ago
jon 70ffd96eb9 Added some nice comments,
12 years ago
jon d9ab2d203a In person review with @ellisonbg
12 years ago
jon 1e098560b8 Revert "Google hangout review comments."
12 years ago
Jonathan Frederic eb2b1ab4a4 Google hangout review comments.
12 years ago
Jonathan Frederic 2ba8945cab Fix all the bugs!
12 years ago
Jonathan Frederic c7961ae2db Fix imports of "modules",
12 years ago
Jonathan Frederic 0edfdbc703 Return dicts instead of classes,
12 years ago
Jonathan Frederic 0e9e1dd5a3 MWE,
12 years ago
Jonathan Frederic 516958ac07 Almost done!
12 years ago
Jonathan Frederic 152e23dc76 Progress...
12 years ago
Jonathan Frederic e6b7cc9ff9 Fixed events
12 years ago
Jonathan Frederic 9bfe5fc06c Use ipython namepsace for instances.
12 years ago
Jonathan Frederic b1c8d2662c Finished making tree.html requirejs friendly
12 years ago
Jonathan Frederic 9f4a03ce79 Started work to make tree requirejs friendly.
12 years ago
Jean-Christophe Jaskula 9c2c680e8f Creating an entry point for notebook manager extensions
12 years ago
Jonathan Frederic 697cc58655 Change the nav bar to nav-pills
12 years ago
Jonathan Frederic 0689830c4b Fixes to make spinners in cluster list display correctly.
12 years ago
Jonathan Frederic 0483bb2ed8 Fixed cluster list.
12 years ago
Jonathan Frederic 329a387f4f Fix automation errors.
12 years ago
Jonathan Frederic d88daf1bb7 Ran jdfreder/bootstrap2to3
12 years ago
MinRK 0a143e716e dialog on New Notebook failure
12 years ago
MinRK 82964a09c2 log all failed ajax API requests
12 years ago
Paul Ivanov ae8c7c8c6e Merge pull request #5584 from ivanov/more-semantic-icons
12 years ago
Paul Ivanov 3e6492dafd use fixed-width icons, closes #5555
12 years ago
Paul Ivanov 39c1346805 more semantic icons
12 years ago
Jonathan Frederic 6ed0bf975b Don't remove upload items unless explicitly requested.
12 years ago
Paul Ivanov 938f4bdfc4 small whitespace cleanup, renamed drag_info
12 years ago
Paul Ivanov eb4e674598 remove redundant checks in code
12 years ago
Paul Ivanov 14239c01e4 use explicit running header name + jquery's toggle
12 years ago
Paul Ivanov b74b10e308 added IPython.session_list
12 years ago
Paul Ivanov a2b9c75e93 don't double-join the notebook path
12 years ago
Paul Ivanov a27168ae3b refresh of Notebook list should reload sessions
12 years ago
Paul Ivanov af90cd8c62 fix typo in method name
12 years ago
Paul Ivanov cb1bb62272 ok, Running tab is working now
12 years ago
Paul Ivanov 3b109de563 minimal KernelList
12 years ago
MinRK a93040e810 s/get_data/get_body_data/
12 years ago
MinRK e1e0b19a6a s/base_project_url/base_url/
12 years ago
MinRK 13fc9022d9 various unicode fixes
12 years ago
MinRK e0a7793226 don't strip '.ipynb' from notebook names in nblist
12 years ago