Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Commits on May 23, 2014
  1. Julie Ralph

    chore(grunt): check files in src for ddescribe/iit

    juliemr authored
    Previously, only files in test/ were checked. This does not capture
    end to end tests, which are in comments in src/.
Commits on May 9, 2014
  1. Matias Niemelä
Commits on May 2, 2014
  1. Matias Niemelä

    feat(NgMessages): introduce the NgMessages module and directives

    matsko authored
    The ngMessages module provides directives designed to better support
    handling and reusing error messages within forms without the need to
    rely on complex structural directives.
    
    Please note that the API for ngMessages is experimental and may possibly change with
    future releases.
Commits on Apr 27, 2014
  1. Shahar Talmi Pete Bacon Darwin

    chore(jshint): enforce jshint for tests

    shahata authored petebacondarwin committed
    Closes #7264
Commits on Apr 1, 2014
  1. Pete Bacon Darwin

    chore(grunt): add jscs task to test task

    petebacondarwin authored
    It is too easy to forget to check jscs for things like trailing whitespace
    before pushing commits, such as simple doc changes.  This then breaks the
    build and is messy.  Adding jscs to the test task gives people a slightly
    better chance of catching these before pushing.
Commits on Mar 26, 2014
  1. Tobias Bosch

    chore(release): calculate the cdnVersion on every build

    tbosch authored
    The CDN version of angular is now calculated on every build,
    by looking at the tags in angular/angular.js, sorting them
    by semver and checking against ajax.googleapis.com which
    one is available.
Commits on Mar 11, 2014
  1. Pete Bacon Darwin
Commits on Feb 22, 2014
  1. Pete Bacon Darwin

    chore(docs-app): re-activate docs-app test tasks

    petebacondarwin authored
    Currently there is only a minimal test spec in place. But this will now
    be run as part of the test tasks.
  2. Julie Ralph

    chore(travis): reorganize protractor configs to group by spec instead…

    juliemr authored
    … of by browser
    
    Use the multiConfiguration ability of Protractor to start tests on multiple browsers
    from the same travis cell. Group tests by type (jquery, jqlite, or docs tests) instead
    of by browser. Turn on tests for jQuery.
Commits on Feb 16, 2014
  1. Pete Bacon Darwin

    chore(doc-gen): new docs

    petebacondarwin authored
    chore(doc-gen): implement dgeni
Commits on Feb 8, 2014
  1. Julie Ralph Igor Minar

    refactor(testing): split travis end to end tests into separate jobs f…

    juliemr authored IgorMinar committed
    …or jquery and jqlite
    
    Closes #6159
Commits on Feb 6, 2014
  1. Igor Minar

    chore(travis): remove double bower install to test if it's still needed

    IgorMinar authored
    We did this due to travis-ci/travis-ci#1293 but since it's possible that this hack is not needed, I'm removing it.
    
    If it turns out that we do need it still then we should ping the travis issue and revert this commit
Commits on Feb 5, 2014
  1. Julie Ralph Igor Minar
  2. Julie Ralph Igor Minar

    chore(testing): run end to end tests on firefox and safari as well as…

    juliemr authored IgorMinar committed
    … chrome
    
    Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well,
    and make the Travis tests run output XML and turn off color.
    
    Fix tests which were failing in Firefox due to clear() not working as expected.
    
    Fix tests which were failing in Safari due to SafariDriver not understanding the minus key,
    and disable tests which SafariDriver has no support for.
Commits on Feb 4, 2014
  1. PatrickJS ⭐caitp⭐

    chore(Gruntfile.js, package.json): use load-grunt-tasks and move grun…

    gdi2290 authored caitp committed
    …t-contrib-jshint into devDependencies
    
    Closes #6085
Commits on Jan 30, 2014
  1. Igor Minar
  2. Igor Minar
Commits on Jan 28, 2014
  1. Julie Ralph ⭐caitp⭐

    test(docs): convert example end to end doc tests from scenario runner…

    juliemr authored caitp committed
    … to protractor
    
    Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!
    
    Closes #6023
Commits on Jan 10, 2014
  1. Julie Ralph Jeff Cross

    feat(build): add a grunt test for running protractor tests extracted …

    juliemr authored jeffbcross committed
    …from the docs
Commits on Dec 16, 2013
  1. Vojta Jina

    chore: run docs unit test only once

    vojtajina authored
    Before we would run them twice on Travis. I don't think it should be part of ci-check task.
Commits on Dec 13, 2013
  1. Tobias Bosch
Commits on Dec 2, 2013
  1. Pete Bacon Darwin

    chore(grunt): update to latest jshint task

    James Brewer authored petebacondarwin committed
    Upgrade JSHint task from ~0.6.4 to ~0.7.2. Two useful changes: ability
    to set jshintrc option to use jshint's native ability for finding .jshintrc
    files relative to the linted files and update jshint to 2.3.0.
    
    Closes #5143
Commits on Nov 26, 2013
  1. David Mosher Pete Bacon Darwin

    chore(mocks): wrap angular-mocks.js in closure

    davemo authored petebacondarwin committed
    Closes #5080
Commits on Nov 5, 2013
  1. Pete Bacon Darwin
Commits on Oct 24, 2013
  1. Pete Bacon Darwin

    chore(grunt): add jshint to the test task

    petebacondarwin authored
    It is very easy to let jshint failures slip into the master build if
    the jshint task is not part of the standard local grunt tasks.
Commits on Oct 22, 2013
  1. Vojta Jina
  2. Pete Bacon Darwin Vojta Jina

    chore(grunt): add jshint tasks

    petebacondarwin authored vojtajina committed
  3. Tobias Bosch Igor Minar

    fix: don't inline css in csp mode.

    tbosch authored IgorMinar committed
    Also add `angular-csp.css` to the resulting build.
Commits on Oct 11, 2013
  1. Pete Bacon Darwin
  2. Jorik Tangelder Pete Bacon Darwin
Commits on Sep 17, 2013
  1. Pete Bacon Darwin
Commits on Aug 29, 2013
  1. Vojta Jina

    chore(travis): run bower install twice to make sure it does

    vojtajina authored
    This is a work-around for Bower/Node.js issue (bower/bower#830). We run `bower install` twice, as the probability of failing twice in a row is very low.
    
    I had to extract `bower` task out of the package, because we need to run `bower install` before building and `grunt bower` can fail, which takes down the whole process and therefore it wouldn't build.
Commits on Aug 24, 2013
  1. James Talmage Igor Minar

    chore(tests): add Promises/A+ Test Suite to the build

    jamestalmage authored IgorMinar committed
    Closes #3693
Commits on Aug 23, 2013
  1. 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 Aug 14, 2013
  1. Vojta Jina
Something went wrong with that request. Please try again.