Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Peeking via MSC2753 #1370

Merged
merged 66 commits into from
Sep 10, 2020
Merged

Peeking via MSC2753 #1370

merged 66 commits into from
Sep 10, 2020

Commits on Aug 30, 2020

  1. a very very WIP first cut of peeking via MSC2753.

    doesn't yet compile or work.
    needs to actually add the peeking block into the sync response.
    checking in now before it gets any bigger, and to gather any initial feedback on the vague shape of it.
    ara4n committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    b9342d9 View commit details
    Browse the repository at this point in the history
  2. make PeekingDeviceSet private

    ara4n committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    d7bdf71 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. merge master

    ara4n committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    cfa0be5 View commit details
    Browse the repository at this point in the history
  2. add server_name param

    ara4n committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9b79f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d343b8f View commit details
    Browse the repository at this point in the history
  4. make it build

    ara4n committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    c4e5f60 View commit details
    Browse the repository at this point in the history
  5. make it launch

    ara4n committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d1e4d66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f006b37 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c3a896 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b38d48 View commit details
    Browse the repository at this point in the history
  9. fix SQL

    ara4n committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    e589984 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bb2c2c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    28219c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e9736 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0d5f70 View commit details
    Browse the repository at this point in the history
  4. HACK: Track goroutine IDs to determine when we write by the wrong thread

    To use: set `DENDRITE_TRACE_SQL=1` then grep for `unsafe`
    kegsay committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    bfecc8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bf2a27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcdb90c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6410b70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed4b3a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3cebd8d View commit details
    Browse the repository at this point in the history
  10. wrap peek storage in goid hack

    ara4n committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    5d7f688 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6424117 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    85bce11 View commit details
    Browse the repository at this point in the history
  13. strip out empty roomd deltas

    ara4n committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    75b91ac View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. re-add txn to SelectPeeks

    ara4n committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b6cc441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6af656 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    8712ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda84cd View commit details
    Browse the repository at this point in the history
  3. move perform_peek

    ara4n committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    da3742c View commit details
    Browse the repository at this point in the history
  4. fix package

    ara4n committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    3c5e079 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c775643 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f5c8ca View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    2b8f0b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d772f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ad05e7 View commit details
    Browse the repository at this point in the history
  4. Fix unit test

    neilalexander committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    ca0406e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83c559c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64fe274 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c04c52 View commit details
    Browse the repository at this point in the history
  8. Revert "Merge branch 'kegan/HACK-goid-sqlite-db-is-locked' into matth…

    …ew/peeking"
    
    This reverts commit 3cebd8d, reversing
    changes made to ed4b3a5.
    neilalexander committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    ff65f0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ccd4fa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8bbccab View commit details
    Browse the repository at this point in the history
  11. Fix PerformPeekPath

    neilalexander committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    843b7a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    55c7f2c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    034ff32 View commit details
    Browse the repository at this point in the history
  2. remove erroneous commentary

    ara4n committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    7f41f39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f2bc62 View commit details
    Browse the repository at this point in the history
  4. track transitions more clearly

    ara4n committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    b96a31d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a76f49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56001d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fe281a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcbe651 View commit details
    Browse the repository at this point in the history
  9. Don't panic

    neilalexander committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    faa070b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    de53608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45436a View commit details
    Browse the repository at this point in the history
  3. go fmt

    ara4n committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    052351e View commit details
    Browse the repository at this point in the history
  4. fix lint

    ara4n committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    2300549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2a0bad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f09afe0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15349d8 View commit details
    Browse the repository at this point in the history
  8. Fix sqlite DeletePeeks API to match postgres; fix bug which incorrect…

    …ly altered sp when nothing is deleted
    kegsay committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    34b8961 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af47237 View commit details
    Browse the repository at this point in the history
  10. fix lots of places where we didn't rollback txns upon go errs (#1417)

    Co-authored-by: Kegan Dougal <kegan@matrix.org>
    ara4n and kegsay authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    8cec7e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    b1d1ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9561843 View commit details
    Browse the repository at this point in the history