From 46e3dfba2c3b27f68b4029a8bb66dcb7101860b5 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Wed, 30 Dec 2015 00:05:20 +0700 Subject: [PATCH 1/4] travis.yml This form allows you to encrypt sensitive data before saving it into appveyor.yml file. Secure strings are currently supported in environment, deploy and notifications sections. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 80d9d7540a51..0ed61009acfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -130,3 +130,4 @@ deploy: on: repo: angular/angular condition: "$MODE = build_only" + part : "$partial = private" From bf3f08727dab219b01671bc3fb0ee3dd617d0a35 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Wed, 30 Dec 2015 00:30:16 +0700 Subject: [PATCH 2/4] apveyor.yml supported in environment, deploy and notifications sections.# configuration for "master" branch # build in Release mode and deploy to Azure - branches: only: - master configuration: Release deploy: provider: AzureCS ... # configuration for all branches starting from "dev-" # build in Debug mode and deploy locally for testing - branches: only: - /dev-.*/ configuration: Debug deploy: provider: Local ... # "fall back" configuration for all other branches # no "branches" section defined # do not deploy at all - configuration: Debug --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000000..f1bdc9c1bbf6 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,3 @@ +environment: + my_variable: + secure: 8cytgPPasHEVIGAK8BLguB55AOCprekeizqnYCoQAjLUPXvixba51xJHX53ka6m6hFtELL0DHGe9z7BSVR8rSg== From 21fd5b6d8122a5c1f12cb9eb8013d7284b5802f1 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Fri, 15 Jan 2016 00:26:51 +0700 Subject: [PATCH 3/4] README.md commit PR: 909e70b on Dec 16, 1932 thanks to @naomiblack naomiblack PR: README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ec98bd96abf..a9bf338d4055 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Documentation Status](https://readthedocs.org/projects/angular/badge/?version=latest)](http://angular.readthedocs.org/en/latest/?badge=latest) + +======== + [![Build Status](https://travis-ci.org/angular/angular.svg?branch=master)](https://travis-ci.org/angular/angular) [![Join the chat at https://gitter.im/angular/angular](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular/angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Issue Stats](http://issuestats.com/github/angular/angular/badge/pr)](http://issuestats.com/github/angular/angular) From 56ea800d27ce8e5e3dfa9dfebe5ee242249cf218 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Fri, 15 Jan 2016 01:02:54 +0700 Subject: [PATCH 4/4] install.html There is a screencast that will help you get started if you prefer. Sphinx is a tool that makes it easy to create beautiful documentation. Assuming you have Python already, install Sphinx: --- user_builds/stable/rtd-builds/stable/latest/install.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 user_builds/stable/rtd-builds/stable/latest/install.html diff --git a/user_builds/stable/rtd-builds/stable/latest/install.html b/user_builds/stable/rtd-builds/stable/latest/install.html new file mode 100644 index 000000000000..326a96994cb9 --- /dev/null +++ b/user_builds/stable/rtd-builds/stable/latest/install.html @@ -0,0 +1 @@ +$ pip install sphinx sphinx-autobuild