Brian Bolte
1657829069
Uses GitHub Avatar for GH 'noreply' email address
Partial fix for #281- covers the `*@users.noreply.github.com` case.
The `users.noreply.github.com` domain comes from users
making use GitHub's 'email privacy' feature.
Since the noreply address doesn't accept email, a user can't link
their preferred Gravatar to this type of email address.
The upside is that this address is easily parsable into:
* (optional) Github User ID
* Github User Name
We can use either to create the associated avatar link
without actually having to do an additonal request
against Github's user search API.
5 years ago
Kwok
09ee20c592
Fix typo of "workbench.colorCustomization"
Missing "s" in setting
5 years ago
Eric Amodio
8b71a1b9e3
Prettiers
5 years ago
Eric Amodio
5f696bd95c
Updates dependencies
5 years ago
Eric Amodio
c7774fbe5e
Allows confirm toggle on confirm step
Shortens confirm toggle tooltips
5 years ago
Eric Amodio
fe20f13ca9
Renames checkout to switch & restore
Git 2.23.0 splits checkout into switch & restore
5 years ago
Eric Amodio
c3d532c000
Updates to Typescript 3.6.1
Reworks generator types
5 years ago
Eric Amodio
4e11fe5ae8
Upgrades dependencies
5 years ago
Eric Amodio
8f2c4638cb
Renames `Promise.isPromise` to `is`
5 years ago
Eric Amodio
eec231e6e5
Adds copy support to view nodes via shortcut
5 years ago
Eric Amodio
22598e83c6
Allows search to include details
5 years ago
Eric Amodio
400aac071d
Adds confirmation toggle to git commands
5 years ago
Eric Amodio
d394658aca
Changes updateEffective to ignore array order
Moves all lodash into system
5 years ago
Eric Amodio
4fc04f8e71
Fixes git commands cancel button
5 years ago
Eric Amodio
cc561722bb
Updates eslint & fixes lint issues
5 years ago
Eric Amodio
8dd8c884b5
Adds QuickPickItemPlus
5 years ago
Eric Amodio
599832366f
Adds fetch all & prune to fetch git command
5 years ago
Eric Amodio
558a743537
Renames directive quickpick item
5 years ago
Eric Amodio
7b94606bfe
Adds stash apply|drop|pop|push git commands
Changes stash[Apply|Delete|Save] commands to use new git commands
5 years ago
Eric Amodio
5c3f6b5b05
Reorgs git commands
Adds explicit directive for going back
Adds command error logging
Removes unneeded abort error
5 years ago
Zach Boyle
f274bc1a5e
adds feature to prune remote
5 years ago
ahmadali shafiee
0b54fafbf3
Make ansible use document scope
it's the same as #548 for ansible language
5 years ago
Eric Amodio
8a090bd54e
Adds new git commands features
Adds arbitrary ref support to cherry-pick git command
Enhances the feedback when choosing an arbitrary ref
5 years ago
Eric Amodio
3a8d91c3ca
Reworks git commands & calls them from views
Changes checkout in views to run via git commands
Changes fetch in views & palette to run via git commands
Changes pull in views & palette to run via git commands
Changes push in views & palette to run via git commands
Adds skip confirmation support for some git commands
Adds gitCommands.skipConfirmation setting
Adds force option to push git command
Adds local branch creation to remote branch checkout git command
Adds arbitrary ref support to checkout git command
5 years ago
Eric Amodio
6e2884e2d0
Preps v9.9.3
5 years ago
Eric Amodio
5d3a218f2e
Polishes new add remote support
5 years ago
zboyle
e28db743ec
Adds add new remote support
5 years ago
Eric Amodio
c27681d24f
Reverses refs for consistent comparisons
5 years ago
Eric Amodio
4fedcd8fae
Fixes #812 - diffWithPrev with uncommitted changes
5 years ago
Eric Amodio
7d2e642536
Updates dependencies
5 years ago
Eric Amodio
b6b1101fc4
Preps v9.9.2
5 years ago
Eric Amodio
2d060628e2
Stops showing compare view on Select for Compare
Fixes focus issues with compare picker
5 years ago
Eric Amodio
0f5c4abe79
Fixes #806 - use merge base with .. compares
5 years ago
Eric Amodio
772fe271cb
Fixes #756 , #809 - use ^ to ensure prev in diffs
5 years ago
Eric Amodio
18d683b9c0
Fixes #685 , #789 - avoids errors in repo search
5 years ago
Eric Amodio
da072f0d47
Updates dependencies
5 years ago
Eric Amodio
e5b2fbf17c
Adds more repo search logging
5 years ago
Eric Amodio
d5f8abe206
Fixes #649 - missing remotes w/o proper urls
5 years ago
Eric Amodio
529f72cd58
Fixes prettier issue
5 years ago
Eric Amodio
b4c96c5796
Fixes #798 - multiple repo fetch/push/pull fails
5 years ago
Eric Amodio
aaac484dff
Fixes #805 - regression in compare with working
5 years ago
Eric Amodio
82418a6631
Upgrades dependencies
5 years ago
Eric Amodio
f8308c77db
Removes checkout from branches node
5 years ago
Eric Amodio
345be49d7b
Adds checkout to current branch w/ picker
5 years ago
Eric Amodio
c4f37ebe91
Uses new node readdir opts for better repo search
5 years ago
Eric Amodio
0f91a24165
Adds repo id to repo logging
5 years ago
Eric Amodio
7a842f650e
Updates dependencies
5 years ago
Eric Amodio
df8daa12df
Reworks webviews for better flexibility
Lays some groundwork for the coming timeline webview
5 years ago
Eric Amodio
cafbd29228
Preps v9.9.1
5 years ago
Eric Amodio
f0d4bb8ac5
Removes tslint problem matcher
5 years ago