Skip to content
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

Upgrade to CodeMirror 6 #2058

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Upgrade to CodeMirror 6 #2058

wants to merge 13 commits into from

Commits on Aug 28, 2024

  1. First steps

     - upgrade to CM6
     - migrated editor line highlighter composable
    TODO
     - code completion
     - test migration
    grolu committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3c28ca7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Fixed code completion and tooltips

    Removed obsolete CSS
    grolu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    232c1c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    9a16e96 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    f067c4e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    aa0192d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. - Added whitespace highlighting

    - Restructured main scss theme dependant classes
    grolu committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fed8458 View commit details
    Browse the repository at this point in the history
  2. Fixed scrolling on enter

    Make editor always consume 100% height
    Cleaned-up some comments
    grolu committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5c8c6ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48d3839 View commit details
    Browse the repository at this point in the history
  4. Fixed editorEnter tests

    grolu committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    494f21d View commit details
    Browse the repository at this point in the history
  5. Merge branches 'enh/upgrade_cm_6' and 'enh/upgrade_cm_6' of github.co…

    …m:gardener/dashboard into enh/upgrade_cm_6
    grolu committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aac852c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge branch 'master' into enh/upgrade_cm_6

    # Conflicts:
    #	.pnp.cjs
    #	.yarn/cache/codemirror-npm-5.65.18-debbbac10b-806e00c708.zip
    #	frontend/src/composables/useShootEditor/helper.js
    #	frontend/src/composables/useShootEditor/index.js
    #	yarn.lock
    grolu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d47a008 View commit details
    Browse the repository at this point in the history
  2. PR Feedback

    grolu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ea56d85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c92897e View commit details
    Browse the repository at this point in the history