Juan Picado
974cd8c19c
fix: startup messages improved and logs support on types ( #3667 )
...
* fix: startup messages improved and logs support on types
* Create blue-cobras-study.md
* add npmignore
2023-03-07 21:49:56 +01:00
Juan Picado
020ede43f6
fix: version output with breakline ( #3349 )
2022-09-04 10:46:57 +02:00
Juan Picado
b849128ded
fix: handle upload scoped tarball and add new deprecations ( #3340 )
...
* chore: add local publish support
* chore: fix upload scoped tarball
* add e2e
2022-09-02 20:40:12 +02:00
Juan Picado
a3a209b5e2
feat: upgrade to pino 8 with async logging ( #3308 )
2022-08-18 21:39:34 +02:00
Juan Picado
00d1d2a179
chore: env variable for launch fastify ( #3295 )
...
* chore: relocate package server
* chore: relocate server packages
* Update ci.yml
* rename packages
* rename package
* chore: refactor fastify endpoints
* chore: fix types requests
* fix warnings
* chore: refactor endpoints
* refactor launch fastify
* Update package.json
* chore: update deps
* Create green-yaks-divide.md
2022-08-08 07:14:23 +02:00
Juan Picado
292c0a37fc
feat!: replace deprecated request dependency by got ( #3100 )
2022-07-29 20:51:45 +02:00
Juan Picado
d78c8b5153
chore: improve error logger message
2022-04-04 20:47:48 +02:00
Juan Picado
82cb0f2bff
config.logs throw an error, logging config not longer accept array or… ( #3097 )
2022-03-28 20:02:08 +02:00
CommanderRoot
a2c3fa9ea7
refactor: replace deprecated String.prototype.substr() ( #3091 )
2022-03-25 23:27:31 +01:00
Diana Morales
c2a1f4a73a
use warning code for deprecation warnings ( #2615 )
2021-10-31 15:49:06 +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
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
Juan Picado
5776015058
chore: improve version detection ( #2558 )
2021-10-21 23:29:58 +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
Juan Picado
2e3b9552cc
test release on npmjs as alpha tag ( #2411 )
...
* node 14 as minimum for cli
* Create perfect-emus-clean.md
* Update utils.spec.ts
2021-09-03 22:46:04 +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
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
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
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
Juan Picado
8020936758
chore: improve ci settings
2021-04-11 09:05:27 +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
Juan Picado
5becf3f257
feat: use clipanion over commander ( #2159 )
...
* feat: use clipanion over commander
* chore: update
* chore: add missing options
* chore: fix arguments
* chore: format code
* chore: update
* chore: fix missing node conf
* chore: add version
* Update setup.ts
* chore: fix config flag
* chore: add changeset
2021-04-09 17:54:41 +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
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
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
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
e61bd6c78f
chore: lint prettier update ( #1904 )
...
* chore: update prettier@2.x
* chore: prettier auto fix
* chore: fake circleci
we don't need it but I want make dissapear the error
2021-04-09 17:54:12 +02:00
Juan Picado
9f2a29a275
refactor: devDependencies strictly defined in each package ( #1884 )
...
* refactor: new babel preset
* chore: using pnpm
let's see how it goes, all seems works fine by far, pretty solid.
2021-04-09 17:54:11 +02:00
Juan Picado @jotadeveloper
958a5d886f
feat: migrate from buyan to pinojs ( #1760 )
...
* feat: migrate from buyan to pinojs
* chore: fix lint
* chore: release utils from import
* chore: fix test
* chore: add missing dep
* chore: add dependency
* chore: add prettifier module
* chore: add pretty stamp option
* chore: fix package name location
* chore: crash on try use rotating file type
* chore: remove arg
2021-04-09 17:54:09 +02:00
Juan Picado @jotadeveloper
a70454c7b2
feat: migrate yarn workspaces ( #1546 )
2021-04-09 17:54:01 +02:00