forked from exelearning/exelearning
-
Notifications
You must be signed in to change notification settings - Fork 0
Migrate from php/symfony to bun.js/elysia/yjs #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
erseco
wants to merge
329
commits into
main
Choose a base branch
from
release/3.1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d-to-codecov Added codecov
… release/3.1-fix-exports
…ode-test-support Added legacy support to old cpus
…xports Fix html5 and elpx export
…de-to-bun-1-3-5 Upgraded bunv 1.3.5 and some other npm packages
…roject-name-and-version-on-save Save version and filename and normalize on download
…t-on-projects Better openfile options to delete all projects
…r-file-manager Better file manager
…r-file-manager-increase-coverage Increase coverage on file manager changes
…2e-to-idevice-beforeafter Add e2e to beforeafter idevice
…2e-to-idevice-relate Release/3.1 add e2e to idevice relate
…2e-to-idevice-form Add e2e to form idevice
…2e-to-idevice-az-quiz-game Add e2e to az-quiz-game idevice
…2e-to-idevice-external-website Add e2e to idevice external website
tests to improve patch coverage - Add tests for unknown file extensions in addMediaTypes - Add tests for source element without parent (defaults to video) - Add tests for HTML starting with <html tag (isFullDocument detection) - Add tests for audio/video elements with no src attribute - Add tests for URLs with query strings - Add tests for additional audio formats (flac, aac) - Add tests for additional video formats (mkv, avi) - Add tests for empty/null htmlContent in YjsStructureBinding - Add test for content with both audio and video elements
…dl-audio Fix udl-content audio playback error
…2e-to-idevice-download-source-file Add e2e test and improve idevice download-source-file
Includes bug fixes from main branch: - Fix exelearning#795 - Display correct name of imported styles - Fix exelearning#786 - Missing Teacher mode toggler - Fix exelearning#740 - Accessibility Toolbar translator - Check .elpx version compatibility - Prevent exelink from removing videos/multimedia Excluded MathJax v4 upgrade (keeping MathJax v3) Removed legacy PHP/Composer files (no longer used in Elysia+Bun)
…es-to-allow-merge-on-main Merge main into release/3.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates to project configuration, environment files, and CI/CD workflows, with a focus on modernizing tooling, improving Docker compatibility, and clarifying environment variable usage. The most important changes are grouped below:
Build & Tooling Modernization:
.github/workflows/ci.yml,.github/workflows/build-electron-installers.yml,.github/workflows/deploy.yml,.github/workflows/docs-and-repos.yml) now use Bun for installing dependencies instead of Yarn or npm, and update various GitHub Actions to newer versions for better reliability and performance. [1] [2] [3] [4].babelrc) to ensure consistent transpilation targeting Node.js and CommonJS modules, improving compatibility for server-side JavaScript.Docker & Environment Configuration:
.dockerignorefile has been extensively updated to more accurately exclude unnecessary files and directories from Docker builds, reducing image size and improving build speed..env.distis clarified and expanded, including new settings for project visibility, file upload limits, and port mappings for Docker and local development. [1] [2] [3].env.testfile is added for test environment configuration, specifying paths and ports for isolated testing.Code Quality & Formatting:
.prettierrc,.prettierrc.json,.prettierignore), setting consistent formatting rules and better ignoring build outputs and dependencies. [1] [2] [3].php-cs-fixer.dist.php) and the legacy Symfony configuration script (02-configure-symfony.sh), reflecting a move away from Symfony in favor of Node/NestJS-based tooling. [1] [2]Release & Documentation Workflow:
release/directory instead ofdist/, and documentation workflow updates the Homebrew cask bump action and cask name for beta releases. [1] [2]Miscellaneous:
.gemini/settings.json) to enable preview features, likely for AI-powered tooling.These changes collectively modernize the project's build and deployment processes, clarify environment management, and remove legacy code and configuration to streamline development.