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

Issue 774323002: Moved trooper_o_matic to appengine/ (Closed)

Created:
6 years ago by pgervais
Modified:
6 years ago
Reviewers:
Sergey Berezin, agable
CC:
chromium-reviews, alancutter (OOO until 2018)
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Project:
infra
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-66 lines, -3758 lines) Patch
A + appengine/trooper_o_matic/.gitignore View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/README View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/app.yaml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_config.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/testing_utils View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/.expect_tests.cfg View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/alerts.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/build_details.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/controller.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/cq.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/cron.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/main.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/models.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/templates/build_details.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/templates/cq.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/templates/overview.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/templates/tree.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/templates/tree_status.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/test/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/test/alerts_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/test/controller_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/test/cron_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/test/test_data.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/test/testing_common.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/test/trees_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/test/trooper_o_api_test.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/timezones.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/tree.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/tree_status.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/trees.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/appengine_module/trooper_o_matic/trooper_o_api.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/bower.json View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/bower_components View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/cron.yaml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/endpoints_proto_datastore View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/images/sort-down.gif View Binary file 0 comments Download
A + appengine/trooper_o_matic/images/sort-up.gif View Binary file 0 comments Download
A + appengine/trooper_o_matic/index.yaml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/karma.conf.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/lib/cqstats-util.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/lib/dygraph.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/lib/log.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/lib/net.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/lib/network-simulator.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/lib/sugar.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/makefile View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/model/cq-graph.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/model/cq-graph-item.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/model/cqstats-graph-data.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/model/cqstats-ratio-graph-data.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/model/json-graph-data.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/model/test/cqstats-graph-data-tests.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/model/test/cqstats-ratio-graph-data-tests.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/package.json View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/polymer-load-warning.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/test/karma-loader.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/test/run-unit-tests.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/test/unit-tests.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/ui/build-table.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/ui/test/build-table-tests.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/ui/tom-cq-graph.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/ui/tom-cq-graph-item.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + appengine/trooper_o_matic/ui/tom-cq-graphs.html View 0 chunks +-1 lines, --1 lines 0 comments Download
D appengine_apps/trooper_o_matic/.gitignore View 1 chunk +0 lines, -2 lines 0 comments Download
D appengine_apps/trooper_o_matic/OWNERS View 1 chunk +0 lines, -3 lines 0 comments Download
D appengine_apps/trooper_o_matic/README View 1 chunk +0 lines, -55 lines 0 comments Download
D appengine_apps/trooper_o_matic/app.yaml View 1 chunk +0 lines, -42 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_config.py View 1 chunk +0 lines, -16 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/testing_utils View 1 chunk +0 lines, -1 line 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/.expect_tests.cfg View 1 chunk +0 lines, -2 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/OWNERS View 1 chunk +0 lines, -3 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/alerts.py View 1 chunk +0 lines, -115 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/build_details.py View 1 chunk +0 lines, -40 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/controller.py View 1 chunk +0 lines, -29 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/cq.py View 1 chunk +0 lines, -44 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/cron.py View 1 chunk +0 lines, -290 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/main.py View 1 chunk +0 lines, -28 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/models.py View 1 chunk +0 lines, -77 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/templates/build_details.html View 1 chunk +0 lines, -31 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/templates/cq.html View 1 chunk +0 lines, -17 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/templates/overview.html View 1 chunk +0 lines, -82 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/templates/tree.html View 1 chunk +0 lines, -117 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/templates/tree_status.html View 1 chunk +0 lines, -73 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/test/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/test/alerts_test.py View 1 chunk +0 lines, -140 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/test/controller_test.py View 1 chunk +0 lines, -81 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/test/cron_test.py View 1 chunk +0 lines, -147 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/test/test_data.py View 1 chunk +0 lines, -340 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/test/testing_common.py View 1 chunk +0 lines, -36 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/test/trees_test.py View 1 chunk +0 lines, -42 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/test/trooper_o_api_test.py View 1 chunk +0 lines, -81 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/timezones.py View 1 chunk +0 lines, -71 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/tree.py View 1 chunk +0 lines, -70 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/tree_status.py View 1 chunk +0 lines, -92 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/trees.py View 1 chunk +0 lines, -26 lines 0 comments Download
D appengine_apps/trooper_o_matic/appengine_module/trooper_o_matic/trooper_o_api.py View 1 chunk +0 lines, -59 lines 0 comments Download
D appengine_apps/trooper_o_matic/bower.json View 1 chunk +0 lines, -10 lines 0 comments Download
D appengine_apps/trooper_o_matic/bower_components View 1 chunk +0 lines, -1 line 0 comments Download
D appengine_apps/trooper_o_matic/cron.yaml View 1 chunk +0 lines, -28 lines 0 comments Download
D appengine_apps/trooper_o_matic/endpoints_proto_datastore View 1 chunk +0 lines, -1 line 0 comments Download
D appengine_apps/trooper_o_matic/images/sort-down.gif View Binary file 0 comments Download
D appengine_apps/trooper_o_matic/images/sort-up.gif View Binary file 0 comments Download
D appengine_apps/trooper_o_matic/index.yaml View 1 chunk +0 lines, -48 lines 0 comments Download
D appengine_apps/trooper_o_matic/karma.conf.js View 1 chunk +0 lines, -71 lines 0 comments Download
D appengine_apps/trooper_o_matic/lib/cqstats-util.html View 1 chunk +0 lines, -38 lines 0 comments Download
D appengine_apps/trooper_o_matic/lib/dygraph.html View 1 chunk +0 lines, -7 lines 0 comments Download
D appengine_apps/trooper_o_matic/lib/log.html View 1 chunk +0 lines, -9 lines 0 comments Download
D appengine_apps/trooper_o_matic/lib/net.html View 1 chunk +0 lines, -130 lines 0 comments Download
D appengine_apps/trooper_o_matic/lib/network-simulator.html View 1 chunk +0 lines, -85 lines 0 comments Download
D appengine_apps/trooper_o_matic/lib/sugar.html View 1 chunk +0 lines, -7 lines 0 comments Download
D appengine_apps/trooper_o_matic/makefile View 1 chunk +0 lines, -27 lines 0 comments Download
D appengine_apps/trooper_o_matic/model/cq-graph.html View 1 chunk +0 lines, -34 lines 0 comments Download
D appengine_apps/trooper_o_matic/model/cq-graph-item.html View 1 chunk +0 lines, -28 lines 0 comments Download
D appengine_apps/trooper_o_matic/model/cqstats-graph-data.html View 1 chunk +0 lines, -72 lines 0 comments Download
D appengine_apps/trooper_o_matic/model/cqstats-ratio-graph-data.html View 1 chunk +0 lines, -60 lines 0 comments Download
D appengine_apps/trooper_o_matic/model/json-graph-data.html View 1 chunk +0 lines, -30 lines 0 comments Download
D appengine_apps/trooper_o_matic/model/test/cqstats-graph-data-tests.html View 1 chunk +0 lines, -110 lines 0 comments Download
D appengine_apps/trooper_o_matic/model/test/cqstats-ratio-graph-data-tests.html View 1 chunk +0 lines, -77 lines 0 comments Download
D appengine_apps/trooper_o_matic/package.json View 1 chunk +0 lines, -13 lines 0 comments Download
D appengine_apps/trooper_o_matic/polymer-load-warning.html View 1 chunk +0 lines, -10 lines 0 comments Download
D appengine_apps/trooper_o_matic/test/karma-loader.html View 1 chunk +0 lines, -13 lines 0 comments Download
D appengine_apps/trooper_o_matic/test/run-unit-tests.html View 1 chunk +0 lines, -30 lines 0 comments Download
D appengine_apps/trooper_o_matic/test/unit-tests.html View 1 chunk +0 lines, -7 lines 0 comments Download
D appengine_apps/trooper_o_matic/ui/build-table.html View 1 chunk +0 lines, -193 lines 0 comments Download
D appengine_apps/trooper_o_matic/ui/test/build-table-tests.html View 1 chunk +0 lines, -179 lines 0 comments Download
D appengine_apps/trooper_o_matic/ui/tom-cq-graph.html View 1 chunk +0 lines, -141 lines 0 comments Download
D appengine_apps/trooper_o_matic/ui/tom-cq-graph-item.html View 1 chunk +0 lines, -31 lines 0 comments Download
D appengine_apps/trooper_o_matic/ui/tom-cq-graphs.html View 1 chunk +0 lines, -76 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
pgervais
Simple directory move, again.
6 years ago (2014-12-03 19:29:09 UTC) #2
Sergey Berezin
LGTM, thanks! +alancutter, FYI.
6 years ago (2014-12-03 19:39:23 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/774323002/1
6 years ago (2014-12-03 19:40:12 UTC) #5
commit-bot: I haz the power
6 years ago (2014-12-03 19:44:00 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/infra/infra/+/c4155843c0beb429e775ca9bde12a...

Powered by Google App Engine
This is Rietveld 408576698