Skip to content

Commit

Permalink
Merge branch 'main' into fix-recursive-copy-container-blocks-on-copy
Browse files Browse the repository at this point in the history
* main:
  Make dynamic/live teaser without additional requests (#6024)
  Fix issue of duplicated blocks upon pasting an image into the Slate E… (#5818)
  Remove `api` folder. Add `backend` folder using latest backend best practices (#6110)
  Rename files with wrong extension `js->jsx` when they contain JSX. (#6114)
  Improve shadowing by including the support for `js->jsx` extensions in… (#6113)
  issue-5452 markdown shortcut (#5495)
  • Loading branch information
sneridagh committed Jun 20, 2024
2 parents 4df7bae + 3c93951 commit 28deebd
Show file tree
Hide file tree
Showing 70 changed files with 559 additions and 353 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'requirements-docs.txt'

- name: Create Python virtual environment
run: pip install virtualenv
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ start-test-acceptance-frontend-dev: build-deps ## Start the Core Acceptance Fron

.PHONY: start-test-acceptance-server test-acceptance-server
start-test-acceptance-server test-acceptance-server: ## Start Test Acceptance Server Main Fixture (docker container)
docker run -it --rm -p 55001:55001 $(DOCKER_IMAGE_ACCEPTANCE)
$(MAKE) -C "./packages/volto/" start-test-acceptance-server

.PHONY: start-test-acceptance-frontend
start-test-acceptance-frontend: build-deps ## Start the Core Acceptance Frontend Fixture
Expand Down
86 changes: 0 additions & 86 deletions api/Makefile

This file was deleted.

60 changes: 0 additions & 60 deletions api/README.rst

This file was deleted.

87 changes: 0 additions & 87 deletions api/buildout.cfg

This file was deleted.

1 change: 0 additions & 1 deletion api/requirements.txt

This file was deleted.

12 changes: 0 additions & 12 deletions api/version-constraints.cfg

This file was deleted.

8 changes: 0 additions & 8 deletions api/versions.cfg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 28deebd

Please sign in to comment.