Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dart.googlesource.com-pub
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
dart.googlesource.com-pub
Graph
f9e271cb198cafa65a4c97e8188570d8bf93a8a8
Select Git revision
Branches
2
master
default
mit-mit-patch-1
Tags
15
SDK-2.2.1-dev.3.0
SDK-2.1.0-dev.1.0
SDK-2.0.0-dev.64.1
SDK-2.0.0-dev.61
SDK-2.0.0-dev.58
SDK-2.0.0-dev.55
SDK-2.0.0-dev.54
SDK-2.0.0-dev.51
SDK-2.0.0-dev.41.0
SDK-2.0.0-dev.39.0
SDK-2.0.0-dev.37.0
SDK-2.0.0-dev.32.0
SDK-2.0.0-dev.19.0
SDK-2.0.0-dev.15.0
SDK-1.24.1
17 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
14
May
19
Apr
18
17
16
15
13
12
11
10
8
5
2
1
30
Mar
29
28
27
26
22
21
20
19
18
15
14
13
11
8
6
5
1
28
Feb
27
26
25
22
21
20
19
18
16
15
14
13
12
11
9
7
6
5
4
2
1
31
Jan
30
29
26
25
24
23
22
21
18
16
15
14
11
10
9
8
7
5
4
3
21
Dec
20
19
18
17
14
13
12
11
Support Dart core libraries in source maps.
Add helper getters for URIs and date/times to json_rpc_2.
Add a hidden flag for specifying pub serve's admin port.
Re-add a log import to pub's old web socket API.
Fix path_to_urls test on Mac.
Use the right name for the OldWebSocketApi constructor.
Revert r34269, as it broke the editor build
Move pub's web socket API over to use JSON RPC 2.0.
Teach the pub tests about --hostname.
Un-hide the --hostname option for pub serve.
Add admin server that supports web socket API.
Print "Building $app..." before any transformers start running.
Don't run transformers unnecessarily during the load process.
Mark pub test as flaky.
Mark a broken pub test as skip for now.
Add a bit of logging.
Avoid canonicalization issues in the pub web socket API tests.
Fix an analyzer error in pub.
Provide URLs for assets from lib/ and asset/ in pub's websocket API.
Share code between the transformer isolate and pub proper.
Add web socket command to stop serving a directory.
Allow [path.fromUri] to take a string as well as a URI.
Update a couple of tests to new build usage.
Use real "package:" imports in pub's plugin-loading code.
Include directories in pub build usage.
Change "assetIdToUrls" to "pathToUrls" in the pub websocket API.
Support [Transform.hasInput] and [Transform.consumePrimary] in pub.
Load the transformer isolate code from pub's asset directory.
Fix a typo in pub's web socket documentation.
Better progress reporting.
Fix an analyzer warning in pub.
Add "serveDirectory" Web Socket API.
Specially serialize AssetNotFoundExceptions in pub so transformers can detect this error.
Fix an invalid invocation of [new PubspecException].
Produce a more descriptive error when failing to parse a pubspec.
Fix an incorrect word in a pubspec validation error message.
Further improve detection of duplicate pub serve log information.
Non-fatal errors while loading transformers shouldn't bring down pub.
Improve pub's logic for reporting transformer messages.
Move dart2js entrypoint detection into isPrimary.
Loading