-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version 1.3.0
- Loading branch information
Showing
293 changed files
with
22,764 additions
and
10,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ | |
npm-debug.log | ||
testem.log | ||
/typings | ||
/www | ||
|
||
# e2e | ||
/e2e/*.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,24 @@ | ||
dist: trusty | ||
sudo: required | ||
|
||
services: | ||
- docker | ||
|
||
addons: | ||
chrome: stable | ||
|
||
language: node_js | ||
node_js: | ||
- "8" | ||
|
||
before_script: | ||
# Disable services enabled by default | ||
- sudo /etc/init.d/postgresql stop | ||
|
||
install: | ||
- npm install -g npm@latest | ||
- npm ci | ||
|
||
script: | ||
- npm run test:ci | ||
# - docker-compose stop | ||
- npm run build && npm run e2e:docker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"cSpell.words": [ | ||
"sidenav" | ||
] | ||
} | ||
"javascript.preferences.quoteStyle": "single", | ||
"typescript.preferences.quoteStyle": "single", | ||
"javascript.preferences.importModuleSpecifier": "relative", | ||
"typescript.preferences.importModuleSpecifier": "relative" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM nginx:alpine | ||
LABEL version="1.2" | ||
LABEL version="1.3" | ||
LABEL maintainer="Denys Vuika <[email protected]>" | ||
|
||
COPY nginx.conf /etc/nginx/nginx.conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"version": "0.1", | ||
"language": "en", | ||
"words": [ | ||
"succes", | ||
|
||
"ngrx", | ||
"ngstack", | ||
"sidenav", | ||
"injectable", | ||
"truthy", | ||
"cryptodoc", | ||
"mysites", | ||
"afts", | ||
"classlist", | ||
"folderlink", | ||
"filelink", | ||
"datatable", | ||
"repo", | ||
"snackbar", | ||
"promisify", | ||
"xdescribe", | ||
"unfavorite", | ||
"Snackbar", | ||
"devtools", | ||
|
||
"unshare", | ||
"validators", | ||
"guid", | ||
"polyfill", | ||
"polyfills", | ||
"jsonp", | ||
"hammerjs", | ||
"pdfjs", | ||
"xpath", | ||
"tooltip", | ||
"tooltips", | ||
"unindent", | ||
"exif" | ||
], | ||
"dictionaries": [ | ||
"html" | ||
] | ||
} |
Oops, something went wrong.