Commit Graph

165 Commits

Author SHA1 Message Date
Kris De Volder
f8d4e0ca8f Merge branch 'master' of github.com:spring-projects/sts4 2017-11-01 10:53:06 -07:00
Kris De Volder
007d5c92a5 No highlighting for 'no actuator' warning hovers. 2017-11-01 10:52:49 -07:00
BoykoAlex
aa40fc505c Merge branch 'master' of https://github.com/spring-projects/sts4 2017-11-01 12:01:48 -04:00
BoykoAlex
b38b2d758b Switch CU Cache to listen to doc open/change/close rather than files 2017-11-01 12:01:09 -04:00
Kris De Volder
b1d8c988ff Merge branch 'master' of github.com:spring-projects/sts4 2017-11-01 08:32:36 -07:00
Kris De Volder
c43b5f7482 Moving some constants to more logical locations 2017-11-01 08:32:24 -07:00
Martin Lippert
1ce27595f1 added missing copyright statement 2017-11-01 16:00:47 +01:00
Martin Lippert
86f9348775 fixed issue with live hover to autowired showing up even without the dependencies being wired successfully 2017-11-01 12:06:06 +01:00
Kris De Volder
71cbda64dd Merge branch 'master' of github.com:spring-projects/sts4
Conflicts:
	headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/ASTUtils.java
2017-10-31 14:36:27 -07:00
Kris De Volder
3a350af728 Warning hover when no actuator present 2017-10-31 14:29:08 -07:00
BoykoAlex
abfd198bf5 Compilation Unit cache 2017-10-31 16:05:17 -04:00
Kris De Volder
fac31d720e Merge branch 'master' of github.com:spring-projects/sts4 2017-10-30 15:36:15 -07:00
Kris De Volder
3e6de74351 Injection report on live hover over @Bean 2017-10-30 15:36:00 -07:00
BoykoAlex
3f06d0539c PT #151430100 Improve request symbol matching with request method 2017-10-30 14:48:47 -04:00
Martin Lippert
b98315876b replaced live hover implementation for autowired annotation with new one 2017-10-30 12:04:15 +01:00
Martin Lippert
16b8d4aaad PT #151991870: added live hover for automatically wired single constructor of components to existing component hover provider 2017-10-30 09:57:29 +01:00
Martin Lippert
3c6fb89c9c code cleanup 2017-10-30 08:49:34 +01:00
Kris De Volder
7617470e29 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-27 16:58:55 -07:00
Kris De Volder
f95660cfcb Add more test cases for @Component hovers.
Handle the case where bean id is set explicitly in the annotation.
2017-10-27 16:58:36 -07:00
nsingh
8140cec74a Updated request mappings to use process info from content hover util 2017-10-27 13:31:39 -07:00
Kris De Volder
68de1dd0c5 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-27 13:19:53 -07:00
Kris De Volder
fc9c84f58f Start adding some tests for 'InjectedInto' hover provider 2017-10-27 13:19:41 -07:00
nsingh
5b2e074d2d Fixed conditional test cases
Re-enabled and fixed to test new one-line process information
2017-10-27 13:17:54 -07:00
nsingh
d1d884268c Created hover content utils with commonly used information 2017-10-27 11:39:56 -07:00
nsingh
c0e55cb7e2 Removed old way of matching annotations 2017-10-27 11:04:41 -07:00
BoykoAlex
06e86a33a4 Adjust unit tests 2017-10-27 11:08:10 -04:00
BoykoAlex
a29b2d0a3b Format multiple paths urls on the hover better 2017-10-27 10:30:14 -04:00
BoykoAlex
9631f56d0f Merge branch 'master' into request-mappings 2017-10-26 21:05:35 -04:00
BoykoAlex
ba8af9f132 Merge branch 'master' into request-mappings
# Conflicts:
#	headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/requestmapping/RequestMappingHoverProvider.java
#	headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/boot/java/requestmapping/test/RequestMappingLiveHoverTest.java
#	headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/project/harness/MockRunningAppProvider.java
#	headless-services/commons/commons-boot-app-cli/src/main/java/org/springframework/ide/vscode/commons/boot/app/cli/SpringBootApp.java
#	headless-services/commons/commons-boot-app-cli/src/test/java/org/springframework/ide/vscode/commons/boot/app/cli/SpringBootAppTest.java
2017-10-26 21:04:44 -04:00
nsingh
008182979f Commenting out conditional tests until they can be fixed 2017-10-26 12:42:29 -07:00
nsingh
2f468b512e Reduce conditional message to one line 2017-10-26 12:38:50 -07:00
nsingh
55458a369e Reduce process information to just one line 2017-10-26 12:22:13 -07:00
Kris De Volder
c7c1ddc692 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-26 12:17:48 -07:00
Kris De Volder
84a8937b31 Add index of beans by dependency to beans model
Also, replace model implementation with immutable / builder style data
structures.
2017-10-26 12:17:33 -07:00
BoykoAlex
29c2a6e2b7 Refine request mappings 2017-10-26 11:43:16 -04:00
nsingh
462e1d71b6 Show full URL in request mapping live hover 2017-10-25 16:33:09 -07:00
nsingh
cd73747a0e Multiple running app support for conditional live hovers 2017-10-25 15:13:27 -07:00
Kris De Volder
8d85460430 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-25 13:41:14 -07:00
Kris De Volder
136b98d215 Add parsing of LiveBeanModel to actuator client 2017-10-25 13:40:57 -07:00
nsingh
3b933ea61f Added support for multiple apps in request mapping live hovers 2017-10-25 13:15:26 -07:00
Martin Lippert
500ab5793b Merge branch 'jump-to-live-app' 2017-10-25 10:44:26 +02:00
Martin Lippert
3bcc9091b2 finished work on simple live app request mappings symbols 2017-10-25 10:38:54 +02:00
nsingh
0357d2f609 Added test case with multiple conditionals 2017-10-24 17:50:27 -07:00
Kris De Volder
7d44293ea9 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-24 16:18:32 -07:00
nsingh
d4ce6c444d Fixed bug where conditional hover hint shows with no running app info 2017-10-24 16:19:27 -07:00
Kris De Volder
cd5c4af94a Cleanup imports 2017-10-24 16:18:19 -07:00
Kris De Volder
f0ffb29458 More fancy implementation active profiles live hovers 2017-10-24 16:16:01 -07:00
Kris De Volder
4a0fde19f9 Generelaz live hover api to support multiple highlight ranges 2017-10-24 13:19:59 -07:00
Kris De Volder
67626d2ef9 Merge branch 'master' of github.com:spring-projects/sts4 2017-10-24 12:53:07 -07:00
Kris De Volder
c71d4cbf02 Add support to test harness for checking highlights. 2017-10-24 12:52:49 -07:00