1. 16 2月, 2023 1 次提交
  2. 14 2月, 2023 4 次提交
  3. 09 2月, 2023 2 次提交
    • A
      Make sure heartbeat isActive resolves · 45aef719
      Asher 提交于
      This does not seem to actually cause an issue (not resolving ends up
      with the same behavior as resolving with false) but I am not sure if the
      hanging promises would be a memory leak so seems best to fix.
      45aef719
    • A
      Fix watch script ignoring stdout · 6d6c5e18
      Asher 提交于
      This was lost due to the change from fork to spawn.
      6d6c5e18
  4. 08 2月, 2023 3 次提交
    • A
      Update changelog · 17bca521
      Asher 提交于
      17bca521
    • A
      Update release guide · 82073743
      Asher 提交于
      82073743
    • A
      Update Code to 1.75.0 (#6004) · 71ff747c
      Asher 提交于
      * Update Code to 1.75.0
      
      - getting-started.diff: The way to get an icon's class changed
      - proxy-uri.diff: The product service is passed in so we can get the
        proxy URI from that now instead of passing it in separately.
      
      * Remove workspace trust test
      
      Something in how/when Code displays the trust dialog appears to have
      changed, failing the test.  I am not sure it makes sense for us to be
      testing upstream code anyway.
      
      * Use regular Node for watch
      
      Since we spawn the watch script with ts-node it was using ts-node for
      the web server spawn as well.  With latest Code there are for some
      reason type errors (it cannot find @types/node) but this is already
      compiled code which already passed type checks; any type errors here are
      useless.  To fix spawn with regular Node.
      
      * Fix some workers not loading
      71ff747c
  5. 07 2月, 2023 8 次提交
  6. 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
  7. 18 1月, 2023 1 次提交
  8. 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
  9. 05 1月, 2023 4 次提交
  10. 04 1月, 2023 3 次提交
  11. 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
  12. 20 12月, 2022 1 次提交
  13. 17 12月, 2022 2 次提交
  14. 16 12月, 2022 2 次提交
  15. 13 12月, 2022 3 次提交
    • 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