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

Use nodegit #1315

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

Use nodegit #1315

wants to merge 39 commits into from

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    5a5d89e View commit details
    Browse the repository at this point in the history
  2. git-api: add promise wrappers for handlers

    By wrapping the entire handler, synchronous errors are also reported
    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d2336c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7751e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2df4bce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    253ed24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    537012e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7033598 View commit details
    Browse the repository at this point in the history
  8. Turn off loadahead throbber

    I've never seen it in action and when you use skip it shows all the time
    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    eee5ddb View commit details
    Browse the repository at this point in the history
  9. repository: don't hide graph during rebase

    It's useful for context
    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ae5d5d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fc0b53 View commit details
    Browse the repository at this point in the history
  11. flake fixup

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2db2d87 View commit details
    Browse the repository at this point in the history
  12. git-api: use nodegit

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6c3a361 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8f774b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    49c7c55 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    94e8b47 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2afd377 View commit details
    Browse the repository at this point in the history
  17. nodegit: add status

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f3dc504 View commit details
    Browse the repository at this point in the history
  18. nodegit: gitlog

    - diffs: make component+api robust against missing names
    - diffs: send names anyway even though they don't make sense
    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0c31897 View commit details
    Browse the repository at this point in the history
  19. nodegit: refs

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    88c1967 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c611083 View commit details
    Browse the repository at this point in the history
  21. nodegit diffFile

    + start keeping context for caching: patchNum instead of paths
    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    39ee6e0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dd6e171 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    64f1cbd View commit details
    Browse the repository at this point in the history
  24. getDiff: index,worktree

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    caf4144 View commit details
    Browse the repository at this point in the history
  25. commitDiff: calc displayName

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e2b4be7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1e534f5 View commit details
    Browse the repository at this point in the history
  27. staging: use combined diff

    * not using index + worktree yet
    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4c0a0bc View commit details
    Browse the repository at this point in the history
  28. staging: allow editing message during rebase

    - /status: add commitMessage
    - /status: add index and wt diffs
    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fe7d720 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1526e0e View commit details
    Browse the repository at this point in the history
  30. graph/git-ref: fix not displaying on init

    the displayHtml wasn't defined yet at the time Backbone decided to redraw
    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1679564 View commit details
    Browse the repository at this point in the history
  31. graph: improve layout and get commits on demand

    - /commits endpoint to get a collection of commits and their parents
    - add date to ref structure for client side sorting
    - layout nodes to minimize overlap and still remain compact
    - load nodes when then show up on screen
    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8ce61cc View commit details
    Browse the repository at this point in the history
  32. todo

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    482e863 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4fe9a49 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ac03f6d View commit details
    Browse the repository at this point in the history
  35. staging mode WIP

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    decff6a View commit details
    Browse the repository at this point in the history
  36. direnv fixup

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1f797a3 View commit details
    Browse the repository at this point in the history
  37. fixup commit

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b9a9b42 View commit details
    Browse the repository at this point in the history
  38. flake update

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    30a9598 View commit details
    Browse the repository at this point in the history
  39. bump

    wmertens committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ea76d28 View commit details
    Browse the repository at this point in the history