Yi Qi
02de5cd3ad
fix(@angular-devkit/schematics): Fix issues for file-syetem-engine running in google3
...
Pass 'name' as part of FileSystemCollectionDesc when creating
collection description.
2018-08-02 16:02:21 -04:00
Hans Larsen
2ba1f16295
refactor(@angular-devkit/schematics): add a BaseWorkflow which implements logic
...
And receives in its constructor the enginehost and registry. This simplifies the creation
of the NodeWorkflow, or later on the Google3Workflow etc, since all the duplicate logic
is now in a single base class.
This is yak shaving for internal stuff.
2018-08-01 11:41:49 -04:00
Hans Larsen
07c73a1e21
fix(@angular-devkit/schematics): implement optimize() for HostTree
...
Its only used by old Schematics library, which can end up in there. Since optimization
is only a thing for VirtualTree, HostTree returns itself.
2018-07-27 13:20:15 -07:00
Hans
d67a4bf535
feat(@angular-devkit/schematics): allow tslintfix task on files
...
Before we only allowed tsconfig files (with includes added). This is necessary
for the lint fixing for schematics to target specific files.
Also added a feature that look for the tslint.json file if no tslint.json
file or configuration object was passed. Skipping the first argument to the
task constructor will look for the tslint closest to EVERY files being
linted.
2018-07-25 21:27:47 -07:00
Hans
9177bf9128
feat(@angular-devkit/schematics): allow path templates to override some options
...
Like the interpolation and the pipe character. The default behaviour is kept.
We will need to use those to work around some limiations of the google3 file system which
does not accept "@".
2018-07-25 22:54:51 +01:00
Hans
8b7516d9b3
refactor: types for content should be a pure template
...
Limitting it to a subset of JSON values is limiting. Templates can call functions,
list arrays, access classes, etc.
2018-07-25 22:54:51 +01:00
Charles Lyding
a29a53e2ff
fix(@angular-devkit/schematics): move rule with identity is a noop
2018-07-25 19:22:20 +01:00
Hans
91e7c3eb96
test: remove unused test directory and remove @ from paths
2018-07-12 09:26:36 -07:00
Hans Larsen
483cbe2665
refactor: add tslint-sonarts and a lot of tslint rules
...
This should clean up the code a bit.
Note: at first I added the no-useless-cast rule, but after getting frustrated
with it (as it has many false positive), I decided to remove the rule but some
useless casts were removed so I let those in the PR.
2018-07-10 15:07:36 -07:00
Alex Eagle
63389e5028
build: fixes needed in google3
2018-07-09 16:14:18 -07:00
Alex Eagle
773984dac3
build: fixes needed in google3
...
We have an older version of Jasmine that doesn't support generics in this spot
2018-07-06 16:33:50 -04:00
Charles Lyding
9582b84603
fix(@angular-devkit/schematics): implement HostTree specific filtering
2018-07-03 12:52:22 -04:00
Charles Lyding
61d2181f85
fix(@angular-devkit/schematics): support VirtualTree/HostTree interop
2018-07-03 12:52:22 -04:00
Charles Lyding
48780c5e45
refactor(@angular-devkit/schematics): simplify move rule
2018-07-03 12:52:22 -04:00
Charles Lyding
5a58d00a4c
fix(@angular-devkit/schematics): support filtering a HostTree
2018-07-03 12:52:22 -04:00
Charles Lyding
af8e7ea333
test(@angular-devkit/schematics): use HostTree instead of VirtualTree
2018-07-03 12:52:22 -04:00
Hans Larsen
5c1cafe750
fix(@angular-devkit/schematics): fix declaring multiple aliases
...
Fix #11389
2018-07-02 08:21:41 -04:00
Charles Lyding
28bbd1b2bc
test(@angular-devkit/schematics): test for nested chained function rules
2018-07-02 08:21:16 -04:00
Charles Lyding
a7edd57399
fix(@angular-devkit/schematics): avoid piping input multiple times when calling rules
...
Fixes : #11267
2018-07-02 08:21:16 -04:00
Charles Lyding
c875424222
refactor(@angular-devkit/schematics): cleanup call implementations
2018-07-02 08:21:16 -04:00
Alan Agius
3108ce30ab
refactor: remove redundant error
in catch
2018-07-02 08:20:59 -04:00
Hans
4ba67ee663
refactor: remove usage of Buffer constructor
...
Its being deprecated in Node 10.4. The replacements are available in Node 8 so
its all good.
2018-06-10 12:47:20 +01:00
Alex Eagle
938a236f40
build: fixes for google3 build
2018-06-08 14:33:31 -07:00
Hans Larsen
44086c60ff
build: move devkit repo back to angular-cli
2018-06-05 18:50:06 -07:00