Commit Graph

1919 Commits

Author SHA1 Message Date
G r e y bf4779991e
docs: Update contributing requirements (#2775)
Resolves: #2771
2021-02-25 13:09:21 -06:00
G r e y 077af0511e
fix: Responsive Sign In Page (#2770) 2021-02-25 13:08:54 -06:00
Asher a5edbcb6b6
Add reviewer group as a codeowner (#2777) 2021-02-25 12:48:03 -06:00
Joe Previte 7dbb72a9c1
Merge pull request #2648 from cdr/e2e-test-go-home
feat(testing): add e2e test for 'Go Home' button
2021-02-25 11:21:43 -07:00
G r e y a2b24321c0
chore: Format docs (#2774)
See also: #2771
2021-02-25 12:20:44 -06:00
Joe Previte 19e5609c5f
Merge pull request #2715 from cdr/add-tests-emitter
feat(testing): add unit tests for emitter
2021-02-23 10:02:00 -07:00
Ben Potter 74d26523d9
Merge pull request #2729 from bpmct/add-heroku-azure
docs(install): add Azure and Heroku
2021-02-22 16:21:46 -05:00
Ben 256bd362c2
add awesome-code-server 2021-02-22 15:50:59 -05:00
Joe Previte 325a1d8181
feat: add test for catching errors in Emitter 2021-02-22 13:44:43 -07:00
Joe Previte e0acb08d94
feat: add basic test for emitter 2021-02-22 13:44:43 -07:00
Asher 47a05c998a
Gate wtfnode behind WTF_NODE env var
After thinking about it some more it's probably mostly only useful to
see the output when the tests are hanging. Otherwise there's a lot of
noise about Jest child processes and pipes.
2021-02-22 13:41:12 -07:00
Asher 6685b3a4ff
Move wtfnode setup to global setup
I think Jest provides separate console methods for each test so when the
socket tests finish Jest complains that a test keeps trying to output.
2021-02-22 13:41:11 -07:00
Asher ef7e7271b6
Fix unreadable wtfnode output 2021-02-22 13:41:11 -07:00
Asher 6d4f814f84
Close context before browser
This seems to resolve a warning about a process being forcefully exited.
2021-02-22 13:41:11 -07:00
Joe Previte d61bbc4c4f
refactor(goHome): check url, remove timeout 2021-02-22 13:41:11 -07:00
Joe Previte b0fd55463b
refactor: add constants.ts with PASSWORD, etc 2021-02-22 13:41:11 -07:00
Joe Previte 5857b25079
chore: add todo regarding storage and cookies e2e 2021-02-22 13:41:10 -07:00
Joe Previte 3fa460c244
refactor: create helpers.ts & add Cookie 2021-02-22 13:41:10 -07:00
Joe Previte 38d7718feb
refactor: use promises for goHome test 2021-02-22 13:41:10 -07:00
Joe Previte 06af8b3202
refactor: update goHome location in test 2021-02-22 13:41:10 -07:00
Joe Previte d0eece3d8f
refactor: add note to test.sh about --home 2021-02-22 13:41:10 -07:00
Joe Previte 2dc56ad4d7
refactor: manually add cookie goHome 2021-02-22 13:41:10 -07:00
Joe Previte b02d2fb3cc
feat: add cookie utils for e2e tests 2021-02-22 13:41:10 -07:00
Joe Previte e077f2d97f
refactor: update test script to check env var 2021-02-22 13:41:09 -07:00
Joe Previte 9e3c8bd93d
feat: add step to upload test videos 2021-02-22 13:41:09 -07:00
Joe Previte ffdbf3a730
feat: add test/videos & /screenshots to gitignore 2021-02-22 13:41:09 -07:00
Joe Previte 236717ee98
fix: update modulePathIgnorePatterns for jest 2021-02-22 13:41:09 -07:00
Joe Previte 9eba2bd4fd
fix(ci): update test job to use bin 2021-02-22 13:41:09 -07:00
Joe Previte 34c6ec4c07
feat: add globalSetup for testing 2021-02-22 13:41:09 -07:00
Joe Previte 3033c8f9a2
feat: add test to visit go home in app menu 2021-02-22 13:41:08 -07:00
Joe Previte d7e41a3187
fix: increase test timeout to 30000 2021-02-22 13:41:08 -07:00
Joe Previte c2f1a2dace
feat: add test for login page 2021-02-22 13:41:08 -07:00
Joe Previte f0b5a57155
feat: add playwright 2021-02-22 13:41:08 -07:00
Adrian Soucup 271c260a36
Fix terminal process leak when closing the window. (#2723) 2021-02-22 13:32:50 -06:00
Joe Previte 7e399b9490
Merge pull request #2743 from cdr/fix-link-extension-viewlet
fix(vscode): update link in extensionsViewlet
2021-02-22 09:57:13 -07:00
Joe Previte 8302d2fe8e
fix(vscode): update links in welcome page 2021-02-18 11:21:27 -07:00
Joe Previte 43d0d8e919
fix: update link in extensions helper 2021-02-18 10:54:45 -07:00
Asher 02f9af1731
Merge pull request #2737 from cdr/health-test
Fix healthz socket
2021-02-18 11:38:00 -06:00
Asher 2d8b785fb8
Fix health socket not getting client messages
Forgot to resume. Went ahead and did the same for the test plugin
although it only sends messages and doesn't receive any.
2021-02-16 15:01:46 -06:00
Asher 7f80d152d3
Add healthz tests 2021-02-16 15:01:45 -06:00
Asher 59ba78c028
Force shutdown sockets during tests 2021-02-16 15:01:45 -06:00
Asher 7b28284a09
Merge pull request #2721 from cdr/v3.9.0
release: v3.9.0
2021-02-16 09:49:09 -06:00
Ben 83d6126e60
fix whitespace 2021-02-16 00:45:28 -05:00
Ben b86c45f76e
add Azure, Heroku to install docs 2021-02-16 00:43:10 -05:00
Joe Previte fc6d123da5
feat: update release template w/doc and dev 2021-02-12 16:22:32 -07:00
Joe Previte 0e3d1265d0
docs(ci): update release 2021-02-12 16:22:32 -07:00
Joe Previte 28e351c982
fixup: fmt install.md 2021-02-12 16:22:32 -07:00
Joe Previte a5ac1cce83
docs(ci): update code coverage instructions 2021-02-12 16:22:32 -07:00
Joe Previte ef6c1bd46a
chore: update code coverage badge 2021-02-12 16:22:32 -07:00
Joe Previte ba9196968b
chore(install.sh): update to v3.9.0 2021-02-12 16:22:31 -07:00