Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* With --lazy-open populate didn't happendsAleksey Lim2012-10-071-1/+38
* Fail if there is no way to return BLOB urls in GET requests and avoid returni...Aleksey Lim2012-10-072-71/+95
* Keep all tmp files in one placeAleksey Lim2012-10-051-3/+2
* Create local Artifact guids as sugar-datastore does to not break ds clientsAleksey Lim2012-10-051-14/+10
* Allow users changing their own metadataAleksey Lim2012-10-051-0/+17
* Layers restriction makes sense only for context/implementation resourcesAleksey Lim2012-10-041-1/+23
* Restrict client request with layersAleksey Lim2012-10-042-0/+83
* Generalize feed getting to make furhter work less invasiveAleksey Lim2012-10-042-2/+2
* GET command requests might be without guidsAleksey Lim2012-10-035-45/+30
* Fix launching; calculate feeds instead of storingAleksey Lim2012-10-024-59/+34
* Fix minor issues in package resolving codeAleksey Lim2012-10-021-4/+4
* Return stub images for missed "preview" in ContextAleksey Lim2012-10-021-1/+1
* Customize url for static files served from APIAleksey Lim2012-10-022-0/+11
* Presolve repos are Fedora only for nowAleksey Lim2012-10-011-3/+3
* Add anonymous userAleksey Lim2012-10-011-0/+42
* Initial implemenation for auth rolesAleksey Lim2012-10-013-4/+80
* Make http.Client.get() consistent and do not return conditional Response objectAleksey Lim2012-10-014-11/+11
* Do not return meaning-less data from commandsAleksey Lim2012-10-011-1/+13
* Reflect on ad.diff() changes in treating blobsAleksey Lim2012-10-011-1/+1
* Remove needless slots to speed up xapian index; index Implementation.version ...Aleksey Lim2012-09-284-6/+58
* Reconnect after closing subscription socket, it might be triggered by server ...Aleksey Lim2012-09-271-0/+1
* Do not cache images, web browsers do it wellAleksey Lim2012-09-274-118/+127
* Process Last-Modified/If-Modified-Since HTTP headers from RouterAleksey Lim2012-09-272-4/+102
* Simplify access to feeds by using regular properties instead of blobs; popula...Aleksey Lim2012-09-259-151/+460
* Fix sending localeAleksey Lim2012-09-242-135/+79
* Simplify returning BLOB urls from GET commandsAleksey Lim2012-09-245-38/+17
* Support custom routes in RouterAleksey Lim2012-09-221-1/+48
* Merge sweets-recipe projectAleksey Lim2012-09-222-0/+103
* While launching, install packaged dependncies via PackageKitAleksey Lim2012-09-224-77/+239
* Minor polishing launching codeAleksey Lim2012-09-201-30/+28
* Avoid using --host, that is host to bind, while returing BLOBs' urlsAleksey Lim2012-09-201-7/+8
* Switch to pre/post commands code; return local BLOB urls for IPC requestsAleksey Lim2012-09-186-26/+30
* Polish designAleksey Lim2012-09-1717-1537/+803
* Move "layer" property from library levelAleksey Lim2012-09-152-1/+38
* Support composite BLOBs in GET requestsAleksey Lim2012-09-151-2/+10
* Provide default context iconsAleksey Lim2012-09-096-15/+73
* Return urls for blobs in GET requetsAleksey Lim2012-09-091-0/+42
* Mount.mounted is an Event to simplify waiting for connection; handy volume_co...Aleksey Lim2012-08-152-15/+5
* Add "timestamp" property to Artifact to fully emulate DSAleksey Lim2012-08-151-2/+4
* Cleanup MIME directory after activity checkoutAleksey Lim2012-08-151-1/+18
* Make activities monitor less curly; register mime types and icons on activity...Aleksey Lim2012-08-155-157/+151
* Treat sorting properly in DS apiAleksey Lim2012-08-141-4/+4
* Process stats in node syncAleksey Lim2012-08-094-9/+170
* Keep node sync code out of local/Aleksey Lim2012-08-087-92/+112
* Keep mounts monitor routines in separate moduleAleksey Lim2012-08-082-0/+93
* Move master sync code to separate file to avoid messing it with regular node ...Aleksey Lim2012-08-073-6/+9
* Process client configuration in more general manner than sharing client stats...Aleksey Lim2012-08-071-4/+4
* Convenient wrapper to call arbitrary commands via dbusAleksey Lim2012-08-042-0/+75
* Full support for files syncAleksey Lim2012-07-314-5/+85
* Process files_pull requestes on master sideAleksey Lim2012-07-301-167/+191