Commit Graph

26 Commits

Author SHA1 Message Date
AJ ONeal
0bf485dcc4 ref!: add releases.conf (replacing releases.js) 2026-05-14 15:11:56 -06:00
AJ ONeal
9f28505af7 ref: delete unreachable upstream-fetcher modules
Stacked on the modifications PR. Now that no live code path references
the per-package fetchers, the shared HTTP/parsing helpers, the
in-process normalizer, or the example template, delete them. Pure
deletion — no behavior change.

- ~93 per-package <pkg>/releases.js fetcher modules.
- _common/{brew,fetcher,git-tag,gitea,github,github-source,
  githubish,githubish-source}.js shared HTTP/parsing helpers.
- _webi/normalize.js in-process normalization layer (cache files
  arrive normalized from webicached).
- _example/releases.js fetcher template for new packages.

The Go cache daemon (webicached) is now the sole producer of release
metadata; the Node process never makes an upstream request.
2026-05-08 16:31:59 -06:00
AJ ONeal
8f9b9da4a3 chore: npm run fmt 2026-03-08 19:38:49 -06:00
AJ ONeal
2010c62226 ref(githubish): automated removal of unused request 2024-10-14 09:03:22 +00:00
AJ ONeal
1b3d575b0f fix(windows): include User-Agent MS so that alias installs work in dev 2023-11-08 00:41:20 -07:00
AJ ONeal
3d51b8373a chore(pwsh): lint+fix 2023-10-18 02:10:55 -06:00
AJ ONeal
f98086b38e chore(pwsh): fmt 2023-10-18 02:10:55 -06:00
AJ ONeal
b5fc4d742b chore: update shfmt 2023-02-11 21:39:07 +00:00
AJ ONeal
b12b06eedd refactor(posix): don't run scripts with bash unnecessarily 2022-08-21 07:30:55 +00:00
AJ ONeal
d2fdc7b41a refactor!(posix): use posix shebang #!/bin/sh (fix #494) 2022-08-21 07:10:33 +00:00
brij
fdeefd7e75 refactor(posix): remove function prefixes from all shell files 2022-08-18 15:10:58 +00:00
AJ ONeal
a219887252 doc(style): README.md must have content after frontmatter 2022-03-07 10:50:00 +00:00
Marcin Woźniak
d2f7574b44 chore(lint): add set -e; set -u for strict bash 2022-03-07 10:24:04 +00:00
Marcin Woźniak
a9c2b9d181 chore: shmatter to frontmatter (closes #393) 2022-03-07 09:46:59 +00:00
AJ ONeal
528c89c9fb chore(style): wrap all bash redirect installers in functions 2021-12-05 05:01:39 +00:00
Oscar J Rodriguez
0287cd4beb feature(rg): add installer alias for ripgrep (see #221)
Making ripgrep installer an alias for rg
2021-12-05 05:01:21 +00:00
Marcin Woźniak
ca7a838c6f chore(style): convert blocks into functions (see #325) 2021-11-21 10:50:03 +00:00
AJ ONeal
94becf0eae minor cleanup 2020-07-03 06:20:00 +00:00
AJ ONeal
6cb859eeff use WEBI_HOST rather than webinstall.dev 2020-06-30 18:13:22 +00:00
AJ ONeal
5e0debf4c5 generalize, a lot 2020-06-16 10:45:54 +00:00
AJ ONeal
1591a3dc69 add WEBI_TAG 2020-06-13 16:53:44 -06:00
AJ ONeal
509f98254f show alias version 2020-06-13 16:24:55 -06:00
AJ ONeal
aca704f2d3 burn the logs and use 'install.bash' 2020-05-06 03:28:55 +00:00
AJ ONeal
260a2f1a8a add ripgrep 2020-05-02 20:43:53 +00:00
AJ ONeal
bee07ff6a9 move ripgrep/releases.js to _common/github.js 2020-05-02 19:37:47 +00:00
Creed Haymond
5ddf4fe792 Adding github release request mapper for ripgrep 2020-05-02 12:19:10 -06:00