| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | code-server: 4.23.1 -> 4.89.1 | Asher | 2024-05-17 | 1 | -4/+4 |
| * | code-server: 4.19.1 -> 4.23.1•••In addition to the version bump, I did some refactoring because there were a few issues: 1. Downloading NPM dependencies during install phase does not work. Instead, copy them over from the build phase. 2. Native modules in lib/vscode were not being installed/built at all. 3. Kerberos module will not build (a new issue that appeared as a consequence of fixing the previous issue). Remove it for now. 4. Increase max-old-space-size from the default (I was running out of memory). There are still some issues to look over but these changes are at least an improvement over the status quo. Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com> | Asher | 2024-04-15 | 1 | -54/+52 |
| * | code-server: remove unused playwright patch•••Reference was removed in https://github.com/NixOS/nixpkgs/pull/198791 | Paul Meyer | 2024-01-14 | 1 | -10/+0 |
| * | code-server: 4.16.1 -> 4.19.1 | Pol Dellaiera | 2023-12-19 | 1 | -4/+4 |
| * | Revert "code-server: drop"•••This reverts commit 72911a99d34a4d290671728d40016ba5254f72fe. | Pol Dellaiera | 2023-12-19 | 4 | -0/+385 |
| * | code-server: drop•••Depends on Node.js 16 and cannot be trivially upgraded to Node.js 18. | Raito Bezarius | 2023-11-17 | 4 | -385/+0 |
| * | Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumption•••lib.getExe: Do not make assumptions about the main program | Robert Hensing | 2023-08-02 | 1 | -0/+1 |
| |\ | |||||
| | * | treewide: Add meta.mainProgram•••This should fix most warnings getExe in based on grepping `nixos/`. | Robert Hensing | 2023-07-31 | 1 | -0/+1 |
| * | | code-server: 4.16.0 -> 4.16.1 | Pol Dellaiera | 2023-08-01 | 1 | -4/+4 |
| |/ | |||||
| * | code-server: 4.15.0 -> 4.16.0origin/code-server/bump-4.16.0 | Pol Dellaiera | 2023-07-31 | 1 | -3/+3 |
| * | code-server: 4.14.1 -> 4.15.0 | Pol Dellaiera | 2023-07-22 | 1 | -4/+8 |
| * | code-server: restore previous patch (#240194)•••Also add a note about the `commit` value and how to get it. | Pol Dellaiera | 2023-06-27 | 2 | -22/+29 |
| * | code-server: 4.14.0 -> 4.14.1 (#240001) | Pol Dellaiera | 2023-06-27 | 2 | -15/+24 |
| * | code-server: add vscode-with-extensions compatibility | Peder Bergebakken Sundt | 2023-06-17 | 1 | -0/+3 |
| * | code-server: 4.13.0 -> 4.14.0 | Pol Dellaiera | 2023-06-16 | 1 | -3/+3 |
| * | maintainers: add code-asher | Asher | 2023-06-15 | 1 | -1/+1 |
| * | code-server: 4.12.0 -> 4.13.0•••I replaced the commit with the actual commit instead of "none" and fixed the other replacement (`$commit` did not exist). There was at least one postinstall script in `extensions` that was not being ran so I modified the `find` command to account for lock files in that directory in addition to `node_modules`. Lastly, inject the version into the package.json otherwise it uses the placeholder version 0.0.0. | Asher | 2023-06-15 | 2 | -20/+28 |
| * | code-server: use `finalAttrs` pattern•••- refactor code-style - add missing phases - remove cloud-agent | Pol Dellaiera | 2023-06-13 | 1 | -49/+76 |
| * | nixos/code-server: init tests | Pol Dellaiera | 2023-05-26 | 1 | -1/+4 |
| * | code-server: 4.8.3 -> 4.12.0•••Fixes CVE-2023-26114. Changelogs: https://github.com/coder/code-server/blob/v4.12.0/CHANGELOG.md | Thomas Gerbet | 2023-04-26 | 2 | -27/+4 |
| * | nodejs*: normalise names to better fit other packages•••Versioned package attributes are usually named like $pname_$version eg: nodejs-14_x -> nodejs_14 | Sandro Jäckel | 2023-04-25 | 1 | -4/+4 |
| * | code-server: fix build | Mario Rodas | 2023-01-28 | 1 | -2/+15 |
| * | code-server: 4.0.1 -> 4.8.3 | henkery | 2022-11-16 | 4 | -67/+89 |
| * | code-server: 3.12.0 -> 4.0.1 | Derek Guenther | 2022-01-09 | 4 | -42/+78 |
| * | code-server: 3.9.0 -> 3.12.0 | Derek Guenther | 2021-11-01 | 4 | -76/+81 |
| * | code-server: remove phases | Felix Buehler | 2021-07-22 | 1 | -1/+0 |
| * | code-server: 3.8.0 -> 3.9.0 (#118317)•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | Cheng Shao | 2021-07-10 | 1 | -11/+11 |
| * | code-server: 3.6.0 -> 3.8.0 | Derek Guenther | 2021-01-27 | 4 | -40/+86 |
| * | treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. | Jonathan Ringer | 2021-01-19 | 1 | -2/+2 |
| * | pkgs/servers: stdenv.lib -> lib | Ben Siraphob | 2021-01-15 | 1 | -3/+3 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | code-server: 3.4.1 -> 3.6.0 | Derek Guenther | 2020-12-29 | 1 | -9/+47 |
| * | treewide: remove periods from end of package descriptions | Ben Siraphob | 2020-10-17 | 1 | -1/+1 |
| * | code-server: init at 3.4.1 | Jaka Hudoklin | 2020-06-22 | 1 | -0/+187 |
