vsavkin
c5c72970a0
chore(repo): update how to contribute video
2021-05-24 11:05:22 -04:00
vsavkin
aef1b1783c
feat(repo): switch to using dependsOn for the relationship between build and build-base
2021-04-23 10:11:31 -04:00
Vivek
4a5345363b
docs(misc): update READMEs to have alt on <img> tags ( #5306 )
2021-04-22 13:36:00 +00:00
Vivek More 🧐
212fb00548
cleanup(misc): use more es6 features
...
- Single char alternation (e.g. a|b|c|d) in a RegExp can be simplified to use a character class ([abcd]) instead.
This usually also provides slightly better matching performance.
- Character escapes that are replaceable with the unescaped character without a change in meaning. Inside the square brackets of a character class, many escapes are unnecessary that would be necessary outside of a character class. For example the regex [\.] is identical to [.]
- If several qualified expressions occur after the qualifier having been checked for nullable, they can be replaced with optional chaining
2021-03-24 20:11:32 -04:00
vsavkin
cad02e4399
feat(core): speed up and clean up create-nx-workspace
2021-03-11 15:56:00 -05:00
Vivek
7f28a08bc7
docs(core): add instruction for local development/testing ( #4877 )
2021-02-25 12:52:21 -05:00
Victor Savkin
ddf765bbb7
chore(repo): rename docs scope into nxdev
2021-01-04 15:49:53 -05:00
Sascha Rose
5248aa21d7
docs(repo): Fix unit test description
...
The command `yarn test angular/src/utils/ast-utils` is running all unit tests / not working anymore.
I have added some commands that are woring for me. Please verify.
2020-12-23 09:09:17 -05:00
Isaac Mann
35015dd891
cleanup(docs): update terminology for docs related to nx/devkit
2020-12-06 13:52:08 -05:00
victor savkin
58889470fd
feat(devkit): add updateProjectConfiguration and readProjectConfiguration helpers
2020-12-03 10:54:58 -05:00
Victor Savkin
5e9a7d76ac
cleanup(repo): remove bazel package
2020-11-02 09:28:14 -05:00
Vivek
b04158b671
cleanup(core): hyphenate npm script names ( #3672 )
...
separate words in npm scripts with hyphen for consistency
2020-10-01 23:12:32 -04:00
Andrew Luca
fdab3b9225
fix(web): use missing umdName option in package builder
2020-08-07 15:52:52 -04:00
Juri Strumpflohner
87fee3f5e8
docs(repo): add video showcasing local nx release process ( #3443 )
2020-07-31 16:56:52 +02:00
Victor Savkin
0111d87575
feat(repo): have separate readmes for all plugins
2020-06-14 23:33:05 -04:00
Victor Savkin
c228ea6848
feat(repo): add detailed instructions on how to publish to local registry
2020-06-10 11:33:41 -04:00
Michael Lancaster
e08888ae55
docs(core): add env vars documentation
2020-03-23 16:26:11 +00:00
Jay Bell
a39587a350
feat(nest): implement nest lib schematic ( #2540 )
2020-03-02 11:20:45 -05:00
Rares Matei
9d163551a2
feat(linter): add standalone nx linter ( #2462 )
2020-02-25 15:24:33 -05:00
Victor Savkin
01575f8b3c
feat(repo): add a command to test create-nx-workspace
2020-02-06 15:17:29 -05:00
Jason Jean
4f29fb45a5
feat(repo): create local registry scripts
2020-02-04 15:17:09 -05:00
Jason Jean
972381bc3f
feat(testing): update to jest-preset-angular v8.0.0 ( #2401 )
...
* feat(testing): update to jest-preset-angular v8.0.0 part 1
Updates to jest-preset-angular to v8.0.0, includes migrations to fix any existing projects affected
by the jest-preset-angular update.
closes #1979
* feat(testing): update jest-preset-angular to v8.0.0 part 2
Closed issues: #1979 , #2165
Co-authored-by: Joshua D. Mentzer <mentzerj@trinity-health.org>
* feat(testing): update jest-preset-angular to v8.0.0 part 3
Co-authored-by: mentzerj <mentzerj@trinity-health.org>
Co-authored-by: Mehrad Rafigh <4339673+mehrad-rafigh@users.noreply.github.com>
2020-02-01 11:34:31 -05:00
Isaac Mann
27de5b1518
docs(core): update contributing guide
...
added steps to debug tests
2019-12-16 16:13:33 -05:00
Victor Savkin
d71e9df221
feat(repo): link to the how-to-get-started video
2019-12-13 17:00:14 -05:00
Isaac Mann
ff33cd7cde
chore(repo): improve PR submission process
...
Add cz-customizable to restrict scopes
Add a prepush hook with husky
2019-12-11 08:56:21 -05:00
Victor Savkin
370e87f53b
cleanup(repo): dev experience cleanup ( #2142 )
2019-12-04 14:47:21 -05:00
George Wilde
e5633969d4
docs(nx): Correct grammar in the contribution guide
2019-10-31 15:43:59 -04:00
Victor Savkin
4ef3a771ef
fix(nx): update the migrate command to handle edge cases
2019-09-11 18:09:28 -04:00
Victor Savkin
644047b474
build(nx): more strickly enforce commit messages
2019-08-29 15:57:25 -04:00
Victor Savkin
96d0203b1e
fix(react): add tsx files to includes to fix the linter
2019-08-14 11:58:19 -04:00
Victor Savkin
d3dc2f4647
fix(nx): global cli warning false positives
2019-07-30 03:41:13 -04:00
Victor Savkin
518d91d0ad
docs(nx): update readme
2019-07-10 17:47:43 -04:00
Victor Savkin
e51c7a4069
cleanup(nx): clean up scripts and e2e tests
2019-07-08 20:44:28 -04:00
Brandon
e88babaf78
docs(nx): update contributing guide with latest instructions ( #1529 )
2019-06-28 11:21:52 -04:00
mrmeku
b8ee3ba478
feat(nx): remove @nrwl/bazel package
2019-04-28 15:07:08 -04:00
Benjamin Cabanes
35c4089160
chore(prettier): add end of line settings ( #1070 )
...
Remove `dos2unix` uses in the `format` command because Pretter is now
handling the end of line options.
2019-02-12 10:11:57 -05:00
Jason Jean
24dadb9b29
docs(nx): small changes ( #1066 )
...
* docs(node): update documentation
* docs(nx): small changes
2019-02-11 10:40:50 -05:00
Victor Savkin
2ce53ea2f8
docs(shared): update contributing.md
2019-02-08 10:40:55 -05:00
Victor Savkin
ffd9d93019
fix(build): make Nx dev process WSL-friendly
...
- Reformat code to have LF line endings.
- Enforce LF line endings.
2019-01-14 10:47:44 -05:00
Jason Jean
d537476b0c
enhancement(schematics): optimize formatting during codegen
2019-01-03 14:18:20 -05:00
ben
193f2e84a0
docs(github): update contributing & saved replies
2018-11-19 17:30:06 -05:00
ben
9c10fa7db2
build(package.json): run prettier before commit
...
This adds a hook to the git command to run prettier on the staged files, before committing. Prettier
has now more broad and general rules with excluded folder and more files to correct.
2018-08-23 09:59:04 -04:00
ben
78b1ea19e7
chore(commitizen): add cz-conventional-changelog
...
This adds the ability to automate the format of the commit by prompting the information needed in sequence.
It is then easier to follow the standard format of the repository.
A commit check has been added to the CI too.
2018-08-22 10:49:31 -04:00
Jonas Janz
bd50643d60
docs(nx): fix typo in CONTIRBUTING.md
...
fixing a small typo in the CONTRIBUTING.md
2018-04-03 15:17:46 -04:00
Thomas Burleson
d84ee891aa
Update CONTRIBUTING.md
2018-03-22 11:09:34 -05:00
Thomas Burleson
86ff6ba2e3
Update CONTRIBUTING.md
2018-03-22 11:09:17 -05:00
Thomas Burleson
4ba1647fb5
Update CONTRIBUTING.md
2018-03-22 11:09:00 -05:00
Thomas Burleson
d235bf50b1
Update CONTRIBUTING.md
2018-03-22 11:08:24 -05:00
Thomas Burleson
2e29b552fe
Update CONTRIBUTING.md
2018-03-22 11:08:02 -05:00
Thomas Burleson
414824b97f
Update CONTRIBUTING.md
2018-03-22 11:07:29 -05:00