Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 application: chrome-infra-tricium-dev | |
| 2 dispatch: | |
| 3 | |
| 4 - url: "*/workflow-launcher/*" | |
| 5 module: workflow-launcher | |
|
Paweł Hajdan Jr.
2016/07/05 12:16:00
FWIW, I'm not sure how useful is it to have each o
emso
2016/07/06 06:21:28
AFAIK, the benefit of having these as separate mod
emso
2016/07/07 09:18:45
For got to answer your second question. I didn't f
| |
| 6 | |
| 7 - url: "*/_ah/queue/analysis-requests*" | |
|
Sergiy Byelozyorov
2016/07/05 14:41:48
Why is this necessary? Looks like workflow-launche
emso
2016/07/06 06:21:28
Sorry, I forgot clean up this file. I was experime
| |
| 8 module: workflow-launcher | |
| 9 | |
| 10 - url: "*/workflow-listener/*" | |
| 11 module: workflow-listener | |
| 12 | |
| 13 - url: "*/gerrit-poller/status" | |
|
Sergiy Byelozyorov
2016/07/05 14:41:48
Why is it just .../status here? There is a handler
emso
2016/07/06 06:21:28
More garbage - sorry. Removing.
| |
| 14 module: gerrit-poller | |
| 15 | |
| 16 - url: "*/gerrit-reporter/*" | |
| 17 module: gerrit-reporter | |
| 18 | |
| 19 - url: "*/*" | |
| 20 module: default | |
| 21 | |
| OLD | NEW |