Compare commits

...

5 Commits

39 changed files with 153 additions and 37 deletions

View File

@@ -7,6 +7,7 @@ DB_PORT=3306
DB_USERNAME=std_notes_user
DB_PASSWORD=changeme123
DB_DATABASE=standard_notes_db
DB_TYPE=mysql
#########
# CACHE #

View File

@@ -29,6 +29,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Create Bundle Dir
id: bundle-dir
run: echo "temp_dir=$(mktemp -d -t ${{ inputs.service_name }}-${{ github.sha }}-XXXXXXX)" >> $GITHUB_OUTPUT
@@ -48,6 +52,9 @@ jobs:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install --immutable
- name: Build
if: steps.cache-build.outputs.cache-hit != 'true'
run: yarn build ${{ inputs.package_path }}

View File

@@ -8,7 +8,7 @@
]
},
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"scripts": {
"lint": "yarn workspaces foreach -p -j 10 --verbose run lint",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.22.1](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.22.0...@standardnotes/analytics@2.22.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [2.22.0](https://github.com/standardnotes/server/compare/@standardnotes/analytics@2.21.11...@standardnotes/analytics@2.22.0) (2023-05-08)
### Features

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/analytics",
"version": "2.22.0",
"version": "2.22.1",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"private": true,
"description": "Analytics tools for Standard Notes projects",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.52.1](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.52.0...@standardnotes/api-gateway@1.52.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/api-gateway/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [1.52.0](https://github.com/standardnotes/api-gateway/compare/@standardnotes/api-gateway@1.51.0...@standardnotes/api-gateway@1.52.0) (2023-05-08)
### Features

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/api-gateway",
"version": "1.52.0",
"version": "1.52.1",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"private": true,
"description": "API Gateway For Standard Notes Services",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.105.1](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.105.0...@standardnotes/auth-server@1.105.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [1.105.0](https://github.com/standardnotes/server/compare/@standardnotes/auth-server@1.104.0...@standardnotes/auth-server@1.105.0) (2023-05-08)
### Features

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/auth-server",
"version": "1.105.0",
"version": "1.105.1",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"private": true,
"description": "Auth Server",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.47.1](https://github.com/standardnotes/server/compare/@standardnotes/common@1.47.0...@standardnotes/common@1.47.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [1.47.0](https://github.com/standardnotes/server/compare/@standardnotes/common@1.46.7...@standardnotes/common@1.47.0) (2023-05-08)
### Features

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/common",
"version": "1.47.0",
"version": "1.47.1",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"description": "Common types and utilities for Standard Notes projects",
"main": "dist/src/index.js",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.14.2](https://github.com/standardnotes/server/compare/@standardnotes/domain-core@1.14.1...@standardnotes/domain-core@1.14.2) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
## [1.14.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-core@1.14.0...@standardnotes/domain-core@1.14.1) (2023-05-05)
**Note:** Version bump only for package @standardnotes/domain-core

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/domain-core",
"version": "1.14.1",
"version": "1.14.2",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"description": "Domain Core SDK used in SN projects",
"main": "dist/src/index.js",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.11.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.11.0...@standardnotes/domain-events-infra@1.11.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [1.11.0](https://github.com/standardnotes/server/compare/@standardnotes/domain-events-infra@1.10.3...@standardnotes/domain-events-infra@1.11.0) (2023-05-08)
### Features

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/domain-events-infra",
"version": "1.11.0",
"version": "1.11.1",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"description": "Domain Events Infrastructure SDK used in SN projects",
"main": "dist/src/index.js",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.110.2](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.110.1...@standardnotes/domain-events@2.110.2) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
## [2.110.1](https://github.com/standardnotes/server/compare/@standardnotes/domain-events@2.110.0...@standardnotes/domain-events@2.110.1) (2023-05-05)
**Note:** Version bump only for package @standardnotes/domain-events

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/domain-events",
"version": "2.110.1",
"version": "2.110.2",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"description": "Domain Events SDK used in SN projects",
"main": "dist/src/index.js",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.8.1](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.8.0...@standardnotes/event-store@1.8.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [1.8.0](https://github.com/standardnotes/server/compare/@standardnotes/event-store@1.7.11...@standardnotes/event-store@1.8.0) (2023-05-08)
### Features

View File

@@ -1,12 +1,12 @@
{
"name": "@standardnotes/event-store",
"version": "1.8.0",
"version": "1.8.1",
"description": "Event Store Service",
"private": true,
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"scripts": {
"clean": "rm -fr dist",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.12.1](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.12.0...@standardnotes/files-server@1.12.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/files/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [1.12.0](https://github.com/standardnotes/files/compare/@standardnotes/files-server@1.11.2...@standardnotes/files-server@1.12.0) (2023-05-08)
### Features

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/files-server",
"version": "1.12.0",
"version": "1.12.1",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"private": true,
"description": "Standard Notes Files Server",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.6.7](https://github.com/standardnotes/server/compare/@standardnotes/predicates@1.6.6...@standardnotes/predicates@1.6.7) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
## [1.6.6](https://github.com/standardnotes/server/compare/@standardnotes/predicates@1.6.5...@standardnotes/predicates@1.6.6) (2023-05-05)
**Note:** Version bump only for package @standardnotes/predicates

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/predicates",
"version": "1.6.6",
"version": "1.6.7",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"description": "Utils and models required for scheduling jobs",
"main": "dist/src/index.js",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.14.1](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.14.0...@standardnotes/revisions-server@1.14.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [1.14.0](https://github.com/standardnotes/server/compare/@standardnotes/revisions-server@1.13.2...@standardnotes/revisions-server@1.14.0) (2023-05-08)
### Features

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/revisions-server",
"version": "1.14.0",
"version": "1.14.1",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"private": true,
"description": "Revisions Server",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.18.1](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.18.0...@standardnotes/scheduler-server@1.18.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [1.18.0](https://github.com/standardnotes/server/compare/@standardnotes/scheduler-server@1.17.15...@standardnotes/scheduler-server@1.18.0) (2023-05-08)
### Features

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/scheduler-server",
"version": "1.18.0",
"version": "1.18.1",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"private": true,
"description": "Scheduler Server",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.7.8](https://github.com/standardnotes/server/compare/@standardnotes/security@1.7.7...@standardnotes/security@1.7.8) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
## [1.7.7](https://github.com/standardnotes/server/compare/@standardnotes/security@1.7.6...@standardnotes/security@1.7.7) (2023-05-05)
**Note:** Version bump only for package @standardnotes/security

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/security",
"version": "1.7.7",
"version": "1.7.8",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"description": "Security SDK for Standard Notes projects",
"main": "dist/src/index.js",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.21.3](https://github.com/standardnotes/server/compare/@standardnotes/settings@1.21.2...@standardnotes/settings@1.21.3) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
## [1.21.2](https://github.com/standardnotes/server/compare/@standardnotes/settings@1.21.1...@standardnotes/settings@1.21.2) (2023-05-05)
**Note:** Version bump only for package @standardnotes/settings

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/settings",
"version": "1.21.2",
"version": "1.21.3",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"description": "Settings SDK for Standard Notes projects",
"main": "dist/src/index.js",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.14.1](https://github.com/standardnotes/server/compare/@standardnotes/sncrypto-node@1.14.0...@standardnotes/sncrypto-node@1.14.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [1.14.0](https://github.com/standardnotes/server/compare/@standardnotes/sncrypto-node@1.13.2...@standardnotes/sncrypto-node@1.14.0) (2023-05-08)
### Features

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/sncrypto-node",
"version": "1.14.0",
"version": "1.14.1",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"description": "SNCrypto for Node.js",
"main": "dist/src/index.js",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.35.1](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.35.0...@standardnotes/syncing-server@1.35.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/syncing-server-js/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [1.35.0](https://github.com/standardnotes/syncing-server-js/compare/@standardnotes/syncing-server@1.34.2...@standardnotes/syncing-server@1.35.0) (2023-05-08)
### Features

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/syncing-server",
"version": "1.35.0",
"version": "1.35.1",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"private": true,
"description": "Syncing Server",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.14.4](https://github.com/standardnotes/server/compare/@standardnotes/time@1.14.3...@standardnotes/time@1.14.4) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
## [1.14.3](https://github.com/standardnotes/server/compare/@standardnotes/time@1.14.2...@standardnotes/time@1.14.3) (2023-05-05)
**Note:** Version bump only for package @standardnotes/time

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/time",
"version": "1.14.3",
"version": "1.14.4",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"description": "Utilities for time processing and calculation",
"main": "dist/src/index.js",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.7.1](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.7.0...@standardnotes/websockets-server@1.7.1) (2023-05-09)
### Bug Fixes
* node engine version requirement in package.json files ([62a0e89](https://github.com/standardnotes/server/commit/62a0e89748ab306566c4aa10b9dc0385fb0f1684))
# [1.7.0](https://github.com/standardnotes/server/compare/@standardnotes/websockets-server@1.6.16...@standardnotes/websockets-server@1.7.0) (2023-05-08)
### Features

View File

@@ -1,8 +1,8 @@
{
"name": "@standardnotes/websockets-server",
"version": "1.7.0",
"version": "1.7.1",
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
},
"private": true,
"description": "Websockets Server",