Andre Eleuterio
51a6b82641
Upgrade node-fetch version ( #33194 )
...
* Upgrade node-fetch version
* Fix yarn probs
2022-03-30 13:46:00 -03:00
Andre Eleuterio
bdd0f5d254
Upgrade graphiql ( #33181 )
...
* Upgrade graphiql
* web: yarn deduplicate
Co-authored-by: Valery Bugakov <skymk1@gmail.com>
2022-03-30 13:45:43 -03:00
Felix Kling
ce77168236
notebooks: Use CodeMirror for markdown block ( #32919 )
2022-03-28 13:56:56 +02:00
Milan Freml
f0376a1e15
[site-admin] Add feature flag override management to site admin ( #33001 )
...
* [site-admin] Add feature flag override management to site admin
* Fix graphql operation naming for gulp generate
* Fix linting problem in SCSS
* Add error handling for updating and deleting overrides
* Fix yarn build-ts errors
* Fix ESLint errors
* Change add override modal based on PR feedback
* Change label based on override type
2022-03-25 14:23:28 +01:00
Tom Ross
a2d6a94781
Integration tests: Add option to run automated accessibility audits ( #32895 )
2022-03-24 16:47:44 +00:00
Vova Kulikov
a59c3a51e4
Web: [Charts] Add new pie chart ( #32935 )
...
* Update @visx/annotation version
* Add pie chart
2022-03-24 19:44:43 +04:00
Felix Kling
7e0d079d94
search: Add possibilty to use CodeMirror for the search query input ( #32446 )
...
This commit introduces CodeMirror for the search query input, which is gated behind the new `editor` experimental feature flag. `LazyMonacoQueryInput` uses that value to determine which editor to load. If set to `codemirror6`, CodeMirror will be used for the search query input. For more information about this change, please see the PR description: https://github.com/sourcegraph/sourcegraph/pull/32446 .
2022-03-21 17:34:27 +01:00
Vova Kulikov
f30139e499
Web [Charts]: Use wildcard Popover instead of floating-ui ( #32543 )
...
* Use wildcard Popover instead of floating-ui
* Fix MenuList popover position prop
2022-03-16 12:30:38 +04:00
Vova Kulikov
ef15103878
Web: Update code style with the latest eslint-config ( #32578 )
...
* Update package.json
* Reformat code with the latest config
* Fix typecasting for the console.ts
2022-03-15 18:00:55 +04:00
Vova Kulikov
cb20941505
Webapp: Index tabs and tab panels for the panel blob component ( #31130 )
...
* Index tabs and tab panels for the panel blob component
* Revert "Revert "Webapp: Update @reach-ui and react-focus packages versions (#30845 )" (#31132 )"
This reverts commit 4a84d83503 .
* Move StatoscopePlugin to the build-config package
2022-03-13 16:09:18 +04:00
Rijnard van Tonder
f0ca58171f
compute: add notebook block component ( #32290 )
2022-03-09 17:38:35 -08:00
Kelli Rockwell
2bfac7a91d
Wildcard V2: Introduce MultiSelect ( #32103 )
2022-03-09 09:56:19 -08:00
TJ DeVries
6187cdea71
syntax-highlighter: Add C# Support ( #31811 )
...
Add C# support and fix some multi-line bugs for tree-sitter highlighting
2022-03-02 12:02:36 -05:00
GitStart-SourceGraph
5188fab010
Enable eslint-plugin-wildcard globally ( #30830 )
...
* Enable eslint-plugin-wildcard globally
Co-authored-by: gitstart-sourcegraph <gitstart-sourcegraph@users.noreply.github.com>
2022-03-02 21:19:54 +07:00
Juliana Peña
3d690041bc
disable broken jest tests ( #31956 )
2022-03-01 01:59:14 -08:00
Tom Ross
d7d7c9a1c1
Upgrade to Jest 27 ( #31631 )
...
* Initial commit
* Fix
* Update
* dedupe
* Remove unused code
2022-02-23 10:07:43 +00:00
Tom Ross
e1440c4cef
Revert Mocha JUnit reporter usage ( #31626 )
2022-02-22 15:46:58 +00:00
Ólafur Páll Geirsson
d3799e2b38
LSIF Typed: miscellaneous code cleanups ( #31548 )
2022-02-21 13:36:49 +01:00
Tom Ross
c2033ce1cd
ci: submit FE (some) test results to BK analytics ( #28262 )
...
Co-authored-by: Jean-Hadrien Chabran <jh@chabran.fr>
2022-02-15 10:59:32 +01:00
Thorsten Ball
4a84d83503
Revert "Webapp: Update @reach-ui and react-focus packages versions ( #30845 )" ( #31132 )
...
This reverts commit ea48af518d .
2022-02-13 08:11:28 +01:00
Vova Kulikov
ea48af518d
Webapp: Update @reach-ui and react-focus packages versions ( #30845 )
...
* Use statoscope instead of bundle analyze
* Update reach-ui and react-focus packages
* Fix webpack config
* Simplify tabs types
* Update snapshot tests
* Add a comment for skip snapshot test
* Pin tslib version
* Update statoscope config
2022-02-12 17:21:14 +03:00
Valery Bugakov
31ffa7af8a
web: seal CSS modules migration with linter rules ( #30354 )
2022-01-28 07:25:17 -08:00
Kelli Rockwell
f92fb23568
batches: SSBC animated library pane collapse ( #30069 )
2022-01-24 15:02:54 -08:00
TJ Kandala
ca014d035d
vsce: create vscode package, establish architecture ( #29997 )
...
Co-authored-by: Beatrix <68532117+abeatrix@users.noreply.github.com>
2022-01-20 19:06:56 -05:00
TJ Kandala
29ef1da2a9
Create search and search-ui packages ( #29773 )
...
Co-authored-by: Juliana Peña <juliana@sourcegraph.com>
2022-01-20 12:56:23 -05:00
Felix Kling
87d68e0109
Upgrade Zustand to get access to better typed middleware ( #29804 )
2022-01-17 19:56:52 +01:00
Valery Bugakov
f1a0470ca3
ci: improve prettier output ( #29684 )
2022-01-13 04:57:14 -08:00
Vova Kulikov
7db7d39634
Web: Add chart package with stat vis components [Line Chart] ( #29372 )
...
* Add chart package
* Add line chart
* Add tooltip
* Add legend list component
* Add line chart story and index re-exports
* Add shift limiter to floating panel position logic
2022-01-12 19:44:11 +03:00
Ólafur Páll Geirsson
70f8bcb6e5
Add TypeScript bindings for LSIF typed ( #29603 )
...
Co-authored-by: Eric Fritz <eric@eric-fritz.com>
2022-01-11 23:44:36 +00:00
GitStart-SourceGraph
c2019f7cc7
[SG-27732] wildcard: manual migration TextArea ( #28942 )
...
* wildcard: manual migration TextArea
Co-authored-by: gitstart-sourcegraph <gitstart@users.noreply.github.com>
2022-01-11 23:52:51 +07:00
GitStart-SourceGraph
0d5361c3b1
wildcard: move react-loading-spinner dependency to within wildcard ( #29131 )
...
Co-authored-by: gitstart-sourcegraph <gitstart@users.noreply.github.com>
2022-01-05 22:11:27 +07:00
Valery Bugakov
0492b77f94
search: preserve scroll position on navigating back to search results 🎉 ( #29178 ) ( #29176 )
...
- preserve scroll position on navigating back to search results
- prevent the rendering of the home page when navigating back to the search results
2021-12-20 02:26:48 -08:00
Chris Wendt
0db4e13aa1
tests: Remove download-puppeteer-browser script ( #29104 )
2021-12-16 05:33:25 -07:00
Chris Wendt
066442aba9
tests: Fix node warnings ( #29094 )
2021-12-16 09:39:22 +00:00
Chris Wendt
09f957e1c5
docs: Bump mermaid to 8.13.4 ( #29081 )
2021-12-16 02:31:30 +00:00
Vova Kulikov
40af1393f1
Web: Update puppeteer to 12.0.1 ( #28783 )
...
* Update puppeteer to 12.0.1
* Fix puppeteer types
* Fix puppeteer driver types
* Fix puppeteer coverage and cdp adapter types
2021-12-16 01:13:04 +00:00
Tom Ross
6d80c2f633
Re-enable experimental support for esbuild ( #28856 )
2021-12-13 11:26:05 +00:00
Tom Ross
17d8e60ed9
Update client testing documentation ( #28735 )
2021-12-09 13:48:13 +00:00
Tom Ross
4b80b03c51
CI Failures: Temporarily remove esbuild dependency ( #28784 )
...
Co-authored-by: Jean-Hadrien Chabran <jh@chabran.fr>
2021-12-09 12:42:46 +01:00
Vova Kulikov
b96c356281
Code Insights: [FE] Update react-grid-layout library ( #28474 )
...
* Update react-grid-layout library
Co-authored-by: Justin Boyson <justin.boyson@sourcegraph.com>
2021-12-03 16:11:44 +03:00
Renovate Bot
54490d2144
Pin dependencies
2021-12-03 05:32:57 +00:00
Patrick Dubroy
dd096492a4
Remove last references to Enzyme. ( #28461 )
2021-12-02 13:20:45 +01:00
GitStart-SourceGraph
546c53a4c2
Migrate remaining react-test-renderer tests to @testing-library/react ( #28141 )
...
Co-authored-by: gitstart-sourcegraph <gitstart@users.noreply.github.com>
2021-11-29 15:13:16 +01:00
Vova Kulikov
8bfdbd89ae
Update ts version to 4.5.2 ( #28152 )
2021-11-25 12:03:23 +03:00
Chris Wendt
1640c4ede1
codeintel: Merge codeintellify ( #28153 )
2021-11-24 23:45:40 +00:00
Erzhan Torokulov
214f61fbfc
Update private repository detection logic for Gitlab and Github ( #27779 )
...
* Update private repository detection logic for Gitlab and Github
* Add unit tests and update Github integration test
* Add changelog
2021-11-24 13:42:50 +03:00
Chris Wendt
b4c59981d2
tests: Upgrade to Jest 26 ( #28113 )
2021-11-23 18:27:24 -07:00
GitStart-SourceGraph
b9a1ac36d4
Migrate enzyme tests to @testing-library/react ( #27890 )
...
Co-authored-by: gitstart-sourcegraph <gitstart@users.noreply.github.com>
2021-11-19 09:08:37 +07:00
Adam Harvey
ab24484a85
Webhook log frontend ( #27179 )
2021-11-17 11:18:38 +01:00
Kelli Rockwell
71a976726e
Bump @sourcegraph/eslint-config ( #27784 )
2021-11-16 16:31:10 -08:00