X Tutup
Skip to content
Closed

p ::_ #7170

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
406db41
WIP: rename to *.ats
vojtajina Oct 30, 2014
d45451b
docs(contributing.md): add docs for "build" commit type
IgorMinar Dec 9, 2015
ad1cd79
docs(contributing.md): improve submit issue instructions
IgorMinar Dec 15, 2015
3417c31
Update README.md
usernamealreadyis Dec 20, 2015
296a455
Merge pull request #1 from usernamealreadyis/patch-1
usernamealreadyis Dec 20, 2015
6565e10
clone.git
usernamealreadyis Dec 29, 2015
31f27f2
Merge pull request #1 from xccvv/kupret.inc
usernamealreadyis Dec 29, 2015
cfb4428
Merge pull request #2 from xccvv/master
usernamealreadyis Dec 29, 2015
e9a3757
www.utc
usernamealreadyis Dec 30, 2015
262a669
Merge pull request #5 from GistIcon/kupret.inc
usernamealreadyis Dec 30, 2015
ae803ae
Merge pull request #11 from 05bca054/rename-to-ats
usernamealreadyis Jan 1, 2016
97ebc81
requirements.txt
usernamealreadyis Jan 14, 2016
a6e116f
Merge branch 'master' into patch-9
usernamealreadyis Jan 14, 2016
7b66a0d
Create .cla%3A%20yes
usernamealreadyis Jan 21, 2016
231b4c0
Configure
AndisthermalFindLasthree Feb 18, 2016
4b8a1a3
Merge pull request #1 from bet4vlom/AndisthermalFindLasthree-patch-1
AndisthermalFindLasthree Feb 18, 2016
1241ba8
Merge pull request #2 from bet4vlom/master
AndisthermalFindLasthree Feb 18, 2016
b57a799
Update DEVELOPER.md
AndisthermalFindLasthree Feb 19, 2016
8cb8824
Merge pull request #4 from GistIcon/AndisthermalFindLasthree-patch-1
AndisthermalFindLasthree Feb 19, 2016
bc3cc4c
COMMITTER.md
AndisthermalFindLasthree Feb 19, 2016
48c2e80
Merge pull request #61 from bet4vlom/AndisthermalFindLasthree-patch-1
AndisthermalFindLasthree Feb 19, 2016
b5d8f02
Merge branch 'master' into patch-11
usernamealreadyis Feb 19, 2016
118ea1e
Merge pull request #51 from angular/IgorMinar-patch-1-1
usernamealreadyis Feb 19, 2016
1b6a47a
Merge pull request #49 from usernamealreadyis/patch-11
usernamealreadyis Feb 19, 2016
9cde2d6
Merge branch 'master' into patch-9
usernamealreadyis Feb 19, 2016
5334f2d
Merge pull request #21 from angular/IgorMinar-patch-2
usernamealreadyis Feb 19, 2016
3498a4d
Merge pull request #43 from usernamealreadyis/patch-9
usernamealreadyis Feb 19, 2016
40511a6
Merge branch 'master' into AndisthermalFindLasthree-patch-1
usernamealreadyis Feb 19, 2016
b65d83b
Merge pull request #55 from GistIcon/AndisthermalFindLasthree-patch-1
usernamealreadyis Feb 20, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COMMITTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and will create a new branch in the angular project, using the convention `presu
(Note: if the automation fails, committers can instead push the commits to a branch following this naming scheme.)

When a Travis build succeeds for a presubmit branch named following the convention,
Travis will re-base the commits, merge to master, and close the PR automatically.
Travis will re-base then need :key: for the commits, 'merge' to master, and 'close the PR automatically'.

Finally, after merge `mary-poppins` removes the presubmit branch.

Expand Down
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ If you need to debug the transpiler:
See the [Node.js manual](http://nodejs.org/api/debugger.html) for more information.

Notes:
- You can also execute `node $(npm bin)/karma start karma-dart.conf.js` depending on which
- You can also execute :key: `node $(npm bin)/karma start karma-dart.conf.js` depending on which
code you want to debug (the former will process the "modules" folder while the later processes
the transpiler specs).
- You can also add `debugger;` statements in the specs (JavaScript). The execution will halt when
Expand Down
10 changes: 10 additions & 0 deletions clone.git
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
$ git clone --bare https://github.com/angular/angular.git
# Make a bare clone of the repository

$ cd old-repository.git
$ git push --mirror https://github.com/usernamealreadyis/commands.git
# Mirror-push to the new repository

$ cd ..
$ rm -rf old-repository.git
# Remove our temporary local repository
45 changes: 45 additions & 0 deletions labels/.cla%3A%20yes
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@



































# File lib/labels/.cla%3A%20yes, line 36
def initialize(text, old_name, new_name, comment, anular = false)
super()

@text = text
@angular = angular
@old_name = old_name
@new_name = new_name
self.comment = comment
end
1,888 changes: 1,888 additions & 0 deletions modules/Configure

Large diffs are not rendered by default.

Loading
X Tutup