Erez Rokah
1523a4140a
feat(backend-gitlab): initial GraphQL support ( #6059 )
2021-12-28 13:39:23 +02:00
Joe Previte
ad85514cba
fix(netlify-cms-ui-default): use grayDark for button ( #6069 )
...
* fix(netlify-cms-ui-default): use grayDark for button
This PR is a fix for
https://github.com/netlify/netlify-cms/issues/1333#issuecomment-998115794
because it changes the background color used by `button` to `grayDark`
so that it is accessible.
* chore: update AuthenticationPage test snapshot
2021-12-21 11:54:34 +02:00
renovate[bot]
914a72a3fb
chore(deps): lock file maintenance ( #5764 )
...
* chore(deps): lock file maintenance
* chore: update snapshots
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: erezrokah <erezrokah@users.noreply.github.com>
2021-08-30 13:16:41 +03:00
Brady Stroud [SSW]
4b566a78f4
feat: disable 'Save' button when there are no changes ( #5595 )
2021-08-03 13:14:29 +03:00
Vladislav Shkodin
dbf2920254
chore: introduce imports ordering ( #5463 )
2021-05-31 17:46:41 +03:00
Vladislav Shkodin
fc07ce6854
refactor: introduce type-only imports ( #5462 )
2021-05-31 15:23:16 +03:00
renovate[bot]
2a7c957dfb
chore(deps): lock file maintenance ( #5081 )
2021-03-08 13:35:29 +02:00
Vladislav Shkodin
141a2eba56
refactor: convert function expressions to declarations ( #4926 )
2021-02-08 20:01:21 +02:00
Erez Rokah
7697b907d7
fix(large-media): mark pointer files as binary ( #4678 )
2020-12-06 18:50:56 +02:00
Erez Rokah
cb2ad687ee
Feat: multi content authoring ( #4139 )
2020-09-20 20:30:46 +03:00
Kancer (Nilay) Gökırmak
6b8fa3fc45
feat: allow setting editorial workflow PR label prefix ( #4181 )
2020-09-06 21:13:46 +03:00
Erez Rokah
af7bbbd9a9
Feat: nested collections ( #3716 )
2020-06-18 10:11:37 +03:00
Nigel Huang
a50edc7055
feat: add backend status down indicator ( #3889 )
2020-06-15 17:59:28 +03:00
Erez Rokah
afc9bf4f3f
feat(backend-gitgateway): improve deploy preview visibility ( #3882 )
2020-06-09 20:33:16 +03:00
Erez Rokah
285c940562
fix: handle token expiry ( #3847 )
2020-06-03 12:44:03 +03:00
renovate[bot]
5f99a9132b
chore(deps): update dependency typescript to v3.9.2 ( #3776 )
2020-05-18 10:52:23 +03:00
Kunal Kundu
3e34e52440
chore: add timeout mechanism for fetch calls ( #3649 )
2020-05-12 16:51:13 +03:00
Erez Rokah
6c229c5149
fix(git-gateway): wait for identity widget to initialize ( #3660 )
2020-04-30 17:46:07 +03:00
Erez Rokah
8f1b325809
refactor: use fetch cache arg instead of cache busting ( #3584 )
2020-04-21 17:46:06 +03:00
Erez Rokah
9b79623bc8
fix(large-media): match netlify.app as lfs host ( #3642 )
2020-04-21 17:29:21 +03:00
Erez Rokah
174d86f0a0
Feat: entry sorting ( #3494 )
...
* refactor: typescript search actions, add tests avoid duplicate search
* refactor: switch from promise chain to async/await in loadEntries
* feat: add sorting, initial commit
* fix: set isFetching to true on entries request
* fix: ui improvments and bug fixes
* test: fix tests
* feat(backend-gitlab): cache local tree)
* fix: fix prop type warning
* refactor: code cleanup
* feat(backend-bitbucket): add local tree caching support
* feat: swtich to orderBy and support multiple sort keys
* fix: backoff function
* fix: improve backoff
* feat: infer sortable fields
* feat: fetch file commit metadata - initial commit
* feat: extract file author and date, finalize GitLab & Bitbucket
* refactor: code cleanup
* feat: handle github rate limit errors
* refactor: code cleanup
* fix(github): add missing author and date when traversing cursor
* fix: add missing author and date when traversing cursor
* refactor: code cleanup
* refactor: code cleanup
* refactor: code cleanup
* test: fix tests
* fix: rebuild local tree when head doesn't exist in remote branch
* fix: allow sortable fields to be an empty array
* fix: allow translation of built in sort fields
* build: fix proxy server build
* fix: hide commit author and date fields by default on non git backends
* fix(algolia): add listAllEntries method for alogolia integration
* fix: handle sort fields overflow
* test(bitbucket): re-record some bitbucket e2e tests
* test(bitbucket): fix media library test
* refactor(gitgateway-gitlab): share request code and handle 404 errors
* fix: always show commit date by default
* docs: add sortableFields
* refactor: code cleanup
* improvement: drop multi-sort, rework sort UI
* chore: force main package bumps
Co-authored-by: Shawn Erquhart <shawn@erquh.art>
2020-03-31 23:13:27 -04:00
Manish Giri
a91e8316f7
refactor(ui): use variables for z-index values ( #3453 )
2020-03-24 15:46:47 +02:00
Erez Rokah
ce69fdd66b
chore: cleanup warnings ( #3469 )
2020-03-23 13:09:06 +02:00
Erez Rokah
92e76011e7
feat: add media lib virtualization ( #3381 )
2020-03-09 08:45:42 +01:00
Erez Rokah
39f1307e3a
feat(backend-github): add pagination ( #3379 )
2020-03-05 11:58:49 +01:00
tiuweehan
7c45a3cda9
fix(locale): Remove hard coded string literals ( #3333 )
2020-02-28 11:12:10 +01:00
Erez Rokah
7e0a8ad532
feat(core): align GitHub metadata handling with other backends ( #3316 )
...
* Revert "Revert "feat(core): Align GitHub metadata handling with other backends (#3292 )""
This reverts commit 5bdd3df9ccbb5149c22d79987ebdcd6cab4b261f.
* fix(backend-github): fix migration code
* test(backend-github): fix test
* test(e2e): shorten wait time
* test(e2e): try and fix test on CI
2020-02-24 17:44:10 -05:00
Shawn Erquhart
5bdd3df9cc
Revert "feat(core): Align GitHub metadata handling with other backends ( #3292 )"
...
This reverts commit 8193b5ace89d6f14a6c756235a50b186a763b6b1.
2020-02-22 14:20:28 -05:00
Erez Rokah
8193b5ace8
feat(core): Align GitHub metadata handling with other backends ( #3292 )
...
* refactor: code cleanup for GitLab and BitBucket
* feat(backend-github): use prs labels for metadata - initial commit
* refactor(backend-github): code cleanup, fix tests
* fix(backend-github): bug fixes
* fix(backend-github): open authoring fixes
* fix(backend-github): open authoring fixes
* fix(backend-github): fix graphql
* test(e2e): update Octokit usage
* test(e2e): re-record test data, fix bugs
* test(e2e): re-record test data, fix bugs
* test(e2e): fix tests
* refactor: code cleanup
* fix(backend-github): fix migration code
* fix(backend-github): don't fail on non existing files collections files
* fix(backend-github): use patch attribute instead of slug to get path
* fix(backend-github): use compare api to force push a pr
* fix(backend-github): fix git-gateway and re-record tests
* fix(backend-github): use first commit message as open authoring pr title
* refactor(backend-github): code cleanup
* test(e2e): fix tests
2020-02-22 09:51:30 -05:00
stefanprobst
249bd7ec1e
fix: stringify error message ( #3233 )
2020-02-11 20:39:17 +02:00
Erez Rokah
834f6b9e45
fix(backend-git-gateway): re-write GitHub pagination links ( #3135 )
2020-01-23 21:14:33 -05:00
Erez Rokah
a48c02d852
feat(backend-bitbucket): Add Git-LFS support ( #3118 )
2020-01-21 18:57:36 +02:00
Erez Rokah
038803c9f2
fix(git-gateway-gitlab): fix large media support for editorial workflow ( #3105 )
2020-01-19 14:25:29 +02:00
Erez Rokah
92108431f0
fix: don't fail on malformed pointer files ( #3095 )
2020-01-15 18:23:42 +02: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
b5ffccdac5
feat(backend-git-gateway): handle identity disabled error message ( #3002 )
2020-01-06 14:10:37 -05:00
Erez Rokah
8c175f6132
fix: rebase open authoring branches ( #2975 )
...
* fix: create open authoring branches from default origin branch
* refactor: pass repoURL to getBranch
* fix(backend-github): rebase open authoring branch,support multiple files
2019-12-20 12:33:43 -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
Erez Rokah
4a2328b2f1
fix(git-gateway): unpublished entries not loaded for git-gateway(GitHub) ( #2856 )
2019-11-11 18:33:20 +02:00
ed ho
1d78a2705f
improvement: add logs when a 404 error is expected ( #2807 )
...
improvement: add logs when a 404 error is expected
improvement: address code review feedback -return rejected promise
2019-11-10 10:34:03 +02:00
Shawn Erquhart
da2dab305a
fix(backend-git-gateway): omit /repos/ when no repo ( #2846 )
...
* fix(backend-git-gateway): omit /repos/ when no repo
* chore: move fix to git gateway backend
2019-11-07 17:34:30 +02:00
Erez Rokah
2841ff9ffe
feat: enable specifying custom open authoring commit message ( #2810 )
2019-10-28 15:29:47 -04:00
Patryk Niedźwiedziński
f206e7e5a1
feat: add go back to site button ( #2538 )
2019-10-28 15:20:41 -04:00
melbourne2991
922c0f38ee
fix(git-gateway): pass api URL instead of constructing it from repo value ( #2631 )
2019-09-26 12:35:52 -04:00
renovate[bot]
aded9d7c24
chore(deps): update dependency prettier to v1.18.2 ( #2407 )
2019-06-26 14:28:00 -04:00
Bartholomew
a5bd6b3e89
fix(core): address new entries error for non-github backends ( #2390 )
2019-06-18 17:55:53 -04:00
Benaiah Mischenko
6c3506b4d0
fix(backend-git-gateway): fix image display w/o large media ( #2271 )
2019-04-05 18:25:54 -04:00
Benaiah Mischenko
d39a361e2d
fix(editorial-workflow): fix LM pointers changing to binary files ( #2228 )
2019-03-22 09:59:06 -04:00
Tony Alves
e04f6bec1d
fix: fix umd builds ( #2214 )
2019-03-18 15:47:57 -04:00
Tony Alves
82cc7941cc
feat: provide usable UMD builds for all packages ( #2141 )
2019-03-16 18:44:29 -04:00