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

[desktop] Add Gitpod to Settings sync #139

Closed
wants to merge 43 commits into from

Commits on Mar 27, 2022

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

Commits on Mar 28, 2022

  1. Fix microsoft#146161

    sandy081 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    aefb335 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8847c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4599966 View commit details
    Browse the repository at this point in the history
  4. proper fix

    sandy081 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    8e98e74 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary comma

    sandy081 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    4e20ea5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a7cd08 View commit details
    Browse the repository at this point in the history
  7. Merge pull request microsoft#146176 from microsoft/dbaeumer/146172

    Add vscode.markdown-language-features to proposed API
    dbaeumer authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ac7d722 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2e4067 View commit details
    Browse the repository at this point in the history
  9. Revert "Fixes microsoft/monaco-editor#2774: Emit content change event…

    …s before cursor state change events during undo, redo, or recovery from markers"
    
    This reverts commit 63f82f6.
    alexdima committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    da0e0ae View commit details
    Browse the repository at this point in the history
  10. Revert "Fixes microsoft#145872: Emit model events using the view mode…

    …l outgoing queue"
    
    This reverts commit 00b43ac.
    alexdima committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ca46ba0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request microsoft#146187 from microsoft/alex/issue-146174

    Revert changes to eventing in the editor
    hediet authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e76b009 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0aad3c8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request microsoft#146163 from microsoft/sandy081/fix146161

    Open settings UI editor while configuring language specific settings
    sandy081 authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    660f140 View commit details
    Browse the repository at this point in the history
  14. fix microsoft#142756.

    rebornix committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    3dc701c View commit details
    Browse the repository at this point in the history
  15. Merge pull request microsoft#146213 from microsoft/rebornix/update-re…

    …place-all-nb
    
    fix microsoft#142756 update replace all button after input is updated
    rebornix authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    3a5a169 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. fix microsoft#146227.

    rebornix committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ede16c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    521a3d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#146228 from microsoft/rebornix/fix-outpu…

    …t-limit
    
    Fix output limit
    rebornix authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e18005f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. gitpod server initial commit

    akosyakov authored and jeanp413 committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f3e87be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9ef633 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b18640e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1acac6 View commit details
    Browse the repository at this point in the history
  5. Always enable proposed API

    jeanp413 committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    9de989f View commit details
    Browse the repository at this point in the history
  6. support timeout of local-app

    mustard-mh authored and jeanp413 committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d677a73 View commit details
    Browse the repository at this point in the history
  7. Add notification telemetry

    jeanp413 committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    0cc83b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef19a61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a728832 View commit details
    Browse the repository at this point in the history
  10. gitpod: bump node-fetch version in extensions

    Related to gitpod-io/gitpod#7360
    
    Currently, When the server has a root cert cross-signed by the
    expired `DST ROOT CA X3`. There's a possiblity of the client having
    an older version of `electron` in their code that causes the cert
    expiry failure.
    
    While, asking users to update their vs code should be our first
    suggestion, In some cases using the latest version of `node-fetch`
    also fixed the issue (not exactly sure why). This PR bumps the
    `node-fetch` dependency to the one that the `code-server` uses.
    
    Signed-off-by: Tarun Pothulapati <tarun@gitpod.io>
    Pothulapati authored and jeanp413 committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    4808fba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3125d4c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Apr 5, 2022

  1. Add Gitpod to Settings sync

    refactor `createOauth2URL`
    
    Add lock changes
    
    Rewrite `getSessions` and `removeSession` functions
    
    Don't bore the user with expired error
    
    Docs
    
    Add todo
    
    Add get and set functions for stored auth sessions
    
    Change oauth2 creation function and update clientID to be up to date
    
    Have popup preference stored in the global context
    
    Handle ws errors
    
    Max WS retries
    filiptronicek authored and jeanp413 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    754ebb2 View commit details
    Browse the repository at this point in the history
  2. Remove strict null checking

    Co-authored-by: bigint <b1gint@protonmail.com>
    2 people authored and jeanp413 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    7597be9 View commit details
    Browse the repository at this point in the history
  3. Grammar

    Co-authored-by: bigint <b1gint@protonmail.com>
    2 people authored and jeanp413 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    f8ee95d View commit details
    Browse the repository at this point in the history
  4. Typos, grammar, all that kind of awesome stuff!

    Co-authored-by: bigint <b1gint@protonmail.com>
    2 people authored and jeanp413 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5fd96f8 View commit details
    Browse the repository at this point in the history
  5. Don't cache base URL

    filiptronicek authored and jeanp413 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    99aff73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5370b06 View commit details
    Browse the repository at this point in the history
  7. Add code exchange code

    filiptronicek authored and jeanp413 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    409b82a View commit details
    Browse the repository at this point in the history
  8. Fix that damn bug

    filiptronicek authored and jeanp413 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1b9043b View commit details
    Browse the repository at this point in the history
  9. Fix code exchange bad request

    filiptronicek authored and jeanp413 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1d88940 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94cc6fc View commit details
    Browse the repository at this point in the history
  11. fix JWT token parsing

    akosyakov authored and jeanp413 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    914c571 View commit details
    Browse the repository at this point in the history
  12. invalidate sessions

    akosyakov authored and jeanp413 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    17814a3 View commit details
    Browse the repository at this point in the history