Skip to content

Commit a5f61ce

Browse files
committed
Merge branch 'dev'
2 parents dbd2629 + f660ce8 commit a5f61ce

File tree

1,328 files changed

+9027
-24422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,328 files changed

+9027
-24422
lines changed

.deployment

-2
This file was deleted.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ node_modules/
5959
npm-debug.log
6060
testem.log
6161
/typings
62+
**/TESTS.xml
6263

6364
# e2e
6465
/e2e/*.js

.travis.yml

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1+
dist: trusty
2+
sudo: required
13
language: node_js
24
node_js:
3-
- "6.9"
4-
before_script:
5-
- npm install -g --silent @angular/[email protected]
6-
- npm install -g --silent yarn
5+
- "8"
6+
cache:
7+
yarn: true
8+
directories:
9+
- client/node_modules
10+
os:
11+
- linux
712
script:
8-
- cd server && yarn install && yarn run gulp build-all && tsc && cd ../AzureFunctions.AngularClient && yarn install && ng build -prod
13+
- cd client
14+
- yarn install
15+
- node_modules/.bin/ng test --code-coverage
16+
- npm run-script coveralls
17+
- node_modules/.bin/ng build --prod --progress false

AzureFunctions.AngularClient/AzureFunctions.AngularClient.csproj

-764
This file was deleted.

AzureFunctions.AngularClient/Properties/AssemblyInfo.cs

-35
This file was deleted.

AzureFunctions.AngularClient/src/app/aad-registration/aad-registration.component.spec.ts

-25
This file was deleted.

AzureFunctions.AngularClient/src/app/aggregate-block/aggregate-block.component.spec.ts

-27
This file was deleted.

AzureFunctions.AngularClient/src/app/aggregate-block/aggregate-block.pipe.spec.ts

-11
This file was deleted.

AzureFunctions.AngularClient/src/app/api/api-details/api-details.component.spec.ts

-27
This file was deleted.

AzureFunctions.AngularClient/src/app/api/api-new/api-new.component.spec.ts

-27
This file was deleted.

AzureFunctions.AngularClient/src/app/api/request-respose-override/request-respose-override.component.spec.ts

-25
This file was deleted.

AzureFunctions.AngularClient/src/app/app.component.spec.ts

-24
This file was deleted.

AzureFunctions.AngularClient/src/app/apps-list/apps-list.component.spec.ts

-27
This file was deleted.

AzureFunctions.AngularClient/src/app/binding-event-grid/binding-event-grid.component.spec.ts

-25
This file was deleted.

AzureFunctions.AngularClient/src/app/binding-input/binding-input.component.spec.ts

-27
This file was deleted.

AzureFunctions.AngularClient/src/app/binding/binding.component.spec.ts

-27
This file was deleted.

AzureFunctions.AngularClient/src/app/busy-state/busy-state.component.spec.ts

-27
This file was deleted.

0 commit comments

Comments
 (0)