Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.3.1.1
/
utils
tag
fa6185c619d02f42f92593af0df704da38b2d289
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
ee02f9088bcc1ce16440e80c62fbaaab9a9ad28a
0.3.1.1
4573dcd
Create a unit test config for the pub tests that's prettier.
by rnystrom@google.com
· 13 years ago
97af32b
Make integration tests a bit cleaner.
by rnystrom@google.com
· 13 years ago
842a06c
Remove utils/archive. It is not used at this point.
by ager@google.com
· 13 years ago
bd8be55
Remove the old hand-written HTML doc format, which has not worked for months.
by amouravski@google.com
· 13 years ago
af34284
Remove CommentMap from all DartDoc code.
by amouravski@google.com
· 13 years ago
03244ff
Stop treating StreamController as a Stream.
by nweiz@google.com
· 13 years ago
038af96
Changed @domName annotation in comment to full fledge @DomName annotation.
by amouravski@google.com
· 13 years ago
e0867a9
Mark pub tests as flaky.
by nweiz@google.com
· 13 years ago
013b010
Add an ErrorGroup class to Pub.
by nweiz@google.com
· 13 years ago
ef13a08
Make StreamController's unnamed constructor create a single-sub stream.
by lrn@google.com
· 13 years ago
59cbc77
Increase the step timeout in scheduled pub tests.
by nweiz@google.com
· 13 years ago
30d2e78
Stop working around issue 7781 in Pub.
by nweiz@google.com
· 13 years ago
0109fd9
No longer work around issue 7761.
by nweiz@google.com
· 13 years ago
3696154
Default constructor for dart:io Path now handles native Windows paths. Path() now does the same as Path.fromNative(). Path.fromNative() is removed, and all uses of it replaced by Path().
by whesse@google.com
· 13 years ago
e5b51f0
Mark pub/pub_uploader_test as flaky.
by ricow@google.com
· 13 years ago
4868ee2
Remove Futures class, move methods to Future.
by lrn@google.com
· 13 years ago
4774c5b
Un-mark pub_lish_test as flaky now that socket issues are resolved.
by nweiz@google.com
· 13 years ago
9c8eb66
Don't die because we write empty arrays to cURL.
by nweiz@google.com
· 13 years ago
31ff3b9
Stop working around issue 7790 in pub.
by nweiz@google.com
· 13 years ago
fd8f8fe
Fix pub tests.
by lrn@google.com
· 13 years ago
2f12808
Mark pub/pub_lish_test as flaky on linux.
by ricow@google.com
· 13 years ago
7259a9d
This change does a couple fixes to configurations:
by sigmund@google.com
· 13 years ago
fcff2fb
Fix ALL the pub tests.
by nweiz@google.com
· 13 years ago
75c8f42
Update remaining usages of Completer.completeException.
by ager@google.com
· 13 years ago
907f515
Fix chainToCompleter.
by rnystrom@google.com
· 13 years ago
b60575a
Get more pub tests working.
by rnystrom@google.com
· 13 years ago
8c2cbb8
Unwrap AsyncErrors to find real error.
by rnystrom@google.com
· 13 years ago
50bdaac
Create an explicit lambda for onExit.
by rnystrom@google.com
· 13 years ago
c324f5f
Get validator tests working on lib_v2.
by rnystrom@google.com
· 13 years ago
021b643
Commit Martin's patch for pub + lib_v2.
by rnystrom@google.com
· 13 years ago
4a7dfd2
Big merge from experimental to bleeding edge.
by floitsch@google.com
· 13 years ago
0f99a4b
Convert pub tests to line doc comments.
by rnystrom@google.com
· 13 years ago
cab2a02
Add a validator for top-level directory names.
by nweiz@google.com
· 13 years ago
ac04fc6
Convert pkg/http to use "package:" imports.
by rnystrom@google.com
· 13 years ago
09afa8f
Validate that a package doesn't depend on itself.
by nweiz@google.com
· 13 years ago
9cbe127
Fix new path of html lib docs in apidoc.
by efortuna@google.com
· 13 years ago
7e293aa
Reapply "Fix URI encoding/decoding of + and space""
by sgjesse@google.com
· 13 years ago
f020a7d
Add 'timeout' for io_test.
by floitsch@google.com
· 13 years ago
5271b55
Close receivePort when tests are failing.
by floitsch@google.com
· 13 years ago
5168d9b
Add a validator for dependency version constraints.
by nweiz@google.com
· 13 years ago
88af057
Add a timeout to scheduled pub tests.
by nweiz@google.com
· 13 years ago
2ae5ab6
Add a small note to a TODO.
by nweiz@google.com
· 13 years ago
bef5bcf
Update status file.
by floitsch@google.com
· 13 years ago
12b11b4
Convert /** comments to /// in pub.
by rnystrom@google.com
· 13 years ago
87a38c4
Fix pub suppression
by ager@google.com
· 13 years ago
e652efe
Suppress flake for pub/io_test on windows
by ricow@google.com
· 13 years ago
71e2fc2
Fix analyzer errors/warnings for Pub.
by nweiz@google.com
· 13 years ago
747a3f8
Move path ("pathos") to pkg/.
by rnystrom@google.com
· 13 years ago
c302b07
Fix interpolation in warning message. :(
by rnystrom@google.com
· 13 years ago
14c52ba
Make listDir always emit paths within the given directory.
by nweiz@google.com
· 13 years ago
bc356f6
Add the http library to pub.
by nweiz@google.com
· 13 years ago
e2036de
Add a pub command for managing uploaders for packages.
by nweiz@google.com
· 13 years ago
849f34c
Fixed package: imports breaking apidoc.
by amouravski@google.com
· 13 years ago
59fcc7a
Don't log a user's credentials.
by nweiz@google.com
· 13 years ago
3ea1942
Validate that a single library has the same name as the package.
by nweiz@google.com
· 13 years ago
4edb7f8
Exclude .gitignored files from published package.
by rnystrom@google.com
· 13 years ago
899b1a7
A few small changes to the "pub lish" confirmation UI.
by nweiz@google.com
· 13 years ago
617d097
Don't try to put symlinked files in archive.
by rnystrom@google.com
· 13 years ago
0f9bed7
Make pub publish more user friendly:
by rnystrom@google.com
· 13 years ago
7a2155f
Move path-manipulation code from io.dart into path.dart.
by nweiz@google.com
· 13 years ago
f0154d3
Fix #7330.
by rnystrom@google.com
· 13 years ago
8c3148b
Mark the Pub validator test as failing on mac.
by nweiz@google.com
· 13 years ago
6e4bb05
Add a validator that checks that the lib directory is not empty.
by nweiz@google.com
· 13 years ago
4f782ec
Fix issue 7215 by relativising a path before checking its components.
by nweiz@google.com
· 13 years ago
ff42841
Workaround #6986.
by rnystrom@google.com
· 13 years ago
93514a3
Reapply "Stop working around issue 6984."
by sgjesse@google.com
· 13 years ago
67367bf
Handle relative paths where the trailing directory has an extension.
by rnystrom@google.com
· 13 years ago
9125bd4
Clean up command help.
by rnystrom@google.com
· 13 years ago
e025df4
Revise path library.
by rnystrom@google.com
· 13 years ago
10f914c
Get pub_lish tests running on Windows.
by rnystrom@google.com
· 13 years ago
c9bacbb
Fix path tests on windows.
by rnystrom@google.com
· 13 years ago
a050d41
Make pipeInputToInput yet more resilient to stream closure.
by nweiz@google.com
· 13 years ago
f813520
Add Bob's path library to pub.
by nweiz@google.com
· 13 years ago
4b0a76b
pipeInputToInput should be resilient to stream closure.
by nweiz@google.com
· 13 years ago
3b8e035
Validate that an uploaded package has a LICENSE file.
by nweiz@google.com
· 13 years ago
55ad513
Work around issue 7218 in Pub.
by nweiz@google.com
· 13 years ago
88bb817
Finish integrating logging.
by rnystrom@google.com
· 13 years ago
e5567d5
Add some relatively innocuous logging.
by rnystrom@google.com
· 13 years ago
30d0a03
Fix type annotation and comment.
by rnystrom@google.com
· 13 years ago
015bb89
Make sure to drain stderr in tests so that spawned process doesn't hang.
by rnystrom@google.com
· 13 years ago
2b9281f
Add in basic logging system.
by rnystrom@google.com
· 13 years ago
af15a10
Fix "src" detection in the pub lish validator on Windows.
by nweiz@google.com
· 13 years ago
89dca42
Properly parse library names on Windows in pub.
by nweiz@google.com
· 13 years ago
97f425b
Add a validator that checks package names.
by nweiz@google.com
· 13 years ago
e15d478
Require a description field in pubspecs.
by nweiz@google.com
· 13 years ago
cf5ab60
Revert "By default use current code page on Windows for decoding string"
by rnystrom@google.com
· 13 years ago
0301e91
Remove stale dependencies on dart2js scripts.
by ahe@google.com
· 13 years ago
e3bc775
Revert "Add logging system to pub and sprinkle some logging in."
by rnystrom@google.com
· 13 years ago
578c415
Add logging system to pub and sprinkle some logging in.
by rnystrom@google.com
· 13 years ago
83fa5c2
Stop working around issue 7044.
by nweiz@google.com
· 13 years ago
29318c2
Revert "Stop working around issue 6984."
by nweiz@google.com
· 13 years ago
01dd8fc
Stop working around issue 6984.
by nweiz@google.com
· 13 years ago
57cd87d
Don't build dart2js scripts.
by ahe@google.com
· 13 years ago
39dc1b5
Better error messages for dependency conflicts.
by rnystrom@google.com
· 13 years ago
0e9b2ef
Add validation infrastructure for "pub lish".
by nweiz@google.com
· 13 years ago
4691a52
Remove buildbot hack. Fixes dartbug.com/6847.
by rnystrom@google.com
· 13 years ago
4ba4e92
Handle OAuth2 AuthorizationExceptions in pub.
by nweiz@google.com
· 13 years ago
7137d14
Use HTTPS everywhere for "pub lish".
by nweiz@google.com
· 13 years ago
2b3c4cd
Make directory renaming more resilient on Windows.
by rnystrom@google.com
· 13 years ago
7f9128e
Restrict the set of files that will be pub lished.
by nweiz@google.com
· 13 years ago
Next »