Shawn Erquhart
2e1e2197b0
chore: update release ticker
2020-01-14 18:47:22 -05:00
Erez Rokah
6f221ab3c1
Feat: editorial workflow bitbucket gitlab ( #3014 )
...
* refactor: typescript the backends
* feat: support multiple files upload for GitLab and BitBucket
* fix: load entry media files from media folder or UI state
* chore: cleanup log message
* chore: code cleanup
* refactor: typescript the test backend
* refactor: cleanup getEntry unsued variables
* refactor: moved shared backend code to lib util
* chore: rename files to preserve history
* fix: bind readFile method to API classes
* test(e2e): switch to chrome in cypress tests
* refactor: extract common api methods
* refactor: remove most of immutable js usage from backends
* feat(backend-gitlab): initial editorial workflow support
* feat(backend-gitlab): implement missing workflow methods
* chore: fix lint error
* feat(backend-gitlab): support files deletion
* test(e2e): add gitlab cypress tests
* feat(backend-bitbucket): implement missing editorial workflow methods
* test(e2e): add BitBucket backend e2e tests
* build: update node version to 12 on netlify builds
* fix(backend-bitbucket): extract BitBucket avatar url
* test: fix git-gateway AuthenticationPage test
* test(e2e): fix some backend tests
* test(e2e): fix tests
* test(e2e): add git-gateway editorial workflow test
* chore: code cleanup
* test(e2e): revert back to electron
* test(e2e): add non editorial workflow tests
* fix(git-gateway-gitlab): don't call unpublishedEntry in simple workflow
gitlab git-gateway doesn't support editorial workflow APIs yet. This change makes sure not to call them in simple workflow
* refactor(backend-bitbucket): switch to diffstat API instead of raw diff
* chore: fix test
* test(e2e): add more git-gateway tests
* fix: post rebase typescript fixes
* test(e2e): fix tests
* fix: fix parsing of content key and add tests
* refactor: rename test file
* test(unit): add getStatues unit tests
* chore: update cypress
* docs: update beta docs
2020-01-14 17:15:14 -05:00
Erez Rokah
b733419264
docs: update getAsset documentation ( #3080 )
2020-01-13 17:28:01 +02:00
adrian5
63ae92428a
docs: update datetime widget description ( #3063 )
2020-01-12 11:30:27 +02:00
Mauro Bieg
24a81ef9b7
Add media_library.config.max_file_size option ( #3028 )
...
* feat: add media_library.config.max_file_size option
2020-01-09 19:56:11 +02:00
JoelWee
9fc661e00d
docs: Update Cloudinary.md ( #3051 )
...
Include information about security concerns on the api_key.
2020-01-08 19:23:46 +02:00
Shawn Erquhart
14752a7eb2
chore: update release ticker
2020-01-07 17:43:42 -05:00
Alucard17
7942db52a4
docs: Add Sapper Static folder Location ( #3040 )
2020-01-07 15:19:14 +02:00
Shawn Erquhart
e262e88ec1
docs: add code widget docs ( #3023 )
2020-01-03 21:09:08 -05:00
Shawn Erquhart
32f49683b1
docs: remove outdated accept_roles reference ( #3022 )
2020-01-03 13:35:12 -05:00
Shawn Erquhart
ac6d788663
chore: update website release ticker
2019-12-19 16:23:19 -05:00
Erez Rokah
2b41d8a838
feat: bundle assets with content ( #2958 )
...
* fix(media_folder_relative): use collection name in unpublished entry
* refactor: pass arguments as object to AssetProxy ctor
* feat: support media folders per collection
* feat: resolve media files path based on entry path
* fix: asset public path resolving
* refactor: introduce typescript for AssetProxy
* refactor: code cleanup
* refactor(asset-proxy): add tests,switch to typescript,extract arguments
* refactor: typescript for editorialWorkflow
* refactor: add typescript for media library actions
* refactor: fix type error on map set
* refactor: move locale selector into reducer
* refactor: add typescript for entries actions
* refactor: remove duplication between asset store and media lib
* feat: load assets from backend using API
* refactor(github): add typescript, cache media files
* fix: don't load media URL if already loaded
* feat: add media folder config to collection
* fix: load assets from API when not in UI state
* feat: load entry media files when opening media library
* fix: editorial workflow draft media files bug fixes
* test(unit): fix unit tests
* fix: editor control losing focus
* style: add eslint object-shorthand rule
* test(cypress): re-record mock data
* fix: fix non github backends, large media
* test: uncomment only in tests
* fix(backend-test): add missing displayURL property
* test(e2e): add media library tests
* test(e2e): enable visual testing
* test(e2e): add github backend media library tests
* test(e2e): add git-gateway large media tests
* chore: post rebase fixes
* test: fix tests
* test: fix tests
* test(cypress): fix tests
* docs: add media_folder docs
* test(e2e): add media library delete test
* test(e2e): try and fix image comparison on CI
* ci: reduce test machines from 9 to 8
* test: add reducers and selectors unit tests
* test(e2e): disable visual regression testing for now
* test: add getAsset unit tests
* refactor: use Asset class component instead of hooks
* build: don't inline source maps
* test: add more media path tests
2019-12-18 11:16:02 -05:00
zemlya-studio
dd754e9377
docs(nextjs): fixed webpack loader error ( #2946 )
...
A simple fix that allows webpack to build.
2019-12-03 09:29:50 +02:00
Charlie Bevis
553264f136
docs(jekyll): "Indentity" -> "Identity" ( #2945 )
2019-12-03 09:26:24 +02:00
Kengo Hamasaki
445979a992
docs: update Next.js example to import component ( #2928 )
2019-11-28 19:52:21 -05:00
Erez Rokah
d09c3addee
docs: add beta docs for folder collections path config ( #2923 )
2019-11-28 10:14:39 +02:00
Yuri Drabik
766ade1a3c
docs: Minor fix for Configuration Options ( #2919 )
2019-11-27 14:32:24 +02:00
JP Lew
a2df4f4c91
[documentation] improve NextJS docs by adding Identity Widget to homepage ( #2915 )
...
* update NextJS docs
* change /static dir to /public/static
* remove redundant React import
* change static directory to /public for Next in add-to-your-site.md
2019-11-26 23:06:29 +01:00
Christian Fritsch
78face334f
feat(widget-markdown): add headings dropdown ( #2879 )
2019-11-18 17:16:33 -05:00
Erez Rokah
096b067d45
feat: add translation support ( #2870 )
...
* feat: add translation support
* test(cypress): fix locale import
* docs: add locale documentation
* feat: add german translation (#2877 )
* fix: locales package version, register all locales in netlify-cms
2019-11-14 11:25:04 +02:00
Erez Rokah
86d741ecac
Docs: add missing Next entry in add-to-your-site.md ( #2874 )
...
* Update add-to-your-site.md
* docs: add missing Nuxt entry
2019-11-13 16:00:05 +01:00
Erez Rokah
00fa983d63
docs: fix bitbucket implicit grant docs ( #2842 )
...
* docs: fix bitbucket implicit grant docs
* docs: fix typo in Bitbucket implicit grant step 2
2019-11-10 19:41:52 +01:00
shumiyao
47be26fbfe
docs: add type specification of relation widget valueField ( #2446 )
2019-11-07 16:25:21 -05:00
Asif Mehedi
cd48f67f1a
docs: Delete duplicate key-value ( #2824 )
...
* docs: Delete duplicate key-value
* docs: revert description change
2019-11-03 10:53:07 +02:00
Shawn Erquhart
6164f8fbe6
chore: update chat redirect link
2019-10-30 15:57:30 -04:00
Erez Rokah
2841ff9ffe
feat: enable specifying custom open authoring commit message ( #2810 )
2019-10-28 15:29:47 -04:00
Aleksandr Grenishin
574477adca
enhancement(media-library-uploadcare): add integration settings to control url operations ( #2670 )
2019-10-28 14:14:42 -04:00
Maxime Preaux
3d12ea9470
docs: fixed the code formatting in the backends doc ( #2812 )
...
docs: Fixed the code formatting in the authentication-backend.md page (https://www.netlifycms.org/docs/authentication-backends/ )
2019-10-28 10:12:43 +02:00
Sascha
f9d32452f9
docs: Added notice about Large Media option ( #2805 )
...
* Added notice about Large Media
I ran into this issue when activating Large Media while still having not imported files.
* docs: change 'important' to 'note' to make it consistent with places in the docs
2019-10-27 11:06:24 +02:00
Matthias Michael
96e99f239a
docs: fix 11ty default site publish folder ( #2806 )
2019-10-26 10:54:06 +02:00
Sascha
5b2fb611f5
docs: update select widget default value docs ( #2723 )
2019-10-24 11:10:23 -04:00
Tom Rutgers
e09edd554f
Update widgets.md ( #2758 )
...
Using double quotes with pattern raises an error (found out the hard way): https://github.com/netlify/netlify-cms/issues/675#issuecomment-444316681
2019-10-24 11:49:11 +03:00
Imron
78f24c8cdc
Update hugo.md ( #2799 )
...
Fixed typo
sucessfully => successfully
giti => git
2019-10-24 11:06:54 +03:00
Imron
8052fb7aee
[Typo] configration ( #2798 )
...
Fixed typo
configration => configuration
2019-10-24 11:05:44 +03:00
Imron
4ac3ded8a0
[Typo] continous ( #2797 )
...
Fixed typo
continous => continuous
2019-10-24 11:04:48 +03:00
Imron
d9bbaa3aff
[Typo] comfirming ( #2796 )
...
Fixed typo
comfirming => confirming
2019-10-24 11:03:52 +03:00
IMRAN KHAN
8e4ade0d13
Update jekyll.md ( #2793 )
...
Typo. the word 'into' was written twice.
2019-10-23 22:18:03 +02:00
Henry Desroches
9fa0420e7f
docs: add Hugo guide ( #2698 )
2019-10-23 13:49:13 -04:00
Erez Rokah
2bafa2c8f3
chore: fix formatting in website/src/html.js ( #2783 )
2019-10-23 08:33:00 +03:00
Shawn Erquhart
6b83a706a3
chore: switch chat links to slack ( #2782 )
2019-10-22 20:59:04 -04:00
Prateek Bhatnagar
fbbc8c1dc8
docs: fix preact-cli repo link ( #2781 )
2019-10-22 20:49:40 -04:00
Shawn Erquhart
52dff34d3a
chore: fix community slack redirect
2019-10-22 14:17:50 -04:00
Shawn Erquhart
1d21617c66
chore: fix community slack redirect
2019-10-22 13:53:58 -04:00
Shawn Erquhart
ee4f0a9973
chore: fix community slack redirect
2019-10-22 13:48:56 -04:00
Prateek Bhatnagar
09c2b0ab23
docs: add Preact CLI as a starter option ( #2759 )
2019-10-22 13:40:07 -04:00
Shawn Erquhart
1684995eaa
chore: fix community slack redirect
2019-10-22 13:37:05 -04:00
Shawn Erquhart
db1385072c
docs: add community slack link ( #2773 )
2019-10-21 21:02:15 -04:00
Pierre-Alexandre
695d33f1d2
[docs] fixed broken implicit grant link ( #2741 )
2019-10-11 16:42:17 +02:00
Tom Rutgers
3d7cff01d6
docs: update Jekyll guide YML syntax ( #2738 )
2019-10-11 00:40:18 -04:00
Ferenc Sticza
f328a274e7
Update markdownit references ( #2720 )
...
@nuxt/markdownit was broken so I updated these references to @nuxtjs/markdownit
2019-10-01 23:04:40 +02:00