Commit Graph

10892 Commits

Author SHA1 Message Date
Celina Kilcrease
192e3fe9d8 remove es6 syntax 2018-04-18 17:21:47 -04:00
Celina Kilcrease
174e724174 get file size in base model 2018-04-18 14:56:15 -04:00
Ashley Teoh
dee58e0a08 use text() not html() 2018-04-18 12:47:06 -04:00
Ashley Teoh
577cbe52b7 update api description 2018-04-18 12:35:16 -04:00
Ashley Teoh
dd608ad2bd add MIT licence 2018-04-18 12:33:03 -04:00
Ashley Teoh
d35ac8bc3a right align file size column 2018-04-18 12:31:23 -04:00
Celina Kilcrease
06214aea0a remove inline css 2018-04-18 10:44:53 -04:00
Celina Kilcrease
8cc9734c77 merged changes 2018-04-18 10:41:31 -04:00
Ashley Teoh
2e9ba4a1ac use pretty-bytes 2018-04-18 00:03:52 -04:00
Celina Kilcrease
acc2056e05 fixed filesize
fixed  typo
2018-04-17 22:23:08 -04:00
Celina Kilcrease
13933f396a converting filesize to readable format 2018-04-17 22:23:08 -04:00
Ashley Teoh
abe05dea42 change column width, flip order 2018-04-17 22:23:08 -04:00
Celina Kilcrease
ff8e1cc983 only get filesize for files and notebooks
adding sort function

add file size text
2018-04-17 22:22:35 -04:00
Celina Kilcrease
a47a188728 Merge branch 'filesize' of https://github.com/nyu-ossd-s18/notebook into filesize 2018-04-17 11:45:23 -04:00
Celina Kilcrease
d19f97017f fixed filesize 2018-04-17 11:45:07 -04:00
Ashley Teoh
8c96ad58c7 cleanup 2018-04-17 11:41:09 -04:00
Celina Kilcrease
42c3c02f95 converting filesize to readable format 2018-04-17 11:37:56 -04:00
Ashley Teoh
d6c7f2e7a8 change column width, flip order 2018-04-17 11:14:12 -04:00
Ashley Teoh
6475eaa73f empty function to format filesize 2018-04-15 15:06:21 -04:00
Ashley Teoh
a299be7ff7 fix sorting function foreal 2018-04-15 15:02:51 -04:00
Ashley Teoh
86c45a17ed fix sort function 2018-04-15 14:54:16 -04:00
Ashley Teoh
59b7c66662 revert chages 2018-04-15 14:47:29 -04:00
Ashley Teoh
38acc780ca add file size text 2018-04-15 10:30:50 -04:00
Ashley Teoh
388d6367ca starting out the sort function 2018-04-15 10:17:10 -04:00
Celina Kilcrease
3315dbd55f only get filesize for files and notebooks 2018-04-14 20:04:45 -04:00
Celina Kilcrease
b864f5aacc make file size optional pproperty 2018-04-14 18:49:01 -04:00
Ashley Teoh
3650cc7cb4 adding file size to model 2018-04-13 21:41:58 -04:00
Thomas Kluyver
e3ee8071f6
Merge pull request #3465 from Sheshtawy/convert-jstest-to-selenium-deletecell
Convert jstests to selenium: deletecell.js
2018-04-04 20:35:33 +02:00
Thomas Kluyver
2fb47162d7
Merge pull request #3494 from danagilliann/master
solved waiting asterisk
2018-04-04 20:32:50 +02:00
danagilliann
e4334e631c empty space to cell 2018-04-04 13:56:37 -04:00
sheshtawy
ce2c3a9033 Merge branch 'convert-jstest-to-selenium-deletecell' of github.com:Sheshtawy/notebook into convert-jstest-to-selenium-deletecell 2018-04-04 11:03:36 -04:00
sheshtawy
bdfdd24c7e Move some utility functions from the test module to the utils.py module 2018-04-04 11:03:03 -04:00
sheshtawy
b097da2867 Delete tests
Update  to use the updated notebook fixture
2018-04-04 11:03:02 -04:00
sheshtawy
5e57a51055 Remove unnecessary comments 2018-04-04 11:03:02 -04:00
sheshtawy
a47ecd4c07 Move notebook fixture to deletetest file to minimize the dependency on changes in PR #3475. This should be update once that PR is merged 2018-04-04 11:03:02 -04:00
sheshtawy
2ef45d5577 Add tests to make sure copied cells are deletable 2018-04-04 11:03:02 -04:00
sheshtawy
a0e89b618d Add tests for deletable cells and non-deleteable cells 2018-04-04 11:03:02 -04:00
hkshesht
835211f039 Initial commit to convert deletecell.js to selenium 2018-04-04 11:03:02 -04:00
sheshtawy
14acb8d7e9 Move some utility functions from the test module to the utils.py module 2018-04-04 10:39:11 -04:00
Thomas Kluyver
9d4a2da362
Merge pull request #3004 from gnestor/issue-1530
Add shutdown button option
2018-04-04 12:31:22 +02:00
Thomas Kluyver
717294d88b
Merge pull request #3493 from ashleytqy/ash.travis
Only check links when build is trigger by Travis Cron job
2018-04-04 11:39:17 +02:00
danagilliann
51e910b7ca solved waiting asterisk 2018-04-03 20:10:12 -04:00
Ashley Teoh
ad59f707db formatting 2018-04-03 19:05:45 -04:00
Ashley Teoh
87f93044c6 only check links if build is triggered by cron 2018-04-03 18:57:31 -04:00
sheshtawy
413cca8cbd Delete tests
Update  to use the updated notebook fixture
2018-04-03 16:23:23 -04:00
sheshtawy
30f7b8d95a Merge remote-tracking branch 'origin/master' into HEAD 2018-04-03 16:08:13 -04:00
Thomas Kluyver
596020307b
Merge pull request #3475 from takluyver/selenium-undelete
Convert undelete cell tests to Selenium
2018-04-03 17:54:03 +02:00
Thomas Kluyver
bf5dc5abec
Merge pull request #3477 from takluyver/i3473
Convert native for loop to Array forEach()
2018-04-03 17:53:46 +02:00
Thomas Kluyver
de37b584d1 Rename config option to quit_button 2018-04-03 17:28:08 +02:00
Min RK
70aa9a7ed3
Merge pull request #3478 from takluyver/disable-terminals
Add NotebookApp.terminals_enabled config option
2018-04-03 12:35:39 +02:00