Changeset 52381 in webkit


Ignore:
Timestamp:
Dec 18, 2009 11:14:07 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2009-12-18 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Split QueueStatus server into modules
https://bugs.webkit.org/show_bug.cgi?id=32768

One monolithic file is no good.

  • QueueStatusServer/app.yaml:
  • QueueStatusServer/handlers/init.py: Copied from WebKitTools/QueueStatusServer/filters/init.py.
  • QueueStatusServer/handlers/patchstatus.py: Added.
  • QueueStatusServer/handlers/recentstatus.py: Added.
  • QueueStatusServer/handlers/showresults.py: Added.
  • QueueStatusServer/handlers/statusbubble.py: Added.
  • QueueStatusServer/handlers/updatestatus.py: Added.
  • QueueStatusServer/main.py: Added.
  • QueueStatusServer/model.py: Added.
  • QueueStatusServer/queue_status.py: Removed.
Location:
trunk/WebKitTools
Files:
9 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r52378 r52381  
     12009-12-18  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Split QueueStatus server into modules
     6        https://bugs.webkit.org/show_bug.cgi?id=32768
     7
     8        One monolithic file is no good.
     9
     10        * QueueStatusServer/app.yaml:
     11        * QueueStatusServer/handlers/__init__.py: Copied from WebKitTools/QueueStatusServer/filters/__init__.py.
     12        * QueueStatusServer/handlers/patchstatus.py: Added.
     13        * QueueStatusServer/handlers/recentstatus.py: Added.
     14        * QueueStatusServer/handlers/showresults.py: Added.
     15        * QueueStatusServer/handlers/statusbubble.py: Added.
     16        * QueueStatusServer/handlers/updatestatus.py: Added.
     17        * QueueStatusServer/main.py: Added.
     18        * QueueStatusServer/model.py: Added.
     19        * QueueStatusServer/queue_status.py: Removed.
     20
    1212009-12-18  Adam Barth  <abarth@webkit.org>
    222
  • trunk/WebKitTools/QueueStatusServer/app.yaml

    r48730 r52381  
    99
    1010- url: /.*
    11   script: queue_status.py
     11  script: main.py
Note: See TracChangeset for help on using the changeset viewer.