1.30.0 • Published 6 months ago

@destinyitemmanager/dim-api-types v1.30.0

Weekly downloads
27
License
MIT
Repository
github
Last release
6 months ago

Build Status

Setup

  1. Go to hub.docker.com, sign up for an account, and download Docker Desktop.
  2. Open Docker preferences, go to the Kubernetes tab, and enable Kubernetes.
  3. Run 'yarn start'

Development Postgres

In production we use a hosted Postgres, but in development we'll deploy it using Kubernetes.

  1. kubectl apply -f kubernetes/postgres-configmap.yaml - this contains our development password.
  2. kubectl apply -f kubernetes/postgres-deployment.yaml - this actually runs Postgres on port 31744.

You can now connect to postgres on port 31744 with the username and password from the configmap.

DB Migrations

Run cd api && npx db-migrate up to update the database to the current version. Run cd api && npx db-migrate create settings_table to create a new migration file in the migrations folder, where you can use the db-migrate API to modify the database. Check in all migrations.

1.29.0

7 months ago

1.30.0

6 months ago

1.26.0

1 year ago

1.27.0

11 months ago

1.28.0

11 months ago

1.25.0

1 year ago

1.24.1

1 year ago

1.24.0

1 year ago

1.22.0

2 years ago

1.23.0

1 year ago

1.21.0

2 years ago

1.20.0

2 years ago

1.19.0

2 years ago

1.15.0

2 years ago

1.18.0

2 years ago

1.17.0

2 years ago

1.16.0

2 years ago

1.14.0

2 years ago

1.13.0

3 years ago

1.12.0

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.8.0

3 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago