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

Use clearinghouse APIs for geni-sync-wireless #1741

Merged
merged 11 commits into from
Sep 13, 2016

Commits on Aug 29, 2016

  1. Remove trailing whitespace

    tcmitchell committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    8dea336 View commit details
    Browse the repository at this point in the history
  2. Switch from optparse to argparse

    Change geni-sync-wireless from optparse to argparse for command line
    options. optparse is deprecated, argparse is the replacement going
    forward.
    tcmitchell committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    8dcc7f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Configuration menu
    Copy the full SHA
    9d8cac0 View commit details
    Browse the repository at this point in the history
  2. Sync wireless via clearinghouse API

    Start using the clearinghouse API to get information about wireless
    projects and users. Stop using the database for project information
    in geni-sync-wireless.
    tcmitchell committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    c7caa73 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

  1. Sync wireless use more clearinghouse API

    Use the clearinghouse API to gather member info instead of diving into
    the database.
    tcmitchell committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    75f11f1 View commit details
    Browse the repository at this point in the history
  2. Use service registry in sync wireless

    Locate the required services via the service registry instead of either
    inventing them on the fly or digging them out of the database.
    tcmitchell committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    1f11940 View commit details
    Browse the repository at this point in the history
  3. Use service registry in sync wireless

    Use MA API to add a wimax username to a user's info. No longer use
    the database directly for this.
    tcmitchell committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    2970760 View commit details
    Browse the repository at this point in the history
  4. Remove database related code from sync wireless

    All access is now by API, none by database. Remove the vestiges of the
    database access because it is no longer needed.
    tcmitchell committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    2f246bb View commit details
    Browse the repository at this point in the history
  5. Update geni-sync-wireless man page

    Add new arguments to man page, remove outdated arguments.
    tcmitchell committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    46983e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8ed766 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72a1db1 View commit details
    Browse the repository at this point in the history