Grant Nestor
2ca3684003
Update selenium tests
8 years ago
Grant Nestor
6670d57e2f
Update tests
8 years ago
Min RK
19188568c9
Merge pull request #3490 from yuvipanda/prometheus-intro
...
Add a /metrics endpoint for Prometheus Metrics
8 years ago
yuvipanda
7a3c0f334a
Rename prometheus metrics to be more standard
8 years ago
yuvipanda
de132033a7
Fixup docstrings
8 years ago
Thomas Kluyver
7ea7a8b97d
Skip directory deletion test on Windows
8 years ago
Thomas Kluyver
f63af7376b
Don't trash non-empty directories on Windows
...
It appears that the Windows backend of send2trash can't guarantee that
files won't actually be deleted. There are some hints that this happens
in particular when you delete a lot of data at once. So this returns to
refusing to delete folders unless they're empty (or contain only ipynb
checkpoints).
Closes gh-3631
8 years ago
Thomas Kluyver
ebe01762eb
Merge pull request #3601 from arovit/test_empty_arrows
...
[WIP] [3335] Convert JS tests to Selenium
8 years ago
Thomas Kluyver
1437dfec29
Merge pull request #3656 from takluyver/undouble-token
...
Don't duplicate token in displayed URL
8 years ago
Thomas Kluyver
2941158ec7
Merge branch 'master' into test_empty_arrows
8 years ago
Thomas Kluyver
702b67d15e
Merge pull request #3630 from arovit/add_find_replace_test
...
[WIP: 838] Add find replace test
8 years ago
arovitn
dcb45b2b34
modified the deletion logic as per the comments and setting the readonly cell to false
8 years ago
arovitn
b22994eb47
renamed the ids, removed the replace_all parameter and changed the name of the testcase as mentioned in the comments
8 years ago
M Pacer
c6dd032bf8
add kernel_info_timeout traitlet to wait for slow kernel startups
...
This affects both the MappingKernelManager and the ZMQChannelsHandler(by extension). This allows one setting to apply to both startup andrestarting.
8 years ago
Thomas Kluyver
c16701af84
Don't duplicate token in displayed URL
...
Closes gh-3620
8 years ago
arovitn
33c1dea080
add 'ids' to the form_and_replace form and address other review comments
8 years ago
arovitn
66b257bf3b
removing test_empty_arrows_keys.py and moving the delete_cell test into test_deletecell.py
8 years ago
Min RK
459b92cd23
Merge pull request #3624 from MathisRosenhauer/bugfix/hiddenlink
...
stat symlink to determine access
8 years ago
Thomas Kluyver
374da5a451
Merge pull request #3535 from lucasoshiro/clickable-prompt
...
[WIP] Executing cell when clicking its prompt
8 years ago
Lucas Oshiro
40cf1ab912
Click instead of mouseup
8 years ago
arovitn
0afa1e5855
Modified to use list comprehension, added '()' for to_command_mode, added assert to check presence of cell and remove 'return True' from remove_cells
8 years ago
arovitn
6fc09088ed
[WIP 838: Writing test for 'Find and replace' in selected cell apply on all cells]
8 years ago
Mathis Rosenhauer
a9ccdef489
stat symlink to determine access
8 years ago
Thomas Kluyver
dc73f9a9be
Back to development
8 years ago
Thomas Kluyver
3b84442f21
release 5.5.0
8 years ago
arovitn
70ce8fac33
forgot adding .perform() for ActionChain
8 years ago
Lucas Oshiro
8e5601370a
Firefox media query for touch devices
8 years ago
arovitn
031c90b933
1. Converting 'empty_arrows_keys.js' into selenium based test
...
2. Moved "delete_cell" method to utils.py and modified references to use it from there
3. added a generalized method "trigger_keystrokes" to send keystrokes to browser
8 years ago
Thomas Kluyver
38a67bc790
Prefer IP address over hostname when available
8 years ago
Thomas Kluyver
5cfba9cb24
Back to development
8 years ago
Thomas Kluyver
0f31d59c97
release 5.5.0rc1
8 years ago
Thomas Kluyver
85b60e29b8
Merge pull request #3485 from maartenbreddels/config_manager_no_defaults
...
ConfigManager should not write out default values found in the .d directory
8 years ago
Hari
0875d5602b
Fix for reload button no longer works Issue
8 years ago
Thomas Kluyver
2aca6f98b0
Merge pull request #3508 from Sheshtawy/convert-dualmode-insertcell-to-selenium
...
Convert dualmode_insertcell.js
8 years ago
sheshtawy
b25a14222e
Update assert statement to use a list for more descriptive errors and less requests to the browser
8 years ago
sheshtawy
17e46a7cd6
Remove js test file
8 years ago
Thomas Kluyver
9a3e8ca7d9
Merge pull request #3561 from takluyver/i3549
...
Allow defining keyboard shortcuts for missing actions
8 years ago
sheshtawy
1283f27908
Add tests for insertion above/below multiple selected cells
8 years ago
Lucas Oshiro
5eea1b1f59
Media query for touchscreen devices, fixed input prompt HTML
8 years ago
sheshtawy
0acdea70d9
Remove markdown cells assertions since they're not useful anymore
8 years ago
sheshtawy
ebf27aa94c
Remove unnecessary imports
8 years ago
sheshtawy
a46f5b81a1
Add assertions for insert below and above cell commands in command mode and also after editing cells in edit mode
8 years ago
sheshtawy
c4adc5266f
Update utils.py to resolve merge conflict
8 years ago
Thomas Kluyver
bb1c547e7d
Fix some linter warnings in keyboard.js
8 years ago
Thomas Kluyver
20f1b74ce9
Allow defining keyboard shortcuts for missing actions
...
When users bind custom shortcuts to actions coming from extensions, the
shortcuts can be loaded before the extensions, so we need to allow
defining a shortcut for an action that doesn't exist yet.
Closes gh-3549
Closes gh-2954
8 years ago
Philipp Rudiger
8a9afb4f58
Add a output_updated.OutputArea event
8 years ago
arovitn
5b0bc68e77
[WIP] [3335] Converting prompt_numbers.js test to selenium
8 years ago
Thomas Kluyver
fc24f31be8
Merge pull request #3500 from gnestor/issue-2518
...
Prevent default on pageup/pagedown when completer is active
8 years ago
Thomas Kluyver
58752355b9
Merge pull request #3539 from nyu-ossd-s18/filesize
...
Adding file size to views
8 years ago
Thomas Kluyver
160754d27e
None -> null for JSON API
8 years ago