Skip to content
Snippets Groups Projects
  1. Jan 23, 2019
    • Erik Johnston's avatar
      Update newsfile · c5a125b2
      Erik Johnston authored
      c5a125b2
    • Erik Johnston's avatar
      isort · be1065af
      Erik Johnston authored
      be1065af
    • Erik Johnston's avatar
      Newsfile · 4cd50d98
      Erik Johnston authored
      4cd50d98
    • Erik Johnston's avatar
      Add support for persisting event format versions · c5a296b1
      Erik Johnston authored
      Currently we only have the one event format version defined, but this
      adds the necessary infrastructure to persist and fetch the format
      versions alongside the events.
      
      We specify the format version rather than the room version as:
      
      1. We don't necessarily know the room version, existing events may be
         either v1 or v2.
      2. We'd need to be careful to prevent/handle correctly if different
         events in the same room reported to be of different versions, which
         sounds annoying.
      c5a296b1
  2. Jan 22, 2019
  3. Jan 21, 2019
  4. 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
  5. Jan 17, 2019
  6. Jan 16, 2019
  7. Jan 15, 2019
  8. 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
  9. Jan 11, 2019
Loading