1. 28 1月, 2023 2 次提交
    • J
      docs: add usage in Coder (#5975) · 401d423d
      Joe Previte 提交于
      * docs: add difference between Coder
      
      Add a short block explaining the difference between code-server and
      Coder.
      
      * docs: add new doc coder.md under Install
      
      This adds a new doc explaining how to install code-server in a Coder
      workspace using Terraform.
      401d423d
    • J
      docs: add port-forwarding (#5979) · 96d9c5eb
      Joe Previte 提交于
      96d9c5eb
  2. 18 1月, 2023 1 次提交
  3. 14 1月, 2023 2 次提交
    • Z
      feat: add i18n in login page (#5947) · 7c2aa8c4
      zhaozhiming 提交于
      * feat: add i18n in login page
      
      * fix: add word space and put the app name into the title
      
      * fix: remove duplicate replace title
      
      * fix: prettier format code
      
      * fix: fix typescript check warning
      
      * fix: add zh-cn locale file code owner
      
      * fix: use existing flag locale to the login page
      Co-authored-by: NJoe Previte <jjprevite@gmail.com>
      7c2aa8c4
    • J
      feat(ci): add lint-actions step to build.yaml (#5957) · d40a9742
      Joe Previte 提交于
      * feat(ci): add lint-actions step to build.yaml
      
      This adds a new job to the Build CI pipeline to lint our GitHub Actions.
      
      By doing this, we can prevent typos from slipping in.
      
      Fixes #5776
      
      * fix: disable shellcheck in actionlint
      
      I don't think we want to enable this for now.
      
      * fix: ignore set-output warnings for now
      
      It's deprecated but there isn't a reason to move away from using it yet.
      d40a9742
  4. 05 1月, 2023 4 次提交
  5. 04 1月, 2023 3 次提交
  6. 23 12月, 2022 2 次提交
    • J
      chore: update aur job in publish.yaml (#5915) · 3eb35979
      Joe Previte 提交于
      This uses the `env.VERSION` which should fix the issue with version being blank.
      3eb35979
    • J
      chore: upgrade Code to 1.74.1 (#5909) · 8377bd23
      Joe Previte 提交于
      * chore: upgrade Code to 1.74.1
      
      * chore: remove require in integration.diff
      
      I don't know what the impact of this is but in https://github.com/microsoft/vscode/commit/192c67db71e8c261f26e2f34c86a4791ae428b2f
      they removed the usage of `require` in `server.main.ts`.
      
      More details in PR: https://github.com/microsoft/vscode/pull/165831
      
      * chore: update marketplace.diff
      
      * chore: update sha hash in webview.diff
      
      * chore: update disable-builtin-ext-update.diff
      
      If my logic is right, then this patch is now simplified thanks to this:
      https://github.com/microsoft/vscode/blob/1.74.1/src/vs/workbench/contrib/extensions/browser/extensionsWorkbenchService.ts#L1238
      
      * chore: refresh proxy-uri patch
      
      * chore: refresh local-storage.diff
      
      * chore: refresh sourcemaps.diff
      
      * chore: refresh disable-downloads.diff
      
      * chore: refresh display-language.diff
      
      * chore: refresh getting-started.diff
      
      * docs: update testing notes for cli-window-open
      
      * docs: update telemetry testing instructions
      
      * fix: add GITHUB_TOKEN to build code-server job
      
      Downloading @vscode/ripgrep is failing only in CI so adding this
      environment variable to see if it increases the rate limit.
      
      Ref: https://github.com/microsoft/vscode-ripgrep#github-api-limit-note
      
      * refactor: use own cache key build code-server job
      
      * temp: disable vscode test
      
      * refactor: delete wrapper test
      
      * Revert "refactor: delete wrapper test"
      
      This reverts commit 3999279b.
      
      * refactor: move vscode tests to e2e (#5911)
      
      * wip: migrate vscode tests to e2e
      
      * feat: add codeWorkspace to global setup
      
      * refactor: only use dir in spawn when we should
      
      * wip: migrate more tests
      
      * refactor: move all vscode tests to e2e
      
      * refactor(ci): move unit to own job
      
      * fixup: add codecov to unit test step
      
      * Update test/e2e/models/CodeServer.ts
      
      * Update test/e2e/models/CodeServer.ts
      
      * docs: add note about intercept requests
      
      * refactor: rm unused clean() calls
      
      * refactor: delete duplicate test
      
      * refactor: update 'should not redirect' test
      
      * refactor: rm unused imports
      
      * refactor: rm unnecessary navigate call in test
      
      * fixup: formatting
      
      * wip: update test
      
      * refactor: modify assertion for proxy
      
      * fixup: use REVERSE_PROXY_BASE_PATH
      
      * refactor: add helper fn getMaybeProxiedPathname
      
      * fixup: formatting
      
      * fixup: rm unused import
      
      * chore: increase playwright timeout
      
      * Revert "chore: increase playwright timeout"
      
      This reverts commit a059129252216c5f5cba83e9bca3d90cf658b7be.
      
      * chore: rm timeout
      8377bd23
  7. 20 12月, 2022 1 次提交
  8. 17 12月, 2022 2 次提交
  9. 16 12月, 2022 2 次提交
  10. 13 12月, 2022 4 次提交
    • J
      refactor: use separate cache key in release, run standalone after caching (#5859) · 9012ddfe
      Joe Previte 提交于
      * refactor: remove keytar dep in cross-compile
      
      * refactor: try other keytar package
      
      * refactor: remove keytar step in cross-compile
      
      * fix: manually remove keytar
      
      * try this first
      
      * I think this is it
      
      * Revert "I think this is it"
      
      This reverts commit 5c566b0c.
      
      * okay this is it
      
      * fixup
      
      * try legacy peer
      
      * remove keytar before standalone
      
      * wrong path
      
      * maybe
      
      * revert: change *npm* back to npm*
      
      * revert: don't uninstall keytar
      
      * fix: use npm run standalone-release
      
      * fixup formatting
      
      * Revert "refactor: remove yarn.lock steps (#5850)"
      
      This reverts commit 907747d3.
      
      * fixup: remove the --exclude
      
      * refactor: remove yarn.lock check
      
      * try ddd in postinstall
      
      * refactor: cache before release:standalone
      
      * refactor: add os to cache key in release
      
      * chore: formatting
      
      * Update ci/build/npm-postinstall.sh
      
      * fixup: formatting
      9012ddfe
    • J
      fix: use npm and yarn consistently in build and release (#5852) · 1efc5f10
      Joe Previte 提交于
      * refactor: remove keytar dep in cross-compile
      
      * refactor: try other keytar package
      
      * refactor: remove keytar step in cross-compile
      
      * fix: manually remove keytar
      
      * try this first
      
      * I think this is it
      
      * Revert "I think this is it"
      
      This reverts commit 5c566b0c.
      
      * okay this is it
      
      * fixup
      
      * try legacy peer
      
      * remove keytar before standalone
      
      * wrong path
      
      * maybe
      
      * revert: change *npm* back to npm*
      
      * revert: don't uninstall keytar
      
      * fix: use npm run standalone-release
      
      * fixup formatting
      
      * Revert "refactor: remove yarn.lock steps (#5850)"
      
      This reverts commit 907747d3.
      
      * fixup: remove the --exclude
      
      * refactor: remove yarn.lock check
      Co-authored-by: Nrepo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
      1efc5f10
    • J
      fix: add VERSION to env in publish.yaml (#5868) · ef5865f5
      Joe Previte 提交于
      When I did the last release, `VERSION` wasn't defined which lead to a
      blank string in the PR title and the commit message here:
      
      https://github.com/coder/code-server-aur/pull/24
      
      This should fix that.
      ef5865f5
    • J
      chore: update download artifacts in release (#5841) · 48588ee5
      Joe Previte 提交于
      48588ee5
  11. 12 12月, 2022 1 次提交
  12. 09 12月, 2022 4 次提交
  13. 08 12月, 2022 3 次提交
  14. 07 12月, 2022 1 次提交
    • J
      release: 4.9.0 (#5772) · 1484bee6
      Joe Previte 提交于
      * wip: changelog
      
      * fixup
      
      * fix: add +x to product.json in build-vscode
      
      While testing a pre-release, there seems to be a bug with the file
      permissions for `product.json`. Adding `chmod +x` to see if that fixes
      it.
      
      * chore: increase timeout
      
      * fix: keep product.json file permissions in release
      
      When we added the change to modify the `package.json` version using `mv`
      and `jq` we didn't account for lost file permissions.
      
      This caused a bug only happening in CI.
      
      This should fix it by giving it 755 via `chmod`.
      
      * trigger ci
      
      * chore: update package.json bust cache
      
      * fixup!: fix: keep product.json file permissions in release
      
      * Revert "fix: add +x to product.json in build-vscode"
      
      This reverts commit fc4d2b53.
      
      * chore: pin ubuntu runner in build code-server
      
      * chore: update prettierignore
      
      * chore: add notes to changelog
      
      * chore: use ubuntu-22.04 for e2e
      
      * chore: pin all jobs in build to ubuntu 20.04
      
      * feat(wrapper): add tests for isChild
      
      * fixup: include description ts-expect-error comment
      
      * chore: update CHANGELOG
      
      * chore: update Helm chart
      
      * fixup: use our childProcess
      
      * Update CHANGELOG.md
      Co-authored-by: NAsher <ash@coder.com>
      Co-authored-by: NAsher <ash@coder.com>
      1484bee6
  15. 06 12月, 2022 2 次提交
  16. 02 12月, 2022 1 次提交
  17. 01 12月, 2022 1 次提交
  18. 15 11月, 2022 1 次提交
  19. 11 11月, 2022 3 次提交