Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

[WIP] Bugfix/vcs deactivation race condition #2453

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
52e82ba
add p-queue and wait till queue is idle before calling deactivateProv…
akinsho Jul 23, 2018
a691b1a
correctly return deactivation promise and await it
akinsho Jul 24, 2018
e87bf78
fix vcs deregistering test
akinsho Jul 24, 2018
02e94bc
Merge branch 'master' of https://github.com/onivim/oni into feature/a…
akinsho Jul 24, 2018
32c6e7d
convert deactivateProvider to async/await
akinsho Jul 25, 2018
c667874
Move API out (#2459)
TalAmuyal Jul 25, 2018
c465082
Feature/ Indent lines improvements (#2446)
akinsho Jul 25, 2018
d471144
Fix + tidy descriptions of Explorer commands (#2460)
feltech Jul 26, 2018
06f476c
Add Lennaert Meijvogel as a backer - thank you! :)
bryphe Jul 26, 2018
97f643e
remove cursor moved audit time add scroll observable to close signatu…
akinsho Jul 26, 2018
0d20916
Bump oni-neovim-binaries version. (#2461)
CrossR Jul 26, 2018
759918d
Ignore Yarn from Linguist. (#2462)
CrossR Jul 26, 2018
b901ecd
Markdown Syntax Highlights (#2332)
CrossR Jul 26, 2018
e2c3fef
Feature/uncommit unstage functionality (#2457)
akinsho Jul 26, 2018
b6bdb4b
Explorer: Locate Current Buffer (#2429)
feltech Jul 26, 2018
b2ef17f
Jump to files/directories created in the Explorer (#2468)
feltech Jul 27, 2018
b921412
Add the CLI scripts back to the build command. (#2463)
CrossR Jul 27, 2018
97f0c61
Refocus previously open menu on reactivating Oni (#2472)
feltech Jul 29, 2018
25ab4a2
Revert "Refocus previously open menu on reactivating Oni" (#2478)
akinsho Jul 30, 2018
70388b1
Add Jonas Strømsodd as a backer - thank you! :)
bryphe Aug 1, 2018
2c03e73
Move API to oni-api and use it in preparetion for pluginization (#2473)
TalAmuyal Aug 2, 2018
66a13f5
Feature/git blame layer (#2469)
akinsho Aug 2, 2018
60c647e
Fix sidebar search (#2489)
TalAmuyal Aug 5, 2018
a54bb2c
Fix local building issue (#2488)
TalAmuyal Aug 9, 2018
795636c
Bugfix/commit loading (#2492)
akinsho Aug 16, 2018
127a2bc
Bugfix/buffer scrollbar fixes (#2495)
akinsho Aug 19, 2018
dd4b33d
Fix for 2272 - <f12> opens in current tab (#2504)
psxpaul Aug 19, 2018
910559c
Changed spacing of elements in the explorer sidebar to be more readab…
g-erson Aug 20, 2018
2fd82f3
Feature/Color-highlight improvements (#2447)
akinsho Aug 21, 2018
e3f65e6
Feature/oni sessions (#2479)
akinsho Aug 22, 2018
e482ae8
Fix for #2414 - truncated copy/paste (#2515)
psxpaul Aug 27, 2018
e612eb8
Bugfix/fix welcome buffer layer (#2522)
akinsho Aug 28, 2018
4ce6b22
Fix bug when pasting in command line mode (#2528)
psxpaul Aug 29, 2018
a396537
Add commands to jump to previous/next error (#2526)
psxpaul Aug 29, 2018
5beff5f
Feature/add sessions to welcome (#2527)
akinsho Aug 30, 2018
b17bac2
add p-queue and wait till queue is idle before calling deactivateProv…
akinsho Jul 23, 2018
5afbf17
correctly return deactivation promise and await it
akinsho Jul 24, 2018
28ba31c
fix vcs deregistering test
akinsho Jul 24, 2018
faa26b6
convert deactivateProvider to async/await
akinsho Jul 25, 2018
436ab91
fix any typing of unhandledrejection handler
akinsho Aug 31, 2018
be21fe1
Use utility attempt function to call vcs methods
akinsho Aug 31, 2018
74966ad
move call to initialize to after activate :shrug:"
akinsho Aug 31, 2018
7e9ef86
merge remote version fix conflicts
akinsho Aug 31, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump oni-neovim-binaries version. (#2461)
  • Loading branch information
CrossR authored Jul 26, 2018
commit 0d20916735188fdda7edc8fa9969f722d65d7643
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
"msgpack-lite": "0.1.26",
"ocaml-language-server": "^1.0.27",
"oni-api": "0.0.48",
"oni-neovim-binaries": "0.1.2",
"oni-neovim-binaries": "0.1.3",
"oni-ripgrep": "0.0.4",
"oni-types": "^0.0.8",
"react": "^16.3.2",
Expand Down