Eric Amodio
|
6858c2a715
|
Fixes diff to uncommitted
|
1 年之前 |
Eric Amodio
|
e593276869
|
Fixes statusbar showing wrong line blame
|
1 年之前 |
Eric Amodio
|
90b67b9f83
|
Fixes prev line change w/ working + staged changes
|
1 年之前 |
Eric Amodio
|
8dd2ac6b54
|
Turns off `line` location on heatmap by default
|
1 年之前 |
Eric Amodio
|
78469fa158
|
Updates dependencies (TS 5.3-rc)
|
1 年之前 |
Eric Amodio
|
cb3a63b7f8
|
Fixes missing tag
|
1 年之前 |
Eric Amodio
|
3f86b16d82
|
Fixes #2997 ensures push to commit works properly
Adds support to "publish" to commit as well
|
1 年之前 |
Eric Amodio
|
b0e11bd386
|
Adds better progress & logging to webview msgs
|
1 年之前 |
Eric Amodio
|
2cb4262ba6
|
Removes `disposables` from event wrappers
- Avoid confusion on usage
- Clarifies usage on `weakEvent` which is completely different than `disposables`
|
1 年之前 |
Eric Amodio
|
300cb231f0
|
Adds configurable delay to repo file watching
- Subscribers can specify the delay and we use the min delay of current subscriptions
- Defaults Graph & Commit Details to 1s delay (rather than 2.5s)
|
1 年之前 |
Eric Amodio
|
9edc2aa153
|
Ensures disposables get cleaned up properly
|
1 年之前 |
Eric Amodio
|
fe6643867d
|
Consolidates prefs and removes visible in context
|
1 年之前 |
Eric Amodio
|
07b8798740
|
Uses WebviewShowOptions type
|
1 年之前 |
Eric Amodio
|
02b1e37f2e
|
Updates CHANGELOG
|
1 年之前 |
Eric Amodio
|
071655e390
|
Adds typings for webview show args
Adds getBestInstance to WebviewPanelsProxy
Favors active controllers
Favors open tabs if panel is hidden on showing item in graph
|
1 年之前 |
Eric Amodio
|
d909e2b70c
|
Adds better messaging while still discovering
|
1 年之前 |
Eric Amodio
|
0dc21c02e2
|
Ensures `isDiscoveringRepositories` covers initialization (for real)
|
1 年之前 |
Eric Amodio
|
8853cf844b
|
Adds force-if-includes to our force push messaging
|
1 年之前 |
Eric Amodio
|
034f1cd9ee
|
Fixes force push error messaging
|
1 年之前 |
Eric Amodio
|
93aecab6d2
|
Fixes pushing to a remote branch w/ different name
|
1 年之前 |
Eric Amodio
|
c687f0883d
|
Fixes folder history with uncommitted changes
|
1 年之前 |
Eric Amodio
|
d641c49286
|
Adds "discovered" repo sort & makes it default
Ensures that "lastFetched" sort updates the views properly
Moves sorting settings to a new "Sorting" section
|
1 年之前 |
aidoskanapyanov
|
066d3a7fdb
|
Fixes #2836 adds sorting by repositories
|
1 年之前 |
Eric Amodio
|
79ed7a924d
|
Ensures `isDiscoveringRepositories` covers initialization
|
1 年之前 |
Eric Amodio
|
d421ae794e
|
Adds better logging
Removes unused canResolveProvider parameter
|
1 年之前 |
Eric Amodio
|
e2ff94680c
|
Fixes diff header parsing
|
1 年之前 |
Eric Amodio
|
4802820b08
|
Fixes #2615 avoids replacing open repo w/ closed
|
1 年之前 |
Eric Amodio
|
41cae896a1
|
Adds commit message provider contribution
Allows commit message generation for unstaged changes too
|
1 年之前 |
Eric Amodio
|
90509a2b38
|
Adds logging for #2615
|
1 年之前 |
Eric Amodio
|
388778c1d1
|
Updates dependencies: codicons, etc
Switches from unmaintained fantasticon to @twbs/fantasticon
|
1 年之前 |
Eric Amodio
|
8c4e857618
|
Ensures path normalization
|
1 年之前 |
Eric Amodio
|
b0341a0f66
|
Fixes descendant spelling
|
1 年之前 |
Eric Amodio
|
da901c2b43
|
Adds better handling of repo at UNC root
|
1 年之前 |
Eric Amodio
|
aef9046493
|
Honors VS Code git force push settings
|
1 年之前 |
Eric Amodio
|
7b9269bb19
|
Fixes #2443 handles UNC paths in `gitlens://` uris
|
1 年之前 |
Eric Amodio
|
47ab49a33a
|
Fixes regex from stripping last character
|
1 年之前 |
Eric Amodio
|
e31c9da07c
|
Fixes Graph tooltip styling
|
1 年之前 |
Eric Amodio
|
a5c1fcd58d
|
Improves Git Command Palette confirm messaging
|
1 年之前 |
Eric Amodio
|
7127a6c08d
|
Adds 2 new GL icons
- confirm-checked & confirm-unchecked
|
1 年之前 |
Eric Amodio
|
47a0c26c69
|
Adds docs for updating GL icons
|
1 年之前 |
Eric Amodio
|
d7836711b6
|
Renames subscription folder to account
|
1 年之前 |
Eric Amodio
|
d85736a545
|
Moves & renames some sub methods for clarity
No functional changes at all
|
1 年之前 |
Eric Amodio
|
42f5d48452
|
Moves gk sub files under gk
|
1 年之前 |
Eric Amodio
|
b2b5b93029
|
Refines merge/rebase messaging when up to date
Refs: #1660
|
1 年之前 |
Eric Amodio
|
179b1bf489
|
Fixes #2625 adds # escaping to regex
Ensures correct repository on GitHub/GitLab enriched autolinks
|
1 年之前 |
Eric Amodio
|
8aa81e99a9
|
Splits & moves abstract node classes to new files
|
1 年之前 |
Eric Amodio
|
7cc24e4694
|
Fixes view node memory leaks
- Adds weakEvent function to subscribe to events that will be disposed on GC
- Reworks children handling and dispose across many view nodes
|
1 年之前 |
Aman Prakash
|
f88fcf8bb1
|
Fixes typo in README.md
|
1 年之前 |
Keith Daulton
|
85ae5faa78
|
Fixes issue in commit stats
|
1 年之前 |
Eric Amodio
|
7bdf86d32a
|
Changes to Focus for consistency
|
1 年之前 |