Commit Graph

35 Commits

Author SHA1 Message Date
Peng Lyu
d7a2778121 fix notebook renderers 2025-11-12 16:34:57 -08:00
Matt Bierner
1c35a4d05c Enforce single quote string usage in extension tests
Single quoted string usage is already enforced everywhere except our tests. Having this inconsistent style can confuse contributors and code generation

Starting with converting over tests in the `extensions` dir
2025-10-15 01:51:43 -07:00
Matt Bierner
360c9fd134 Add lint rule for as any and bulk ignore all existing breaks
For #269213

This adds a new eslint rule for `as any` and `<any>({... })`. We'd like to remove almost all of these, however right now the first goal is to prevent them in new code. That's why with this first PR I simply add `eslint-disable` comments for all breaks

Trying to get this change in soon after branching off for release to hopefully minimize disruption during debt week work
2025-10-02 23:38:33 -07:00
Ladislau Szomoru
4d7c56ee82 Engineering - Add GitHub action for pull requests (#254056)
* Test - handle running tests as part of a GitHub action

* Add GitHub action files
2025-07-04 08:21:56 +00:00
Aaron Munger
4fed93462a stracktrace parser improvements (#252020)
fix stacktrace parsing
2025-06-24 07:53:42 -07:00
Aaron Munger
d46348a55b Revert "fix output links for IPython 9 (#248349)" (#252017)
This reverts commit e5ddb82cdc.
2025-06-21 09:40:52 +02:00
Aaron Munger
dac0c97d08 don't create links when they won't be rendered (#248353)
dont create links when they wont be rendered
2025-05-07 16:19:12 -07:00
Aaron Munger
e5ddb82cdc fix output links for IPython 9 (#248349)
* fix output links for IPython 9

* fix one case and comments on the regexes
2025-05-07 15:44:56 -07:00
Aaron Munger
dac6e8999f remove background colors from combination setters as well (#245734) 2025-04-05 00:05:22 +02:00
Aaron Munger
70e928a4b2 set word wrap on correct element (#238493)
* set word wrap on correct element

* update test
2025-01-23 08:52:41 -08:00
Aaron Munger
c6563ccae8 put word wrap styling on parent container (#211982)
* put word wrap styling on parent container

* update tests
2024-05-03 15:27:36 -07:00
Aaron Munger
674c62fade Minimal error renderer (#210767)
* collapse stack trace

* interaction buttons

* fixup

* place feature behind option

* styling, more cleanup

* test returned link, fix test bug

* test header link, skip header link for old IPython

* padding

* remove inline margin
2024-04-22 08:09:11 -07:00
Aaron Munger
d5d1424296 Allow disabling filepath links (#200577)
* add setting to enable/disable linkifying filepaths

* implement linkify setting

* update setting without reload

* switch casing style
2023-12-11 15:47:06 -08:00
Aaron Munger
8ba75dfdc8 more strict on regex, fix special character 2023-11-06 10:59:40 -08:00
Aaron Munger
6afac1d3f7 fix stack trace linking 2023-11-06 10:59:40 -08:00
aamunger
2b721ec298 use named capture groups 2023-10-19 08:55:50 -07:00
aamunger
4c2c49d5b0 added line link 2023-10-19 08:55:50 -07:00
aamunger
55794b6c76 handle new URI format from webview 2023-10-19 08:55:50 -07:00
aamunger
a9ee16c135 handle new URI format from webview 2023-10-19 08:55:50 -07:00
aamunger
3b6848c4e6 pass test 2023-10-19 08:55:50 -07:00
Aaron Munger
4540b9ba1f older Ipython, failing test 2023-10-19 08:55:50 -07:00
Aaron Munger
fe8ac3f89e linkify stack lines for cell references 2023-10-19 08:55:50 -07:00
Aaron Munger
2123a011bf linkify stack lines for file references 2023-10-19 08:55:50 -07:00
Aaron Munger
315f158d20 link test 2023-10-19 08:55:50 -07:00
Aaron Munger
8e8811a5c1 clean raw jupyter error stack traces 2023-10-19 08:55:50 -07:00
Aaron Munger
ab09263c52 linkify tests 2023-09-12 10:41:50 -07:00
Aaron Munger
fb8e51346f test for link rendering 2023-09-11 15:12:56 -07:00
aamunger
72806b4403 add/fix tests 2023-07-17 16:18:25 -07:00
Aaron Munger
5b78562d6c truncate long outputs 2023-07-12 15:03:49 -07:00
aamunger
3767249655 select previous output to be replaced correctly 2023-06-08 21:51:18 -07:00
aamunger
c71766d505 event testing 2023-05-24 14:24:30 -07:00
aamunger
43d5cc452c account for running a cell with one output after that cell previously produced multiple streaming outputs 2023-05-23 16:20:54 -07:00
aamunger
859ffaca34 await promises 2023-03-16 14:49:14 -07:00
aamunger
7c610d1a4c typo 2023-03-16 12:11:46 -07:00
aamunger
11c5e141ab added notebook output renderer tests 2023-03-16 12:10:24 -07:00