daimond113
|
4a3619c26e
|
docs: document scripts packages
|
2024-12-11 21:37:59 +01:00 |
|
daimond113
|
16ab05ec72
|
feat(registry): support granular allowence of specifier types
|
2024-12-11 21:31:42 +01:00 |
|
daimond113
|
c94f0e55ec
|
chore: update dependencies
|
2024-12-08 13:16:21 +01:00 |
|
daimond113
|
e5e2bbeeb4
|
chore(registry): update sentry
|
2024-11-30 11:29:27 +01:00 |
|
daimond113
|
9b31718a0e
|
chore: update dependencies
|
2024-11-28 22:44:42 +01:00 |
|
daimond113
|
b475ff40e5
|
feat: support specifying allowed external registries in config
|
2024-11-28 18:18:40 +01:00 |
|
daimond113
|
3aadebf3ea
|
fix(registry): handle 404 over 401 error code
|
2024-11-28 15:51:52 +01:00 |
|
daimond113
|
4eeced440d
|
chore: update urls to use pesde org
|
2024-11-27 21:08:33 +01:00 |
|
daimond113
|
15d6655889
|
style: apply clippy lints
|
2024-11-26 12:25:31 +01:00 |
|
daimond113
|
d68a1389ab
|
style: apply rustfmt
|
2024-11-12 18:00:24 +01:00 |
|
daimond113
|
9f93cb93d6
|
feat(registry): return more info in error responses
|
2024-11-12 17:58:20 +01:00 |
|
daimond113
|
b180bea063
|
feat(registry): move to body bytes over multipart for uploading
|
2024-11-11 13:22:09 +01:00 |
|
daimond113
|
19aa5eb52c
|
feat(registry): log errors with more details
|
2024-11-11 13:22:09 +01:00 |
|
daimond113
|
f7808e452d
|
chore: update dependencies
|
2024-11-10 17:20:03 +01:00 |
|
daimond113
|
d490c0a6f3
|
feat: continue change to async
|
2024-11-10 16:43:25 +01:00 |
|
daimond113
|
e2fe1c50b8
|
fix(registry): ignore search query casing
|
2024-11-06 21:22:57 +01:00 |
|
daimond113
|
2b0f29a2f9
|
feat: begin switch to async
|
2024-11-05 20:44:24 +01:00 |
|
daimond113
|
e53de00120
|
style: apply rustfmt
|
2024-11-03 15:32:11 +01:00 |
|
daimond113
|
32d5f8c517
|
feat(registry): add DATA_DIR variable
|
2024-11-03 13:40:06 +01:00 |
|
daimond113
|
237d6e67e3
|
refactor(registry): rename git config to be generic
|
2024-11-03 13:26:53 +01:00 |
|
daimond113
|
09820e322c
|
refactor: use fs-err for fs operations
|
2024-11-01 20:57:32 +01:00 |
|
daimond113
|
4b623da2db
|
style: apply rustfmt formatting
|
2024-10-30 20:08:13 +01:00 |
|
daimond113
|
241e667bdc
|
fix(registry): handle not found errors for FS storage
|
2024-10-30 18:55:39 +01:00 |
|
daimond113
|
b6f35b6209
|
fix: validate package names are lowercase
|
2024-10-30 17:07:17 +01:00 |
|
Luka
|
f0d04fc87c
|
feat: website
* feat(website): init
* feat(website): home page
* feat(website): make page more responsive
* feat(website): layout
* feat(website): package page
* feat(website): update PackageResponse type
* feat(website): display package readme
* feat(website): use new /latest/any endpoint
* feat(website): make website lg instead of xl
* fix(website): use NodeJS.Timeout
* feat(website): versions page
* feat(website): add latest version indicator
* feat(website): add target select menu
* feat(website): indicate current version
* feat(website): add package metadata
* feat(website): add hamburger
* fix(website): header responsiveness
* feat(website): better package layout
* feat(website): display authors on package page
* fix(website): only display relative dates on client
* feat(docs): init docs site
* chore(website): read .env from project root
* feat(website): add gemoji support
* fix(website): overflow on code blocks
* chore(docs): read .env from project root
* feat(docs): config changes
* fix: authors not displaying
* fix(website): use fallback language
* refactor(website): use predefined target names
* refactor(website): change Github to GitHub
* chore: remove starter readmes
* chore(docs): remove .vscode
* chore(docs): remove unused assets folder
* fix(website): fix missing datetime attribute
* feat(website): switch to universal loaders
* feat(docs): search
* fix(website): type errors
* fix(website): use provided fetch instead of global
* feat(website): remove isr
* chore(website): add .env.example
* feat(website): add icons and metadata
* chore(website): add debug logs
* chore(website): remove shiki temporarily
* fix(website): rehype shiki lazy load
* fix(website): use custom highlighter
* fix(website): move highlighter creation into load
* docs: write docs
* feat(website): add og image
* feat(website): fix accessibility issues
* fix(website): no target selector on mobile
* fix(website): close dialog on navigation
* fix(website): logo is not a link in hamburger menu
* feat(website): dependencies tab
* fix(website): use correct dependency target
* fix(website): navigation links
* feat(website): support wally dependencies
* feat(website): metadata + case insensitivity
* fix(website): manually implement groupBy
`Object.groupBy` isn't supported on Vercel right now.
* fix(website): code block with an unknown language
* docs(policies): explain & cover more cases
* docs: update cli reference
* docs: add self hosting registries guide
* docs: update README
* docs: add more configs to registry guide
* fix: favicon and logomark
* feat(website): package documentation
* fix(website): missing $derive for toc
* docs: change SENTRY_URL to SENTRY_DSN
* chore(website): remove unused file
* chore: remove favicon.zip
* fix(website): strip wally# prefix
* chore: add changelog entry
---------
Co-authored-by: daimond113 <72147841+daimond113@users.noreply.github.com>
|
2024-10-29 20:06:00 +01:00 |
|
daimond113
|
2e62d07265
|
refactor(registry): update sentry api usage
|
2024-10-25 12:07:07 +02:00 |
|
daimond113
|
50c7b4e542
|
chore: update dependencies
|
2024-10-25 10:59:33 +02:00 |
|
daimond113
|
8afc75d543
|
fix(registry): add debug symbols for Sentry
|
2024-10-25 10:58:21 +02:00 |
|
daimond113
|
901b450a6c
|
refactor: GITHUB_AUTH -> GITHUB_CLIENT_SECRET for GitHub auth in registry
|
2024-10-22 17:58:31 +02:00 |
|
daimond113
|
051e062c39
|
style: remove comma before paren
|
2024-10-15 23:52:52 +02:00 |
|
daimond113
|
441235e159
|
chore: update dependencies
|
2024-10-14 20:16:15 +02:00 |
|
daimond113
|
66a885b4e6
|
fix(registry): prevent token usage from unauthorized apps
|
2024-10-14 17:55:11 +02:00 |
|
daimond113
|
d2e04f49d0
|
feat(registry): return package dependencies
|
2024-10-14 13:21:09 +02:00 |
|
daimond113
|
25260e5ab7
|
fix: report S3 errors
|
2024-10-13 11:55:25 +02:00 |
|
daimond113
|
bfc4e6ec31
|
chore: update dependencies
|
2024-09-29 00:44:39 +02:00 |
|
daimond113
|
821cc989ef
|
feat: remove unnecessary feature flags
|
2024-09-29 00:26:46 +02:00 |
|
daimond113
|
10c804e2f3
|
feat: add roblox server target
|
2024-09-06 23:38:44 +02:00 |
|
daimond113
|
30c4d0c391
|
feat(registry): make storage & auth customisable
|
2024-09-05 21:57:47 +02:00 |
|
daimond113
|
c08dfb9965
|
feat(registry): use env variable for repo
|
2024-09-04 16:19:09 +02:00 |
|
daimond113
|
f1ce6283d8
|
feat: implement workspace/monorepo support
|
2024-09-03 16:01:48 +02:00 |
|
daimond113
|
bd7e1452b0
|
feat(registry): store package docs
|
2024-09-02 16:49:40 +02:00 |
|
daimond113
|
b1a0cf6637
|
feat: remove ratelimits on info queries
|
2024-08-27 21:10:24 +02:00 |
|
daimond113
|
e14f350336
|
feat: return all targets from version endpoint
|
2024-08-23 13:56:33 +02:00 |
|
daimond113
|
07ee4b9617
|
feat: allow any target request
|
2024-08-14 20:55:10 +02:00 |
|
daimond113
|
7aaea85a2d
|
feat: store more package info in index
|
2024-08-14 19:55:58 +02:00 |
|
daimond113
|
cc85135a8e
|
feat: keep dev dependencies in manifest file
|
2024-08-13 23:52:46 +02:00 |
|
daimond113
|
159d0bafc1
|
fix: correct endpoint data
|
2024-08-13 21:26:02 +02:00 |
|
daimond113
|
4f03155af0
|
feat: give more info from registry api
|
2024-08-13 20:14:41 +02:00 |
|
daimond113
|
a2865523a0
|
feat: always send target info
|
2024-08-12 20:41:09 +02:00 |
|
daimond113
|
3272f8aa88
|
fix: set deep dependencies' index urls
|
2024-08-12 11:55:21 +02:00 |
|