Igor Minar
018750154d
test: fix firebase deployment script test
...
When I fixed the project id in 2c4850dc58 ,
I didn't realize we had a test that verified the wrong behavior.
2018-05-04 15:10:17 -07:00
Igor Minar
b19216d58b
fix(aio): correct project id for deployment of archive sites
2018-05-03 15:09:17 -07:00
George Kalpakas
0dacf6d5f1
ci: use sudo: false on Travis ( #21641 )
...
Related to #21422 .
PR Close #21641
2018-02-11 21:18:03 +02:00
George Kalpakas
1d9024ee9a
build: pin ChromeDriver version ( #20940 )
...
Since our version of Chromium is also pinned, a new ChromeDriver (that
drops support for our Chromium version) can cause random (and unrelated
to the corresponding changes) errors on CI.
This commit pins the version of ChromeDriver and it should now be
manually upgraded to a vrsion that is compatible with th currently used
Chromium version.
PR Close #20940
2018-02-11 21:18:03 +02:00
Filipe Silva
6a6164ab4f
revert: ci: use chrome stable ( #18307 )
...
This reverts commit 8bcb268140 .
2018-02-11 19:39:55 +02:00
Shai Reznik
6e6c866de9
docs(aio): changed confusing term ( #19762 )
...
Controller should be decorator I believe
PR Close #19762
2017-10-18 12:58:40 -07:00
Tobias Bosch
3342a8253b
fix(aio): make tests less flaky ( #19784 )
...
PR Close #19784
2017-10-18 10:19:48 -07:00
Jules Kremer
23a2154817
docs(aio): update 2018 events ( #19706 )
...
update ac 2017 dates
PR Close #19706
2017-10-17 10:41:09 -07:00
Kapunahele Wong
b85cb410f1
docs(aio): change in-mem-web-api version for examples ( #19668 )
...
PR Close #19668
2017-10-17 10:40:52 -07:00
Peter Bacon Darwin
1be22df0df
ci(aio): raise payload limit to accommodate the new search feature ( #19704 )
...
PR Close #19704
2017-10-13 15:20:23 -07:00
Peter Bacon Darwin
a805839d38
feat(aio): add search to 404 page ( #19704 )
...
The 404 page will now run a search based on the given URL to offer
suggestions for the page that the user really wanted.
PR Close #19704
2017-10-13 15:20:23 -07:00
Peter Bacon Darwin
3ac61a7550
refactor(aio): move SearchResultsComponent into shared module ( #19704 )
...
This will allow it to be used by an embedded component.
PR Close #19704
2017-10-13 15:20:23 -07:00
Peter Bacon Darwin
57ea33bc5c
feat(aio): allow SearchService to have multiple clients ( #19704 )
...
PR Close #19704
2017-10-13 15:20:23 -07:00
Peter Bacon Darwin
4891649d68
test(aio): tidy up e2e tests that used invalid URLs ( #19704 )
...
PR Close #19704
2017-10-13 15:20:23 -07:00
Peter Bacon Darwin
93aba1bb1c
build(aio): remove unused imports and local variables ( #19704 )
...
PR Close #19704
2017-10-13 15:20:23 -07:00
George Kalpakas
18f1b016e5
build(aio): consider devDependencies when overwriting dependencies of local Angular packages ( #19687 )
...
Previously, only `dependencies` were taken into account.
PR Close #19687
2017-10-13 09:30:10 -07:00
Peter Bacon Darwin
f27f6e498f
docs(aio): improve the Angular Connect homepage banner ( #19684 )
...
The original logo was too small.
The conference is over two days.
PR Close #19684
2017-10-12 09:49:58 -07:00
George Kalpakas
01bfbcb84a
build(aio): update yarn.lock ( #19683 )
...
PR Close #19683
2017-10-12 09:49:48 -07:00
Michael Prentice
a15abbb324
docs(aio): change Material 2 to Material ( #19663 )
...
it is just called Angular Material now
PR Close #19663
2017-10-11 16:54:09 -07:00
Olivier Combe
28c29d560e
build: fix rxjs version for aio ( #19585 )
...
PR Close #19585
2017-10-11 15:30:52 -07:00
Jules Kremer
65ca7fd4aa
docs(aio): update banner ad ( #19669 )
...
PR Close #19669
2017-10-11 14:45:06 -07:00
Peter Bacon Darwin
fc1dcffbdd
build(aio): freeze lockfile when setting up examples ( #19616 )
...
PR Close #19616
2017-10-11 14:37:38 -07:00
Peter Bacon Darwin
ee3c681f98
build(aio): freeze yarn lockfile for aio-builds-setup scripts ( #19616 )
...
PR Close #19616
2017-10-11 14:37:37 -07:00
Peter Bacon Darwin
6225fedcb8
build(aio): freeze lockfile when installing example dependencies ( #19616 )
...
PR Close #19616
2017-10-11 14:37:37 -07:00
Peter Bacon Darwin
47202dd747
build(aio): improve accessor rendering ( #19637 )
...
Includes an update to `dgeni-packages@0.22 .0` which provides more info
about accessors if required.
PR Close #19637
2017-10-11 14:37:28 -07:00
Peter Bacon Darwin
fb130c4eae
build(aio): append information about links in and out of docs ( #19583 )
...
Closes #19560
PR Close #19583
2017-10-11 14:37:16 -07:00
Peter Bacon Darwin
34f70c6de2
build(aio): sort API list alphabetically ( #19566 )
...
Closes #19559
PR Close #19566
2017-10-11 13:52:19 -07:00
George Kalpakas
3232125650
build(aio): remove unnecessary -- from yarn commands ( #19565 )
...
Essentially backports ffceae0a0 and f7199aa8c to 4.4.x.
PR Close #19565
2017-10-11 13:26:07 -07:00
George Kalpakas
f89ac92e5e
test(aio): temporarily disable failing examples e2e tests ( #19600 )
...
Temporarily disable a couple of failing upgrade example e2e tests
to unblock the 4.4.x branch while investigating and fixing the
issues.
It seems to be some typings-related issues that TypeScript 2.5.3
complains about.
(Note: The same tests are temporarily disabled on master too.)
PR Close #19600
2017-10-10 15:58:45 -07:00
George Kalpakas
f82efcf942
build(aio): do not fail on first yarn setup ( #19600 )
...
PR Close #19600
2017-10-10 15:58:45 -07:00
George Kalpakas
dc22f4dc69
build(aio): fix overwriting with local Angular packages that depend on other local ones ( #19600 )
...
PR Close #19600
2017-10-10 15:58:45 -07:00
George Kalpakas
173ccf03ab
test(aio): fix testing of NgPackagesInstaller ( #19600 )
...
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
1d5c3c1c9b
build(aio): example-boilerplate is no longer responsible for yarn install ( #19600 )
...
The tooling for boilerplate was also running `yarn install` on the examples'
shared folder. But since this is handled by `ng-packages-installer` this
commit refactors the tools so that the boilerplate no longer does this
anymore.
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
e4dac421db
build(aio): ignore @angular/mobile-toolkit in dist builds ( #19600 )
...
The new v5 version of this toolkit is too incompatible for us to run
AIO against both versions. So for now we will ignore this libary when
running against local Angular distributions and continue to use the
version on npm.
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
c639cdd3b3
build(aio): support ignoring dist packages in "local" mode ( #19600 )
...
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
5bcfa7cdfe
build(aio): provide cleaner scripts for local build switching ( #19600 )
...
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
d8fd892e71
ci(aio): use custom package.json to run with local distributables ( #19600 )
...
Closes #19388
PR Close #19600
2017-10-10 15:58:44 -07:00
Georgios Kalpakas
074a997302
build(aio): add support for using the locally built Angular packages for aio ( #19600 )
...
This commit allows building angular.io against the locally built Angular
packages. It adds two new npm scripts:
- `setup-local`: Same as `setup`, but overwrites the Angular packages for both
angular.io and the examples boilerplate with the locally built ones.
- `build-local`: Same as `build`, but uses `setup-local` instead of `setup`
under the hood, thus overwriting installed Angular packages with locally built
ones.
Fixes #18611
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
62616f541a
build(aio): ensure webdriver is updated when switching between local and npm deps ( #19600 )
...
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
156442f80d
docs(aio): fix animations example to work with Angular v5 ( #19600 )
...
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
37112f549a
build(aio): upgrade ts-node to support newer TypeScript config ( #19600 )
...
This was causing `Cannot find type definition file for 'jasmine'. (2688)`
errors when running Protractor.
PR Close #19600
2017-10-10 15:58:44 -07:00
Peter Bacon Darwin
cf4b4d53ba
fix(aio): fix SearchService to work with TypeScript 2.4 ( #19600 )
...
The call to `race` required a type parameter to disambiguate the return type.
PR Close #19600
2017-10-10 15:58:43 -07:00
Daniel Karp
f98eb35179
docs(aio): document Custom Async validators
...
docs(aio): Custom Async validators edits
incorporating suggestions from kapunahelewong
2017-10-04 15:08:00 -07:00
George Kalpakas
6b96b069bf
docs(aio): fix typo in preview server config file comment
2017-10-04 12:43:37 -07:00
Trotyl Yu
ecfe85b06c
docs(aio): document the special treatment of undefined
2017-10-04 12:43:28 -07:00
Kapunahele Wong
5439d4cd49
docs(aio): fix broken link in toh-pt5
2017-10-04 12:43:10 -07:00
Adrien Crivelli
544a7ad0a5
docs(aio): Fix incorrect wording
2017-10-03 08:16:16 -07:00
Peter Bacon Darwin
ec2c1bec4a
build(aio): fix various API rendering issues
...
Upgrading to dgeni-packages 0.21.4 gives us
access to more properties on the API docs, which
allows us to fix the following issues:
Closes #19450
Closes #19452
Closes #19456
2017-10-03 08:15:25 -07:00
Maxim Salnikov
e064d2607d
docs(aio): add ngVikings to the events page
2017-10-03 08:14:30 -07:00
Kapunahele Wong
0cefb0b79b
docs(aio): add copy about NgForOf ( #18686 )
2017-09-27 15:29:23 -07:00