nweiz@google.com
|
bb468499d4
|
Don't extract the name of a package from its description.
Instead, the pubspec is considered to be the canonical name. This has the side
effect of requiring that all dependencies have a pubspec with a name field.
BUG=5205
Review URL: https://chromiumcodereview.appspot.com//10938003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12517 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-18 22:09:37 +00:00 |
|
nweiz@google.com
|
e24a805cac
|
Look for git.cmd on Windows.
BUG=4947
Review URL: https://chromiumcodereview.appspot.com//10905202
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12222 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-11 21:17:41 +00:00 |
|
nweiz@google.com
|
e36237835a
|
Use a bare git repository for the repo cache.
This also allows remote branch names to be used in the `ref` field for Git
dependencies.
BUG=4892
Review URL: https://chromiumcodereview.appspot.com//10913077
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11856 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-05 01:35:27 +00:00 |
|
nweiz@google.com
|
4b76d74d5d
|
Properly handle Git URLs with trailing slashes.
BUG=3493
Review URL: https://chromiumcodereview.appspot.com//10875056
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11343 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-24 21:11:28 +00:00 |
|
nweiz@google.com
|
12c59d9112
|
Don't print Git output when running Pub.
BUG=4412
Review URL: https://chromiumcodereview.appspot.com//10873053
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11281 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-08-24 01:04:12 +00:00 |
|
nweiz@google.com
|
7b72bd1b8d
|
Use a lockfile to persist Pub's installed version constellation.
This fixes a race condition in r9767 caused by issue 4155.
Review URL: https://chromiumcodereview.appspot.com//10790079
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9824 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-23 19:36:22 +00:00 |
|
nweiz@google.com
|
20b75854d1
|
Reverting 9767.
Review URL: https://chromiumcodereview.appspot.com//10803042
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9768 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-19 19:44:30 +00:00 |
|
nweiz@google.com
|
915c6be38b
|
Use a lockfile to persist Pub's installed version constellation.
Review URL: https://chromiumcodereview.appspot.com//10796021
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9767 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-19 19:37:09 +00:00 |
|
nweiz@google.com
|
38add2cf87
|
Allow the Git source to depend on a specific revision.
Review URL: https://chromiumcodereview.appspot.com//10790021
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9693 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-17 02:36:06 +00:00 |
|
nweiz@google.com
|
97269ad9ac
|
Make the Git source install to the system cache.
This is the same change as r9527, except it doesn't use the --progress flag
which is unsupported on the buildbot.
Review URL: https://chromiumcodereview.appspot.com//10694119
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9540 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-11 00:37:27 +00:00 |
|
nweiz@google.com
|
5b3f06ec6f
|
Reverting 9527
Review URL: https://chromiumcodereview.appspot.com//10695132
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9531 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-10 21:59:27 +00:00 |
|
nweiz@google.com
|
2927ef893c
|
Make the Git source install to the system cache.
Review URL: https://chromiumcodereview.appspot.com//10736015
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9527 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-07-10 21:33:01 +00:00 |
|
nweiz@google.com
|
8f53bf75f9
|
Make VersionSolver source- and description-aware.
Review URL: https://chromiumcodereview.appspot.com//10690032
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9260 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-06-29 19:36:05 +00:00 |
|
rnystrom@google.com
|
e4ce65ae8f
|
Get rid of #source in pub.
Review URL: https://chromiumcodereview.appspot.com//10442023
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7967 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-24 23:29:18 +00:00 |
|
rnystrom@google.com
|
b0885dcd7a
|
Make pub handle missing git more gracefully.
- Put in place the basics for reporting errors to the user.
- If you try to install a git package without git installed, you will get
a nice error.
- Don't run git-related pub tests locally if the user doesn't have git
installed.
Review URL: https://chromiumcodereview.appspot.com//10421026
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7959 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-24 18:33:13 +00:00 |
|
rnystrom@google.com
|
20c48b237f
|
Get codebase ready for actually supporting versioning.
Review URL: https://chromiumcodereview.appspot.com//10399076
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7776 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-18 23:14:18 +00:00 |
|
nweiz@google.com
|
a8038715b0
|
Add a Pub source that checks packages out from Git.
This was submitted as r7623, but was then reverted due to test failures. The new
version doesn't depend on Git's output.
Review URL: https://chromiumcodereview.appspot.com//10392089
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7629 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-14 21:36:55 +00:00 |
|
nweiz@google.com
|
cd3261497d
|
Reverting 7623
TBR
Review URL: https://chromiumcodereview.appspot.com//10388123
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7626 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-14 20:29:38 +00:00 |
|
nweiz@google.com
|
5dfb6baea5
|
Add a Pub source that checks packages out from Git.
Review URL: https://chromiumcodereview.appspot.com//10386021
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@7623 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-05-14 19:53:49 +00:00 |
|