Commit Graph

10 Commits

Author SHA1 Message Date
Matt Burdan
b55f49dd53 codefresh: 0.89.6 -> 1.0.6 2026-03-03 20:03:12 +08:00
Matt Burdan
abece88eb3 codefresh: 0.89.2 -> 0.89.6 2025-12-15 03:36:49 +08:00
Ben Siraphob
04b0a4711b treewide: standardize descriptions according to style guide (#430180) 2025-08-11 07:32:59 +00:00
Matt Burdan
ad9f09dfe9 codefresh: 0.88.5 -> 0.89.2 2025-07-17 00:16:29 +08:00
Tom Cammann
ec84d842cc codefresh: 0.88.5 -> 0.87.3 2025-03-18 14:41:28 +00:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
lelgenio
645bec21e0 codefresh: use yarnInstallHook 2024-09-04 11:15:47 -03:00
Doron Behar
6b55dfe835 codefresh: use yarnConfigHook 2024-07-10 09:39:05 +03:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Tom Cammann
bacabfe504 codefresh: init at 0.87.3
Add codefresh cli[1] tool to interact with codefresh[2] service.

[1] https://github.com/codefresh-io/cli
[2] https://codefresh.io/
2024-03-25 20:10:32 +00:00