1. 18 6月, 2021 1 次提交
  2. 10 6月, 2021 1 次提交
  3. 09 6月, 2021 2 次提交
  4. 04 6月, 2021 3 次提交
  5. 02 6月, 2021 3 次提交
  6. 29 5月, 2021 1 次提交
  7. 28 5月, 2021 1 次提交
  8. 22 5月, 2021 3 次提交
  9. 20 5月, 2021 1 次提交
    • T
      introduce extraInitContainers to helm chart · 1ffca575
      Timur Sultanaev 提交于
      New extraInitContainers configuration added.
      It allows to pass template with a list of containers to execute before
      main code-server container started. Main container will only start when
      all init containers are  completed (exited with 0 code).
      
       Additionally changes the way extraContainers is used - instead of
       toYaml use tpl, because this allows to
       reference any values from extraContainers string.
      1ffca575
  10. 18 5月, 2021 1 次提交
    • A
      v3.10.1 (#3406) · e983ba9a
      Asher 提交于
      * Update versions
      * Update changelog
      e983ba9a
  11. 15 5月, 2021 3 次提交
  12. 13 5月, 2021 1 次提交
  13. 11 5月, 2021 5 次提交
    • V
      Check the logged user instead of $USER (#3330) · 3df771fb
      videlanicolas 提交于
      * Check the logged user instead of $USER
      
      Given that `sudo usermod --login "$DOCKER_USER" coder` and `sudo groupmod -n "$DOCKER_USER" coder` modify the container's disk it'll persist across restarts, but environment variables will be reset to whatever state they had at the end of `Dockerfile`. In this case, `$USER` is set to `coder`, so this branch will always be true.
      
      By checking with the output of `whoami`, which gets it's information from `/etc/passwd`, we make sure to get the real logged user and not the one defined by $USER.
      
      We also move `USER="$DOCKER_USER"` out of the branch, since we always want this to happen at entry-point. If we don't do this assignment, $USER will contain `coder` upon restart.
      
      * Update entrypoint.sh
      
      Check `$DOCKER_USER` was defined before copying it to `$USER`.
      3df771fb
    • A
      chore(ci): fix release scripts · a5e8337c
      Akash Satheesan 提交于
      a5e8337c
    • A
      chore(release): bump version to 3.10.0 · d17c97c9
      Akash Satheesan 提交于
      d17c97c9
    • J
      feat: add CHANGELOG · 3518de7b
      Joe Previte 提交于
      3518de7b
    • A
      930b0460
  14. 06 5月, 2021 1 次提交
  15. 29 4月, 2021 4 次提交
  16. 27 4月, 2021 1 次提交
  17. 20 4月, 2021 1 次提交
  18. 17 4月, 2021 1 次提交
  19. 16 4月, 2021 4 次提交
  20. 15 4月, 2021 1 次提交
  21. 09 4月, 2021 1 次提交