Commit Graph

32 Commits

Author SHA1 Message Date
Juan Picado e939ca24af
feat: upgrade plugin htpassw major (#3712)
Replaces default auth plugin verdaccio-htpasswd@10.x by verdaccio-htpasswd@11.x which is being used in verdaccio 6.x (almost identical)
Apply backward compabiity
Reduces maintenance (monorepo plugin can be removed)
One more step to switch v6.x
Add Node.js 12 GH Action for check backward compatibility
2023-04-22 11:08:59 +02:00
Juan Picado d157131225 chore: remove changelog failures on master 2023-02-14 22:33:04 +01:00
Juan Picado 5385f33991 Update trigger-release.ts 2023-02-14 22:32:40 +01:00
Juan Picado bae430fe24
feat: refactor test and use verdaccio 6 core modules (#3569)
chore: clean up comments

remove commitlint

update deps

add new tests

test

separate ci

test

test

test

test

test

test

chore: add preprelase

test

test

test

test

test

chore: update deps

Update release-snapshot.yml

Update .npmignore

test

chore: remove @verdaccio/commons-api dep

chore: cleanup

remove normalizeContributors

remove validateMetadata

fix test

clean up getLocalRegistryTarballUri

Update store.spec.ts

clean up convertDistRemoteToLocalTarballUrls

chore: update libraries

reuse getPublic url

clean up

Update jest.config.js

Update jest.config.js

update nvmrc

add tests
2023-01-28 14:39:37 +01:00
Juan Picado 50a20e922b
chore: fix automated release notes on publish (#3568)
* chore: fix automated release notes on publish

* chore: fix automated release notes on publish
2023-01-19 22:53:05 +01:00
Juan Picado 6df04e1ce1
chore: upgrade eslint and prettier (#3565) 2023-01-18 22:49:28 +01:00
Juan Picado 32ecdfb301 fix: remove dry run
^_^ not my best release day
2022-11-08 20:40:34 +01:00
Juan Picado 6eb1ea595f chore: test release on ci 2022-11-08 20:30:07 +01:00
Juan Picado 42194c7302
feat: run server init as promise (#3210)
* feat: run server init as promise

* chore: format

* fix: format

* fix: format

* fix: restore files

* fix: restore files

* fix: disable steps

* fix: init log on cli

* fix: init log on cli

* fix: init log on cli

* fix: init log on cli

* fix: init log on cli

* fix: init log on cli

* fix: init log on cli

* fix: init log on cli

* fix: init log on cli

* fix: init log on cli

* fix: init log on cli
2022-06-02 17:39:49 +02:00
Juan Picado 558fcafc71
build: format code prettier, enable ci (#2886)
* fix: format code prettier, enable ci

* chore: add trivago import prettier pluggin
2022-01-09 20:51:50 +01:00
Juan Picado da810f4a18
chore: fix release script (#2289)
* chore: fix release script

* chore: fix lint

* chore: restore file
2021-06-12 07:39:33 +02:00
Juan Picado 69d7df20d8
build: enable pnp yarn2 (#2253)
* chore: enable pnp yarn

* chore: ignore pnp

* fix type issues on run eslint

* add missing dependency and fix some errors

* fix most of the errors

some were just disabled, already fixed in master

* add missing jest-config

* update jest@26 align with other deps

* add missing @babel/register

* clean up

* use yarn node

* use yarn node on release

* chore: add husky 6

* chore: add husky 6

* chore: lint-stage

* chore: test

* chore: add hook git

* chore: test

* chore: test

* update deps

* chore: fix commit lint

* fix docker run

* update git ignore
2021-05-13 23:13:57 +02:00
Juan Picado 82c5c4eb32
feat: prepare release for v5 (#2175)
* feat: prepare release for v5

* chore: update readme
2021-04-09 09:16:06 +02:00
Juan Picado ee97dcb46c
feat: replace bunyan by pino.js (#2148)
* feat: replace bunyan by pino.js

* chore: refactor logger

* chore: fix e2e

* chore: better catch
2021-03-30 20:32:46 +02:00
Juan Picado 1a10d2ee6e chore: update readme 2021-03-29 13:09:37 +02:00
Juan Picado 4cf7e3d940 chore: update release script 2021-03-10 22:08:25 +01:00
Juan Picado cc5d786133
chore: improve performance e2e request 2020-11-25 06:12:46 +01:00
Juan Picado 401c987e18
test: add yarn berry and npm7 to and new e2e config file (#1960)
* test: add e2e config file

* test: add e2e config file

* chore: add yarn berry to e2e

* chore: add npm7 to e2e

* chore: add node 14 to ci
2020-10-09 18:53:44 +02:00
Juan Picado 99dc8510fc
build: e2e acceptance tests (#1846)
* chore: test e2e

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: update name

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: test

* chore: this should fails

* chore: restore config
2020-06-18 23:01:57 +02:00
Juan Picado @jotadeveloper b9506d6ef6
feat: prepare release v4 (#1307)
* chore: remove the next tag

* chore: update readme

* chore: add docs location info and translation

* chore: update readme
2019-05-26 14:20:38 +02:00
Ayush Sharma 4efbad1ef7 Npm publish using GitHub actions (#1275)
* chore: bumps verdaccio-htpasswd@2.0.0

* chore: removes circle ci and publish using github-actions

* chore: adds bash doctype

* chore: adds build and test workflow

* chore: fixes coverage error

* chore: adds e2e tests

* chore: adds headless arg

* chore: sets puppeteer in docker env

* chore: runs tets through bash

* chore: minor fixes
2019-04-17 07:17:39 +02:00
Juan Picado @jotadeveloper f94fa08002
chore: remove old scripts 2019-04-15 20:45:07 +02:00
Juan Picado @jotadeveloper 69dce414e7
chore: next release tag is beta 2019-04-14 09:14:33 +02:00
Juan Picado @jotadeveloper 37a0d9c92e
chore: remove unused files 2019-03-11 21:12:39 +01:00
Juan Picado @jotadeveloper 8cb342786c
Merge branch 'master' into 4.x 2019-02-18 21:22:24 +01:00
Juan Picado @jotadeveloper f5e4cc18de
Update publish.sh 2019-02-15 15:55:07 +01:00
Juan Picado @jotadeveloper 680c4b7976
chore: update release default tag 2018-09-27 18:36:16 +02:00
Juan Picado @jotadeveloper 1eb8e58e0e
build: improve beta and alpha release 2018-01-07 19:16:44 +01:00
Juan Picado @jotadeveloper 403a95190e
build: all publish packages on as beta tag 2018-01-07 18:23:25 +01:00
Juan Picado @jotadeveloper 4995d19d3e
build: remove incremental versionin, this is done by npm run release script 2017-10-21 10:38:29 +02:00
Juan Picado @jotadeveloper 5efab2bbe5
build: allow publish from continous integration tool 2017-10-19 22:12:59 +02:00
Juan Picado d4710164c7
update AUTHORS 2017-04-12 21:06:36 +02:00