Ben Irvin

Results 43 issues of Ben Irvin

### What does it do? Changes the pre-install version check from `>=12` to `>=14, 16 to proceed with a warning since it works and some people may be using it...

source: cli
pr: fix

### What does it do? - Adds the export command (works in theory, but transfer engine isn't implemented yet) - Adds the import command (no idea if it works, but...

### What does it do? Instead of the `strapi` command running the Commander program directly from executing a script, provide a `runStrapiCommand` function and have the `strapi` CLI script pass...

source: cli
pr: chore

### What does it do? - Adds the `strapi import` command to CLI - import+export: now accept the filename without an `--input` or `--output` option - pass through `maxSize` and...

### What does it do? Adds tests for the transfer engine and add fixes to the code to make the tests succeed. The fixes include: - Providers are no longer...

### What does it do? Export and import commands will now compile typescript projects before attempting to load an instance of Strapi. Also removes lodash from the stream counting method,...

### What does it do? Adds the `--cache` and `--cache-strategy content` options to eslint and prettier scripts ### Why is it needed? Linting currently takes a very long time (~50s...

source: tooling
pr: enhancement

### What does it do? Updates the github workflow to compile typescript before running lint and unit tests "Compile" is proposed as the terminology specifically for compiling code, whereas "build"...

### What does it do? Some minor fixes to the transfer command. `to` and `from` will always be treated as URLs, and if not provided a local Strapi will be...

### What does it do? Checks that file can be decrypted as soon as key is entered, and abort process if it fails. ### Why is it needed? Currently if...