tvl-depot/third_party
Vincent Ambo 89d9ce39b4 chore(3p/josh): update josh to recent master commit
It's been a long time since we updated josh, almost 400 commits in
between. I read through the entire changelog, and here are relevant
josh commits from in between that might be interesting to us:

  38eecee Fix optimisation bug for compose filter (#1159)
  e1d10b6 Add :rev(...) filter
  0f1a07b Initial implementation of refs locking (#929)
  88cea2a Initial work on meta repo support
  030ad93 Change magic refs to include "for"
  28b1d75 Add split changes feature (#904)
  1f908d7 Discover filters only on HEAD (#774)
  a368d8f Make --require-auth only apply to push
  8d80230 Add :linear filter (#741)
  3460ec2 Implement redundant refs filtering (#700)
  55b4e50 Implement stacked changes support (#699)
  ea1f814 Handle @sha urls by creating magic ref (#690)
  883a381 Run filter discovery only on changed refs (#685)
  4bb004f Prepend refs/heads to base parameter as default (#664)

Of particular interest is a368d8f, which allows us to drop our
authentication patch and use the standard --require-auth flag again.

The default behaviour of dropping signatures on commits (which are
invalid after filtering) has also been changed in josh, now only
occuring when the `:unsign` filter is present. Since this breaks
commit hashes with our existing exported histories, we are opting to
set a `:unsign` filter prefix on all proxy requests to ensure that the
hashes stay consistent.

During this update we found a bug (josh#1155) which was fixed in the
commit that this CL moves josh to.

Change-Id: I3afac1619f3aa90313a0441da91f0e4a96fe0a3b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8186
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2023-03-07 16:46:54 +00:00
..
agenix feat(3p/agenix): update to 2022-05-16 and add to niv 2022-05-25 15:00:37 +00:00
alsi chore(gerrit): migrate OWNERS files to code-owners style 2022-09-19 11:13:28 +00:00
bat_syntaxes chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
buzz chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
cgit style(3p/cgit): move commit decorations left of subject 2022-06-22 10:41:39 +00:00
clj2nix chore(gerrit): migrate OWNERS files to code-owners style 2022-09-19 11:13:28 +00:00
elmPackages_0_18 chore(3p/sources): Bump channels & overlays 2022-12-24 12:42:41 +00:00
emacs/rcirc chore(3p/emacs): Remove unused 'explain-pause-mode' derivation 2021-10-10 11:02:07 +00:00
exwm subtree(3p/exwm): Update to commit 'e43bd782' 2022-03-30 11:25:33 +02:00
gerrit chore(3p/sources): Bump channels & overlays 2023-03-02 14:35:49 +00:00
gerrit-queue chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
gerrit_plugins chore(gerrit): bump to 3.7.0-rc4 2022-11-06 16:46:28 +00:00
git chore(3p/sources): Bump channels & overlays 2022-05-04 16:18:50 +00:00
gitignoreSource style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00
gopkgs style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00
hii chore(gerrit): migrate OWNERS files to code-owners style 2022-09-19 11:13:28 +00:00
irccat chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
josh chore(3p/josh): update josh to recent master commit 2023-03-07 16:46:54 +00:00
kernelPatches/trx40_usb_audio feat(3p/kernelPatches): Add kernel audio patch for ASUS TRX40 Pro 2020-06-20 22:27:03 +00:00
lisp feat(3p/lisp/lisp-binary): 2022-04-10 -> 2022-09-19 2022-12-19 13:13:00 +00:00
naersk chore(3p/naersk): Bump and fetch via niv instead 2022-05-26 00:00:42 +00:00
napalm feat(3p): add napalm 2022-11-26 15:38:28 +00:00
nixpkgs chore(third_party/nixpkgs): drop permittedInsecurePackages 2023-02-01 11:50:58 +00:00
nsfv feat(3p/nsfv): Add derivation for NSFV 2020-06-25 02:27:38 +00:00
overlays chore(3p/sources): Bump channels & overlays 2023-03-02 14:35:49 +00:00
prometheus-fail2ban-exporter chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
public-inbox feat(3p/public-inbox): always set list-id when ingesting in watch 2023-01-29 11:10:54 +00:00
python/broadlink style: format entire depot with nixpkgs-fmt 2022-01-31 16:11:53 +00:00
rust-crates chore(3p/rust-crates): chrono: 0.4.19 -> 0.4.22 2022-10-02 12:36:14 +00:00
rustsec-advisory-db chore(3p/rustsec-advisory-db): track using niv 2022-02-13 18:42:44 +00:00
smtprelay chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
sources chore(3p/sources): Bump channels & overlays 2023-03-02 14:35:49 +00:00
terraform-provider-glesys chore(3p/sources): Bump channels & overlays 2022-09-28 08:02:31 +00:00
default.nix fix: use localSystem over builtins.currentSystem where appropriate 2022-11-12 21:54:45 +00:00
README.md docs(third_party): Add README 2019-06-29 14:12:38 +01:00

Third-Party Code

Code under this folder is one of the following:

  1. Externally developed dependencies which have been imported ("vendored") into this repository. These dependencies come with their own licenses and whatever else.

  2. Code that is developed inside of this repository, but released to an external repository via Copybara.