Skip to content

Conversation

@norberttech
Copy link
Member

Resolves: #1954

Change Log


Added

  • File browser to playground
  • cs fixer to playground
  • uploading files to playground
  • help section to playground
  • autocompleters for Flow API to playground
  • autocompleters for Flow API to playground
  • predefined datasets to playground

Fixed

Changed

  • Moved away from ace editor to codemirror in playground

Removed

Deprecated

Security

Aceeditor is great but it's lacking a good documentation and examples.
On top of that building autocompleter is a nightmare, codemirror is much
more developer friendly.
- fixed dsl completer by making him to not suggest dsl function on
methods
- moved loading flow.phar from playground-editor_controller.js to our
new dynamic loading mechanism
…stem

this prevents displaying other files required by wasm and creates a
clean workspace
format action uses php-cs-fixer under the hood to format the code and
update editor
when user clicks on a file in files browser he will see a readonly
preview of that file below the editor
@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

❌ Patch coverage is 0% with 138 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.35%. Comparing base (d519b9f) to head (6c830e9).
⚠️ Report is 1 commits behind head on 1.x.

Additional details and impacted files
@@            Coverage Diff             @@
##              1.x    #1968      +/-   ##
==========================================
- Coverage   79.78%   79.35%   -0.44%     
==========================================
  Files         834      837       +3     
  Lines       24774    24910     +136     
==========================================
  Hits        19767    19767              
- Misses       5007     5143     +136     
Components Coverage Δ
etl 88.90% <ø> (ø)
cli 85.96% <ø> (ø)
lib-array-dot 95.00% <ø> (ø)
lib-azure-sdk 60.39% <ø> (ø)
lib-doctrine-dbal-bulk 95.14% <ø> (ø)
lib-filesystem 80.68% <ø> (ø)
lib-types 89.53% <ø> (ø)
lib-parquet 68.35% <ø> (ø)
lib-parquet-viewer 83.04% <ø> (ø)
lib-snappy 90.18% <ø> (ø)
bridge-filesystem-async-aws 91.00% <ø> (ø)
bridge-filesystem-azure 89.47% <ø> (ø)
bridge-monolog-http 96.91% <ø> (ø)
bridge-openapi-specification 94.50% <ø> (ø)
symfony-http-foundation 73.17% <ø> (ø)
adapter-chartjs 86.36% <ø> (ø)
adapter-csv 89.08% <ø> (ø)
adapter-doctrine 90.97% <ø> (ø)
adapter-elasticsearch 97.17% <ø> (ø)
adapter-google-sheet 91.40% <ø> (ø)
adapter-http 60.56% <ø> (ø)
adapter-json 89.80% <ø> (ø)
adapter-logger 83.33% <ø> (ø)
adapter-meilisearch 97.87% <ø> (ø)
adapter-parquet 78.91% <ø> (ø)
adapter-text 88.09% <ø> (ø)
adapter-xml 83.07% <ø> (ø)
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@norberttech norberttech merged commit fc88749 into 1.x Nov 7, 2025
26 of 29 checks passed
@norberttech norberttech deleted the 1954-task-build-completions-datasets-for-ace-autocompleters branch November 7, 2025 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task]: Build completions datasets for ACE autocompleters

2 participants