Skip to content

Commit

Permalink
dotfile movearound
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Aug 6, 2019
1 parent 31291ad commit 4627ab2
Show file tree
Hide file tree
Showing 103 changed files with 6,587 additions and 17,409 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions api/.gitignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ yarn-error.log
/neo4j
.eslintcache
junit.xml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions api/Makefile → Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ load-test-writeQueriesForTeams:

load-test-cleanUp:
node scripts/load-testing/clean-up



test-schema:
@if [ -z $(CI) ]; \
then DEBUG=true jest schema/test --testEnvironment=node --watch ; \
else jest schema/test --testEnvironment=node --maxWorkers=2 --ci --reporters=default --reporters=jest-junit; \
fi

s3-publish:
@node schema/scripts/deploy

1 change: 0 additions & 1 deletion api/CODEOWNERS

This file was deleted.

2 changes: 0 additions & 2 deletions api/Procfile

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion api/test/init-db.spec.js → api/__tests__/init-db.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const schema = require('@financial-times/biz-ops-schema');
const schema = require('../../schema');
const { initConstraints } = require('../server/init-db');
const { driver } = require('../server/lib/db-connection');

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const schema = require('@financial-times/biz-ops-schema');
const schema = require('../../../schema');

const {
mergeLockedFields,
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fetch = require('node-fetch');
const { getSchemaFilename } = require('@financial-times/biz-ops-schema');
const { getSchemaFilename } = require('../../schema');

jest.useFakeTimers();

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fetch = require('node-fetch');
const schema = require('@financial-times/biz-ops-schema');
const schema = require('../../schema');
const request = require('./helpers/supertest').getNamespacedSupertest(
'schema-polling',
);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions api/change-log.sh

This file was deleted.

182 changes: 0 additions & 182 deletions api/doc/model.cql

This file was deleted.

Loading

0 comments on commit 4627ab2

Please sign in to comment.