84 Commits

Author SHA1 Message Date
Jonathan Cammisuli
fecf7fb82f
feat(core): add native node bindings for hashing (#14476)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-01 14:43:40 -05:00
Miroslav Jonaš
1681bfd7a0
docs(repo): update contributing package manager flag (#14736) 2023-02-01 12:21:00 +01:00
Katerina Skroumpelou
4ba43630a7
docs(repo): contributors should use node 18 (#14730) 2023-02-01 11:13:45 +02:00
Benjamin Cabanes
11593761b5
chore(nx-dev): update scope nxdev to nx-dev (#14482) 2023-01-19 18:25:34 +00:00
Miloš Lajtman
32daa0841a
chore(repo): add vite scope to contributing docs (#13841) 2023-01-12 17:06:38 -05:00
Miroslav Jonaš
2ff6b11f46
docs(misc): add info about running E2E in CI-like env to CONTRIBUTING (#13730) 2022-12-09 12:49:07 +01:00
Victor Savkin
ffd40af446 chore(repo): use root-level scripts 2022-11-18 16:02:27 -05:00
adam tombleson
dc126ba8e5
docs(storybook): update project param for react:stories (#12804) 2022-11-04 14:22:26 +00:00
Juri
f44637e078 docs(core): clear option for local-registry 2022-10-14 15:15:54 +02:00
MaxKless
13d61f47d9
docs(core): update contributing.md guide on local publishing (#12283)
* docs(core): update contributing.md guide on local publishing

* docs(misc): add note about disabling local registry

Co-authored-by: Miroslav Jonaš <meeroslav@users.noreply.github.com>
2022-09-28 18:53:34 +00:00
Miroslav Jonaš
f84f2819f6
docs(misc): add missing scopes to CONTRIBUTING.md (#12100) 2022-09-19 19:21:37 +00:00
MaxKless
aad6d43cb4
docs(core): update outdated info in 'contributing.md' (#12038)
Signed-off-by: Max Kless <maxk@nrwl.io>

Signed-off-by: Max Kless <maxk@nrwl.io>
2022-09-16 08:22:06 -04:00
Philip Fulcher
6c3ef9d417
chore(graph): move dep-graph-client to graph-client (#11792) 2022-09-01 04:20:08 +00:00
Miroslav Jonaš
36213b71fb
feat(core): support yarn berry in CNW (#11528) 2022-08-11 17:37:53 +00:00
James Henry
62b55d4934
chore(repo): fix some typos in CONTRIBUTING.md (#10569) 2022-06-03 10:54:34 +00:00
Benjamin Cabanes
ac4f4c8177
docs(nxdev): add noreferrer for _blank links (#9807) 2022-04-12 15:26:02 +00:00
Victor Savkin
428106f6be
cleanup(core): create more meaningful file structure in nx package (#9621) 2022-03-31 09:07:22 -04:00
Benjamin Cabanes
f62b7091d3
docs(nxdev): remove gitted docs (#8819) 2022-02-03 08:52:54 -05:00
Jack Hsu
f231cfc01b
feat(repo): move gatsby plugin to nx-labs repo (#8617) 2022-01-20 12:00:51 -05:00
pan93412
dfb6986b93
docs(core): extend the description of generator schema options (#7927)
* docs(core): describe every properties available in schema.json

The current Generator documentation is not completed. Thus,
I managed to describe every undocumented part of generator currently.

This document is referenced from a lot of current `schema.json`
and code of it. Thanks a lot! :D

- Overview
- Description
- Examples

* docs(misc): add the instruction when out of memory

Added a new section: "When occurred `JavaScript heap out of memory`"

Also fixed some lint issues indicated by `markdownlint`.

* fix(misc): grammars

Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>

* docs(core): more complete Generator

- correct grammars errors
- complete most the WIP part
- remove `items` since I didn't find any example of it

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-Authored-By: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>

* docs(core): correct the format

Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>
Co-authored-by: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>
2021-12-14 10:33:51 -05:00
Miroslav Jonaš
9b28135236
docs(misc): add missing scopes to CONTRIBUTING.md (#8102) 2021-12-10 12:31:13 +01:00
Victor Savkin
fcecebeb3a feat(js): add library and app generators 2021-11-15 21:29:28 -05:00
Isaac Mann
72aba68b0d
docs(core): update contributor guide (#7568)
Co-authored-by: Isaac Mann <isaacplmann+git@gmail.com>
2021-10-29 18:21:14 +00:00
Vivek
23d10a9dfc
fix(repo): fix yarn command in PR instructions (#6943) 2021-09-30 11:11:11 -04:00
Cristóbal Domínguez
b820f72f12
fix(repo): fix error in contributing docs (#6860)
the provided scope in the commit message example is not an accepted one

Co-authored-by: Cristóbal Domínguez <cristobal.dominguez@allmyhomes.com>
2021-08-26 16:28:04 -04:00
vsavkin
0e52c43665 feat(core): store file deps and only reanalyze changed files 2021-07-16 20:21:45 -04:00
Zachary DeRose
d8cc3d91cf
docs(misc): Adding Documentation section to CONTRIBUTING.md (#6201) 2021-07-02 13:57:09 -04:00
Jason Jean
bb059b3902 chore(repo): add details about each commit type 2021-06-16 14:08:11 -04:00
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