Skip to content

Commit 1c20d05

Browse files
Merge remote-tracking branch 'upstream/master' into fix-match
2 parents 675e976 + 431c456 commit 1c20d05

File tree

179 files changed

+24387
-530
lines changed

Some content is hidden

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

179 files changed

+24387
-530
lines changed

Diff for: CHANGELOG.md

+57-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
<a name="4.1.4"></a>
2+
## [4.1.4](https://github.com/angular-fullstack/generator-angular-fullstack/compare/4.1.2...v4.1.4) (2017-03-01)
3+
4+
5+
### Bug Fixes
6+
7+
* **client:footer:**
8+
* fix docs link (html) ([8d69c7a](https://github.com/angular-fullstack/generator-angular-fullstack/commit/8d69c7a)), closes [#2501](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2501)
9+
* fix docs link (pug) ([190a121](https://github.com/angular-fullstack/generator-angular-fullstack/commit/190a121))
10+
* **events:** mongoose event registration ([e3ed67f](https://github.com/angular-fullstack/generator-angular-fullstack/commit/e3ed67f)), closes [#2479](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2479)
11+
* **webpack:**
12+
* don't use html-plugin in test ([959c31c](https://github.com/angular-fullstack/generator-angular-fullstack/commit/959c31c)), closes [#2374](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2374)
13+
* use raw-loader for pug files ([a212236](https://github.com/angular-fullstack/generator-angular-fullstack/commit/a212236))
14+
15+
16+
### Performance Improvements
17+
18+
* **test:endpoint:**
19+
* reduce number of eslint commands run ([6faa7f0](https://github.com/angular-fullstack/generator-angular-fullstack/commit/6faa7f0))
20+
* remove unused imports ([95a5aab](https://github.com/angular-fullstack/generator-angular-fullstack/commit/95a5aab))
21+
* **test:main:** reduce number of app generations ([d42d0b6](https://github.com/angular-fullstack/generator-angular-fullstack/commit/d42d0b6))
22+
23+
24+
25+
<a name="4.1.3"></a>
26+
## [4.1.3](https://github.com/angular-fullstack/generator-angular-fullstack/compare/4.1.2...v4.1.3) (2017-02-11)
27+
28+
29+
### Bug Fixes
30+
31+
* **events:** mongoose event registration ([e3ed67f](https://github.com/angular-fullstack/generator-angular-fullstack/commit/e3ed67f)), closes [#2479](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2479)
32+
* **webpack:** don't use html-plugin in test ([959c31c](https://github.com/angular-fullstack/generator-angular-fullstack/commit/959c31c)), closes [#2374](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2374)
33+
34+
35+
### Performance Improvements
36+
37+
* **test:endpoint:**
38+
* reduce number of eslint commands run ([6faa7f0](https://github.com/angular-fullstack/generator-angular-fullstack/commit/6faa7f0))
39+
* remove unused imports ([95a5aab](https://github.com/angular-fullstack/generator-angular-fullstack/commit/95a5aab))
40+
* **test:main:** reduce number of app generations ([d42d0b6](https://github.com/angular-fullstack/generator-angular-fullstack/commit/d42d0b6))
41+
42+
43+
44+
<a name="4.1.2"></a>
45+
## [4.1.2](https://github.com/angular-fullstack/generator-angular-fullstack/compare/4.1.1...v4.1.2) (2017-01-09)
46+
47+
48+
### Bug Fixes
49+
50+
* **css:** fix stylus-loader options ([641646c](https://github.com/angular-fullstack/generator-angular-fullstack/commit/641646c))
51+
* **eslint:** hides global variable warnings ([#2448](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2448)) ([6aae4f5](https://github.com/angular-fullstack/generator-angular-fullstack/commit/6aae4f5))
52+
* **sql:** Fix form field not displaying sequalize error ([d2cc15a](https://github.com/angular-fullstack/generator-angular-fullstack/commit/d2cc15a)), closes [#2400](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2400)
53+
* **webpack:css:** disable css-loader sourceMap option ([d48f0b0](https://github.com/angular-fullstack/generator-angular-fullstack/commit/d48f0b0)), closes [#2188](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2188)
54+
55+
56+
157
<a name="4.1.1"></a>
258
## [4.1.1](https://github.com/angular-fullstack/generator-angular-fullstack/compare/4.1.0...v4.1.1) (2016-12-08)
359

@@ -72,7 +128,7 @@
72128

73129
* **gen:** fix doc img generation\n\nAdd gulp task to copy images to gh-pages ([5bb43be](https://github.com/angular-fullstack/generator-angular-fullstack/commit/5bb43be))
74130
* **gen:heroku:** fix module export, gen base ([8e50326](https://github.com/angular-fullstack/generator-angular-fullstack/commit/8e50326)), closes [#2148](https://github.com/angular-fullstack/generator-angular-fullstack/issues/2148)
75-
* **webpack:** fix boostrap-sass import path ([bae1c86](https://github.com/angular-fullstack/generator-angular-fullstack/commit/bae1c86))
131+
* **webpack:** fix bootstrap-sass import path ([bae1c86](https://github.com/angular-fullstack/generator-angular-fullstack/commit/bae1c86))
76132

77133

78134

Diff for: angular-fullstack-deps

Diff for: circle.yml

+18-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ general:
66
## Customize the test machine
77
machine:
88
node:
9-
version: 5.11.1
9+
version: 6.9.4
1010
post:
1111
- npm install -g gulp-cli
1212

@@ -22,9 +22,17 @@ dependencies:
2222
# builds. If you need to, you can add custom paths to cache:
2323
cache_directories:
2424
- "test/fixtures/node_modules"
25-
# post:
26-
# - wget https://saucelabs.com/downloads/sc-latest-linux.tar.gz
27-
# - tar -xzf sc-latest-linux.tar.gz
25+
- "docs/node_modules"
26+
override:
27+
- npm i
28+
# - gulp build # npm 5 won't run `prepublish` on `npm i`, we will need to re-enable this once we go to a Node version using npm 5+
29+
- cd docs && npm i
30+
- gulp updateFixtures:test
31+
- cd test/fixtures && npm i && npm run-script update-webdriver
32+
33+
test:
34+
override:
35+
- gulp test
2836

2937
## Custom notifications
3038
#notify:
@@ -33,13 +41,12 @@ notify:
3341
# A list of hook hashes, containing the url field
3442
# gitter hook
3543
- url: https://webhooks.gitter.im/e/ac3980c61cb722b9e789
36-
37-
# deployment:
38-
# docs:
39-
# branch: master
40-
# commands:
41-
# - composer global require justinwalsh/daux.io
42-
# - gulp docs
44+
45+
deployment:
46+
docs:
47+
branch: master
48+
commands:
49+
- cd docs && npm run build && npm run deploy
4350

4451
#test:
4552
# pre:

Diff for: daux/templates/content.php

-41
This file was deleted.

Diff for: daux/templates/error.php

-11
This file was deleted.

Diff for: daux/templates/home.php

-85
This file was deleted.

Diff for: daux/templates/layout/00_layout.php

-86
This file was deleted.

0 commit comments

Comments
 (0)