March 2009 Archives by author
Starting: Wed Mar 4 13:29:05 EST 2009
Ending: Tue Mar 31 17:10:56 EDT 2009
Messages: 97
- conary: * Changeset-based migrations no longer fail when a flavor is dropped from the group that is being migrated. (CNY-3101)
David Christian
- conary: branch merge
David Christian
- conary-2.0: add rITS ID to NEWS entry (CNY-3084)
David Christian
- conary-2.0: fix terminal version (CNY-3086)
David Christian
- conary-2.0: Wrapping SSL sockets the correct way for python 2.6
David Christian
- conary: 2.0.39
David Christian
- conary-2.0: CNY-3088 and CNY-3089:
David Christian
- conary: Added tag conary-2.0.39 for changeset b66d70e0afe6
David Christian
- conary-2.0: * Fixed an interaction with loadRecipe overrides used by rmake and autoloadRecipes that would cause rmake to not find any matches for autoloadRecipes that were included in biarch flavored superclasses. (CNY-3090)
David Christian
- conary-2.0: python 2.6 uses a lower-level _handle_request_noblock() in serve_forever(), instead of handle_request(); the right way to catch SSL errors is in get_request, and to raise a socket.error which is ignored by both the old-style handle_request() and the new-style _handle_request_noblock()
David Christian
- conary-2.0: don't include buildreqs in redirect components (CNY-3069)
David Christian
- conary-2.0: Fix db2db.py
David Christian
- conary-2.0: Catch unicode problems while parsing the XMLRPC request
David Christian
- conary-2.0: * Updates are no longer halted by the signal SIGWINCH, or SIGURG, which are normally ignored. (CNY-3098)
David Christian
- conary-2.0: * getTrovesBySource now returns a list of the accessible binaries associated with a source even if the source is not accessible. (CNY-3099)
David Christian
- conary-2.0: branch merge
David Christian
- conary-2.0: fixed typo in Makefile which caused make clean to not remove
David Christian
- conary-2.0: Fix compile warnings that can lead to segfault in sqlite bindings (CNY-3103)
David Christian
- conary-2.0: * Changeset-based migrations no longer fail when a flavor is dropped from the group that is being migrated. (CNY-3101)
David Christian
- conary-2.0: branch merge
David Christian
- conary-2.0: 2.0.39
David Christian
- conary-2.0: Added tag conary-2.0.39 for changeset b66d70e0afe6
David Christian
- conary: Typo fix
David Christian
- conary: Added tag conary-2.0.39 for changeset 15f5ab3cfa88
David Christian
- conary-2.0: Typo fix
David Christian
- conary-2.0: Added tag conary-2.0.39 for changeset 15f5ab3cfa88
David Christian
- conary: * Added getLabelsForHost call, and bumped server protocol to 66. (CNY-2771)
David Christian
- conary: remove systemPythonFlags entirely (CNY-3030)
Michael K. Johnson
- conary: remove commented code fragment
Michael K. Johnson
- conary: fixed typo in Makefile which caused make clean to not remove
Elliot Peele
- conary: Fix compile warnings that can lead to segfault in sqlite bindings (CNY-3103)
Elliot Peele
- conary: don't list policy actions twice (CNY-3107)
Elliot Peele
- conary: branch merge
Elliot Peele
- conary: add a use flag to r.remove for group recipes (CNY-3115)
Elliot Peele
- conary: branch merge
Elliot Peele
- conary: Write transaction debug output to stderr
Michael Tharp
- conary: Only close pooled DB connections at the apache hook scope.
Michael Tharp
- conary: Fix circular reference in netserver
Michael Tharp
- conary: Remove debugging print
Michael Tharp
- conary: Iterating over a cursor now returns a Row object.
Michael Tharp
- conary: Add the rest of the rich comparison ops to Row
Michael Tharp
- conary: Fix mapping getter for sqllib Row
Michael Tharp
- conary: Encode 'unicode' objects (to utf8 by default) before sending them to the db driver.
Michael Tharp
- conary: Fix typos
Michael Tharp
- conary: Fix call signature on apachemethods.get()
Michael Tharp
- conary: Move dbstore encoding to its own method under BaseCursor.
Michael Tharp
- conary: Catch EINTR in transport.py
Michael Tharp
- conary: Add missing import
Michael Tharp
- conary: 1. Fetching local troves with pristine=False recomputes pathHashes now
Erik Troan
- conary: look in the database to figure out which sha1's need to be added to the
Erik Troan
- conary-rest: initial ramblings
Erik Troan
- conary-rest: 1. added proper search, labels calls
Erik Troan
- conary-rest: split out repquery to remove the sql from the controller
Erik Troan
- conary-rest: added first pass at getting troves
Erik Troan
- conary-rest: many, many changes. works against a running repo now
Erik Troan
- conary-rest: added auth callback to use anonymous when no auth is provided
Erik Troan
- conary-rest: 1. work with anonymous users
Erik Troan
- conary-rest: use a url function to generate urls
Erik Troan
- conary-rest: add (C) everywhere
Erik Troan
- conary-rest: added apache hooks and sample cfg file
Erik Troan
- conary-rest: moved into crest/ project
Erik Troan
- conary-rest: rename server.py to standalone.py
Erik Troan
- conary-rest: 1. cleaned up objects returned (eliminated Response wrapper)
Erik Troan
- conary: added NamedPipe and Socket classed to filetypes.py
Erik Troan
- conary-rest: xobjstr replaced by xobj class
Erik Troan
- conary-rest: lower case all the tag names
Erik Troan
- conary-rest: integrate apache hooks into standalone.py; rename to webhooks
Erik Troan
- conary: optionally include the REST api in the server
Erik Troan
- conary: build time shouldn't be converted to an int before being set
Erik Troan
- conary: disallow a bunch of characters in labels
Erik Troan
- conary: crest changed module name from standalone to webhooks
Erik Troan
- conary-rest: removed x bit from webhooks
Erik Troan
- conary-rest: return troveInfo cloned from, source name, and build time
Erik Troan
- conary-rest: made the label optional for /search
Erik Troan
- conary-rest: added paging support for search results
Erik Troan
- conary-rest: added name parameter to search as regex
Erik Troan
- conary-rest: added license and basic documentation
Erik Troan
- conary-rest: quote the flavor coming out as a trove id to eliminate spaces in the returned
Erik Troan
- conary-rest: added size metadata, changed int's to long's (needs tip xobj)
Erik Troan
- conary-rest: old clonedFrom needs to be called to get a string instead of a stream
Erik Troan
- conary-rest: added FileResponse object
Erik Troan
- conary-rest: switch <file> in troves to <fileref>
Erik Troan
- conary-rest: 1. restlib urlencodes for us now
Erik Troan
- conary-rest: /labels returns link to search query now
Erik Troan
- conary-rest: versions for troves are split out into version objects
Erik Troan
- conary-rest: added timestamps to search results for ordering
Erik Troan
- conary-rest: don't return weak refs as members of a trove
Erik Troan
- conary: use the trvCs delta information to perform differential commits
Erik Troan
- conary: added default value for baseUri
Erik Troan
- conary-rest: removed unnecessary imports
Erik Troan
- conary: add ability for command to specify that config errors should be ignored (CNY-3111)
Matt Wilson
- conary: handle cases where config objects do not have a debugExceptions setting
Matt Wilson
- conary: remove ignoreErrors kwarg from getConfigFile method - it breaks other consumers of this API (CNY-3111)
Matt Wilson
- conary: move the conary-specific behavior of ignoring config file errors out of the generic mainhandler code
Matt Wilson
- conary: don't let python:runtime eliminate flags on python Requires (CNY-3030)
agrimm at rpath.com
- conary: grammar fix
agrimm at rpath.com
- conary: Allow "--from-file" on a migrate (CNY-3114)
agrimm at rpath.com
Last message date:
Tue Mar 31 17:10:56 EDT 2009
Archived on: Tue Mar 31 17:10:59 EDT 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).