Skip to content

Commit

Permalink
feat(v3): revise data access patterns; improve schema, particularly a…
Browse files Browse the repository at this point in the history
…round SLOs; update schema, docs, diagram; cleanup
  • Loading branch information
mikaelvesavuori committed Mar 18, 2023
1 parent b0fb201 commit b4fece8
Show file tree
Hide file tree
Showing 39 changed files with 3,516 additions and 8,603 deletions.
30 changes: 2 additions & 28 deletions .github/workflows/catalogist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install dependencies
run: |
npm ci --ignore-scripts
npm ci --ignore-scripts --force
- name: Test
run: npm test
Expand All @@ -46,30 +46,4 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageLocations: ${{ github.workspace }}/jest-coverage/lcov.info:lcov

deploy-doc:
if: ${{ github.event_name == 'push' }}
name: Deploy API documentation on Bump
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bump-sh/github-action@v1
with:
doc: catalogist
token: ${{ secrets.BUMP_TOKEN }}
file: api/schema.yml
api-diff:
if: ${{ github.event_name == 'pull_request' }}
name: Check API diff on Bump
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bump-sh/github-action@v1
with:
doc: catalogist
token: ${{ secrets.BUMP_TOKEN }}
file: api/schema.yml
command: diff
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
coverageLocations: ${{ github.workspace }}/jest-coverage/lcov.info:lcov
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build/
.esbuild/

# Files generated from tests
/jest-coverage/**
jest-coverage/
**/jest-coverage/**

# No Yarn stuff
Expand Down
483 changes: 138 additions & 345 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit b4fece8

Please sign in to comment.