Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Commits on May 20, 2014
  1. Vojta Jina
Commits on Apr 30, 2014
  1. Vojta Jina

    chore(travis): disable captureTimeout

    vojtajina authored
    All of the recent failures were caused by too much load on SL, not
    an actual problem.
    
    I think a proper solution will be:
    karma-runner/karma-sauce-launcher#37
Commits on Apr 29, 2014
  1. Vojta Jina

    chore(travis): update Chrome on SL to 34

    vojtajina authored
    For some reason, SL gives us Chrome 28 when no version is specified.
Commits on Mar 6, 2014
  1. Igor Minar

    chore(build): remove IE8 target from all test configs

    IgorMinar authored
    BREAKING CHANGE: As communicated before, IE8 is no longer supported.
    
    more info: http://blog.angularjs.org/2013/12/angularjs-13-new-release-approaches.html
Commits on Jan 7, 2014
  1. Vojta Jina

    chore(travis): use Safari 7

    vojtajina authored
  2. Vojta Jina

    chore(travis): use FF26

    vojtajina authored
    I think it's better to not specify the version as that should give the latest available version.
    We should probably revert this commit at some point.
Commits on Dec 13, 2013
  1. Vojta Jina

    chore(travis): force the latest version of selenium

    vojtajina authored
    This might solve some flakiness on SL. At least Santi said that ;-)
Commits on Dec 4, 2013
  1. Vojta Jina
  2. Vojta Jina
Commits on Dec 3, 2013
  1. Vojta Jina
  2. Vojta Jina

    chore(travis): switch back to SauceLabs

    vojtajina authored
    I think we are pretty close to be able to use both.
    
    The xhr-polling seems to be pretty stable, but I'm having problems with multiple SSH tunnels (on BS), so let's try to switch back to SL.
  3. Vojta Jina
  4. Vojta Jina
  5. Vojta Jina
  6. Vojta Jina

    chore(travis): increase BrowserStack timeout to 10min

    vojtajina authored
    Because IE is retarded.
  7. Vojta Jina

    chore(travis): ignore 404 warnings, debug log into file

    vojtajina authored
    This is a terrible hack/workaround, however I don't think there is any better way to achieve this
    with log4js.
Commits on Dec 2, 2013
  1. Vojta Jina

    chore(travis): fix the build id on browser stack

    vojtajina authored
    This just improves the way BrowserStack groups the sessions.
  2. Vojta Jina
  3. Vojta Jina

    chore(travis): use only websockets and xhr-polling

    vojtajina authored
    I wanna see more info about BrowserStack...
Commits on Nov 26, 2013
  1. Vojta Jina
Commits on Nov 25, 2013
  1. Vojta Jina

    chore(travis): let's give BrowserStack a try

    vojtajina authored
    Switch the build to use BrowserStack instead of SauceLabs.
    
    This also adds IE11 to our build.
Commits on Nov 19, 2013
  1. Vojta Jina

    chore(travis): increase disconnect timeout

    vojtajina authored
    I still see some disconnection issues with IE9, hopefully this will help a bit.
Commits on Aug 28, 2013
  1. Vojta Jina
Commits on Aug 23, 2013
  1. Vojta Jina

    chore(travis): clean up logs

    vojtajina authored
    Forward SauceConnect logs and Karma debug logs into a file and print these files at the very end of a build.
  2. Vojta Jina
  3. Vojta Jina

    chore: run more browsers on Travis (IE8,IE9,IE10,Safari,FF)

    vojtajina authored
    Also instead of running everything in parallel, there are only two parallel tasks:
    - e2e tests running in the background (only on Chrome)
    - all the unit tests running sequentially
Commits on Jul 2, 2013
  1. Vojta Jina

    chore(travis): speed up the build

    vojtajina authored
    - parallelize the tasks
    - cache requests (e2e tests)
    
    This reduces the time from ~18min to ~12min.
    
    It makes the output little messy. We could buffer output of each task and display it once it's fully finished, nicely. I think giving instant feedback is better.
Commits on Jun 28, 2013
  1. Vojta Jina

    chore: set up Sauce Labs with Travis

    vojtajina authored
    This should not affect the Jenkins build at all.
    
    Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any
    browser/platform that Sauce Labs offers.
  2. Vojta Jina

    chore: update karma to 0.9.4

    vojtajina authored
    And also add shared config to make karma configs a bit simpler.
Something went wrong with that request. Please try again.