Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
1357
8b8addd2 chore(readme): add connect banner
by ben
b
Succeeded
707
251a2e8c fix(schematics): support app gen with inline-template This adds the support to generate an application with the `inline-template` flag activated. Two new utils added: `getDecoratorPropertyValueNode` & `replaceNodeValue`. Add some tests ensure to test the two ways of generating template, using `templateUrls` and `inlineTemplate`. Tests are unising the flag `inlineTemplate`. close #519
by ben
b
Succeeded
1342
a8a6a297 feat(scripts): documentation upgrade Follow the new package architecture. The generation of the documentation has been improved, new helper functions have been added to handle the new architecture.
by ben
b
Succeeded
1000
10b29f31 chore(readme): add nx book banner
by ben
b
Succeeded
827
8b6767d1 docs(github): update contributing & saved replies
by ben
b
Succeeded
826
5f0a71d0 docs(readme): updates Add a link towards the right blog catagory of the nrwl website and a Features list. Fix some alignment quirks.
by ben
b
Succeeded
740
57e9c12b fix(scripts): checkcommit allows release commit
by ben
b
Succeeded
825
74747f14 build(package): use latest jasmin marble version This update the package to use the latest jasmin marbles version. Avoiding peer dependency warnings. fix #793 #804
by ben
b
Succeeded
824
f488b3dd feat(schematics): make dep-graph export to svg This enables to export the dependency graph into a `svg` file. It was shown in the documentation but not quite ready yet. fix #811
by ben
b
Succeeded
823
fefc89a7 chore(commands): workspace integrity check angular.json This updates the `.angular-cli.json` to `angular.json` which is now the convention from Angular CLI.
by ben
b
Succeeded
822
3be063b8 fix(schematics): use feature key in selector Use now the feature key constant from the reducer to set `createFeatureSelector` with the right state nomination. fix #818
by ben
b
Succeeded
821
a57ff4b2 build(script): add log about moving libraries This adds a log in the terminal while performing the build, to update the user on the last destination of the Nx libraries. Contrary to the last log from ng-packagr saying that the build is in `/dist`, it is moved right after in the `/buil`. To avoid the confusion, this log say the right information.
by ben
b
Succeeded
819
a3b4e4d8 fix(builder): cypres open process exit
by ben
b
Succeeded
727
8c4760f8 fix(command-line): format split in chunks patterns The format command now splits all the array containing all the urls and patterns given, in smaller chunks arrays, executing the command on each chunks. This prevent to have too long argument on the command for the terminal, which can lead to error on specific OS. The chaining of command is transparent for the user. close #511
by ben
b
Succeeded
723
70570ffa fix(command-line): add ng command test on affected parallel When running the affected command with the `--parallel` option, `npm-run-all` is used to achieve the parallel execution of the desired tasks. Because of the use of `npm-run-all`, the `ng` command should be visible and declared as script command in the `package.json` of your project. This adds a verification before runing the command with the `--parallel` option to make sure the `package.json` has the `ng: "ng"` command in the `scripts` section. close #700
by ben
b
Succeeded
721
608b1a5c chore(schematics): remove console.log
by ben
b
Succeeded
719
4fb572b8 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.
by ben
b
Succeeded
716
d46cae23 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.
by ben
b
Succeeded
714
fa7cf3b5 fix(schematics): set lib npmScope when publishable Update the lib's `package.json` name with the right prefix, when generating a lib with the `publishable` option set to 'true'. close #677
by ben
b
Succeeded
712
90faaa11 fix(schematics): speed up the dry-run command Currently the `dry-run` command speed is on an average of: * `ng g app app_name --dry-run`: 7099.051ms to 7207.579ms; * `ng g lib lib_name --dry-run`: 4015.622ms to 3881.893ms; This is due to too many files in the tree. While performing the transformation required by the schematic, the tree inclues files in the _node_modules, .git, .idea, .vscode_ folders. These files are not needed and impact the performance of the commandline. This add a filter function on the tree, before anything is moved. With that filter function the average speed is: * `ng g app app_name --dry-run`: 1420.826ms to 1435.487ms; * `ng g lib lib_name --dry-run`: 1382.279ms to 1413.042ms; close #706
by ben
b
Previous page
Previous
Next
Next page