44 Commits

Author SHA1 Message Date
Jack Hsu
51973b88e2 chore(gatsby): move gatsby plugin to main repo 2021-01-26 12:17:28 -05:00
Victor Savkin
428edb0c32 feat(core): implement basic support for schematics 2020-11-17 19:31:08 -05:00
Victor Savkin
bfc2f6f53d cleanup(repo): remove unused @nrwl/bazel build target 2020-09-28 13:20:25 -04:00
Victor Savkin
3cd9f4fe6c feat(misc): add nx package to make installing global cli easier 2020-07-29 12:16:12 -04:00
Victor Savkin
cb378416da
feat(repo): change release script not to upload assets to github (#2973) 2020-05-08 14:48:06 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 (#2934)
this is just for the repo, and not the workspace

Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Victor Savkin
01575f8b3c feat(repo): add a command to test create-nx-workspace 2020-02-06 15:17:29 -05:00
Victor Savkin
33107b050c feat(core): remove deprecated schematics package 2020-02-04 12:14:52 -05:00
Victor Savkin
f5d4af2a22 feat(core): create create-nx-plugin package to fix npx issues 2020-01-27 13:09:04 -05:00
Jonathan Cammisuli
fe98e29e4b feat(nx-plugin): add new package for creating nx plugins 2020-01-21 15:18:13 -05:00
Juri Strumpflohner
77298797ed feat(repo): add --local to release and publish script (#2323)
This allows for easier publishing to a local npm registry (i.e. Verdaccio)
2020-01-20 11:36:13 -05:00
Victor Savkin
d47d2546b8 chore(repo): remove dead code 2020-01-15 15:09:18 -05:00
Jason Jean
bbb7cfdb3f fix(misc): add prettier to create-nx-workspace sandbox 2019-12-22 11:22:05 -05:00
Victor Savkin
b794aa68a9 fix(repo): do not publish bazel package 2019-12-14 15:33:50 -05:00
Victor Savkin
6eae959184 feat(misc): add first version of the nx insights plugin 2019-12-08 14:49:58 -05:00
Isaac Mann
26ead7bfe3 fix(nx): add storybook to deploy pipeline 2019-11-11 16:29:11 -05:00
Mehrad Rafigh
e6b07e282c fix(nx): use same prettier version (#1869) 2019-09-23 11:24:13 +01:00
Victor Savkin
09a94b8958 feat(nx): implement next support 2019-09-08 14:36:30 -04:00
James Henry
49dcacfd1a feat(eslint-plugin-nx): new package, ESLint enforce-module-boundaries rule 2019-08-13 21:13:46 -04:00
Victor Savkin
8fc5c4cae6 feat(nx): add a generic lint package that works with eslint and tslint 2019-07-25 08:34:05 -04:00
Victor Savkin
2b646f8eb4 feat(nx): standalone version of nx 2019-07-24 10:27:47 -04:00
Victor Savkin
c16f250136 feat(nx): implement global nx cli to remove the need to use yarn nx 2019-07-10 17:53:47 -04:00
Jason Jean
4aba33a1c7 feat(nx): remove @nrwl/builders as it is deprecated 2019-06-04 11:21:52 -04:00
Jason Jean
8e04c10940
style(nx): fix style in nx-release (#1404) 2019-05-27 17:37:34 -04:00
Victor Savkin
ee63b08ace fix(build): error when github token is not set 2019-05-27 12:59:32 -04:00
Jason Jean
f070ce7b9f fix(nx): include typescript in the create-nx-workspace sandbox 2019-05-15 11:01:18 -04:00
Victor Savkin
1ad5e91628 fix(nx): remove nx package from nx-release 2019-05-13 13:06:06 -04:00
Victor Savkin
a6fa61d9fa fix: the version number of the workspace package isnt set correctly 2019-04-22 18:14:25 -04:00
Jason Jean
9bbb69d40f refactor(frontend): refactor angular to @nrwl/angular 2019-04-18 15:25:06 -04:00
Jason Jean
debda15222 refactor(testing): separate cypress to @nrwl/cypress 2019-04-17 17:06:44 -04:00
Victor Savkin
bba34f8583 refactor(backend): create separate packages for express and nest 2019-04-16 19:45:55 -04:00
Jason Jean
625b2837a8 refactor(testing): separate jest to @nrwl/jest 2019-04-16 13:10:49 -04:00
Victor Savkin
24f31d1495 feat(nx): add create-nx-workspace package to simplify workspace creation 2019-03-01 22:04:01 -05:00
Victor Savkin
759d4f929e fix(nx): pin cli version 2019-02-22 18:04:24 -05:00
Victor Savkin
2697b4b891 fix(build): fetch tags when releasing 2019-01-18 14:43:35 -05:00
root
60aa05ddff Release 7.4.1 2019-01-18 14:26:56 -05:00
Victor Savkin
898693eced fix(build): make scripts work on linux 2019-01-15 11:57:02 -05:00
Victor Savkin
cd4af6a507 build: update publish script 2018-10-03 20:05:31 -04: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
Jason Jean
0788a81322 feat(builders): introduce builders package and jest builder 2018-08-22 11:13:54 -04:00
Victor Savkin
4d16055e7e build: update the release script not to publish the schematics package 2018-05-22 09:33:43 -04:00
Victor Savkin
fcbab30a59 feat(build): print the parsed version when releasing 2018-05-07 10:37:27 -04:00
Victor Savkin
3254eb9a1a fix(build): modify release script to pass the parsed option to package 2018-04-24 12:58:07 -04:00
James Henry
09cfec2b3b chore(scripts): Implement new release helpers 2018-04-18 09:09:04 -04:00