renovate[bot]
a40f39d7ec
chore(deps): update dependency fastify to v3.25.2 ( #2797 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-24 19:05:57 +01:00
renovate[bot]
a32b0a6c06
chore(deps): update dependency @types/node to v16.11.15 ( #2794 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23 00:05:54 +01:00
renovate[bot]
1a3b0db563
chore(deps): update dependency fastify to v3.25.0 ( #2780 )
2021-12-17 18:56:47 +01:00
renovate[bot]
2def2ca635
chore(deps): update dependency @types/node to v16.11.14 ( #2775 )
2021-12-16 22:33:28 +01:00
github-actions[bot]
18601f0fe0
chore: update versions (6-next) ( #2648 )
2021-12-15 19:02:26 +01:00
renovate[bot]
4735c06320
chore(deps): update dependency @types/node to v16.11.12 ( #2749 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-12 19:15:45 +01:00
Juan Picado
a828271d63
refactor: fetch package endpoint and basic integration fastify ( #2750 )
...
* refactor: download manifest endpoint and integrate fastify
* fix file not found issue
* add temporary migration method to storage memory
* sanitize fs methods
* restore tests
* chore: restore sanitilize
will do later
* add tests
* add changeset
* lint
* trying something test
* chore: lint
* restore code
* fix e2e
* fix lint
2021-12-12 18:00:19 +01:00
Diana Morales
2a86a46b85
add params validation for sidebar fastify web endpoints ( #2655 )
...
* sidebar fastify validation
Add params schema validation for sidebar endpoints
* reuse types
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2021-12-09 22:00:41 +01:00
renovate[bot]
bf0beff656
chore(deps): update dependency fastify to v3.24.1 ( #2746 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-09 21:20:49 +01:00
renovate[bot]
ee3b4486de
fix(deps): update dependency dompurify to v2.3.4 ( #2744 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-09 20:53:42 +01:00
renovate[bot]
d0ebfa68eb
chore(deps): update dependency http-errors to v1.8.1 ( #2731 )
2021-12-02 17:16:54 +01:00
renovate[bot]
4a6476c824
chore(deps): update dependency @types/node to v16.11.11 ( #2718 )
2021-12-01 21:55:03 +01:00
renovate[bot]
980b09e40c
chore(deps): update dependency debug to v4.3.3 ( #2717 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 10:29:53 +01:00
renovate[bot]
8c8f0e1600
chore(deps): update dependency @types/node to v16.11.10 ( #2700 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-26 21:29:32 +01:00
renovate[bot]
d6febce1d9
chore(deps): update dependency @types/node to v16.11.9 ( #2694 )
2021-11-21 12:31:35 +01:00
Juan Picado
24b9be0202
refactor: improve docker image build with strict dependencies and pro… ( #2689 )
...
* refactor: improve docker image build with strict dependencies and prod build
* use master as registry
* format
2021-11-20 07:46:35 +01:00
renovate[bot]
0399c4cdd2
chore(deps): update dependency validator to v13.7.0 ( #2663 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-12 08:01:44 +01:00
renovate[bot]
dbceee5a8f
chore(deps): update dependency fastify to v3.23.1 ( #2662 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-11 22:53:47 +01:00
Diana Morales
8246bb69b2
login web endpoint fastify body schema validation ( #2653 )
...
* feat: add body schema validation to login endpoint
#2623
When a request is made, the following error is displayed on log
error--- Promise may not be fulfilled with 'undefined' when statusCode is not 204
https://github.com/fastify/fastify/pull/2702
* feat: add body schema validation to resetPassword endpoint
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2021-11-10 16:46:39 +01:00
Diana Morales
a88c72d0b2
fix initialization storage on fastify ( #2654 )
2021-11-09 22:16:47 +01:00
Juan Picado
000d437463
feat: migrate to Material-UI 5 ( #2612 )
2021-11-08 17:24:15 +01:00
github-actions[bot]
fa3d878286
chore: update versions (6-next) ( #2625 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-05 17:29:26 +01:00
Diana Morales
20c9e43edc
dist-tags endpoint fastify ( #2638 )
...
* Create dist-tags.ts
* feat:migrate dist-tags to fastify
* Update storage.ts
Uncomment self.filters code
* add changeset
2021-11-05 16:59:13 +01:00
Diana Morales
18dc5f1f2f
feat: migrate web login endpoint to fastify ( #2624 )
...
* feat: migrate login to fastify
* Update package.json
* Update server.ts
* fix authentication tests
* fix test
2021-11-05 16:29:48 +01:00
Diana Morales
f86c31ed0e
feat: migrate sidebar to fastify ( #2618 )
2021-11-03 20:56:36 +01:00
Diana Morales
41475949ba
feat: migrate readme to fastify ( #2613 )
...
* feat: migrate readme to fastify
* Update readme.ts
2021-10-31 15:00:04 +01:00
Behrang Yarahmadi
13310814da
#2606 add prettier plugin sort imports ( #2607 )
...
* #2606 add prettier plugin sort imprts
* #2606 update pnpm-lock.yaml
* #2606 update eslint rules
* #2606 fixes website directory formatting
Co-authored-by: Ayush Sharma <ayush.sharma@trivago.com>
2021-10-29 17:33:05 +02:00
Juan Picado
16458f801e
refactor: pass options instead request object ( #2605 )
2021-10-29 09:00:02 +02:00
renovate[bot]
1322ffc2c4
chore(deps): update dependency @types/node to v16.11.6 ( #2603 )
2021-10-29 05:24:10 +02:00
Juan Picado
cf4489abb1
feat: download tarball endpoint fastify ( #2600 )
2021-10-27 23:06:41 +02:00
Diana Morales
d7bf5453b1
feat:migrate whoami to fastify ( #2599 )
2021-10-27 21:34:30 +02:00
github-actions[bot]
3184ed41d8
chore: update versions (6-next) ( #2597 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-27 18:16:16 +02:00
Diana Morales
6c1eb021ba
feat: use warning codes for deprecation warnings ( #2595 )
...
* feat: use warning codes for deprecation warnings
* Update logger.spec.ts
* Update package.json
2021-10-27 16:53:02 +02:00
Juan Picado
30875acc70
feat: partially implement user endpoints with fastify (part1) ( #2301 )
...
Partially implemented (wip)
- requires follow up for proper token validation
- no test included (still experimental)
- types refactoring required, still need alignment with other modules
2021-10-26 22:03:06 +02:00
renovate[bot]
640b92667f
fix(deps): update dependency marked to v3.0.8 ( #2576 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-24 15:24:13 +02:00
renovate[bot]
47415298c9
chore(deps): update dependency fastify to v3.22.1 ( #2568 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-23 06:23:26 +02:00
renovate[bot]
49dfeed37d
chore(deps): update dependency fastify to v3.22.0 ( #2537 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 08:02:03 +02:00
Juan Picado
b56d5cec39
chore: refactor pkgs location ( #2538 )
...
* chore: relocated mock package
* refactor: relocate local-storage htpasswd to plugins
because they are
* chore: format
2021-10-18 22:18:09 +02:00
renovate[bot]
9b978c6a5f
fix(deps): update dependency globby to v11.0.4 ( #2508 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-17 08:42:04 +02:00
renovate[bot]
353a283b40
fix(deps): update dependency marked to v3.0.7 ( #2509 )
2021-10-16 23:26:13 +02:00
renovate[bot]
58f35350fa
fix(deps): update dependency dompurify to v2.3.3 ( #2507 )
2021-10-16 22:02:44 +02:00
github-actions[bot]
b970102bfc
chore: update versions (6-next) ( #2456 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-15 23:13:06 +02:00
Juan Picado
b702ea3631
abort search request support for proxy ( #2474 )
...
* update undici
* abort search request support for proxy
2021-10-15 23:00:30 +02:00
Juan Picado
794af76c50
Remove Node 12 support (v6.x) ( #2473 )
2021-10-15 18:49:47 +02:00
Leonardo Metzger
b261741ef6
refactor: Remove some FIXME annotations ( #2465 )
...
* refactor: Remove the @ts-ignore in middleware-utils
* refactor: Remove __mocks__ imports in local-storage package
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2021-10-03 14:21:01 +02:00
Juan Picado
154b2ecd34
refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplication ( #2455 )
...
* migrate api package
* migrate auth
* migrate config
* refactor: remove @verdaccio/commons-api in favor @verdaccio/core
* fix lint
* relocate pkg
* relocate pkg
* fix tsconfig
2021-09-26 00:08:00 +02:00
github-actions[bot]
cd7947adbc
chore: update versions (6-next) ( #2450 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-25 17:44:58 +02:00
Juan Picado
9dbf73e955
remove typedoc dep, not need it now to fix the changesets
2021-09-19 21:34:38 +02:00
Juan Picado
e50410a875
feat: fastify search endpoint v1 without auth and format ( #2432 )
2021-09-12 17:12:47 +02:00
Juan Picado
60d7b35d88
refactor: search logic to storage pkg ( #2431 )
...
* refactor: search logic to storage pkg
* add test
* update undici
* add tests
* Update ci.yml
* fix ci
* fix tests
* fix ci
* fix tests
* fix ci
* restore some deps
* Update Version.test.tsx
* disable debug
2021-09-12 16:21:19 +02:00
github-actions[bot]
e10637f0f3
chore: update versions (6-next) ( #2427 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-08 19:33:09 +02:00
Juan Picado
459b6fa72b
refactor: search v1 endpoint and local-database ( #2340 )
...
* Refactor local-storage async
refactor local storage search stream
Remove async from local-storage, refactor search with streams
refactor search with undici fetch
finish search refactor
stream multiple request to single stream
refactor storage types
remove async dependency #1225
add score and refactor metadata
remove old search async
fix missing stream local data
clean up
clean up
refactor folder search
format
fix some test
fix issue on publish
filter preview
update ci
delete package folder refactor
refactor get packages methods
fix tests
fix lock file
add changeset
fix test windows
disable some test
update package json versions
* fix merge
* fix e2e cli
* restore e2e
* Update process.ts
* Update process.ts
* add improvement
* format
* Update utils.ts
* test
* test
* Update search.spec.ts
* Update search.spec.ts
* Update search.spec.ts
* test
* Update ci.yml
* clean up
* fix tests
* Update tags.ts
* Update index.spec.ts
* document changeset
* format
2021-09-08 19:06:37 +02:00
Justin Johansson
7c9561b019
Indiescripter/last misc deps update for now ( #2422 )
...
* build: update @babel/* devDeps
* build(ui-theme): update terser-webpack-plugin devDep
* build(e2e-cli): update npm & pnpm latest deps published yesterday
* build(ui-theme): update react-router-dom devDep
* build(standalone/ui-theme): update webpack devDev published today
* build(memory): update memfs dep published yesterday
* build(active-directory): update dep activedirectory2 major version
* build: remove currently unused devDep @types/lowdb
* build(fastify-migration/hooks/local-storage/mock/node-api/verdaccio-htpasswd): update dep core-js
* build: remove @commitlint/* devDeps no longer used in master
* build(ui-theme): update @testing-library/react devDep major version
2021-09-04 14:33:45 +02:00
github-actions[bot]
ff1822c961
chore: update versions (6-next) ( #2419 )
2021-09-04 08:59:14 +02:00
Justin Johansson
df0da3d699
fix(core/hooks/mock/node-api): add missing core-js dep ( #2418 )
2021-09-04 08:47:57 +02:00
Justin Johansson
b121e3662f
Indiescripter/align website format lint configs ( #2398 )
...
* build: update deps dompurify, esbuild-loader, envinfo, express-rate-limit, fastify, handlebars, jsdom
* build: remove unused devDep wait-on
* build: update dep http-status-codes
* build: update devDeps @typescript-eslint/*; deps aws-sdk & memfs
* build: update devDep terser-webpack-plugin
* build: update devDep eslint-plugin-prettier
* build: update dev/devDeps node-fetch, react-hook-form
* build: update e2e-cli deps npm & pnpm
* build: update website devDev sass
* build: update ui-theme devDep github-markdown-css
* build: update logger dep pino minor version
* build: update web devDep node-html-parser
* build: remove some legacy flow-typed cruft
* style: eslint-config-airbnb-typescript => @verdaccio/eslint-config; use prettier width 100 in website
* fix: attempt eslint fix in Features.tsx as suggested by @semoal; website eslint still 1 error
* fix: attempt to fix eslint warn about hooks usage
Co-authored-by: Sergio Moreno <22656541+semoal@users.noreply.github.com>
2021-09-01 19:15:15 +02:00
Justin Johansson
4b0eaff5f7
Update many package deps including babel, @types, react & more ( #2395 )
2021-09-01 07:35:24 +02:00
Justin Johansson
15d5e969c4
Update & make dependency versions consistent in packages/* ( #2393 )
...
* docs: improve pnpm development setup info in CONTRIBUTING.md
* build: make dependency versions consistent in packages/*
Updated to latest minor/patch versions; left major version unchanged for now
Did not change react dependencies in ui-theme package
Added .project file for Eclipse IDE users
* revert: rollback @changesets dep versions & maintain kleur v3.0.3
2021-08-30 08:19:08 +02:00
Juan Picado
aad7707268
chore: update dependencies ( #2304 )
2021-06-23 20:08:22 +02:00
Juan Picado
09a7cf3456
connect storage with fastify server as decorator ( #2299 )
...
* connect storage with fastify server as decorator
* remove dep
2021-06-13 22:03:09 +02:00
Juan Picado
15c694156a
fix eslint warnings ( #2265 )
...
* chore: reduce warnings
* chore: fix eslint warnings
* fix warning
2021-06-12 09:25:53 +02:00
github-actions[bot]
1ef60915e6
chore: update versions (6-next) ( #2245 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-24 09:01:22 +02:00
Juan Picado
55ee3fdd97
[Fastify] Add ping endpoint ( #2246 )
...
* chore: add ping endpoint
* Update package.json
* rebase from master
* add debug code and logger
* Update index.ts
* Create heavy-ravens-lay.md
* endpoint as plugin
* chore: format
* Update packages/core/server/debug/index.ts
Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
* add logger instance to fastify
* 4873 port
* format file
* add logger
Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
2021-05-22 06:56:37 +02:00
Juan Picado
f3f00052d8
chore: eslint config module ( #2263 )
...
* build: eslint config as package
* chore: fix formatting
2021-05-16 17:11:08 +02:00
Juan Picado
52b47868e3
add more test proxy ( #2236 )
...
* add more test proxy
* test tarball and search
* format
* refactor uplinks
2021-05-08 19:21:21 +02:00
github-actions[bot]
086c4a7c3c
chore: update versions (6-next) ( #2229 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-06 08:37:13 +02:00
Juan Picado
0da7031e77
feat: allow disable login on ui ( #2228 )
2021-05-05 23:23:03 +02:00
github-actions[bot]
7fb5c45243
chore: update versions (6-next) ( #2227 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-05 21:16:22 +02:00
Juan Picado
aecbd226de
feat: allow ui hide package managers on sidebar ( #2226 )
...
* feat: allow ui hide package managers on sidebar
* add test
* add changeset
* chore: remove snapshot
* chore: update config
2021-05-04 21:15:07 +02:00
github-actions[bot]
9ffa205076
chore: update versions (6-next) ( #2219 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-02 09:58:22 +02:00
Slava
1b217fd346
refactor: replace mkdirp with fs.mkdir(Sync) ( #2217 )
2021-05-02 09:52:12 +02:00
github-actions[bot]
629cbdd6b5
chore: update versions (6-next) ( #2203 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-04-26 07:48:38 +02:00
Juan Picado
19d272d10e
fix: restore logger on init ( #2202 )
...
* chore: restore logger on init
* chore: changeset
2021-04-26 07:42:25 +02:00
Juan Picado
cbdccf7177
build: add fastify starting package ( #2201 )
...
* chore: add fastify library as example with command
* chore: update format
* chore: add fastify package and start
2021-04-25 13:17:50 +02:00
github-actions[bot]
64c6cbfe9d
chore: update versions (6-next) ( #2198 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-04-25 10:14:01 +02:00
amit
648575aa41
fix: escaped slash in namespaced packages ( #2193 )
...
* fix: escaped slash in namespaced packages
* run format on code
* merge master branch (#2 )
* chore: fix start web issue
* chore: use custom action for changeset
this is temporary while I find the way to skip create github releases for alpha
* chore: format as separated workflow (#2194 )
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
* merge master (#3 )
* chore: fix start web issue
* chore: use custom action for changeset
this is temporary while I find the way to skip create github releases for alpha
* chore: format as separated workflow (#2194 )
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
* add changeset
* format
Co-authored-by: amit <amit@enso.security>
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
2021-04-24 17:14:24 +02:00
Juan Picado
0778eebae5
chore: add update-ts-references ( #2168 )
...
* chore: add update-ts-references
* chore: update version
2021-04-09 17:54:44 +02:00
github-actions[bot]
0f18f10b52
chore: update versions (6-next) ( #2166 )
2021-04-09 17:54:44 +02:00
Juan Picado
8f43bf17df
feat: improve node-api ( #2165 )
...
* refactor: improve node-api
* chore: add test for run server
2021-04-09 17:54:43 +02:00
github-actions[bot]
e8cc4232af
chore: update versions (6-next) ( #2162 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-04-09 17:54:43 +02:00
Juan Picado
13f1c6efca
chore: update versions
2021-04-09 17:54:41 +02:00
Juan Picado
4a3e11d072
chore: update with master ( #2158 )
2021-04-09 17:54:41 +02:00
Paola Morales
dc05edfe60
feat!: async storage plugin bootstrap ( #2144 )
...
* feat: async storage plugin bootstrap
* refactor fs.promise to promisify on node12
* Add changeset
* Update big-lobsters-sin.md
* Update utils.test.ts
* Update utils.test.ts
* Update ci.yml
* Update utils.test.ts
2021-04-09 17:54:40 +02:00
Juan Picado
558d78f32a
feat: flexible user interface generator ( #2070 )
...
* feat: flexible template generator and manifest
* chore: add changeset
* chore: restore dep
* chore: add docs
* chore: update snapshots
* chore: update docker examples for v5
* chore: refactor web module
* chore: format
* chore: refactor web api endpoints
* test: add test for user login web
* chore: refactor endpoints
* chore: fix merge
* chore: fix merge
* Update ci.yml
* chore: test
* chore: add static
* chore: update script
* chore: fix e2e
* chore: fix method
* docs: update v5 relative docker example
* chore: update html render
* chore: update style
* Update .prettierignore
* chore: update changeset
* chore: use pnpm6 on run test
temporary ci
* chore: drop node 16 for pnpm 6
* chore: update ci
* chore: update ci
* chore: update ci
* chore: update ci
* chore: remove circle ci
* chore: better url prefix handling
* chore: format code
* chore: remove test node 10
* docs: add docker v5 relative revers proxy example
* chore: use base html tag
* chore: update test
2021-04-09 17:54:38 +02:00
Juan Picado
d5eacc218b
feat: improve cli logging on start up ( #2097 )
...
* feat: improve cli logging on start up
* chore: remove deps
2021-04-09 17:54:38 +02:00
Paola Morales
6b8806ee71
Improve package.json metadata ( #2091 )
2021-04-09 17:54:36 +02:00
Paola Morales
24c14ce583
chore: update package.json and README.md ( #2090 )
2021-04-09 17:54:36 +02:00
github-actions[bot]
71fbb410e6
chore: update versions (alpha) ( #2073 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-04-09 17:54:35 +02:00
Slava
c8a040e69e
feat: allow other password hashing algorithms ( #1917 ) ( #2072 )
2021-04-09 17:54:35 +02:00
github-actions[bot]
e676d1bf1c
chore: update versions (alpha) ( #2057 )
2021-04-09 17:54:35 +02:00
Juan Picado
061bfcc8d4
feat: standalone server ( #2046 )
...
* feat: standalone version
* chore: add changeset
2021-04-09 17:54:34 +02:00
Juan Picado
eab3007939
chore: update deps ( #2056 )
...
* chore: update deps
* chore: update eslint
* chore: update deps types
2021-04-09 17:54:34 +02:00
github-actions[bot]
1d78376506
chore: update versions (alpha) ( #2053 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-04-09 17:54:33 +02:00
Juan Picado
a610ef26b9
build: release scripts alpha packages ( #2052 )
...
* chore: update deps
* chore: update deps
2021-04-09 17:54:32 +02:00
github-actions[bot]
7cc2fe20af
chore: update versions (alpha) ( #2051 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-04-09 17:54:32 +02:00
Juan Picado
b61f762d6c
feat: add rate limit to all request ( #2050 )
...
* feat: add rate limit to all request
* chore: increase max
* chore: update settings
* chore: deprecate keepAliveTimeout
2021-04-09 17:54:32 +02:00
github-actions[bot]
a78ff7550a
chore: update versions (alpha) ( #2045 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-04-09 17:54:32 +02:00
Juan Picado
e54ec4b5d0
feat: remove level dependency by lowdb for npm token cli as storage ( #2043 )
...
* feat: remove level for token by lowdb
* chore: fix format
* chore: fix config
* chore: add changeset
2021-04-09 17:54:31 +02:00
Juan Picado
83677e31a2
build: server reload watch mode ( #2039 )
...
* feat: server reload watch mode
* chore:update format
2021-04-09 17:54:29 +02:00
github-actions[bot]
57cb03cdb7
chore: update versions (alpha) ( #1916 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-04-09 17:54:28 +02:00
Juan Picado
c2621ac386
chore: update pnpm changeset versions ( #2002 )
2021-04-09 17:54:27 +02:00
Juan Picado
5f3eee5eaf
chore: remove a package, move constants ( #2001 )
...
* chore: remove a package, move constants
* chore: remove *
2021-04-09 17:54:26 +02:00
Juan Picado
1153a8d92f
deps: update typescript 4 ( #2000 )
2021-04-09 17:54:26 +02:00
Juan Picado
10aeb4f134
refactor: config module, experiments renamed to flags ( #1996 )
...
* refactor: config security refactor
* chore: add changeset
* chore: rename self_path to config_path on test
* chore: fix test
* chore: remove self_path on init
2021-04-09 17:54:25 +02:00
Juan Picado
a9ba3d0649
refactor: config module ( #1995 )
...
* refactor: clean up config
* refactor: config, move methods
* chore: remove js-yaml from utils
2021-04-09 17:54:25 +02:00
Dina Basumatary
68ea21214a
fix: eslint errors ( #1973 )
...
* fix: eslint errors
* fix: rename a test
* fix: broken integration test
due to removing next argument in the middleware.
* changeset
2021-04-09 17:54:23 +02:00
Juan Picado
e367c3f1e0
feat: improve legacy token signature by removing deprecated crypto.cr… ( #1953 )
...
* feat: improve legacy token signature by removing deprecated crypto.createDecipher
* fix: wrong reference
* chore: add debug
2021-04-09 17:54:21 +02:00
mknj
82c2f4e03a
fix urls in some packages/*/package.json ( #1952 )
2021-04-09 17:54:21 +02:00
Juan Picado
65cb26cf31
refactor: migrate request to node-fetch at hooks package ( #1946 )
...
* refactor(hooks): new structure for notifications
* chore: fix build
* chore: add debug
* chore: add changeset
2021-04-09 17:54:20 +02:00
Juan Picado
8c730c0694
refactor: max-len and printWidth to 100 ( #1941 )
...
* refactor: max-len and printWidth to 100
* chore: ci specific pnpm version
* fix: add types peer package
literally get rid of types package
2021-04-09 17:54:20 +02:00
Juan Picado
aa763baec1
feat: add typescript project references settings ( #1933 )
...
Add two different settings for compile and develop.
https://www.typescriptlang.org/docs/handbook/project-references.html
2021-04-09 17:54:19 +02:00
Abraham Schilling
ddb42431d1
build: configure prettier as formatter for json, yaml and markdown ( #1930 )
...
* build: configure pretter as formatter for most files
* chore: reformat code (#1931 )
* chore: re-format all files
* chore: force run quality anaylsis test
Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
Co-authored-by: Juan Picado @jotadeveloper <juanpicado19@gmail.com>
2021-04-09 17:54:19 +02:00
Abraham Schilling
d981c1d435
5.x tests on windows ( #1919 )
2021-04-09 17:54:18 +02:00
Juan Picado
8f9467ce3d
chore: restore website build ( #1920 )
2021-04-09 17:54:17 +02:00
Juan Picado
716734c83c
feat: improve workspace and dependencies debug
...
* feat: using workspace @verdaccio/types
* feat: use core local-storage plugin
* chore: add missing dependencies
* chore: replace trace by debug
* chore: plugin loader uses debug
2021-04-09 17:54:14 +02:00
Juan Picado @jotadeveloper
be9e23da47
chore: update wrong imports
2021-04-09 17:54:14 +02:00
Juan Picado @jotadeveloper
4fcd6457be
feat: add @verdaccio/commons-api package
...
Update local references
2021-04-09 17:54:13 +02:00
Juan Picado
3838d3d212
feat: relocate core packages ( #1906 )
...
* chore: clean lint warnings
* refactor: move core packages
2021-04-09 17:54:13 +02:00