Commit graph

28394 commits

Author SHA1 Message Date
Markus Olsson f04b8d1557 🎨 cleanup 2020-11-27 15:06:26 +01:00
Markus Olsson ee57464fd0 🎨 cleanup 2020-11-27 15:04:22 +01:00
Markus Olsson 1b72fd2535 Eliminate double for-each-ref call by removing return value from createBranch
Right after we create a branch we refresh the list of branches so we can just use that list rather than issuing a redundant for-each-ref command
2020-11-27 14:42:49 +01:00
Markus Olsson 2e70798475 🎨 cleanup 2020-11-27 14:25:01 +01:00
Markus Olsson 1a1639003c 🎨 cleanup 2020-11-27 14:18:44 +01:00
Markus Olsson db80c4e6c9 🎨 Let the dialog close itself 2020-11-27 14:18:31 +01:00
Markus Olsson bea768a6e8 We don't need to return a repository here 2020-11-27 14:14:48 +01:00
Markus Olsson 1ec3818086 Remove unused import 2020-11-27 14:12:30 +01:00
Markus Olsson d327d2a5a6 Move createBranch into gitStore and refresh branches afterwards 2020-11-27 14:11:37 +01:00
Markus Olsson 36c7618abc
Merge pull request #11132 from desktop/no-vendored-yarn-for-u
Don't include results from our vendored yarn.js in search results
2020-11-27 14:06:54 +01:00
Markus Olsson f253a7aed5 Don't include results from our vendored yarn.js in search results 2020-11-27 11:55:37 +01:00
Markus Olsson c2acf05260 Short circuit for existing repos 2020-11-26 22:21:04 +01:00
Markus Olsson 7ffd001bc6 🎨 cleanup 2020-11-26 22:20:51 +01:00
Markus Olsson a83962fd9f 🎨 cleanup 2020-11-26 22:12:35 +01:00
Markus Olsson 5e4eb85c61 🎨 cleanup 2020-11-26 22:04:08 +01:00
Markus Olsson 7c543c98de Merge branch 'development' into non-null-gh-id 2020-11-26 21:44:41 +01:00
Markus Olsson 4c5a6289ac
Merge pull request #11124 from desktop/swipe-pilfer-nab-nick-and-snatch
Fix image swipe regression
2020-11-26 14:51:31 +01:00
Markus Olsson 6d49106245
Merge pull request #11129 from desktop/vscode-defaults
Update VSCode recommended extensions and workspace settings
2020-11-26 14:51:06 +01:00
Markus Olsson 6fb5920a6b Recommend rewrap
Rewrap provides an easy way to re-wap comments to fit within our 80 character guideline
2020-11-26 11:55:31 +01:00
Markus Olsson ec680c2058 We don't want files without trailing newlines 2020-11-26 11:52:57 +01:00
Markus Olsson 54fdde9388 I don't think this has worked in recent times 2020-11-26 11:52:45 +01:00
Markus Olsson c536f23441 TSLint is deprecated, we're relying on eslint now 2020-11-26 11:52:32 +01:00
Markus Olsson a7ec771daf
Merge pull request #11115 from desktop/parse-some-enums
Parse enums using runtime enum type defintion
2020-11-25 15:41:55 +01:00
Markus Olsson 842fd27891
Merge pull request #11116 from desktop/releases/2.6.1-beta1
Release v2.6.1-beta1
2020-11-25 15:36:40 +01:00
Markus Olsson d939c4b56e
Merge pull request #11118 from desktop/dependabot/npm_and_yarn/app/highlight.js-9.18.5
Bump highlight.js from 9.12.0 to 9.18.5 in /app
2020-11-25 15:32:52 +01:00
Markus Olsson 70e8cf06c2 Swap previous/before and align with dotcom 2020-11-25 11:38:57 +01:00
Markus Olsson cdace91b43 Border messes with alignment, let's skip it and bring it back if we feel like we need to 2020-11-25 11:38:41 +01:00
Markus Olsson 55c6caded2 Don't need this any more 2020-11-25 11:38:15 +01:00
Markus Olsson fec341042d Move checkboard background to container 2020-11-25 11:37:42 +01:00
Markus Olsson 1b55425a9f Start from zero 2020-11-25 11:36:11 +01:00
dependabot[bot] 7418ed36d5
Bump highlight.js from 9.12.0 to 9.18.5 in /app
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.12.0 to 9.18.5.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/9.12.0...9.18.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-24 23:42:42 +00:00
Markus Olsson 23a314c8e3 Bump version and initial changelog 2020-11-24 14:40:48 +01:00
Markus Olsson 37047466c6
Merge pull request #11114 from desktop/fix-unbound-metic-record-call
Fix unbound metric record call
2020-11-24 14:21:52 +01:00
Markus Olsson 28ef2fe2da Add some tests forr good measure 2020-11-24 14:19:17 +01:00
Markus Olsson e31ec965ae Inline type 2020-11-24 14:02:13 +01:00
Markus Olsson 23a94daf5b Give me whatever past me was drinking, new measurements show this as faster! 2020-11-24 14:00:44 +01:00
Markus Olsson beafeb3fb5 Match on values, not keys, duh 2020-11-24 13:52:06 +01:00
Markus Olsson d5cb23e64f 📖 2020-11-24 12:21:33 +01:00
Markus Olsson fd48d85210 Guard against all kinds of errors 2020-11-24 12:15:43 +01:00
Markus Olsson e861209ba1 Wouldn't it be ironic if this crashes due to an unhandled promise rejection? 2020-11-24 12:13:22 +01:00
Markus Olsson aaad03eddd Call recordUnhandledRejection bound to the stats store instance 2020-11-24 12:11:40 +01:00
Markus Olsson 04062c25d8 Merge branch 'development' into parse-some-enums 2020-11-24 12:09:29 +01:00
Markus Olsson 336fb5b56f
Merge pull request #10957 from desktop/stash-reentrancy
Refactor checkout branch and stash logic
2020-11-24 12:08:33 +01:00
Markus Olsson 923e5a2448 Merge branch 'development' into stash-reentrancy 2020-11-24 11:43:12 +01:00
Markus Olsson 8af5590143 Preseve metric semantics
Don't count a branch switch as a non default switch if we don't  know for sure what the default branch is
2020-11-24 11:25:49 +01:00
Markus Olsson 02d919d056 Roll single-use function into callsite 2020-11-24 11:06:39 +01:00
Markus Olsson aad5b41046 🎨 implicit type 2020-11-24 10:53:47 +01:00
Markus Olsson ad036a94b6 These checks aren't expensive, it's fine if we set it to what it already is 2020-11-24 10:53:41 +01:00
Markus Olsson 180ebf5e31
Merge pull request #11107 from desktop/what-if-we-did-fullscreen-search-tho
Fix fullscreen keyboard shortcut in split diff mode
2020-11-23 18:30:16 +01:00
Markus Olsson 520acced60 I'm in command but I don't have it under control 2020-11-23 13:43:03 +01:00