Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Issue 375693002: Move index/search to services. (Closed)

Created:
6 years, 5 months ago by scheglov
Modified:
6 years, 5 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -8875 lines) Patch
M pkg/analysis_server/lib/src/analysis_server.dart View 2 chunks +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/operation/operation_analysis.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/socket_server.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/analysis_server/pubspec.yaml View 1 chunk +4 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/analysis_abstract.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/domain_search_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/mocks.dart View 2 chunks +1 line, -2 lines 0 comments Download
A + pkg/analysis_services/lib/index/index.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analysis_services/lib/index/index_store.dart View 1 chunk +1 line, -1 line 0 comments Download
A pkg/analysis_services/lib/index/local_file_index.dart View 1 chunk +24 lines, -0 lines 0 comments Download
A pkg/analysis_services/lib/index/local_memory_index.dart View 1 chunk +14 lines, -0 lines 0 comments Download
A + pkg/analysis_services/lib/search/search_engine.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/analysis_services/lib/src/index/index_contributor.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A + pkg/analysis_services/lib/src/index/local_index.dart View 1 chunk +4 lines, -23 lines 0 comments Download
A + pkg/analysis_services/lib/src/index/store/codec.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A + pkg/analysis_services/lib/src/index/store/collection.dart View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/analysis_services/lib/src/index/store/memory_node_manager.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A + pkg/analysis_services/lib/src/index/store/separate_file_manager.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + pkg/analysis_services/lib/src/index/store/split_store.dart View 1 chunk +5 lines, -5 lines 0 comments Download
A + pkg/analysis_services/lib/src/search/search_engine.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_services/pubspec.yaml View 1 chunk +3 lines, -3 lines 0 comments Download
A + pkg/analysis_services/test/index/local_index_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/analysis_services/test/index/store/codec_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A + pkg/analysis_services/test/index/store/collection_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + pkg/analysis_services/test/index/store/mocks.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A + pkg/analysis_services/test/index/store/separate_file_manager_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
A + pkg/analysis_services/test/index/store/single_source_container.dart View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/analysis_services/test/index/store/split_store_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
A + pkg/analysis_services/test/index/store/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/analysis_services/test/index/test_all.dart View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/analysis_services/test/search/search_engine_test.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M pkg/analysis_services/test/test_all.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/analysis_testing/pubspec.yaml View 1 chunk +2 lines, -2 lines 0 comments Download
D pkg/analyzer/lib/index/index.dart View 1 chunk +0 lines, -482 lines 0 comments Download
D pkg/analyzer/lib/index/index_store.dart View 1 chunk +0 lines, -148 lines 0 comments Download
D pkg/analyzer/lib/search/search_engine.dart View 1 chunk +0 lines, -419 lines 0 comments Download
D pkg/analyzer/lib/src/index/index_contributor.dart View 1 chunk +0 lines, -1213 lines 0 comments Download
D pkg/analyzer/lib/src/index/local_index.dart View 1 chunk +0 lines, -104 lines 0 comments Download
D pkg/analyzer/lib/src/index/store/codec.dart View 1 chunk +0 lines, -216 lines 0 comments Download
D pkg/analyzer/lib/src/index/store/collection.dart View 1 chunk +0 lines, -116 lines 0 comments Download
D pkg/analyzer/lib/src/index/store/memory_node_manager.dart View 1 chunk +0 lines, -97 lines 0 comments Download
D pkg/analyzer/lib/src/index/store/separate_file_manager.dart View 1 chunk +0 lines, -59 lines 0 comments Download
D pkg/analyzer/lib/src/index/store/split_store.dart View 1 chunk +0 lines, -891 lines 0 comments Download
D pkg/analyzer/lib/src/search/search_engine.dart View 1 chunk +0 lines, -1228 lines 0 comments Download
M pkg/analyzer/pubspec.yaml View 2 chunks +2 lines, -3 lines 0 comments Download
D pkg/analyzer/test/index/local_index_test.dart View 1 chunk +0 lines, -162 lines 0 comments Download
D pkg/analyzer/test/index/store/codec_test.dart View 1 chunk +0 lines, -177 lines 0 comments Download
D pkg/analyzer/test/index/store/collection_test.dart View 1 chunk +0 lines, -82 lines 0 comments Download
D pkg/analyzer/test/index/store/mocks.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D pkg/analyzer/test/index/store/separate_file_manager_test.dart View 1 chunk +0 lines, -76 lines 0 comments Download
D pkg/analyzer/test/index/store/single_source_container.dart View 1 chunk +0 lines, -20 lines 0 comments Download
D pkg/analyzer/test/index/store/split_store_test.dart View 1 chunk +0 lines, -1070 lines 0 comments Download
D pkg/analyzer/test/index/store/test_all.dart View 1 chunk +0 lines, -26 lines 0 comments Download
D pkg/analyzer/test/index/test_all.dart View 1 chunk +0 lines, -22 lines 0 comments Download
D pkg/analyzer/test/search/search_engine_test.dart View 1 chunk +0 lines, -2148 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scheglov
6 years, 5 months ago (2014-07-07 22:09:43 UTC) #1
Brian Wilkerson
LGTM
6 years, 5 months ago (2014-07-07 22:16:45 UTC) #2
scheglov
6 years, 5 months ago (2014-07-07 22:25:26 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r38045 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698