source: tracdarcs @ 224

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @224   14 months lele TAG TracDarcs?-0.9.2
(edit) @223   14 months lele Bump version number
(edit) @222   14 months lele Update copyright year
(edit) @221   14 months lele Select the hash of the patch in the right repository
(edit) @220   18 months lele TAG TracDarcs?-0.9
(edit) @219   18 months lele Possible fix for #24 When the argument isn't recognized as a valid …
(edit) @218   18 months lele Mention also the pull posthook
(edit) @217   18 months lele Update lele's email address
(edit) @216   18 months lele Return the URL of the containing repository, not the full URL of the entry
(edit) @215   18 months lele Python <2.5 compatibility Use a nested try/finally, as pre-PEP341 snakes …
(edit) @214   18 months lele Added a MANIFEST.in
(edit) @213   19 months fx Add get_path_url repository method. Provides a "Repository URL" link in …
(edit) @212   22 months lele Bump version number
(edit) @211   22 months lele Rewritten the upgrade test, with debug logging
(edit) @210   22 months lele Added the Hashname renderer, turning the hash into a permanent link to the …
(edit) @209   22 months lele Handle the cases where there are no other refs
(edit) @208   22 months lele Docstrings
(edit) @207   22 months lele Properly store the utimestamp in the revision table
(edit) @206   22 months lele Store the whole changelog in the trac revision table Drop the historical …
(edit) @205   22 months lele Split long line
(edit) @204   22 months lele TAG TracDarcs?-0.8.2
(edit) @203   22 months lele Bump version number
(edit) @202   22 months lele Import the new renderer, just to be explicit
(edit) @201   22 months lele Added explanation of what happens when grouping different repositories
(edit) @200   22 months lele Typo
(edit) @199   22 months lele Added a way to group together different repositories, for the "MissingIn?" …
(edit) @198   22 months lele Removed obsolete comment, since we store .gz-less hashes now
(edit) @197   22 months lele Corrected the generation of equivalent changesets property
(edit) @196   22 months lele Do the bad chars replacement only on SAX errors and retry once
(edit) @195   23 months lele Adapted the wiki link formatter to handle multiple repositories Given that …
(edit) @194   2 years lele TAG TracDarcs?-0.8.1
(edit) @193   2 years lele Bump version number
(edit) @192   2 years lele Extract the version from the tracdarcs.init source This is to avoid …
(edit) @191   2 years lele Explicit mention the plugin activation
(edit) @190   2 years lele Split out the internals note from the README.rst, now used as the …
(edit) @189   2 years lele Cosmetic and little fixes to the documentation
(edit) @188   2 years lele Documentation
(edit) @187   2 years lele Cosmetic changes to log messages
(edit) @186   2 years lele Handle empty files
(edit) @185   2 years lele Implement eager cache A new option, eager_annotations, controls whether …
(edit) @184   2 years lele Commit the newly computed cache to the db
(edit) @183   2 years lele Handle closed pipe
(edit) @182   2 years lele Use 0, not "false", to indicate unlimited number of concurrent darcses
(edit) @181   2 years lele Helper for the repository's posthook
(edit) @180   2 years lele Reset also the new darcs_annotate_cache
(edit) @179   2 years lele Better timings in debug mode
(edit) @178   2 years lele Use a parametrized query
(edit) @177   2 years lele Quote the path passed to darcs annotate
(edit) @176   2 years lele Strip off ending .gz from darcs hashes
(edit) @175   2 years lele Issue a commit every 1 thousand imported changesets
(edit) @174   2 years lele Update copyright year
(edit) @173   2 years lele Optional constraint on the number of concurrent darcs processes A new …
(edit) @172   2 years lele Determine the darcs version just once
(edit) @171   2 years lele Catch the error on cache inserts and retry
(edit) @170   2 years lele Keep a per file per revision cache of darcs annotate
(edit) @169   2 years lele Reset the timings after the summary report
(edit) @168   2 years lele Update copyright year
(edit) @167   2 years lele Cosmetic
(edit) @166   2 years lele Use --repodir instead of changing working directory This solves the …
(edit) @165   2 years lele Issue183 is solved in darcs 2.4, no need to even look at --exact-version
(edit) @164   2 years lele Bump version number
(edit) @163   2 years lele Assume repo_id==0 for older Tracs
(edit) @162   2 years lele Whitespace and cosmetic
(edit) @161   2 years lele Use newer Trac 0.12 versioncontrol API Now most API objects carry the …
(edit) @160   2 years lele Field "repo_id" is now an integer surrogate key
(edit) @159   3 years lele Replace badly/un-escaped chars in XML before parsing it
(edit) @158   3 years lele New index on the path The new query that extracts the node at a given …
(edit) @157   3 years lele Use a much simpler logic when using a darcs with issue183 fixed Now that a …
(edit) @156   3 years lele Replace the heaviest SQL with a better one The new query is shockingly …
(edit) @155   3 years lele Replaced assertions with proper exceptions The assert statement gets …
(edit) @154   3 years lele Use a wrapper around the DB connection to print a timings report In debug …
(edit) @153   3 years lele TAG TracDarcs?-0.7
(edit) @152   3 years lele Compatibility fix for trac 0.11
(edit) @151   3 years lele Reset only the cache of the specific repository being resynced
(edit) @150   3 years lele Refined and commented the optimization
(edit) @149   3 years lele Still fixing dumb logic
(edit) @148   3 years lele It's an aggregated query, there is always one row
(edit) @147   3 years lele Better caching scheme This is a dual-headed optimization. the starting …
(edit) @146   3 years lele Fix a speed regression on 0.11.x
(edit) @145   3 years lele Complete the fix for #22 Browsing a set of changes at the root of the …
(edit) @144   3 years lele Show a link to the same changeset in other repositories
(edit) @143   3 years lele Refresh some info about the upcoming 0.7 release
(edit) @142   3 years lele Rename README for nicer automatic rendering
(edit) @141   3 years lele Factor out cached values getter/setter
(edit) @140   3 years lele Fix the condition
(edit) @139   3 years lele Use a composite index also for the hashname
(edit) @138   3 years lele Filter by repo_id even when searching by hash
(edit) @137   3 years lele Avoid imports clash by moving utility functions out of Repository.py
(edit) @136   3 years lele Backward compatibility
(edit) @135   3 years lele Cosmetic, use a size of 1 for the node's kind flag
(edit) @134   3 years lele Cache file content size, as suggested by cboos
(edit) @133   3 years lele Aligned README with current schema
(edit) @132   3 years lele Fix conflicts with Daniele's work
(edit) @131   4 years daniele Implement multiple repository support into a single trac instance
(edit) @130   3 years lele Integrate darcs-tables.sql into the README
(edit) @129   3 years lele Integrated the internal notes into the README
(edit) @128   3 years lele Import ann2ascii only if/when needed
(edit) @127   3 years lele Don't include the README in the egg
(edit) @126   3 years lele Change source encoding from iso-8859-1 to utf-8
(edit) @125   3 years lele TAG pre-0.7
Note: See TracRevisionLog for help on using the revision log.