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

Add support for BitBucket repositories #4

Merged
merged 11 commits into from
Aug 8, 2019

Commits on Jul 27, 2019

  1. Add IntelliJ files to gitignore

    Guido Josquin committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    d4fd30b View commit details
    Browse the repository at this point in the history
  2. Extract interface for GitHub API

    Guido Josquin committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    18468e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Isolate GitHub-specific types to github_client

    Guido Josquin committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    0b510ee View commit details
    Browse the repository at this point in the history
  2. Naive configuration and auth for BitBucket

    Guido Josquin committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    e207757 View commit details
    Browse the repository at this point in the history
  3. Add a test for the GitHub client

    Guido Josquin committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    fbbc106 View commit details
    Browse the repository at this point in the history
  4. Add framework for BitBucket tests (data and mux is wrong so tests sti…

    …ll fail)
    Guido Josquin committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    fde7280 View commit details
    Browse the repository at this point in the history
  5. Complete BitBucket implementation

    Guido Josquin committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    e808a31 View commit details
    Browse the repository at this point in the history
  6. Fixes after testing

    Guido Josquin committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    8860ca8 View commit details
    Browse the repository at this point in the history
  7. Fix error when a file is deleted from the repo

    Guido Josquin committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    69784e7 View commit details
    Browse the repository at this point in the history
  8. Also rebuild folders with deleted files and renamed files

    Guido Josquin committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    ad97fe1 View commit details
    Browse the repository at this point in the history
  9. Also rebuild folders with deleted files and renamed files

    Guido Josquin committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    e48f89e View commit details
    Browse the repository at this point in the history