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

A brand new API - pyteamcity.future #37

Merged
merged 36 commits into from
Aug 10, 2016
Merged

A brand new API - pyteamcity.future #37

merged 36 commits into from
Aug 10, 2016

Commits on Aug 3, 2016

  1. Create the future

    msabramo committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    96fedf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf9af3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Delete todo comment re: removing surveymonkey refs

    Most of them were in integration tests which I moved to separate files
    that are not checked in.
    msabramo committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    551203e View commit details
    Browse the repository at this point in the history
  2. v2 => future

    msabramo committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    9dc8d8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    673565a View commit details
    Browse the repository at this point in the history
  4. Add VCSRoot support

    msabramo committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    a621969 View commit details
    Browse the repository at this point in the history
  5. Split into separate modules

    msabramo committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    3dfd45e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47d44a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da0e73d View commit details
    Browse the repository at this point in the history
  8. Add UserGroup model

    msabramo committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    66129b1 View commit details
    Browse the repository at this point in the history
  9. queryset fixes

    Add missing `import requests` and use `UnauthorizedError` from
    our `exceptions` module
    msabramo committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    265675c View commit details
    Browse the repository at this point in the history
  10. flake8 fixes

    msabramo committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    b09f039 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac4a8ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8d5ccb5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e0de037 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    83b226d View commit details
    Browse the repository at this point in the history
  15. Move legacy stuff to its own dir

    to make it clearer that it's legacy and probably won't be further
    developed.
    msabramo committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    f443fb5 View commit details
    Browse the repository at this point in the history
  16. Add TeamCity.server_info

    Allows getting server info like web_url, version, etc.
    msabramo committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    ab63bfd View commit details
    Browse the repository at this point in the history
  17. .travis.yml: Post coverage to couverture.io (#38)

    * .travis.yml: Post coverage to couverture.io
    
    * .travis.yml: Skip couverture for flake8 builds
    msabramo committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    765cf22 View commit details
    Browse the repository at this point in the history
  18. Put comment in pyteamcity/future/core/__init__.py (#39)

    so this is not blank file, which might be confusing couverture.io?
    msabramo committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    459c7d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. use long option name

    aconrad committed Aug 5, 2016
    1 Configuration menu
    Copy the full SHA
    681a8dc View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Configuration menu
    Copy the full SHA
    0d1cbde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ee9e4 View commit details
    Browse the repository at this point in the history
  3. Add message about future to legacy.py

    so hopefully folks don't waste time on using it or adding features to
    it.
    msabramo committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    054f4ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9967bb View commit details
    Browse the repository at this point in the history
  5. Fix flake8 warning

    msabramo committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    e2254eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a37502 View commit details
    Browse the repository at this point in the history
  7. Reimplement get_artifact_by_path

    Simpler, more efficient, and works with paths that reference artifacts
    inside zip file artifacts.
    msabramo committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    4b9be0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bb5708 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. Allow specifying TEAMCITY_PROTO env var

    and default port to 443 for https
    msabramo committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    53b4b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dd1852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66f7c4a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Add BuildType.set_paused

    msabramo committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    251fa92 View commit details
    Browse the repository at this point in the history
  2. Add BuildType.reset_build_counter

    porting #34 (originally #22) to new API
    msabramo committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    607962f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a62689 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d50f9ec View commit details
    Browse the repository at this point in the history