* Add clarity to ROOT_REDIRECT and SERVE_APP
Clarifying the function of the `ROOT_REDIRECT` and `SERVE_APP` settings in the config docs.
* Add my username to contributors.yml
* fix typo
* Tweak descriptions
---------
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* Fix broken link
Link was pointing to an older page (I assume). Updated to what I believe is the right page.
* Update link description
* Create clever-guests-stare.md
* Clarify changeset
---------
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
* add isolated-vm@4.6.0
* add mvp replacing vm2 with isolated-vm, two env vars
* make copying async and add tests
* add env vars to docs
* remove isolate-logging function
* update docs for FLOWS_EXEC_ALLOWED_MODULES removal
* further removal of allowed module usage
* rename env vars and their usage, remove script "compiling" and replace Reference with ExternalCopy
* remove logging and catching, let the outer executeOperation function do it
* remove vm2 from dependencies
* remove unused var
* run prettier formatting
* run eslint
* create changeset
* rename env var without unit suffix, add minimum to doc
* add two tests for config testing
* fix 'mb' spelling
* update changeset
* Mark it as major change for `@directus/api`
* Breaking change copy
* add logging from the operation
* run linting
* Update docs/releases/breaking-changes.md
* Update docs/releases/breaking-changes.md
* run linting, make operation cursive
* Mention HTTP requests in breaking changes
* make linter happy
* changed cursive to bold (asked kevin)
* add to the test for timeouts
* run linter
* Update api/src/operations/exec/index.ts
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
* Update api/src/operations/exec/index.ts
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
* Update note on run script modules
* Update breaking changes
* Update docs/app/flows/operations.md
Co-authored-by: ian <licitdev@gmail.com>
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Kevin Lewis <kvn@lws.io>
Co-authored-by: ian <licitdev@gmail.com>
* Simplified generics and imports for items page snippets
* Simplified generics and imports for files page snippets
* Fixing simplified generic snippets in items page
* Simplified generics and imports for activity page snippets
* Simplified generics and imports for collections page snippets
* Simplified generics and imports for dashboards page snippets
* Simplified generics and imports for extensions page snippets
* Simplified generics and imports for fields page snippets
* Simplified generics and imports for flows page snippets
* Simplified generics and imports for folders page snippets
* Simplified generics and imports for notifications page snippets
* Simplified generics and imports for operations page snippets
* Simplified generics and imports for panels page snippets
* Simplified generics and imports for permissions page snippets
* Simplified generics and imports for presets page snippets
* Simplified generics and imports for relations page snippets
* Simplified generics and imports for relations page snippets
* Simplified generics and imports for revisions page snippets
* Simplified generics and imports for roles page snippets
* Consolidated imports for schema page snippets
* Simplified generics and imports for server page snippets
* Simplified generics and imports for settings page snippets
* Fixed mixed up snippets and simplified generics and imports for shares page snippets
* Simplified generics and imports for translation page snippets
* Fixed mixed up snippets and simplified generics and imports for user page snippets
* Simplified generics and imports fo uutilitie pages snippets
* Simplified generics and imports for webhook pages snippets
* Simplified generics and imports for authentication pages snippets
* Consolidated imports for query pages sdk snippets
* Format files
* Update lockfile
* Fix spelling
* Format snippets
* Aling `result` const
* Small clean-ups
- Align `SEARCH` snippets, move "Learn more..." next to other hint
- ids -> IDs
- Other alignments
---------
Co-authored-by: Bevis Halsey-Perry <hi@be7.is>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
* wip
* Added guest author details
* Adding guidelines
* avatar fixes
* extract Badge component
* Add links in header and sidebar
* add lazy loading for article images
* get user_created fields
* refactor post page
* refactor blog index page
* refactor data fetching to developer_articles
* fix avatar image position
* avatar cleanup
* lint fixes
* lint fixed
* fix formatting to pass checks
* pull in blog data
* add blog tags to sidevar
* flex article card meta to align across grid
* remove unneeded date formatters
* tagging support
* fixes for blog index page
* avatar cleanup
* dev blog post metadata
* Fix edit link for blog pages
* unneeded util
* fix tags condition
* fix lint errors
* dark mode fixes
* Main Listing
* TagsIndex Styling
* ADjusted the PostMeta component, shifted component directories
* Fixed broken data file
* Prettier
* remove articles that aren't published from tags
* sort 1th and 2th
* fix sidebar conflict
* Latest posts first
* removed sort on tags pages
* Dev blog items to landing page
* Order posts on tag pages
* Linting
* Fix tag pages when article values are null
* Sidebar: remove tags, add guest author, perma-open
* Blog link on docs home
* Fix blog button on landing page
* Prettier
* Default description
* Default OG Image
* Add meta tags to docs blog post
* Prettier
* Hardcoded colors now variables
---------
Co-authored-by: Kevin Lewis <kvn@lws.io>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>