dependabot[bot]
588289ade1
Bump ts-jest from 26.5.4 to 26.5.6 ( #5649 )
2021-05-13 09:23:54 -04:00
dependabot[bot]
3b50562089
Bump @types/yargs from 15.0.13 to 16.0.1 ( #5648 )
2021-05-13 09:23:26 -04:00
dependabot[bot]
46bf3992f8
Bump dotenv from 8.2.0 to 9.0.2 ( #5647 )
2021-05-13 09:23:06 -04:00
dependabot[bot]
5d37571ee7
Bump open from 8.0.7 to 8.0.8 ( #5646 )
2021-05-13 09:22:21 -04:00
WoLfulus
d8caf221ed
CLI 2.0 ( #5376 )
...
* merge components
merge args, parser, docs, formatter, help and handlers
* change directus command and add auto debug
* output format fixes
* adds back some reformatted and documented commands
* better help output format
* refactor all output flow
* export cli types
* more formatting fixes and param rework
* fix table spacing
* add yaml formatting and fix string colors
* finished formatting docs
* remove log
* remove package-lock
* update dependency versions
* fix command description
* workaround typescript loading
* module loading fixes
added command error
rename human to table
fix disconnect usage
* add typescript loader
redirect execution to local package if installed locally
added command alias `directus-ctl`
* fix module load directories
* reimplement stdin pipe to work on linux
* fix sdk server info type
* info command
* Fix stdin bug
Disable community extensions to discourage use for now
Added template to config files
Added password stdin to connect to instances
Fixed typescript command load
* Added command suggestions and QOL features
* Linter fixes
* Add command hints
* Separate positional options
* Add back delete many, fix delete one location
* Change score logic
* Add whoami util command
* Add short online docs
* Fix typo
* Fix typo
* Update commands
* Param consistency fix and docs update
* Create commands
* Update package.json version
* Update package-lock
* Fixed several linting problems
* Update dependencies
* Update lock
* Remove locked dependencies
* Stop conflicts when in home directory
* Package lock update and npm audit fix
* Fix formatting errors
* Comment out extending cli section until we figure out cli ext
* Update readme
* Tweak dev/build/prebuild script naming
* Use up to date deps
* Fix dependency version in lock (fix build)
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-05-12 20:38:30 +00:00
dependabot[bot]
bec1362b9f
Bump @rollup/plugin-node-resolve from 11.2.1 to 13.0.0 ( #5590 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 11.2.1 to 13.0.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v13.0.0/packages/node-resolve )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 09:33:24 -04:00
João
4366194ac3
fix sdk server info type ( #5584 )
2021-05-10 12:50:19 -04:00
dependabot[bot]
24b5e5ff45
Bump commander from 6.2.1 to 7.2.0 ( #5569 )
...
* Bump commander from 6.2.1 to 7.2.0
Bumps [commander](https://github.com/tj/commander.js ) from 6.2.1 to 7.2.0.
- [Release notes](https://github.com/tj/commander.js/releases )
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tj/commander.js/compare/v6.2.1...v7.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
* Fix breaking changes in commander
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-05-10 11:33:19 -04:00
rijkvanzanten
a86c0832b0
v9.0.0-rc.64
2021-05-07 16:36:58 -04:00
rijkvanzanten
5df6696bc0
v9.0.0-rc.63
2021-05-07 14:42:29 -04:00
Rijk van Zanten
b6964fa1a1
Add XML export ( #5526 )
2021-05-07 12:55:03 -04:00
dependabot[bot]
2bb3ddb67a
Bump aws-sdk from 2.900.0 to 2.902.0 ( #5532 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.900.0 to 2.902.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.900.0...v2.902.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 10:04:55 -04:00
Rijk van Zanten
c4ae4b66cc
Finalize interface names ( #5521 )
...
* Rename button-links->presentation-links
* Rename checkboxes->select-multiple-checkbox
* Rename code->input-code
* Rename checkboxes files
* Rename color->select-color
* Rename divider->presentation-divider
* Rename dropdown-multiselect->select-multiple-dropdown
* Rename hash->input-hash
* Rename icon->select-icon
* Rename image->file-image
* Rename m2a-builder->list-m2a
* Rename many-to-many->list-m2m
* Rename many-to-one->select-dropdown-m2o
* Rename markdown->input-rich-text-md
* Rename notice->presentation-notice
* Rename one-to-many->list-o2m
* Rename radio-buttons->select-radio
* Rename repeater->list
* Rename text-input->input
* Rename textarea->input-multiline
* Rename toggle->boolean
* Rename tree-view->list-o2m-tree-view
* Rename wysiwyg->input-rich-text-html
* Use correct interfaces in system defaults
* Rename collection->system-collection
* Rename collections->system-collections
* Rename display-template->system-display-template
* Rename field->system-field
* Rename interface->system-interface
* Rename interface-options->system-interface-options
* Rename scope->interface-scope
* Rename tfa-setup->system-mfa-setup
* Fix oversights
* Remove old todo
* Some more tweaks
* Add migration, fix dropdown name in system use
* Merge numeric + input
* Replace dropdown->select-dropdown in app use
* Merge slug->input, user->select-dropdown-m2o
* Fix type issue
* Fix seeder field name
2021-05-06 16:49:32 -04:00
dependabot[bot]
a97166fd18
Bump @types/node from 15.0.1 to 15.0.2 ( #5508 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 15.0.1 to 15.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-06 14:06:15 +00:00
dependabot[bot]
6dbcf9ff13
Bump ora from 3.4.0 to 5.4.0 ( #5511 )
...
Bumps [ora](https://github.com/sindresorhus/ora ) from 3.4.0 to 5.4.0.
- [Release notes](https://github.com/sindresorhus/ora/releases )
- [Commits](https://github.com/sindresorhus/ora/compare/v3.4.0...v5.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-06 09:40:17 -04:00
Oreille
da1c3ed9a3
Added support for PostgreSQL identity column ( #5502 )
2021-05-05 17:52:41 -04:00
dependabot[bot]
1c5b4a0157
Bump aws-sdk from 2.884.0 to 2.900.0 ( #5478 )
...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js ) from 2.884.0 to 2.900.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases )
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.884.0...v2.900.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-05 09:59:44 -04:00
rijkvanzanten
010eabad27
Format remaining md files
2021-05-04 18:52:08 -04:00
dependabot[bot]
e597fcff56
Bump npm-watch from 0.7.0 to 0.9.0 ( #5445 )
...
Bumps [npm-watch](https://github.com/M-Zuber/npm-watch ) from 0.7.0 to 0.9.0.
- [Release notes](https://github.com/M-Zuber/npm-watch/releases )
- [Commits](https://github.com/M-Zuber/npm-watch/compare/v0.7.0...v0.9.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 09:30:29 -04:00
João
b20a394f51
Update SDK docs and code to match API ( #5437 )
2021-05-03 14:46:05 -04:00
dependabot[bot]
474ae2d20e
Bump rollup from 2.45.0 to 2.46.0 ( #5425 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.45.0 to 2.46.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.45.0...v2.46.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 09:55:39 -04:00
Aiden Foxx
f9a01d6684
[OracleDB] Extended schema-inspector to add AUTO_INCREMENT to columnInfo ( #5408 )
...
* Extended knex to add AUTO_INCREMENT to oracle columnInfo
* TS: Added missing return type
2021-05-03 09:34:45 -04:00
rijkvanzanten
c653b16729
v9.0.0-rc.62
2021-05-03 09:32:25 -04:00
João
c62d30b816
Fix weird authentication/refresh flow in the SDK ( #5399 )
2021-04-30 13:33:24 -04:00
dependabot[bot]
e7c5a9f35e
Bump @lukeed/uuid from 1.0.1 to 2.0.0 ( #5384 )
...
Bumps [@lukeed/uuid](https://github.com/lukeed/uuid ) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/lukeed/uuid/releases )
- [Commits](https://github.com/lukeed/uuid/compare/v1.0.1...v2.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 14:44:56 +00:00
dependabot[bot]
0bee49a355
Bump fs-extra from 7.0.1 to 9.1.0 ( #5390 )
...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra ) from 7.0.1 to 9.1.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases )
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/7.0.1...9.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 09:33:32 -04:00
rijkvanzanten
801e868554
Fix remaining eslint errors
...
h/t @paescuj
2021-04-29 15:55:12 -04:00
Pascal Jufer
acd41eb0be
Syntax fixes ( #5367 )
...
* Declare return types on functions
And a very few other type related minor fixes
* Minor syntax fixes
* Remove unnecessary escape chars in regexes
* Remove unnecessary awaits
* Replace deprecated req.connection with req.socket
* Replace deprecated upload with uploadOne
* Remove unnecessary eslint-disable-next-line comments
* Comment empty functions / catch or finally clauses
* Fix irregular whitespaces
* Add missing returns (null)
* Remove unreachable code
* A few logical fixes
* Remove / Handle non-null assertions which are certainly unnecessary (e.g. in
tests)
2021-04-29 12:11:43 -04:00
dependabot[bot]
e336f4421d
Bump @types/node from 14.14.37 to 15.0.1 ( #5352 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.37 to 15.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 09:57:07 -04:00
Aiden Foxx
da826e2a1a
Update oracledb.ts ( #5331 )
...
As explained in the code comment, Oracle doesn't return "AUTO_INCREMENT", causing `authorization.ts` to throw a error that primary keys are required values.
2021-04-28 14:07:15 -04:00
Aiden Foxx
dc973d37f4
Update oracledb.ts ( #5327 )
...
As defined by Oracle, NULLABLE should return "Y" or "N":
https://docs.oracle.com/cd/B19306_01/server.102/b14237/statviews_2094.htm
2021-04-28 14:53:17 +00:00
dependabot[bot]
b741c14408
Bump chalk from 1.1.3 to 4.1.1 ( #5317 )
2021-04-28 14:08:35 +00:00
dependabot[bot]
b24eb4f7aa
Bump gatsby-source-filesystem from 3.3.0 to 3.4.0 ( #5315 )
2021-04-28 09:18:29 -04:00
dependabot[bot]
a3590c1706
Bump @types/fs-extra from 8.1.1 to 9.0.11 ( #5314 )
2021-04-28 09:18:06 -04:00
dependabot[bot]
f99396c4d1
Bump @google-cloud/storage from 5.8.3 to 5.8.4 ( #5293 )
...
Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage ) from 5.8.3 to 5.8.4.
- [Release notes](https://github.com/googleapis/nodejs-storage/releases )
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/nodejs-storage/compare/v5.8.3...v5.8.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27 12:00:51 -04:00
dependabot[bot]
08f025801c
Bump gatsby-source-filesystem from 3.2.0 to 3.3.0 ( #5291 )
...
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.3.0/packages/gatsby-source-filesystem )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-27 15:56:02 +00:00
rijkvanzanten
3e89bcc239
v9.0.0-rc.61
2021-04-26 18:49:04 -04:00
WoLfulus
48fbb6f255
Fix expiration check on the SDK
2021-04-23 08:05:10 -03:00
rijkvanzanten
d9b0fc1e33
v9.0.0-rc.60
2021-04-22 17:59:11 -04:00
João
af13cfe18e
Change token and auth handling behavior. ( #5203 )
...
* change tokens and authentication handling/refresh
* update sdk docs
2021-04-22 17:54:30 -04:00
João
070df173d7
Add payloads to delete requests ( #5187 )
2021-04-21 21:01:36 +00:00
João
90f878b26f
export base storage, fix singleton handler location ( #5169 )
2021-04-20 13:54:29 -04:00
rijkvanzanten
0dfad1e96e
v9.0.0-rc.59
2021-04-15 12:09:58 -04:00
rijkvanzanten
16b1a4e76e
v9.0.0-rc.58
2021-04-14 19:52:03 -04:00
YannickMol
428df2436a
Add Gatsby Image to package ( #5010 )
...
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2021-04-14 23:03:39 +00:00
rijkvanzanten
cc868ae60c
Normalize the filepath when retrieving fullpath
...
Fixes #4751
2021-04-14 17:53:55 -04:00
YannickMol
63337176bc
Add gatsby-source-filesystem dependency ( #5009 )
2021-04-12 16:20:13 -04:00
Subesh
15c86861f5
Fix 401 error when no token is provided ( #4996 )
2021-04-12 10:24:15 -04:00
rijkvanzanten
1bfa128308
v9.0.0-rc.57
2021-04-09 20:30:10 -04:00
rijkvanzanten
c4e1e40279
Fix @directus/schema not reading Oracle overview correctly
...
Fixes #4735
2021-04-09 19:28:00 -04:00