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

GitLab backend built with cursor API #1343

Merged
merged 45 commits into from
Jun 12, 2018

Commits on May 29, 2018

  1. Configuration menu
    Copy the full SHA
    6162421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5d54fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3ba975 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Configuration menu
    Copy the full SHA
    f93ab1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eefd9b View commit details
    Browse the repository at this point in the history
  3. Initial GitLab commit.

    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    0179113 View commit details
    Browse the repository at this point in the history
  4. Fix authentication/permission checking.

    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    3c984da View commit details
    Browse the repository at this point in the history
  5. Make images with the same filename as already existing images overwrite

    them.
    
    This is not optimal, but it is how the GitHub implementation works and
    should be fixed later.
    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    53db61c View commit details
    Browse the repository at this point in the history
  6. Remove unneeded dependencies.

    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    503b617 View commit details
    Browse the repository at this point in the history
  7. Remove old GitHub code.

    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    7ad5814 View commit details
    Browse the repository at this point in the history
  8. Code cleanup from #508.

    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    a93ad46 View commit details
    Browse the repository at this point in the history
  9. Clarify comment.

    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    71258a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e4764fb View commit details
    Browse the repository at this point in the history
  11. Cleanup request function and other minor cleanup.

    Thanks @Benaiah!
    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    6c22e2e View commit details
    Browse the repository at this point in the history
  12. migrate GitLab backend to 1.0

    erquhart authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    98ea3e4 View commit details
    Browse the repository at this point in the history
  13. Download GitLab files as raw

    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    f686a04 View commit details
    Browse the repository at this point in the history
  14. add restoreUser method to GitLab backend

    erquhart authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    b56f4c3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5da72e View commit details
    Browse the repository at this point in the history
  16. add media library support for GitLab

    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    b2f287c View commit details
    Browse the repository at this point in the history
  17. fix gitlab collection caching

    erquhart authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    b348a32 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0d3092d View commit details
    Browse the repository at this point in the history
  19. Fix access for GitLab group-owned repos.

    `hasWriteAccess` was not working in the case where permissions were
    granted on a single group-owned repo, instead of the entire group.
    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    a5c3e82 View commit details
    Browse the repository at this point in the history
  20. simplify persistFiles

    tech4him1 authored and Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    a13f179 View commit details
    Browse the repository at this point in the history
  21. Fix auth scope

    Benaiah committed May 30, 2018
    Configuration menu
    Copy the full SHA
    9239cac View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d2bb871 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    086eb69 View commit details
    Browse the repository at this point in the history
  2. Implement search for GitLab

    Benaiah committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    8e63428 View commit details
    Browse the repository at this point in the history
  3. Add implicit OAuth for GitLab.

    tech4him1 authored and Benaiah committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    05c2f79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39af3d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50404dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b68364 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    01d7667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110785f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bfe9e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf410a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40438e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Rename appid to app_id

    Benaiah committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    28d6ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1669f29 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Configuration menu
    Copy the full SHA
    0fb3ebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4c403e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16ebe26 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

  1. Remove console.logs

    Benaiah committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    3678e5d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Fix integrations pagination

    Benaiah committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    c92e39e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    117e8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86c610 View commit details
    Browse the repository at this point in the history