Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fga/timeline chunks rework #4405

Merged
merged 39 commits into from
Jan 3, 2022
Merged

Commits on Sep 7, 2021

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

Commits on Sep 8, 2021

  1. Timeline: small on fixes on new implementation

    ganfra committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    4f145e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e5eca View commit details
    Browse the repository at this point in the history
  3. Timeline rework: continue branching things.

    ganfra committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    94a6950 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Timeline: add some logs and fix epoxy cache

    ganfra committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    da75642 View commit details
    Browse the repository at this point in the history
  2. Timeline rework: handle lastForwardChunk

    ganfra committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    2283030 View commit details
    Browse the repository at this point in the history
  3. Timeline rework: add db migration

    ganfra committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7f9c191 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63aa5b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Timeline rework: add some comments and fix pagination when having ove…

    …rlapping events
    ganfra committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    b370f84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd1da73 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 3, 2021

  1. Timeline: don't remove annotations and read receipts when deleting ti…

    …meline event
    ganfra committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    d42a2e6 View commit details
    Browse the repository at this point in the history
  2. Timeline: remove useless methods

    ganfra committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ce5ccd4 View commit details
    Browse the repository at this point in the history
  3. Timeline: remove previous lastForward chunk

    ganfra committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    52d0da7 View commit details
    Browse the repository at this point in the history
  4. Timeline: just some renaming + constant

    ganfra committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a1fdd31 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Timeline: fix hasReachedEnd

    ganfra committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    92a37f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

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

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    8c0b2a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d27e21 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Timeline: re-add usage of TimelineSettings

    ganfra committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    e562d76 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

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

Commits on Dec 2, 2021

  1. Timeline: update when loading states changed

    ganfra committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    03961fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76eddef View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Timeline: try to optimise a bit the loading

    ganfra committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    014da84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fa4bf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ca60ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3217277 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49eee0d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Timeline: make 3 integration tests passing (also add some suspend met…

    …hod on the timeline)
    ganfra committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    29a4fd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    bf1be4f View commit details
    Browse the repository at this point in the history
  2. Timeline: some clean up

    ganfra committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    b53433e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    1e2e9e1 View commit details
    Browse the repository at this point in the history
  2. Timeline: remove onStateUpdated in controller

    ganfra committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    c830d49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31ba912 View commit details
    Browse the repository at this point in the history
  4. Timeline: remove LifecycleOwner on EpoxyModel as it's not used (and t…

    …akes some time uselessly)
    ganfra committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    faebf95 View commit details
    Browse the repository at this point in the history
  5. Timeline: clean up

    ganfra committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    bf287d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1280687 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Timeline : clean after PR reviews

    ganfra committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    12b775c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9121585 View commit details
    Browse the repository at this point in the history