Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/test
Asher b8d830b826
Update path syntax for Express
It seems that * matches a literal * now, so we have to use a regular
expression.

Parentheses around a parameter no longer works (it causes it to match on
the parameter name literally) and I am not sure why we had it anyway as
it had no effect previously.

Matching with a leading / does not appear to work either, but we do not
need the leading / anyway since the proxy logic was changed to use the
whole path.  Consequently it will never be / anymore from what I can
tell but I left that check in just in case.  I turned it into a named
parameter as well, because that seems better.
2024-04-16 09:54:33 -08:00
..
e2e Disable "Show Local" button, add --disable-file-uploads option and add file operation trace level logs (#6557) 2023-12-07 12:10:22 -09:00
integration Fix extension installation test 2024-04-05 17:39:21 -08:00
scripts Improve getting started Coder CTA (#5752) 2022-11-07 11:06:51 -07:00
unit Update path syntax for Express 2024-04-16 09:54:33 -08:00
utils Update dependencies and force-update qs (#6440) 2023-09-21 16:13:34 -08:00
package.json chore: bump node-fetch from 2.6.6 to 2.6.7 in /test (#6084) 2023-03-22 14:03:09 -05:00
playwright.config.ts fix: add handle for resolveExternalUri (#5624) 2022-10-14 16:08:58 +00:00
tsconfig.json feat(ci): refactor build workflow (#5572) 2022-09-22 12:33:32 -07:00
yarn.lock chore: bump tar from 6.1.11 to 6.2.1 in /test (#6752) 2024-04-15 16:25:04 -08:00