Commit graph

32234 commits

Author SHA1 Message Date
Markus Olsson aba6450dae Take three
Still need to check if it's defined
2022-03-07 12:14:53 +01:00
Markus Olsson 58fae10c4c Eh.. maybe we should just keep it simple
Pick<T, K> doesn't (can't) differentiate between prototypically inherited properties and regular once so it feels weird if the type system lets you do something that the runtime then ignores
2022-03-07 12:10:39 +01:00
Sergio Padrino e6fc04827c Update release notes for 2.9.12 2022-03-07 11:36:09 +01:00
Sergio Padrino 16ce8c233b Merge branch 'development' into releases/2.9.12-beta1 2022-03-07 11:31:43 +01:00
Markus Olsson a2f95c3fa9
Merge pull request #14088 from desktop/shell-cleanup
Simplify updateEnvironmentForProcess
2022-03-07 10:30:14 +00:00
Markus Olsson dbc5ccd025 Use our own custom pick 2022-03-07 11:09:40 +01:00
Markus Olsson 8978cfa949 📖 2022-03-07 11:08:04 +01:00
Markus Olsson 43282ce2f5 🎨 cleanup 2022-03-07 11:07:57 +01:00
Markus Olsson 09fa937c55 Add a slightly more type safe pick 2022-03-07 10:57:53 +01:00
Sergio Padrino 24dc211c6f
Merge pull request #14085 from tsvetilian-ty/goland-support
Add GoLand Support for Windows
2022-03-07 09:54:10 +01:00
Sergio Padrino 17080596eb
Merge pull request #14054 from detherminal/development
Added Android Studio To External Editors
2022-03-07 09:51:26 +01:00
Geophilus Durairaj 83088a266e
format text based on suggestion 2022-03-07 08:12:45 +05:30
Markus Olsson c1895ed7ba
Merge pull request #14086 from desktop/fs-promises/fs-extra-no-more-kindof
Unship fs-extra from runtime app
2022-03-06 21:35:51 +00:00
Markus Olsson 9e11e07804
Merge pull request #14084 from desktop/fs-promises/sync
fs/promises: synchronous methods
2022-03-06 21:35:37 +00:00
Markus Olsson b48c529c68
Merge pull request #14083 from desktop/fs-promises/remove
fs/promises: remove
2022-03-06 21:35:27 +00:00
Markus Olsson d8b6ac0295
Merge pull request #14082 from desktop/fs-promises/ensureFile
fs/promises: ensureFile
2022-03-06 21:35:19 +00:00
Markus Olsson 55e4d8a970
Merge pull request #14081 from desktop/fs-promises/ensureDir
fs/promises: ensureDir
2022-03-06 21:35:09 +00:00
Markus Olsson f394d7153c
Merge pull request #14080 from desktop/fs-promises/path-exists
fs/promises: pathExists
2022-03-06 21:34:58 +00:00
Markus Olsson 516b9cd34a
Merge pull request #14079 from desktop/fs-promises/search-and-replace
fs/promises: mkdtemp, createReadStream, writeFile, appendFile, readlink, symlink, unlink, readdir, and realpath
2022-03-06 21:34:40 +00:00
tidy-dev e4fa01a89f Release 2.9.12-beta1 2022-03-06 10:34:42 -05:00
tidy-dev 01d5caf82a
Merge pull request #12922 from desktop/added-deleted-groups
Improves added and deleted line borders for high contrast mode
2022-03-06 09:47:32 -05:00
Geophilus Durairaj 2f4cd4b3d9
code formatting 2022-03-05 20:56:20 +05:30
Geophilus Durairaj e8ee18ce1e
review changes
shorter message for branch creation from default branch
minor text change
link wrapping fix
2022-03-05 20:54:59 +05:30
Geophilus Durairaj 28225e40ae
Merge remote-tracking branch 'upstream/development' into fork_message 2022-03-05 20:29:02 +05:30
uttiya10 ac063e3cb9
Merge branch 'development' into escape-file-path-gitIgnore 2022-03-04 17:14:28 -05:00
Markus Olsson d25bf0de94 🎨 cleanup 2022-03-04 18:06:06 +01:00
Markus Olsson 7568fe8ca9 definitely not sync 2022-03-04 18:06:06 +01:00
Markus Olsson c3b472bee5 Support env vars containing newlines 2022-03-04 18:06:06 +01:00
Markus Olsson e4f9a9b247 Integrate getRawShellEnv into updateEnvironment 2022-03-04 18:06:06 +01:00
Markus Olsson fd17796285 Leverage promise based execFile in shell.ts
Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
2022-03-04 18:06:04 +01:00
Detherminal 14f5965173 Fixed indentation, again 2022-03-04 19:32:52 +03:00
detherminal 7e8b3c45fb
Merge branch 'desktop:development' into development 2022-03-04 19:03:58 +03:00
Tsvetilian Yankov fd6e2cde49 Add GoLand Support for Windows 2022-03-04 17:44:36 +02:00
Markus Olsson b40591c608 Remove fs-extra 2022-03-04 16:41:47 +01:00
Markus Olsson ed6162a7dd Convert a bunch of sync fs methods to node fs 2022-03-04 16:12:05 +01:00
Markus Olsson f37c3fe1c6 One more, real quick before @sergiou87 reviews it! 2022-03-04 16:06:35 +01:00
Markus Olsson ba326cf996
Update app/src/ui/add-repository/gitignores.ts
Co-authored-by: Sergio Padrino <sergio.padrino@gmail.com>
2022-03-04 15:05:55 +00:00
Markus Olsson bfe2c276c8 Let's throw the sync methods in here for good measure 2022-03-04 16:01:36 +01:00
Markus Olsson 8474a2fe30 Merge branch 'fs-promises/ensureFile' into fs-promises/remove 2022-03-04 16:01:12 +01:00
Markus Olsson 1ce5d127c5 Merge branch 'fs-promises/ensureDir' into fs-promises/ensureFile 2022-03-04 16:00:47 +01:00
Markus Olsson 9dad7733cc Merge branch 'fs-promises/path-exists' into fs-promises/ensureDir 2022-03-04 16:00:16 +01:00
Markus Olsson c3727775ee Merge branch 'fs-promises/search-and-replace' into fs-promises/path-exists 2022-03-04 15:59:12 +01:00
Markus Olsson 372bff5360 Look at you, hiding there disguised as fs 2022-03-04 15:58:53 +01:00
Markus Olsson 97b25d2a9e Replace 'remove' from 'fs-extra' with rm 2022-03-04 15:53:23 +01:00
Markus Olsson acf6195a38 Merge branch 'fs-promises/ensureDir' into fs-promises/ensureFile 2022-03-04 15:47:21 +01:00
Markus Olsson c69d7fc4be Found two more ensureDir 2022-03-04 15:47:09 +01:00
Markus Olsson 537852853d Merge branch 'fs-promises/path-exists' into fs-promises/ensureDir 2022-03-04 15:45:29 +01:00
Markus Olsson 3c23ac770b Missed two pathExists 2022-03-04 15:45:03 +01:00
Markus Olsson c4ea0405cd Merge branch 'fs-promises/search-and-replace' into fs-promises/path-exists 2022-03-04 15:43:11 +01:00
Markus Olsson a5b9a08773 Missed two more! 2022-03-04 15:42:51 +01:00