0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00
Commit graph

18 commits

Author SHA1 Message Date
Juan Picado
c009bf7760
feat: relocate core packages (#1906)
* chore: clean lint warnings

* refactor: move core packages
2020-08-19 20:27:35 +02:00
Juan Picado @jotadeveloper
979e547d95
chore: extend lint rules to root 2020-08-13 23:36:23 +02:00
Juan Picado
09b59d59e6
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
2020-08-13 23:27:00 +02:00
Juan Picado @jotadeveloper
42a211d5b3
chore: update snapshot 2020-08-11 22:48:08 +02:00
Juan Picado
66bfc6497e
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.
2020-08-11 07:46:53 +02:00
Juan Picado @jotadeveloper
ded44fb12d
chore: rebase from master 2020-08-11 07:46:38 +02:00
Juan Picado
a819139291
refactor: test api refactor (#1826)
* test: add test for whoami

* Update middleware.ts

* test for user api

* more test for user api

* remove repeated code

* refactor

* Update index.spec.ts

* add package test

refactor others

* chore: upgrade deps

* chore: add test for package

* chore: update test

* update lock file

* Update ci.yml

* Update ci.yml

* Update package.spec.ts

* chore: update ci settings

* chore: update deps

* chore: update test
2020-08-11 07:46:37 +02:00
Juan Picado
c9a1500d36
chore: update dependencies (maintenance)
* chore: update deps

* chore: update deps

* chore: fix dependencies

* chore: update deps

* chore: update deps

* chore: add types

* chore: update jest
2020-08-11 07:46:14 +02:00
dependabot-preview[bot]
07ccf0bcaf
build(deps): bump @verdaccio/readme from 9.3.0 to 9.5.0 (#1797)
Bumps [@verdaccio/readme](https://github.com/verdaccio/monorepo/tree/HEAD/core/readme) from 9.3.0 to 9.5.0.
- [Release notes](https://github.com/verdaccio/monorepo/releases)
- [Changelog](https://github.com/verdaccio/monorepo/blob/9.x/core/readme/CHANGELOG.md)
- [Commits](https://github.com/verdaccio/monorepo/commits/v9.5.0/core/readme)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-11 07:46:13 +02:00
Juan Picado @jotadeveloper
1fabec8df1
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
2020-08-11 07:46:12 +02:00
Juan Picado @jotadeveloper
4dd69d135b
chore: re-enable coverage 2020-08-11 07:46:11 +02:00
Juan Picado @jotadeveloper
adf7ea46b9
chore: fix merge 2020-08-11 07:46:10 +02:00
Juan Picado @jotadeveloper
3e7fd1806e
feat: remove support for allow_ prefix (#1741)
allow_access, allow_publish and proxy_access were supported as package access but this commit drop that support and ignore the properties
2020-08-11 07:46:09 +02:00
Juan Picado @jotadeveloper
793deb2b6b
refactor: fix import 2020-08-11 07:46:08 +02:00
Juan Picado @jotadeveloper
658866a618
refactor: fix imports 2020-08-11 07:46:07 +02:00
Juan Picado @jotadeveloper
cc0b4186a6
refactor: utilities and auth 2020-08-11 07:46:07 +02:00
Juan Picado @jotadeveloper
23babe2fad
chore: reuse jest config 2020-08-11 07:46:06 +02:00
Juan Picado @jotadeveloper
e4ec679b0e
feat: migrate yarn workspaces (#1546) 2020-08-11 07:46:02 +02:00