| Commit message (Expand) | Author | Age | Files | Lines |
* | docserver run the link error detector on production | jaredshumway94@gmail.com | 2013-08-07 | 1 | -0/+2 |
* | Doc server broken link detection | jaredshumway94@gmail.com | 2013-07-18 | 1 | -1/+1 |
* | Doc server redirection through configuration | jaredshumway94@gmail.com | 2013-07-03 | 1 | -42/+4 |
* | This change would make it easier for docs reviewers to preview patched docs | kalman@chromium.org | 2013-05-13 | 1 | -3/+2 |
* | Docserver: refactor Servlet, ObjectStore, and ServerInstance architecture to | kalman@chromium.org | 2013-05-08 | 1 | -59/+47 |
* | Docserver: fix typos in handler.py causing the dev server not to work. | kalman@chromium.org | 2013-05-01 | 1 | -1/+2 |
* | Docserver: refactor the Handler/ServerInstance relationship into a servlet | kalman@chromium.org | 2013-05-01 | 1 | -168/+30 |
* | Docserver: greatly improve the error logging by (a) preserving the stack trac... | kalman@chromium.org | 2013-04-25 | 1 | -11/+32 |
* | Docserver: disable samples when running via start_dev_server.py. The dev server | kalman@chromium.org | 2013-04-24 | 1 | -6/+4 |
* | Devserver: Re-create the online ServerInstances each time and tweak the way | kalman@chromium.org | 2013-04-24 | 1 | -2/+2 |
* | Devserver: run the cron over the examples. Do an audit of our handling of | kalman@chromium.org | 2013-04-19 | 1 | -9/+23 |
* | Devserver: only populate data during cron jobs, meaning all data from instances | kalman@chromium.org | 2013-04-18 | 1 | -13/+39 |
* | Refactor the caching in the devserver to make it easier to configure at the t... | kalman@chromium.org | 2013-04-08 | 1 | -292/+75 |
* | Devserver: show the variable type for non-object types, and make its enum | kalman@chromium.org | 2013-04-05 | 1 | -0/+3 |
* | Devserver: redirect /stable/foo.html to /foo.html, and make path redirection | kalman@chromium.org | 2013-03-21 | 1 | -0/+4 |
* | Developer server: Rearrange the header and extension index, then add a | kalman@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | Change the default apps documentation level to be stable. | kalman@chromium.org | 2013-01-23 | 1 | -27/+19 |
* | Make server2 resolve refs in private templates, and correctly in intros. | kalman@chromium.org | 2013-01-11 | 1 | -4/+5 |
* | Extensions Docs Server: Search intros/articles for $refs | cduvall@chromium.org | 2012-12-05 | 1 | -4/+5 |
* | Extensions Docs Server: Speed up ReferenceResolver to eliminate DeadlineExcee... | cduvall@chromium.org | 2012-11-17 | 1 | -5/+18 |
* | Extensions Docs Server: Prevent sidenav jostling by processing it as JSON ser... | cduvall@chromium.org | 2012-11-07 | 1 | -0/+5 |
* | Extensions Docs Server: Generalize $ref's to work for any schema node | cduvall@chromium.org | 2012-11-06 | 1 | -4/+11 |
* | Extensions Docs Server: Fix apps known issues page | cduvall@chromium.org | 2012-10-05 | 1 | -0/+6 |
* | Make server2 look in chrome/common/extensions/docs for content rather than | kalman@chromium.org | 2012-09-18 | 1 | -2/+1 |
* | Extensions Docs Server: Fix 404s from API links on the samples page | cduvall@chromium.org | 2012-09-14 | 1 | -4/+1 |
* | Extensions Docs Server: 404s should not error, robots.txt, favicon.ico ignored | cduvall@chromium.org | 2012-09-11 | 1 | -0/+4 |
* | Extensions Docs Server: Fail integration tests on Handlebar warnings | cduvall@chromium.org | 2012-09-11 | 1 | -0/+2 |
* | Extensions Docs Server: integration_test only run on changed files | cduvall@chromium.org | 2012-09-10 | 1 | -1/+1 |
* | Extensions Docs Server: Intelligently redirect paths | cduvall@chromium.org | 2012-08-31 | 1 | -6/+57 |
* | Extensions Docs Server: Redirect special case URLs | cduvall@chromium.org | 2012-08-30 | 1 | -0/+15 |
* | Extension Docs Server 2: Redirect code.google.com/chrome/extensions to | aa@chromium.org | 2012-08-30 | 1 | -7/+34 |
* | Extensions Docs Server: Use current_version for branch number | cduvall@chromium.org | 2012-08-29 | 1 | -3/+7 |
* | Extension docs server: make it so that channels with the same branch don't | kalman@chromium.org | 2012-08-29 | 1 | -7/+14 |
* | Deploy server2. | kalman@chromium.org | 2012-08-29 | 1 | -2/+2 |
* | Extensions Docs Server: Robustify samples; fix cron caching logic | cduvall@chromium.org | 2012-08-28 | 1 | -3/+45 |
* | Extensions Docs Server: Fix samples page and ExampleZipper | cduvall@chromium.org | 2012-08-28 | 1 | -3/+2 |
* | Extensions Docs Server: Fixes to cron jobs, caching, and others | cduvall@chromium.org | 2012-08-23 | 1 | -5/+9 |
* | Extensions Docs Server: Default apps to trunk | cduvall@chromium.org | 2012-08-23 | 1 | -2/+5 |
* | Extensions Docs Server: Rename FileSystemCache and its methods | cduvall@chromium.org | 2012-08-23 | 1 | -20/+21 |
* | Extensions Docs Server: Testing GithubFileSystem and cron jobs | cduvall@chromium.org | 2012-08-22 | 1 | -0/+3 |
* | Extensions Docs Server: Large performance increase | cduvall@chromium.org | 2012-08-21 | 1 | -46/+75 |
* | Extensions Docs Server: Efficient MemcacheFileSystem | cduvall@chromium.org | 2012-08-14 | 1 | -4/+7 |
* | Extensions Docs Server: BranchUtility not fetching branch numbers correctly | cduvall@chromium.org | 2012-08-13 | 1 | -10/+15 |
* | Extensions Docs Server: Apps samples page | cduvall@chromium.org | 2012-08-13 | 1 | -9/+18 |
* | Extensions Docs Server: Proper path handling | cduvall@chromium.org | 2012-08-06 | 1 | -4/+4 |
* | Extensions Docs Server: Split apps from extensions | cduvall@chromium.org | 2012-08-06 | 1 | -7/+10 |
* | Extension Docs Server: Include a list of samples used in the api reference page. | hebert.christopherj@chromium.org | 2012-08-02 | 1 | -2/+4 |
* | Extensions Docs Server: Preview server and more integration tests | cduvall@chromium.org | 2012-07-31 | 1 | -2/+4 |
* | Remove a svn:executable flag. | hbono@chromium.org | 2012-07-31 | 1 | -0/+0 |
* | Extensions Docs Server: Integration testing | cduvall@chromium.org | 2012-07-31 | 1 | -0/+136 |