Eric Amodio
6f13cecfeb
Fixes #849 - uses vscode's markdown escaping regex
5 years ago
Eric Amodio
970111615f
Adds version string conversion for compare
5 years ago
Eric Amodio
59d9071a9b
Updates prettier config
Giving up on better else/catch/finally formatting -- can't fight anymore
Switching to tabs for better accessibility
https://twitter.com/sh4na/status/1146837957200027648
5 years ago
Eric Amodio
8f2c4638cb
Renames `Promise.isPromise` to `is`
5 years ago
Eric Amodio
d394658aca
Changes updateEffective to ignore array order
Moves all lodash into system
5 years ago
Eric Amodio
cc561722bb
Updates eslint & fixes lint issues
5 years ago
Eric Amodio
b4c96c5796
Fixes #798 - multiple repo fetch/push/pull fails
5 years ago
Eric Amodio
bf48a26c1d
Adds quick git commands
5 years ago
Eric Amodio
c076be088b
Adds Promises to system lib
5 years ago
Eric Amodio
ceadcf3c81
Improves perf of interpolate (drastically) 🔥
5 years ago
Eric Amodio
58e07e51e8
Updates dependencies
5 years ago
Eric Amodio
a96e98a7ee
Allows versions without a patch
5 years ago
Eric Amodio
26cbee6d60
Makes GitUri immutable & memoizes many members
5 years ago
Eric Amodio
65440a42b3
Renames Dates.toFormatter to getFormatter
5 years ago
Eric Amodio
81f931e073
Adds memoization to many members
5 years ago
Eric Amodio
1a66dd6a18
Adds root path collapsing with compact hierarchy
5 years ago
Eric Amodio
d2b87f98c6
Fixes branch commit quickpick nav
5 years ago
Eric Amodio
8ec5ceb815
Adds mode logging - #725
5 years ago
Eric Amodio
3f3a0de59a
Reworks new committer vs author switch
Adds `${committerAgo}`, `${committerAgoOrDate}`, `${committerDate}`
Repurposes `${authorAgo}` & replaces current ones w/ `${author}, ${ago}`
Repurposes `${authorAgoOrDate}` & replaces w/ `${author}, ${agoOrDate}`
Renames defaultDateType to defaultDateSource
Points format settings to new formatting wiki
5 years ago
Eric Amodio
bfd310fa8d
Adds renamed file path to file view nodes
Adds originalPath token
5 years ago
Eric Amodio
6158ff44eb
Fixes #695 - invalid url w/ remote in branch name
5 years ago
Eric Amodio
fb36df4f28
Improves logging of repo search at start
5 years ago
Eric Amodio
716ffd495e
Adds helper Functions.is
5 years ago
Eric Amodio
72e60e0a9a
Switches from date-fns to day.js (smaller)
5 years ago
Eric Amodio
7c6b659604
Switches to eslint from tslint
5 years ago
Eric Amodio
f67bf87c53
Renames LogLevel to TraceLevel for consistency with others
6 years ago
Eric Amodio
86c4d32ecf
Updates dependencies & prettiers
6 years ago
Marc Lasson
e1c2c74301
Fixes #626 - Avoid using object to implement Map
This commit fixes a bug occurring with branch names which are parsable
integers.
They were always shown first in the list of branches (even if they are
not starred) because the chrome implementation does not respect the
insertion order for keys that happen to be parseable integers.
6 years ago
Eric Amodio
4b4f6d8e31
Ensures full logging while debugging
6 years ago
Eric Amodio
c08f6ecc92
Fixes logging of params with default values
6 years ago
Eric Amodio
ce8abd6410
Renames *RegEx to *Regex for consistency
6 years ago
Eric Amodio
03d14fccf4
Changes to length === 0 for better safety
6 years ago
Eric Amodio
6bab295572
Updates to TypeScript 3.2.1
6 years ago
Eric Amodio
4e0e661e8f
Fixes compile issue with TypeScript 3.2
6 years ago
Eric Amodio
6c2545d107
Fixes logger correlation and other tweaks
6 years ago
Eric Amodio
8cf77169d1
Adds excluding args to logging
6 years ago
Eric Amodio
3f6cf7ed66
Updates decorators
6 years ago
Eric Amodio
a78456e2ae
Adds better logging support
6 years ago
Eric Amodio
8c27adb1ec
Updates dependencies & switches to lodash-es
6 years ago
Eric Amodio
55bc8c243f
Changes Results view into Compare view
Adds ability to start a compare directly from the view
6 years ago
Eric Amodio
3f3b8d28d6
Adds Search Commits view
Renames showCommitInResults to showCommitInView
Renames showFileHistoryInResults to showFileHistoryInView
6 years ago
Eric Amodio
755c1ff6f9
Adds Change Base (branch/tag) command to file history view
Adds Change Base (branch/tag) command to line history view
6 years ago
Eric Amodio
e0df9a8c30
Fixes issues detected by DeepScan
6 years ago
Eric Amodio
70933cfa13
Changes config.changed to always return true when initializing
Fixes auto-refresh context on repositories view loading
6 years ago
Eric Amodio
aceab8179d
Adds gating via @gate to many node methods
6 years ago
Eric Amodio
ad0aae7c99
Switches to use terser (rather than uglify)
Switches to use full source-map for better debugging (stepping)
6 years ago
Eric Amodio
bfa7509119
Fixes @log issues when code is minified (can't look up by name)
6 years ago
Eric Amodio
2921aebc82
Adds traps for stringify errors
Fixes sanitize support
6 years ago
Eric Amodio
554336586c
Adds @debug , @log , @logName decorators
Adds Logger.debug, Logger.logWithDebugParams
Refactors logging and renames TraceLevel to LogLevel
Adds logging for views and view nodes
6 years ago
Eric Amodio
a722a995ea
Adds new repository commands (fetch, pull, push) (wip)
Closes #470 - Adds fetch command to Repository explorer
6 years ago