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

Set up CI with Azure Pipelines #2

Open
wants to merge 156 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 9, 2018

  1. add ability to launch a playback window, and hook it up to server mon…

    …itor. empty window for now
    jlipps committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    477b9a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c0bb70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dbfd50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8056a3c View commit details
    Browse the repository at this point in the history
  5. work on save tests modal

    jlipps committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    c1bd702 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Configuration menu
    Copy the full SHA
    46615b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec17166 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    5c89155 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Configuration menu
    Copy the full SHA
    793f000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a403552 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    764eaca View commit details
    Browse the repository at this point in the history
  4. show some test metadata too

    jlipps committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    b706340 View commit details
    Browse the repository at this point in the history
  5. refactor TestRun

    jlipps committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    6cf3f4d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Configuration menu
    Copy the full SHA
    c9b24f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66398df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66fdd7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0655bf View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Configuration menu
    Copy the full SHA
    82178c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Fix broken CI script

    dpgraham committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    2acba80 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. Check NPM and Node versions before packaging (appium#432)

    * Add check-engine to package-ci script
    * Require NPM 3 -> 4 and Node 6 -> 7
      * This is to prevent problems we had when using newer versions of NPM/Node
      * Since this isn't a package that is published to NPM and is not ever imported as a dependency, having strict constraints isn't a big problem
    * Fix e2e because it uses nested node_modules when using shrinkwrap
    dpgraham authored Mar 3, 2018
    Configuration menu
    Copy the full SHA
    7d151b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Autoupdate overhaul (appium#435)

    * Use request to check if updates available
    
    * Native autoUpdater downloads updates automatically
    * We want to be able to check if updates are available first
    * So, make a call to /update endpoint directly and pass in the version to check if there's an update available
    
    * Redo autoupdater
    
    * Use the native electron dialogs instead of using a custom React workflow
    * Right now it automatically downloads it
    * Next step will be to check for availability first before proceeding to download
    
    * Show message if no updates available
    dpgraham authored Mar 5, 2018
    Configuration menu
    Copy the full SHA
    d7537bb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. 1.3.10

    dpgraham committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    593d1c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c35b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34b364f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Configuration menu
    Copy the full SHA
    b02c650 View commit details
    Browse the repository at this point in the history
  2. Fix broken integration test

    dpgraham committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    5ec6be5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34cd5ac View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    d8c4c67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    524cea0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a078496 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c9c80b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06df1a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b735e4 View commit details
    Browse the repository at this point in the history
  7. Mac fixes (appium#452)

    * Fix bad privateheaders test
    
    * Added test for PrivateHeaders check (current test doesn't work if both WebDriverAgent folders have missing PrivateHeaders)
    
    * Make electron-builder version platform dependent
    
    * Latest electron-builder versions have problems with building (PrivateHeaders problem from https://github.com/appium/appium-desktop/search?q=PrivateHeaders&type=Issues&utf8=%E2%9C%93)
    * Using older electron-builder versions, however, cause problems for Windows
    * Make it so platform uses latest electron-builder _by default_, but reverts to electron-builder@13 for Mac (13 is the last known working version)
    dpgraham authored Mar 8, 2018
    Configuration menu
    Copy the full SHA
    0fff0fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffeb173 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. init screenshot as null

    jlipps committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    069b2a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into playback

    (and fix conflict in menus)
    jlipps committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    29f56fa View commit details
    Browse the repository at this point in the history
  3. remove option to open a playback window

    also call the inspector session just a session now
    since it might also be a playback session
    jlipps committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    37d692c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Configuration menu
    Copy the full SHA
    5c8cad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    272fcf9 View commit details
    Browse the repository at this point in the history
  3. also show info for sendkeys

    jlipps committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    7e0553c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    014c25c View commit details
    Browse the repository at this point in the history
  5. Clear the variable names failed (appium#475)

    The _.toPairs return an array of object keyed-value pairs,the variableName delete operation should be
    `delete elCache[1].variableName;`.
    But I think,appropriate object's property values iteration should be `for (const elCache of Object.values(this.elementCache))`.
    canfeit authored and dpgraham committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    ff51343 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Allow unauthorized SSL and Proxy (appium#469)

    * Allow unauthorized certs
    * Add 'proxy' to configureHttp in appium.js
    * Make `rejectUnauthroized` and `proxy` advanced form fields hidden in a collapsible view underneath the server settings
    dpgraham authored Apr 2, 2018
    Configuration menu
    Copy the full SHA
    26eeee1 View commit details
    Browse the repository at this point in the history
  2. Prepare for v1.5.0

    dpgraham committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    5cac2f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Get Screen Size using WindowSize rather than coordinates of root elem…

    …ent (appium#489)
    
    The root element's size doesn't always reflect the screen size and this will cause coordinates and Highlighter Rectangles to mismatch what's on screen.
    simongranger authored and dpgraham committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    9d79055 View commit details
    Browse the repository at this point in the history
  2. Update known-issues (appium#484)

    * Get rid of the auto-updater known issue
    * Add the Windows long-path issue
    dpgraham authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    f352e6e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Use Yarn (appium#492)

    dpgraham authored Apr 10, 2018
    Configuration menu
    Copy the full SHA
    4f0e624 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Configuration menu
    Copy the full SHA
    4a804d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Configuration menu
    Copy the full SHA
    7aebc28 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    847be1c View commit details
    Browse the repository at this point in the history
  2. browserstack server tab

    mohitmun committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    f25b05a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8508fc View commit details
    Browse the repository at this point in the history
  4. Revert 492 dpgraham yarn installation (appium#506) (appium#507)

    * Revert "Code generation fixes (appium#505)"
    
    This reverts commit 847be1c.
    
    * Revert "Remove unneeded form fields (appium#487)"
    
    This reverts commit 4a804d0.
    
    * Revert "Use Yarn (appium#492)"
    
    This reverts commit 4f0e624.
    dpgraham authored Apr 24, 2018
    Configuration menu
    Copy the full SHA
    9dd88bc View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Add internal session keep-alive (appium#509)

    * In cases where users are using a cloud Appium provider, `newCommandTimeout` cannot be set to infinity (90s is the max)
    * Workaround for this is to call `driver.sessionCapabilities` every 30 seconds to keep it alive
    * If no new command has been called in the last 5 minutes though, pop up a modal asking the user if they want to keep their session running
    * When that modal comes up, they have one minute to keep the session running
    * Also did some clean-up, made it so killing a session happens in one place
    dpgraham authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    ba14775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7eaa8c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Configuration menu
    Copy the full SHA
    2a31d3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request appium#510 from browserstack/browserstack_server_tab

    Add BrowserStack server tab
    jlipps authored Apr 26, 2018
    Configuration menu
    Copy the full SHA
    231be7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f609c39 View commit details
    Browse the repository at this point in the history
  4. Prepare for v1.6.0

    dpgraham committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    e3ad103 View commit details
    Browse the repository at this point in the history
  5. Use Appium 1.8

    dpgraham committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    a2abe09 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    22e57bb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. leftover merge tasks

    jlipps committed May 3, 2018
    Configuration menu
    Copy the full SHA
    fcc05cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3622564 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f20bd8b View commit details
    Browse the repository at this point in the history
  4. some more merge fixes

    jlipps committed May 3, 2018
    Configuration menu
    Copy the full SHA
    19062d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f57c557 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. ensure that caps shown for running and already-run test are those use…

    …d, not those recorded
    jlipps committed May 4, 2018
    Configuration menu
    Copy the full SHA
    39d3ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4c0c97 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Configuration menu
    Copy the full SHA
    8e6b11a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    29166d5 View commit details
    Browse the repository at this point in the history
  2. Fixes for keepAlive (appium#526)

    * Don't run loop for local sessions
    * Change time limits
    dpgraham authored May 8, 2018
    Configuration menu
    Copy the full SHA
    6a6902a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8522c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request appium#466 from jlipps/playback

    Record & Playback
    dpgraham authored May 8, 2018
    Configuration menu
    Copy the full SHA
    bdee5e1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Configuration menu
    Copy the full SHA
    b301ce2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Re-enable package-lock (appium#533)

    Having the package-lock ensures consistency between local machines and continuous integration servers using `npm ci`
    dpgraham authored May 14, 2018
    Configuration menu
    Copy the full SHA
    4cd2767 View commit details
    Browse the repository at this point in the history
  2. Build updates (appium#531)

    * Prepare for v1.6.1
    
    * Add NSIS and NSIS-Web builds no-updates
    
    * Consolidate nsis builds
    dpgraham authored May 14, 2018
    Configuration menu
    Copy the full SHA
    fb32fc2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Fix small typo in README.md (appium#548)

    Remove errant [ character from README.md
    cjoe authored and imurchie committed May 25, 2018
    Configuration menu
    Copy the full SHA
    bd62432 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    f857cd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Configuration menu
    Copy the full SHA
    e635398 View commit details
    Browse the repository at this point in the history
  2. Fix: .env properly loads based on target (appium#562)

    * Used the ENVIRONMENT_PLUGIN
    * Export environment config based on plugin. Right now .nsis is the only alternative
    * Also silenced webpack so we don't see the long package installation messages
    * Also changed npm install to npm ci for Travis so that it gets the packages defined in `package-lock.json`
    dpgraham authored Jun 7, 2018
    Configuration menu
    Copy the full SHA
    9eba9e6 View commit details
    Browse the repository at this point in the history
  3. Bump Appium to 1.8.1

    dpgraham committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    9ca409a View commit details
    Browse the repository at this point in the history
  4. Prepare for 1.6.2

    dpgraham committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    c71589a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. CI fixes

    dpgraham committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    e30769c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    004eccb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bc4a76 View commit details
    Browse the repository at this point in the history
  4. Fix env issues in dev

    * resolve.alias doesn't work on webpack-dev-server
    * Solution is to use DefinePlugin to define the env and if env is undefined, export `.env-dev.js`
    dpgraham committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    63c9e74 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    17813fd View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Add RobotFramework export option on the recorder (appium#574)

    * Add RobotFramework export option on the recorder
    * Add the RobotFramework option to allow exporting the recorded session to a runnable RobotFramework syntax, using the variables and capabilities needed and obtained from caps
    NeoMorfeo authored and dpgraham committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    bbc6243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d4432 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    54e5745 View commit details
    Browse the repository at this point in the history
  2. Missing closing bracket in touchAction (appium#583)

    doniyor2109 authored and dpgraham committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    b370875 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Configuration menu
    Copy the full SHA
    c50aea5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Configuration menu
    Copy the full SHA
    3bf7847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed95075 View commit details
    Browse the repository at this point in the history
  3. Add config pages

    dpgraham committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    2a6460a View commit details
    Browse the repository at this point in the history
  4. Add raw config form

    dpgraham committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    795762a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cd0c48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0472697 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad76e81 View commit details
    Browse the repository at this point in the history
  8. Confirm before restart

    dpgraham committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    4e25ad3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2b44af View commit details
    Browse the repository at this point in the history
  10. Open config from menu

    dpgraham committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    240ead1 View commit details
    Browse the repository at this point in the history
  11. Config button

    dpgraham committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    da27c8f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    383f565 View commit details
    Browse the repository at this point in the history
  2. Merge pull request appium#591 from NeoMorfeo/master

    Fix error on variable generation and params
    jlipps authored Jul 31, 2018
    Configuration menu
    Copy the full SHA
    f015afe View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. PR fixes

    dpgraham committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    e638b06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request appium#588 from appium/dpgraham-android-home-variable

    ANDROID_HOME set from in UI
    dpgraham authored Aug 2, 2018
    Configuration menu
    Copy the full SHA
    5239840 View commit details
    Browse the repository at this point in the history
  3. Prepare for 1.6.3

    dpgraham committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    cb26e61 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    f06fcb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b565b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    ac93b44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    564359c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Configuration menu
    Copy the full SHA
    45654ec View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    0f30bc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06cbe88 View commit details
    Browse the repository at this point in the history
  3. Unbind ipc renderer listeners (appium#612)

    * Some listeners are being bound multiple times which is causing the same function to be called multiple times
    * Unbind all listeners when we're done with them
    dpgraham authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    f61dd5b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Appium 1.9.0

    dpgraham committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    94c5073 View commit details
    Browse the repository at this point in the history
  2. Prepare for 1.7.0

    dpgraham committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    49bdef5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Configuration menu
    Copy the full SHA
    a976898 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    436f24b View commit details
    Browse the repository at this point in the history
  2. Merge pull request appium#618 from bitbar/2018-09-readme-update-provi…

    …ders
    
    Update readme with cloud provider information
    jlipps authored Sep 6, 2018
    Configuration menu
    Copy the full SHA
    dcfc51c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Fix

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    24d3343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2698b00 View commit details
    Browse the repository at this point in the history
  3. Testing

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    2b12f94 View commit details
    Browse the repository at this point in the history
  4. Package lock

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    b976faf View commit details
    Browse the repository at this point in the history
  5. Yarn

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    fdc185f View commit details
    Browse the repository at this point in the history
  6. Pipelines

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    083bef0 View commit details
    Browse the repository at this point in the history
  7. Pipelines

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    2dc3aae View commit details
    Browse the repository at this point in the history
  8. Pipelines

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    043bf6c View commit details
    Browse the repository at this point in the history
  9. Pipelines

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    6dd9397 View commit details
    Browse the repository at this point in the history
  10. Pipelines

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    b1449d1 View commit details
    Browse the repository at this point in the history
  11. Pipelines

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    bd282e1 View commit details
    Browse the repository at this point in the history
  12. Pipelines

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    2ca0984 View commit details
    Browse the repository at this point in the history
  13. Pipelines

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    c20060b View commit details
    Browse the repository at this point in the history
  14. Pipelines

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8c1e982 View commit details
    Browse the repository at this point in the history
  15. Pipelines

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    f33603c View commit details
    Browse the repository at this point in the history
  16. Pipelines

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    e70fa91 View commit details
    Browse the repository at this point in the history
  17. Mac build

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    cac930b View commit details
    Browse the repository at this point in the history
  18. Fix

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8d6cc37 View commit details
    Browse the repository at this point in the history
  19. Fix

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d6d3734 View commit details
    Browse the repository at this point in the history
  20. Fix

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    ef1f0ae View commit details
    Browse the repository at this point in the history
  21. Fix

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    2effc87 View commit details
    Browse the repository at this point in the history
  22. Fix

    dpgraham committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d7215cb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Fix

    dpgraham committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    810e3d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. CI

    dpgraham committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    7390253 View commit details
    Browse the repository at this point in the history
  2. Fix

    dpgraham committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    655b88b View commit details
    Browse the repository at this point in the history
  3. Fix

    dpgraham committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    649bf30 View commit details
    Browse the repository at this point in the history
  4. Fix

    dpgraham committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    06647b2 View commit details
    Browse the repository at this point in the history
  5. Fix

    dpgraham committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    714b28e View commit details
    Browse the repository at this point in the history
  6. Fix

    dpgraham committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    e6afbae View commit details
    Browse the repository at this point in the history
  7. Remove

    dpgraham committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    6ee1209 View commit details
    Browse the repository at this point in the history
  8. Blank

    dpgraham committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    e61d2c8 View commit details
    Browse the repository at this point in the history
  9. Blank

    dpgraham committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    fc96629 View commit details
    Browse the repository at this point in the history
  10. Commit

    dpgraham committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    de79e69 View commit details
    Browse the repository at this point in the history
  11. update

    dpgraham committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    30f5b11 View commit details
    Browse the repository at this point in the history