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

campaigns: Switch to changeset syncer per code host #11874

Merged
merged 9 commits into from Jul 3, 2020

Commits on Jul 1, 2020

  1. campaigns: Switch to changeset syncer per code host

    Instead of per external service. Syncer scheduling is coupled to rate
    limiting which is per code host so this change aligns them.
    ryanslade committed Jul 1, 2020
    Copy the full SHA
    cbad193 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Copy the full SHA
    cbc8daf View commit details
    Browse the repository at this point in the history
  2. Clean up some comments

    ryanslade committed Jul 2, 2020
    Copy the full SHA
    beadc38 View commit details
    Browse the repository at this point in the history
  3. Update enterprise/internal/campaigns/syncer.go

    Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
    ryanslade and mrnugget committed Jul 2, 2020
    Copy the full SHA
    76dcada View commit details
    Browse the repository at this point in the history
  4. Update enterprise/internal/campaigns/syncer.go

    Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
    ryanslade and mrnugget committed Jul 2, 2020
    Copy the full SHA
    a99d72b View commit details
    Browse the repository at this point in the history
  5. Update enterprise/internal/campaigns/syncer.go

    Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
    ryanslade and mrnugget committed Jul 2, 2020
    Copy the full SHA
    b87e700 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Move BaseURL from repos.ExternalService

    Move it to the extsvc package so that we can also use it with
    api.ExternalService types
    ryanslade committed Jul 3, 2020
    Copy the full SHA
    aeae30c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c761344 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3833164 View commit details
    Browse the repository at this point in the history