118 Commits

Author SHA1 Message Date
Jo Hanna Pearce
d834e79dc4
feat(core): add remove schematic (#2484)
* feat(core): add remove schematic

* fix(core): update remove schematic to use project graph
2020-03-18 11:07:25 +00:00
Akihito Tamagawa
e73a6a0046
fix(docs): typo in /angular/fundamentals/monorepos-automation (#2651) 2020-03-16 15:48:02 -04:00
Brandon Roberts
ba95ccf801 docs(angular): remove references to Angular Console videos 2020-03-10 09:04:06 -04:00
Jonathan Cammisuli
0f04fab0bc
feat(testing): add support for cypress 4 (#2604) 2020-03-06 10:18:10 -05:00
Benjamin Cabanes
dd403ad1cc
docs(core): generate nx commands supports blacklist (#2611)
* docs(core): generate nx commands support blacklist

* docs(core): update documentation wording
2020-03-06 09:58:05 -05:00
Rares Matei
d37fc66bc7
feat(react): add option to stop generation of components or styles (#2568)
ISSUES CLOSED: 2184
2020-03-03 14:44:10 -05:00
Jay Bell
a39587a350
feat(nest): implement nest lib schematic (#2540) 2020-03-02 11:20:45 -05:00
Derek Pavao
60077fbc29
fix(testing): remove --coverage option from jest builder (#2569)
the --coverage option was not being used in the builder at all, so provided no change in behavior.
The --codeCoverage option should be used instead

ISSUES CLOSED: #2564
2020-02-27 15:09:16 +00:00
czaplej#26
884b887d3e
feat(react): nx serve --maxWorkers --memoryLimit should work 2020-02-25 17:24:08 -05:00
Victor Savkin
90879eb469 feat(core): add ability to skip cache 2020-02-25 16:38:43 -05:00
Rares Matei
9d163551a2
feat(linter): add standalone nx linter (#2462) 2020-02-25 15:24:33 -05:00
Maxi Gimenez
cd2597066b
feat(storybook): add docsMode support (#2551) 2020-02-25 15:17:48 -05:00
Jonathan Cammisuli
f2c47cff0b feat(node): add runtimeArgs for execute builder
Closes #2215
2020-02-25 15:14:45 -05:00
Jonathan Cammisuli
1cc9dd6bb7 fix(node): change the default port to 0 for node:execute
ISSUES CLOSED: #1728
2020-02-25 15:14:15 -05:00
Rares Matei
564ff5a642
docs(core): improve run-commands documentation (#2546) 2020-02-25 15:11:02 -05:00
Benjamin Cabanes
e45b7a6124
docs(core): update documentation to reflect nx commands (#2403) 2020-02-25 11:55:57 -05:00
Jack Hsu
a433035eca
chore(react): update web/react dependencies and clean up npm warnings (#2547) 2020-02-25 11:03:58 -05:00
Rui Lima
c5082418a9 docs(docs): fix fixutres typo on react and angular docs
The typo `fixutres` was present in some files.
Couldn't live with it.
2020-02-22 17:39:25 -05:00
Isaac Mann
ebe0e75b6f
docs(storybook): add instructions to install @nrwl/storybook plugin (#2526)
* docs(storybook): add instructions to install @nrwl/storybook plugin

ISSUES CLOSED: #2293

* Update modernize-storybook.md

* Update modernize-storybook.md
2020-02-21 14:16:42 -05:00
Juri
7723e941c0 docs(core): adjusts description on library schematics
right now "where the app is placed" is displayed which might be confusing given we generate a
library
2020-02-20 08:26:28 -05:00
Rares Matei
c04f8afeba
feat(core): "cwd" option for commands runner (#2501)
* feat(core): add cwd option to commands runner

* docs(core): add docs for new cwd option in commands runner

* cleanup(core): remove unecesarry import in test

* fix(core): fix failing unit test

* feat(core): allow additionalProperties for run commands

* docs(core): format docs for command runner
2020-02-20 11:21:13 +00:00
Rares Matei
eee8c18ebc
feat(core): specify a custom .env file for workspace:run-commands (#2505)
* feat(core): add envFile option to commands runner

* feat(core): add tests for dotenv functionality in command runner
2020-02-19 15:07:26 -05:00
Bradley Zeggelaar
4d8b38b7ce feat(core): adds host binding option to dep-graph command 2020-02-16 10:28:24 -05:00
Spencer Elliott
d1170b8e58
feat(misc): add group option to cypress builder (#2480) 2020-02-15 19:12:07 -05:00
Brandon
c7d075df49
fix(angular): update defaults for NgRx schematics (#2443)
BREAKING CHANGES:

The minimal flag is set to true
The syntax flag is set to creators
The useDataPersistence flag is set to false

BEFORE:

By default, the root Store and Effects modules are registered, with a generated feature
By default, the action classes syntax is used for scaffolding
By default, the DataPersistence class in injected and used in Effects

AFTER:

By default, only the root Store and Effects modules are registered
By default, the creator functions are used for scaffolding with schematics
By default, the DataPersistence operators are used in Effects
2020-02-06 15:17:05 -05:00
Jo Hanna Pearce
e64f66ca32
feat(nextjs) : add proxy configuration support (#2407)
* feat(nextjs): add proxy configuration support

ISSUES CLOSED: #2011

* chore(bazel): disable recalcitrant bazel e2e tests for now
2020-02-05 10:42:10 -05:00
Victor Savkin
04a9c5edbb feat(core): minor cache improvements to improve dev ergonomics 2020-02-04 15:02:19 -05:00
Jason Jean
ed0f0f8487
feat(react): rename bundle builder to package (#2411) 2020-02-03 09:04:29 -05:00
Jason Jean
b6e6b3f1c3
Revert "Revert "feat(core): update to next version of angular deps"" (#2264)
This reverts commit f816fc424d4b0d850e0a49d0ed8e4a30ddca308c.
2020-01-31 13:08:50 -05:00
Jo Hanna Pearce
c4ea49c3c6 fix(nextjs): add SVGR support for jest tests 2020-01-31 11:23:49 +00:00
Jo Pearce
8c99bc3da7
feat(angular): add --project alias, default argv source and example to move schemas (#2390) 2020-01-28 16:46:29 +00:00
Brandon
d7be9c1694 feat(core): add support for interactive mode when using presets (#2258)
* feat(core): add support for interactive mode when using presets

* fix(angular): get interactive flag from schematic context for preset task

* docs(core): add note about using interactive mode with presets

* fix(core): update parsing of interactive argument for preset
2020-01-24 13:00:35 -05:00
Juri Strumpflohner
f951a1bc9b feat(angular): library builder to handle buildable libraries with deps (#2307)
This builder makes sure using buildable libraries depending on
other buildable libraries works as expected, without limiting the
current dx with auto-reload when using libraries within apps.
2020-01-24 10:19:24 -05:00
Jonathan Cammisuli
fe98e29e4b feat(nx-plugin): add new package for creating nx plugins 2020-01-21 15:18:13 -05:00
Victor Savkin
9c8e09ab2d feat(core): make migrate command more permissive and add docs 2020-01-18 12:00:25 -05:00
Brandon
29e68b0a7d
docs(core): add guide for workspace schematics (#2318) 2020-01-17 14:14:09 -06:00
Victor Savkin
d47d2546b8 chore(repo): remove dead code 2020-01-15 15:09:18 -05:00
Spencer Elliott
79a5c535a2 feat(nextjs): support a custom hostname (#2287) 2020-01-14 11:26:49 -05:00
Josip Bojčić
4060930240 feat(react): add an option to set memory limit for type checking service process (#2305) 2020-01-14 10:18:28 -05:00
Jo Hanna Pearce
25de783a26 feat(angular): add move schematic for workspace and angular collections 2020-01-08 13:09:24 -05:00
Jack Hsu
f58e6d3d78 feat(react): add --flat option for component schematic to add file at the source root 2020-01-05 16:37:26 -05:00
Jason Jean
8eea4b3157 feat(misc): add color option to run-commands 2020-01-05 16:37:10 -05:00
Jack Hsu
fd47229764
feat(react): add option to generate js files instead of ts files (#2247) 2020-01-02 15:56:14 -05:00
Jack Hsu
df7ff8cbae
feat(react): add better support for file and image imports (#2245) 2019-12-30 13:36:44 -05:00
Jonathan Cammisuli
dec7063b89 feat(node): add package target for node libs (#2226) 2019-12-23 16:56:44 -05:00
Jonathan Cammisuli
6328b8f718 feat(node): add library schematic 2019-12-20 10:52:57 -05:00
Andrew Yang
6ef95bd454 feat(testing): add --ci-build-id option to cypress in order to make parallel work for some ci (#2218) 2019-12-19 16:07:41 -05:00
Kristof degrave
8579894796 feat(storybook): added static storybook build (#2074)
* chore(nx): added static storybook build

Added static storybook build builder

* chore(nx): added documentation + configuration for storybook-static

Added documentation files for storybook-static builder task
Added creation of storybook-static task to the configuration schematics of storybook

* docs(nx): generated documentation correctly

Generated documentation correctly

* chore(nx) renamed task to storybook-build

Renamed task to storybook-build
Builder task is now @nwrl/storybook:build
Added e2e-test

* chore(nx): renamed task to storybook-build

Renamed task to storybook-build
Builder task is now @nwrl/storybook:build
Added e2e-test

* chore(nx): improved e2e test

Improved e2e test

* chore(nx): fixed missing import e2e test

fixed missing import e2e test

* chore(nx): excluded added storybook build test

Verifiy of the test run correctly when the last added test is excluded

* chore(nx): refactored e2e test

refactored e2e test build storybook for beter performance
extended the wait in travis yaml file to fix timeouts on the test

* chore(nx): fixed issue with travis file

fixed issue with travis file

* chore(nx): fixed merge issue

fixed merge issue

* chore(nx): increased timout of travis_wait

increased timeout of travis_wait

* chore(nx): ignored original test

ignored original test to check how long mine taks.

* chore(nx): increased travis wait (again)

increased travis wait (again)

* chore(nx): wrapped storybook build in from observable

wrapped storybook build in from observable so it would finish
Moved to one storybook test again for performance
Remove travis_wait statement

* chore(nx): fix import for build

fixed import for build

* chore(nx): removed commented out code

Removed comments

* chore(nx): run yarn format

run yarn format

* chore(nx): fixed line endings

fixed line endings

* chore(nx): needed correct commitmsg

needed a correct commit message to build.

* chore(storybook): needed correct commitmsg

needed a correct commit message to build.

* chore(storybook): removed whitespaces

removed whitespaces

* chore(storybook): removed whitespaces

removed whitespaces

* chore(storybook): rename to build-storybook

Renamed 'storybook-build' to 'build-storybook'

* chore(storybook): added unit test

Added a unit test

* chore(storybook): applied formatting

* test(storybook): added additional tests

Added additional tests for the build-storybook + fixed the unittests

* test(storybook): formatted tests

formatted test build-storybook

* chore(storybook): provide a correct commitmsg

Provide a correct commit message

* chore(storybook): increased test timeout build-storybook

increased the timeout of a test in the build-storybook tests

* chore(storybook): ignore storybook test except one failing

ignore storybook tests except the one failing on the buildserver for investigation

* chore(storybook): reenabled stroybook tests

Reenabled storybook tests

* chore(storybook): consolidated unit tests

Consolidated unit tests into a single one
2019-12-19 15:13:58 -05:00
Victor Savkin
8e08924bc3 feat(core): add ability to select data from the print affected output 2019-12-16 16:04:35 -05:00
Jason Jean
2e2167d9f3 feat(bazel): re-introduce @nrwl/bazel 2019-12-14 12:57:05 -05:00