1583 Commits

Author SHA1 Message Date
Robin Shen
197f701d03 Fix gitlink read error 2022-05-07 19:07:52 +08:00
Robin Shen
fc789cec04 Improve usage experience of source/diff selection 2022-05-07 17:12:39 +08:00
Robin Shen
a10641a45e Remove symbol tooltip loading indicator to make it less clutter 2022-05-07 10:09:59 +08:00
Robin Shen
d655074f05 Close symbol hover upon ESC 2022-05-07 09:20:59 +08:00
Robin Shen
d01d950341 Bump version to 7.1.6 2022-05-06 12:54:26 +08:00
Robin Shen
eac617a9e6 Fix issue #714 - Repository Sync Job Steps cause an exception 2022-05-06 12:51:13 +08:00
Robin Shen
8cc276fc8b Merge branch 'main' into dev 2022-05-06 11:06:33 +08:00
Robin Shen
b82e653d81 Fix issue #712 - Can't open CI log 2022-05-06 09:51:15 +08:00
Robin Shen
f57b16b990 Merge pull request #45 - Have the link preview show project parents as well
The code currently just shows the name of the project, when it should probably show the parents.
(ex. "ondev/server" rather than "server")
2022-05-06 00:39:13 +00:00
Thomas Terry
efdf3aa603 Fix meta header to show project parents as well 2022-05-05 19:30:24 -05:00
Robin Shen
3328b08e9c Bump version to 7.1.4 2022-05-05 17:20:22 +08:00
Robin Shen
8de9b24808 Fix issue #711 - After update to v7.x CPU is loaded on 100% 2022-05-05 17:19:38 +08:00
Robin Shen
fbe56f8f7a Bump version to 7.1.3 2022-05-05 12:44:20 +08:00
Robin Shen
f8c40380ba Fix issue #710 - Typing too fast in command palette can cause wrong
option to be selected
2022-05-05 12:43:02 +08:00
Robin Shen
07ebc7da27 Merge branch 'dev' 2022-05-05 10:28:44 +08:00
Sierra Larane
4f96e39c75 Edit ProjectPage.java 2022-05-05 00:57:16 +00:00
Sierra Larane
1b52e5df6d Edit OpenGraphHeaderMeta.java 2022-05-05 00:56:22 +00:00
Sierra Larane
cd4af1ead1 Edit OpenGraphComponentType.java 2022-05-05 00:54:57 +00:00
Sierra Larane
30dd71c937 Edit OpenGraphComponentType.java 2022-05-05 00:54:40 +00:00
Thomas Terry
0ba9fc3ae8 Add Meta headers for showing previews of urls. 2022-05-04 19:53:00 -05:00
Robin Shen
32b080a808 Minor css fix 2022-05-04 20:35:24 +08:00
Thomas Terry
2cd066c675 Move and rename ProgrammingLanguageInfoManager to ProgrammingLanguageDetector 2022-05-03 20:24:42 -05:00
Sierra Larane
8a2a77681e Edit DefaultCommitInfoManager.java 2022-05-03 23:27:45 +00:00
Thomas Terry
3edd19c6fa Finish rewrite of file type checking 2022-05-03 17:40:38 -05:00
Thomas Terry
078a7af5a5 Use .equals instead of == 2022-05-03 17:23:48 -05:00
Thomas Terry
12373517d3 Add rest of code for new extension checking method 2022-05-03 17:21:50 -05:00
Thomas Terry
042160bc6e Add new way of checking extension 2022-05-03 17:19:41 -05:00
Robin Shen
142b49d70c Bump version to 7.1.2 2022-05-03 20:42:14 +08:00
Robin Shen
8e45453140 Fix issue #708 - Query assist also pops up when press command palette
shortcut key
2022-05-03 20:41:40 +08:00
Robin Shen
357a4183e7 Bump version to 7.1.1 2022-05-03 19:47:57 +08:00
Robin Shen
a0eeb7d331 Fix issue #707 - Error when open command palette as non-administrator 2022-05-03 19:47:22 +08:00
Robin Shen
3d419e2843 Use same ref as current build when fire new build in pipeline 2022-05-03 18:02:32 +08:00
Robin Shen
2fecb5fafa Bump version to 7.1.0 2022-05-03 17:01:36 +08:00
Robin Shen
f935d3b18b Change number of similar issue suggestion to 5 to save screen space 2022-05-03 16:58:45 +08:00
Robin Shen
2f37f216af Fix issue #703 - CSS: Commits list view: Hovering with mouse over a
commit dot highlights the commit row in a dark background
2022-05-03 16:48:16 +08:00
Robin Shen
2a7cb23eac Fix issue #702 - Pull request filter "to be reviewed by me" shows
discarded pull requests
2022-05-03 16:42:49 +08:00
Robin Shen
03efc8bbad Fix issue #701 - Configure default assignee on pull request 2022-05-03 16:23:55 +08:00
Robin Shen
caf8e7dd25 Fix issue #698 - Add possibility to create link to particular comment
within issue
2022-05-03 16:17:52 +08:00
Robin Shen
b4eb88a2d7 Merge pull request #40 - Add the ability to recognize other possible README file endings
This pull request adds the ability for the markdown renderer and the main README to recognize the other possible markdown file extension of ".mkd". And the possiblity of using other renderable file types as the readme.

This pull request also fixes the naming of one of the programming languages recognized from "Common" to "Emacs" lisp since they are somewhat different and should be recognized as different source types.
2022-05-03 06:45:31 +00:00
Robin Shen
8d8499a793 Fix issue #704 - Retain issue linking when importing from YouTrack 2022-05-03 11:32:23 +08:00
Sierra Larane
2c5fd6c485 Edit FolderViewPanel.java 2022-05-03 01:22:53 +00:00
Sierra Larane
bad4f81fd1 Edit FolderViewPanel.java 2022-05-03 01:21:09 +00:00
Sierra Larane
09be9f7d95 Edit DefaultCommitInfoManager.java 2022-05-03 01:20:28 +00:00
Thomas Terry
3659ffe295 Merge branch 'dev' into add_other_markdown 2022-05-02 19:49:31 -05:00
Thomas Terry
c5bd7775f3 Have markdown renderer show '.mkd' as well 2022-05-02 19:45:00 -05:00
Thomas Terry
9bcba525db Fix possible null bug 2022-05-02 19:38:12 -05:00
Thomas Terry
6d95577cfd Rewrite model to use filtered iterator 2022-05-02 19:32:15 -05:00
Thomas Terry
7f820e7e66 Rewrite readmeModel to check the alternative filenames for the readme 2022-05-02 19:19:41 -05:00
Thomas Terry
6fc61dd020 Add alternative file extension for markdown rendering 2022-05-02 18:29:26 -05:00
Thomas Terry
6f18b24c47 Add new file types and fix emacs lisp 2022-05-02 18:27:47 -05:00