Skip to content
Snippets Groups Projects
  1. Jan 22, 2019
  2. Jan 21, 2019
  3. Jan 18, 2019
    • Erik Johnston's avatar
      Fix race when persisting create event (#4404) · 25dd56ac
      Erik Johnston authored
      * Fix race when persisting create event
      
      When persisting a chunk of DAG it is sometimes requried to do a state
      resolution, which requires knowledge of the room version. If this
      happens while we're persisting the create event then we need to use that
      event rather than attempting to look it up in the database.
      25dd56ac
    • Erik Johnston's avatar
      Tweak code coverage settings (#4400) · 71b94eac
      Erik Johnston authored
      * Tweak code coverage settings
      
      * Fix manifest
      
      * Newsfile
      
      * Fix commit status?
      71b94eac
    • Richard van der Hoff's avatar
      Remove redundant WrappedConnection (#4409) · de6888e7
      Richard van der Hoff authored
      * Remove redundant WrappedConnection
      
      The matrix federation client uses an HTTP connection pool, which times out its
      idle HTTP connections, so there is no need for any of this business.
      de6888e7
  4. Jan 17, 2019
  5. Jan 16, 2019
  6. Jan 15, 2019
  7. Jan 12, 2019
    • Richard van der Hoff's avatar
      7e41545e
    • Richard van der Hoff's avatar
      moar plusses! · 4fd051f9
      Richard van der Hoff authored
      turns out that 0.34.1.1+1 comes before 0.34.1.1+bionic (etc).
      
      The version may only contain "~ 0-9 A-Z a-z + - ." (sorting in that order).
      
      Option 1: replace "+" with something that sorts after +. Options are "-" (but
      dpkg-source complains about that) or "." (but that would mean we couldn't
      distinguish packaging-only changes from real changes).
      
      Option 2: stick with + and just find something that sorts after 'xenial'. The
      only options there are "-", "." (same problems as before), "z", and "+".
      
      Hence, ++1. Sorry.
      4fd051f9
    • Richard van der Hoff's avatar
      Rewrite build_debian_packages · b5b868d4
      Richard van der Hoff authored
      Rewrite this in python so that it can be run in parallel.
      b5b868d4
  8. Jan 11, 2019
  9. Jan 10, 2019
Loading