mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
* Don't set connection field on create/edit operation on content-types & components Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Make sure that every component has a valid connection attribute Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Remove connection check on components load Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Remove default connections from core & webhook stores but make sure it's defined in the application lifecycle Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Fix component's associations that can be undefined instead of empty in populateBareAssociations Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Remove "default" connection from plugins' models Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Remove connection attribute from generated models (cli) Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Mutate each component instead of reassign Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Build core_store and webhook model based on the current config Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Add connection to templates conditionally (based on args) Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Set default value for description to undefined instead of empty string Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Remove unnecessary complexity Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Update getStarted models Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Fix attributes parsing for generate:model Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Removed tpl option from generate:model/api Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu> * Remove tpl option from cli Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
135 lines
1.4 KiB
Plaintext
135 lines
1.4 KiB
Plaintext
############################
|
|
# OS X
|
|
############################
|
|
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
.Spotlight-V100
|
|
.Trashes
|
|
._*
|
|
|
|
|
|
############################
|
|
# Linux
|
|
############################
|
|
|
|
*~
|
|
|
|
|
|
############################
|
|
# Windows
|
|
############################
|
|
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
*.cab
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
|
|
|
|
############################
|
|
# Packages
|
|
############################
|
|
|
|
*.7z
|
|
*.csv
|
|
*.dat
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.seed
|
|
*.so
|
|
*.swo
|
|
*.swp
|
|
*.swn
|
|
*.swm
|
|
*.out
|
|
*.pid
|
|
|
|
|
|
############################
|
|
# Logs and databases
|
|
############################
|
|
|
|
.tmp
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
|
|
|
|
############################
|
|
# Misc.
|
|
############################
|
|
|
|
*#
|
|
.idea
|
|
nbproject
|
|
.vscode/
|
|
|
|
|
|
############################
|
|
# Node.js
|
|
############################
|
|
|
|
lib-cov
|
|
lcov.info
|
|
pids
|
|
logs
|
|
results
|
|
build
|
|
node_modules
|
|
.node_history
|
|
package-lock.json
|
|
**/package-lock.json
|
|
!docs/package-lock.json
|
|
|
|
|
|
############################
|
|
# Tests
|
|
############################
|
|
|
|
testApp
|
|
coverage
|
|
cypress/screenshots
|
|
cypress/videos
|
|
|
|
|
|
############################
|
|
# Documentation
|
|
############################
|
|
|
|
dist
|
|
|
|
############################
|
|
# Builds
|
|
############################
|
|
|
|
packages/strapi-generate-new/files/public/
|
|
|
|
############################
|
|
# Example app
|
|
############################
|
|
|
|
.dev
|
|
# *.cache
|
|
|
|
############################
|
|
# Visual Studio Code
|
|
############################
|
|
|
|
front-workspace.code-workspace
|