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

chore(deps): Updated to Theia 1.39.0 #2144

Merged
merged 20 commits into from
Aug 14, 2023
Merged

chore(deps): Updated to Theia 1.39.0 #2144

merged 20 commits into from
Aug 14, 2023

Commits on Jul 26, 2023

  1. chore(deps): Updated to Theia 1.39.0

     - [security]: removed the app packager
     - [feat]: bundle the backend app with webpack
    
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e8a9ef7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. fix: disable validation styles in dialog

    reverted DOM structure changes in single text input dialogs.
    temporary workaround before aligning the validation style in all dialogs
    
    Ref: eclipse-theia/theia#12585
    
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    3529b14 View commit details
    Browse the repository at this point in the history
  2. fix: missing binary in backend application

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    129436b View commit details
    Browse the repository at this point in the history
  3. fix(dev): faster build script

    skip webpack app minification
    Akos Kitta committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    dc8360b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. fix: revert author and description order

    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    06113b6 View commit details
    Browse the repository at this point in the history
  2. fix: force 'arduino-ide' technical name

    override the `name` property for the packaging time
    
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e506b6f View commit details
    Browse the repository at this point in the history
  3. feat(ci)|: all in one build script

    Akos Kitta committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    09320d5 View commit details
    Browse the repository at this point in the history
  4. fic(ci): incorrect Node version?

    revert packager script.
    
    ```
    gyp info using [email protected] | darwin | x64
    ```
    
    ```
    error [email protected]: The engine "node" is incompatible with this module. Expected version ">=16.14.0 <17". Got "18.16.1"
    ```
    Akos Kitta committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f7d56e5 View commit details
    Browse the repository at this point in the history
  5. fix: do not generate invalid nightly update site

    Akos Kitta committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    28bc470 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. fix: extra metadata is unavailable at webpack time

    merge in the frontend config and any other metadata from the final app's
    package.json, as those are not available at theia build time.
    
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    75480bd View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. fix: can run app in dev mode

    Ref: eclipse-theia/theia#12793
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f7cb8aa View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Update arduino-ide-extension/src/node/i18n/arduino-localization-contr…

    …ibution.ts
    
    Co-authored-by: per1234 <[email protected]>
    kittaakos and per1234 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    697bc07 View commit details
    Browse the repository at this point in the history
  2. Update docs/development.md

    Co-authored-by: per1234 <[email protected]>
    kittaakos and per1234 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    93a55cb View commit details
    Browse the repository at this point in the history
  3. Update docs/development.md

    Co-authored-by: per1234 <[email protected]>
    kittaakos and per1234 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    564024f View commit details
    Browse the repository at this point in the history
  4. Update docs/development.md

    Co-authored-by: per1234 <[email protected]>
    kittaakos and per1234 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1d6c4ae View commit details
    Browse the repository at this point in the history
  5. Update docs/development.md

    Co-authored-by: per1234 <[email protected]>
    kittaakos and per1234 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    108bb94 View commit details
    Browse the repository at this point in the history
  6. fix(doc): new section for running from source

    Akos Kitta committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7ead2d9 View commit details
    Browse the repository at this point in the history
  7. fix(doc): review remarks

     - fixed: added missing build step
     - fixed: reordered sections: Windows tool must come before build part
     - added: prerequisites link to Theia and link to recommended tool: Code
     - added: how to clone repo and change dir to repo root
     - added: section how to start code + link to further docs
    
    Signed-off-by: Akos Kitta <[email protected]>
    Akos Kitta committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    920a4fc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Update docs/development.md

    Co-authored-by: per1234 <[email protected]>
    kittaakos and per1234 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    56feedb View commit details
    Browse the repository at this point in the history
  2. Update docs/development.md

    Co-authored-by: per1234 <[email protected]>
    kittaakos and per1234 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c99a0cf View commit details
    Browse the repository at this point in the history