Граф коммитов

3748 Коммитов

Автор SHA1 Сообщение Дата
Rachel Macfarlane eaecb73d1c Throw on comment thread creation failure instead of showing notificiation 2018-08-08 10:27:49 -07:00
Rachel Macfarlane 6bd00fbd57 Fixes #140, Comments edited on GitHub are not updated in VSCode UI 2018-08-07 17:23:01 -07:00
Rachel Macfarlane fef033347a bump version to 0.0.7 2018-08-07 16:38:47 -07:00
Peng Lyu 65c1972d72 Fix #136. Memory leak when tree view is refreshed. 2018-08-07 16:26:32 -07:00
Miguel Solorio 7738fef2a0 Update styling and use commit sha as a link instead of message 2018-08-07 15:46:31 -07:00
Miguel Solorio 31bda0d46b Change checkout icon to use pr icon 2018-08-07 15:46:07 -07:00
Miguel Solorio c2ab2a42ce Update styling for header and body 2018-08-07 15:45:53 -07:00
Rachel Macfarlane ea393773ec Show notification when comment creation fails, #137 2018-08-07 11:21:37 -07:00
Rachel Macfarlane 2d44980a64 Fixes #138, no way to refresh commits 2018-08-07 11:11:09 -07:00
Andreia Gaita ea59abb73d Improve scope validation by checking supersets as well
A token with a "user" scope will work just as well as one with "user:email".
2018-08-07 18:20:14 +02:00
Andreia Gaita 1b51607ca1 Delay checking credentials and displaying signin
Delay the credential check and doing sign in until the first interaction of the user with something that requires API access, so basically it will only kick in when the user expands one of the PR lists.
2018-08-07 16:00:37 +02:00
Andreia Gaita f6f779995a Sync yarn.lock and package-lock.json 2018-08-07 15:57:24 +02:00
Andreia Gaita 87e21ae752 Merge master into shana/login 2018-08-07 11:50:00 +02:00
Rachel Macfarlane 89aea4f319 Improve error message formatting 2018-08-06 17:27:19 -07:00
Rachel Macfarlane 07f00c1bd1 Allow to delete a local pull request branch, fixes #124 2018-08-06 14:54:48 -07:00
rebornix 2ec0ca21b8 bump version. 2018-08-06 14:01:23 -07:00
Rachel Macfarlane 10ab7ae50b Fix deprecated warnings in the console, fixes #22 2018-08-06 12:50:44 -07:00
Rachel Macfarlane a80a4f9c2a Prevent text overflow on buttons, fixes #106 2018-08-06 11:33:02 -07:00
rebornix 7e5d9d972a Fix #134. Remove duplicates from same remote server. 2018-08-06 11:14:08 -07:00
Rachel Macfarlane 0cd2d740d7 Fixes #102, new comments not appearing on PR description page 2018-08-06 11:05:08 -07:00
rebornix cf5de27a23 Fix #101. Set font family for textarea explicitly. 2018-08-06 10:49:37 -07:00
Rachel Macfarlane 2d4a7afd8a Fixes #130, Same comment is shown in multiple places 2018-08-03 14:34:43 -07:00
Rachel Macfarlane cb4ca82e81 Fixes #132, Error while checking out PR 2018-08-02 15:34:52 -07:00
Andreia Gaita 7c64a683e1 Tweak the authentication user messages 2018-08-02 16:48:13 +02:00
Andreia Gaita 3856af59cc Oh yeah, we don't want to save all the other fields... 2018-08-02 16:34:27 +02:00
Andreia Gaita 5b198d5adf Check if the server is a github instance when selecting remotes to use
Also show a message when the user is signed in successfully.
2018-08-02 16:16:17 +02:00
Andreia Gaita 3c4c30d8ee Add support for any github host (hosted business instances, enterprise, etc) 2018-08-01 19:29:13 +02:00
Rachel Macfarlane 988bb35f9c Use input colors for comment textarea on overview page, fixes #100 2018-08-01 10:20:22 -07:00
Andreia Gaita 04219f08ef Add UI for initiating sign in. Try anonymous access if the server supports it
Make sure we only try to sign in once to a given server.
2018-08-01 15:43:44 +02:00
Andreia Gaita d605f653be Implementing oauth webflow via external webapp 2018-07-31 19:16:50 +02:00
Andreia Gaita 33d5ff5651 Add ws 2018-07-31 15:38:29 +02:00
Andreia Gaita 5a1a70886d Add missing hosts property 2018-07-31 14:27:45 +02:00
Andreia Gaita 65903517a1 Update package-lock.json 2018-07-31 14:27:09 +02:00
Andreia Gaita db06fca08d Update yarn dependencies 2018-07-31 14:16:19 +02:00
Andreia Gaita 6108777c21 Hook up webflow auth during credential checks 2018-07-31 14:15:17 +02:00
Rachel Macfarlane 1a69cfad33 v0.0.5 2018-07-30 15:21:16 -07:00
Rachel Macfarlane 40145f60ba
Add commit list to 'Changes in Pull Request' section, fixes #34 2018-07-30 10:14:54 -07:00
Rachel Macfarlane 8b6f4dd9db
Add commit list to 'Changes in Pull Request' section, fixes #34 2018-07-30 10:14:18 -07:00
Rachel Macfarlane 70a07dfe94 Use fileChange diff hunks to reveal comment 2018-07-27 15:30:27 -07:00
Rachel Macfarlane 76bfbb0c64 Ensure the selection range to reveal a comment is non-negative 2018-07-27 11:56:01 -07:00
Peng Lyu e62c79803b fix compile typing error 2018-07-24 09:41:47 +08:00
Peng Lyu 18c6f1dd65 fix #49, fix #2. Reveal to the line where the first commit sits on. 2018-07-24 09:36:32 +08:00
Rachel Macfarlane 067ca0fbc9 Improve the 'Checked Out' PR UI on description webview, fixes #25 2018-07-20 15:40:29 -07:00
Rachel Macfarlane 316b88c56c Fixes #96, Checkout sometimes clears PR tree 2018-07-18 17:33:27 -07:00
Peng Lyu f9f6102b11 fix #67. Render html in markdown 2018-07-18 10:12:45 +08:00
Peng Lyu 5c09b92fb1 fix #81. 2018-07-17 22:06:59 +08:00
Justin Parker 11fdb05fb7 Fix typo (#95) 2018-07-16 14:40:42 -07:00
Rachel Macfarlane 364ab2ce3e Change styling of description page, fixes display on light themes, #80 2018-07-12 16:20:56 -07:00
Rachel Macfarlane b993ab100b Clarify wording of notification on close, fixes #51 2018-07-11 17:06:20 -07:00
Rachel Macfarlane 121e26948a Fix error message formatting 2018-07-11 15:11:53 -07:00