Older
-
r70
(first set of task queue for data compactor and cron jobs) committed by allen.hutchison
- first set of task queue for data compactor and cron jobs
first set of task queue for data compactor and cron jobs
-
r69
(Adding classes for the data compactor. Updating comments in ...) committed by allen.hutchison
- Adding classes for the data compactor. Updating comments in the status_value class.
Adding classes for the data compactor. Updating comments in the status_value class.
-
r68
(final version of new validators, plus a new custom exception...) committed by allen.hutchison
- final version of new validators, plus a new custom exception type ValidateError if the validator
fails.
final version of new validators, plus a new custom exception type ValidateError if the validator
fails.
-
r67
(Changing the name of the constants file to validators.
) committed by allen.hutchison
- Changing the name of the constants file to validators.
Changing the name of the constants file to validators.
-
r66
(Adding a set of common data validators to be used in multipl...) committed by allen.hutchison
- Adding a set of common data validators to be used in multiple data classes. This makes way for a new
CompactStatusValue class that will be used in the data_compactor to remove duplicate status values.
This will greatly reduce the amount of data storage needed by the StatusValues without loosing any
data.
Adding a set of common data validators to be used in multiple data classes. This makes way for a new
CompactStatusValue class that will be used in the data_compactor to remove duplicate status values.
This will greatly reduce the amount of data storage needed by the StatusValues without loosing any
data.
-
r65
(Adding the remote api to my deployed app.
) committed by allen.hutchison
- Adding the remote api to my deployed app.
Adding the remote api to my deployed app.
-
-
-
r63
(Removing duplicate externals) committed by allen.hutchison
- Removing duplicate externals
Removing duplicate externals
-
-
-
-
-
-
r62
(Adding a page scraper for the overground.
) committed by allen.hutchison
- Adding a page scraper for the overground.
Adding a page scraper for the overground.
-
r61
(Adding author tags where they were forgotten.
) committed by allen.hutchison
- Adding author tags where they were forgotten.
Adding author tags where they were forgotten.
-
r60
(1. Moving the page handlers into their own directory.
2. Upd...) committed by allen.hutchison
- 1. Moving the page handlers into their own directory.
2. Updating some logging messages.
3. Changing the url regular expressions.
1. Moving the page handlers into their own directory.
2. Updating some logging messages.
3. Changing the url regular expressions.
-
r59
(Adding a generic scraper class, and a dlr scraper.
) committed by allen.hutchison
- Adding a generic scraper class, and a dlr scraper.
Adding a generic scraper class, and a dlr scraper.
-
r58
(Changing the name of store to match the way things work with...) committed by allen.hutchison
- Changing the name of store to match the way things work with current.py.
Changing the name of store to match the way things work with current.py.
-
r57
(Fixed stupid mistake that made it impossible to get a status...) committed by allen.hutchison
- Fixed stupid mistake that made it impossible to get a status update.
Fixed stupid mistake that made it impossible to get a status update.
-
r56
(Clearing out old main methods that shouldn't be accessed dir...) committed by allen.hutchison
- Clearing out old main methods that shouldn't be accessed directly. If you want
to test one of the files, use it's unit test in the appengine-test directory.
Removed old index definitions from index.yaml.
Clearing out old main methods that shouldn't be accessed directly. If you want
to test one of the files, use it's unit test in the appengine-test directory.
Removed old index definitions from index.yaml.
-
r55
(Refactored store_status to drop data into the memcache on th...) committed by allen.hutchison
- Refactored store_status to drop data into the memcache on the way in, instead
of relying on it to be populated on the way out with the first call to current.
This should ensure that there is always one set of data in the memcache, and
will ensure that the scrapers can only be called once for every five minutes.
Refactored store_status to drop data into the memcache on the way in, instead
of relying on it to be populated on the way out with the first call to current.
This should ensure that there is always one set of data in the memcache, and
will ensure that the scrapers can only be called once for every five minutes.
-
-
-
r54
(Last of the rename updates. All tests pass now.
) committed by allen.hutchison
- Last of the rename updates. All tests pass now.
Last of the rename updates. All tests pass now.
-
r53
(Creating init files to create python packages. Moving the ne...) committed by allen.hutchison
- Creating init files to create python packages. Moving the newly renamed tube_parser in with the
rest.
Creating init files to create python packages. Moving the newly renamed tube_parser in with the
rest.
-
r52
(Ditching the uk-lon directory because it will mess with pyth...) committed by allen.hutchison
- Ditching the uk-lon directory because it will mess with python package names.
Ditching the uk-lon directory because it will mess with python package names.
-
r51
(Moving code around to reflect the geography it works in. Thi...) committed by allen.hutchison
- Moving code around to reflect the geography it works in. This directory structure should reflect the
geography used in the URL requests.
Moving code around to reflect the geography it works in. This directory structure should reflect the
geography used in the URL requests.
-
r50
(Removing the admin code libs, as I've realized this approach...) committed by allen.hutchison
- Removing the admin code libs, as I've realized this approach is fundamentally flawed.
Removing the admin code libs, as I've realized this approach is fundamentally flawed.
-
r49
(First version of an Android client.) committed by allen.hutchison
- First version of an Android client.
First version of an Android client.
-
r48
(adding support for new scrapers) committed by allen.hutchison
- adding support for new scrapers
adding support for new scrapers
-
r47
(adding an html page, and a google analytics tracker) committed by allen.hutchison
- adding an html page, and a google analytics tracker
adding an html page, and a google analytics tracker
-
-
r45
(removing some directories) committed by allen.hutchison
- removing some directories
removing some directories
-
-
r43
(Should have made these files an external dep.) committed by allen.hutchison
- Should have made these files an external dep.
Should have made these files an external dep.
-
r42
(more work on AdminCode and it's unit tests.) committed by allen.hutchison
- more work on AdminCode and it's unit tests.
more work on AdminCode and it's unit tests.
-
r41
(Adding svn:ignore properties to ignore *.pyc files in all of...) committed by allen.hutchison
- Adding svn:ignore properties to ignore *.pyc files in all of our python directories.
Adding svn:ignore properties to ignore *.pyc files in all of our python directories.
-
-
r39
(Adding the first bits of the admin_code library and it's tes...) committed by allen.hutchison
- Adding the first bits of the admin_code library and it's test.
Adding the first bits of the admin_code library and it's test.
-
r38
(Adding svn properties for the keywords.) committed by allen.hutchison
- Adding svn properties for the keywords.
Adding svn properties for the keywords.
-
-
r36
(Adding the unit testing framework and unit tests for the TFL...) committed by allen.hutchison
- Adding the unit testing framework and unit tests for the TFLParser.
Adding the unit testing framework and unit tests for the TFLParser.
-
r35
(Moved the memcache logic into a third_party memoizer and mod...) committed by allen.hutchison
- Moved the memcache logic into a third_party memoizer and modified the current_status module to use
it.
Moved the memcache logic into a third_party memoizer and modified the current_status module to use
it.
-
r34
(Pulled the request and template render code out into it's ow...) committed by allen.hutchison
- Pulled the request and template render code out into it's own class in request_handler.py Update
current_status.py to reflect the DB changes from yesterday.
Pulled the request and template render code out into it's own class in request_handler.py Update
current_status.py to reflect the DB changes from yesterday.
-
r33
(playing with the data model) committed by allen.hutchison
- playing with the data model
playing with the data model
-
r32
(migrating the igoogle code over, creating an android client ...) committed by allen.hutchison
- migrating the igoogle code over, creating an android client directory
migrating the igoogle code over, creating an android client directory
-
r31
(Making an appengine directory to prepare the way for some cl...) committed by allen.hutchison
- Making an appengine directory to prepare the way for some client code
Making an appengine directory to prepare the way for some client code
-
r30
(Updated the status call for partclosure, was omitted before....) committed by allen.hutchison
- Updated the status call for partclosure, was omitted before.
Updated the status call for partclosure, was omitted before.
-
|