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

WIP: Xcode 7 Support #44

Merged
merged 26 commits into from
Jun 28, 2015
Merged

WIP: Xcode 7 Support #44

merged 26 commits into from
Jun 28, 2015

Commits on Jun 24, 2015

  1. Configuration menu
    Copy the full SHA
    2c0cd7f View commit details
    Browse the repository at this point in the history
  2. added device spec parsing

    Honza Dvorsky committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    4546d1d View commit details
    Browse the repository at this point in the history
  3. added missing files to ios

    Honza Dvorsky committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    773a569 View commit details
    Browse the repository at this point in the history
  4. added throwing versions of map and filter

    Honza Dvorsky committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    788a131 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'swift-2' into hd/tested_devices_xcode_7

    Honza Dvorsky committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    efa657e View commit details
    Browse the repository at this point in the history
  6. add new files to the watch framework target as well

    Honza Dvorsky committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    59d0358 View commit details
    Browse the repository at this point in the history
  7. added basic objects for the DeviceSpecification object: Filter and Pl…

    …atform
    Honza Dvorsky committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    fbd39de View commit details
    Browse the repository at this point in the history
  8. codesign not

    Honza Dvorsky committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    b173a1d View commit details
    Browse the repository at this point in the history
  9. Revert "codesign not"

    This reverts commit b173a1d.
    Honza Dvorsky committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    9b869da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d899407 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. Merge branch 'swift-2' into hd/tested_devices_xcode_7

    Conflicts:
    	XcodeServerSDK.xcodeproj/project.pbxproj
    Honza Dvorsky committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    8a39af4 View commit details
    Browse the repository at this point in the history
  2. I think I cracked how to verify the server fingerprint and make the n…

    …ew, safer Xcode 7 API happy when creating bots. For now I'll probably trust self signed certificates right away but it'd be nice to show similar UI like Xcode does when trusting a self-signed server cert for the first time.
    
    Also, more work on the device specification parsing/creating.
    
    Also, added a getPlatforms call, which is useful when creating DeviceSpecification filters.
    Honza Dvorsky committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    7f96a43 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. - added blueprint credentials validation

    - fingerprint now automatically learned during blueprint validation
    - added more endpoint support for validating that user can manage bots
    Honza Dvorsky committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    ca3e2b0 View commit details
    Browse the repository at this point in the history
  2. adopting new approach to bot creation, now with automatic blueprint v…

    …alidation
    Honza Dvorsky committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    8cf61bd View commit details
    Browse the repository at this point in the history
  3. whoops, debugging hack sneaked in

    Honza Dvorsky committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    e8ebffd View commit details
    Browse the repository at this point in the history
  4. - keep the original JSON of parsed objects

    - more sample responses
    - removed old comment
    Honza Dvorsky committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    111d44f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2015

  1. better default nil approach

    Honza Dvorsky committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    e230ecf View commit details
    Browse the repository at this point in the history
  2. throws -> rethrows

    Honza Dvorsky committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    10f2992 View commit details
    Browse the repository at this point in the history
  3. bot creation tested and works on Xcode 7! yayz.

    Honza Dvorsky committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    270bec4 View commit details
    Browse the repository at this point in the history
  4. not again, damn it

    Honza Dvorsky committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    23e2f74 View commit details
    Browse the repository at this point in the history
  5. pruning test data

    Honza Dvorsky committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    de6438a View commit details
    Browse the repository at this point in the history
  6. project

    Honza Dvorsky committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    239c6b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad1e5e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2015

  1. got DVR working! including nice plain text JSON saving to casettes! n…

    …ow sleep. zzzz....
    Honza Dvorsky committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    f33492a View commit details
    Browse the repository at this point in the history
  2. - live tests of bot creation

    - added more example jsons/cassettes for tests
    - starting to test all this stuff added here... blah... help!?
    Honza Dvorsky committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    128df49 View commit details
    Browse the repository at this point in the history
  3. creating bots works, i repeat, creating bots works on all 3 platforms…

    …! yayz. that means that even the device specification woodoo is now solved. we officially support xcode 7 (mostly!) :)
    Honza Dvorsky committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    96b33bf View commit details
    Browse the repository at this point in the history