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

Cut a new release #149

Merged
merged 30 commits into from
Jul 17, 2020
Merged

Cut a new release #149

merged 30 commits into from
Jul 17, 2020

Commits on Jun 11, 2020

  1. github: store the PAT on 'get' request for SAML SSO

    In order to allow a user that requires SAML SSO to be manually enabled
    on their newly generated PATs to access org repos, we must store the PAT
    as soon as we generate it. This then allows the user the ability to
    visit the web UI, enable SSO, and then repeat their Git operation using
    the _same PAT_.
    
    Workaround for issue: #133
    mjcheetham committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    22819a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #134 from mjcheetham/github-samlsso

    github: store the PAT on 'get' request for SAML SSO
    mjcheetham committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    f8ac4e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. docs: add Architecture overview

    Add a document outlining the architecture of GCM Core.
    mjcheetham committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    8bcf927 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    0e32f1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5889e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #137 from mjcheetham/devguide

    Add Architecture overview document to help developers
    mjcheetham committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    df22473 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a48543 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b87b186 View commit details
    Browse the repository at this point in the history
  6. docs: update readme

    mjcheetham committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    a7d810c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #138 from mjcheetham/provider-spec

    Add host provider specification
    mjcheetham committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    fc2dfd6 View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    cc50d75 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #139 from mjcheetham/svg

    Add SVG version of GCM logo
    mjcheetham committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    9032ca6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Bitbucket Server Support: Added ability to set 'bitbucket' as the pro…

    …vier for an arbitrary host, i.e. a Bitbucket Server host
    
    Allow HTTP as well as HTTPS for Bitbucket Server hosts
    
    TODO test more complex URLs e.g. https://my.company.com/bitbucket
    mminns committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    e7f6797 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Bitbucket Server Support: Fix storing of Bitbucker Server credentials…

    …. Save with and without usernames since BbS doesn't generally include them in its Git URLs
    mminns committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    080712b View commit details
    Browse the repository at this point in the history
  2. Make the HTTP/S error message more specific.

    Co-authored-by: Matthew John Cheetham <mjcheetham@github.com>
    mminns and mjcheetham committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    d8cd624 View commit details
    Browse the repository at this point in the history
  3. Correct spacing

    Co-authored-by: Matthew John Cheetham <mjcheetham@github.com>
    mminns and mjcheetham committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    afe8c8d View commit details
    Browse the repository at this point in the history
  4. Correct spacing

    Co-authored-by: Matthew John Cheetham <mjcheetham@github.com>
    mminns and mjcheetham committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    0acaad3 View commit details
    Browse the repository at this point in the history
  5. Provide a name with more context.

    Co-authored-by: Matthew John Cheetham <mjcheetham@github.com>
    mminns and mjcheetham committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    84b17eb View commit details
    Browse the repository at this point in the history
  6. Provide a name with more context.

    Co-authored-by: Matthew John Cheetham <mjcheetham@github.com>
    mminns and mjcheetham committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    d454765 View commit details
    Browse the repository at this point in the history
  7. Provide a name with more context.

    Co-authored-by: Matthew John Cheetham <mjcheetham@github.com>
    mminns and mjcheetham committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    523327b View commit details
    Browse the repository at this point in the history
  8. Provide a name with more context.

    Co-authored-by: Matthew John Cheetham <mjcheetham@github.com>
    mminns and mjcheetham committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    b8f1d46 View commit details
    Browse the repository at this point in the history
  9. Fix PR suggestion typo

    mminns committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    4513acb View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Merge pull request #141 from itofinity/issue/support-bbs-basicauth

    Update support for Bitbucket Server
    mjcheetham committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    262ad1a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. FAQ: typo fix

    sivaraam committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    7400b61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #146: FAQ: typo fix

    A fix for a typo that I noticed in the FAQ 🙂
    derrickstolee committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    5c23c97 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. azrepos: use organizations authority for MSA accounts

    Use the /organizations authority for MSA accounts with Azure
    DevOps/Repos. This is because we're using MSA pass-through, an internal
    Microsoft mechanism to support both MSA and 'work' (AAD) accounts with
    the same auth stacks.
    
    You should be able to use /common, but this doesn't work. At the same
    time we're using ADAL Obj-C on macOS rather than MSAL.NET like we do on
    Windows, and ADAL speaks to the "v1" AAD endpoints, which don't know the
    /organizations tenant :(
    
    For macOS we need to fudge the authority _back_ to /common for MSA
    accounts.
    mjcheetham committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    f80007b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #148 from mjcheetham/msafix

    Fix Azure Repos sign-in with Microsoft Accounts
    mjcheetham committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    2b944be View commit details
    Browse the repository at this point in the history
  3. github: use final OAuth device code endpoint

    Use the final OAuth2 device authorization endpoint URI.
    mjcheetham committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    9acfcb3 View commit details
    Browse the repository at this point in the history
  4. github: enable OAuth2 device code flow for GitHub

    Enable the device code authorization grant flow for GitHub.
    mjcheetham committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    ecf36a3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #147 from mjcheetham/github-oauthdevice

    Enable OAuth device authorisation grant support for GitHub
    mjcheetham committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    0525476 View commit details
    Browse the repository at this point in the history