161 Commits

Author SHA1 Message Date
Martin Lippert
6f06259ca8 GH-1431: fix broken hierarchical vs non-hierarchical symbol generation for concourse yaml 2025-02-20 20:55:26 +01:00
Martin Lippert
f92a7a5b89 GH-1431: compute document symbols directly instead of going through workspace symbols 2025-02-20 14:47:22 +01:00
aboyko
e3a4d69694 Remove some deprecated classes and deprecated api usages 2024-07-18 11:13:23 -04:00
aboyko
48fcde87e3 [vscode-concourse] Add team attribute to set_pipiline step 2024-01-25 13:44:16 -05:00
aboyko
5d93b63a4d Concourse S3 resource role ARN 2023-11-10 11:08:28 -05:00
aboyko
4447a2e16c Upgrade LS to Boot 3.1 2023-06-26 13:16:47 -04:00
aboyko
9658729f0c Add no_get param to Concourse schema 2023-03-24 11:05:17 -04:00
aboyko
3eb9124380 Put step inputs support scalars 'all and 'detect' 2023-03-16 18:33:01 -04:00
aboyko
57da884bfd Remove unnecessary System.out.println 2023-02-06 10:41:24 -05:00
aboyko
054e3e25a0 Concourse add instance_vars to SetPipelineStep 2023-01-18 12:14:28 -05:00
aboyko
1812584fb6 Concourse var_sources and related schema definitions 2023-01-18 11:39:52 -05:00
aboyko
65a8a15649 Boot -> 3, JUnit -> 5, Java -> 17 2022-12-13 17:49:03 -05:00
Nieraj Singh
5f422bde21 GH-849: Add pre_without_version and build_without_version (#910)
* WIP: bug https://github.com/spring-projects/sts4/issues/849

* GH-849: Add build without version

Co-authored-by: Kris De Volder <kdvolder@vmware.com>
2022-11-30 15:07:05 -08:00
aboyko
6c9543c174 Ignored problem marker + quick fix becomes CodeAction. 2022-10-21 17:31:16 -04:00
Kris De Volder
7ea2e155fb Fix https://github.com/spring-projects/sts4/issues/830
Add support for `depth` attribute in GitSemverSource.
2022-09-07 10:29:27 -07:00
Kris De Volder
3b0a2656fe Fix https://github.com/spring-projects/sts4/issues/831
docker-image resource source `registry_mirror` property
schema should allow for just a url rather than host/user/pass object.
2022-09-07 10:29:27 -07:00
aboyko
b50db98ce0 Categorize boot problems. Boot 3 reconciling. 2022-08-23 20:19:32 -04:00
Kris De Volder
cfa1aa790c Allow 'never' as a value for resource.check_every (concourse editor) 2022-08-23 11:42:45 -07:00
Kris De Volder
078d1b1983 Fixes #737: on_error support for Steps (Concourse) 2022-06-24 10:29:04 -07:00
Kris De Volder
91acb6a70d Fix: 'bump_aliases' belongs to 'put' not 'get' 2022-06-02 12:50:29 -07:00
Kris De Volder
02bae6af46 Some polishes to new registry-image source props
- missing doc hovers
- test cases
- aws-region validation / completion
2022-06-02 11:30:34 -07:00
Kris De Volder
2ae3c80eb8 Avoid duplicating schema of 'RegistryMirror' 2022-06-02 09:55:31 -07:00
LukeBalizet
c5bdc957c1 add RegistryImagePutParams descs 2022-05-31 11:59:33 -04:00
LukeBalizet
918f6bc903 add RegistryImageSource descs 2022-05-31 11:51:41 -04:00
LukeBalizet
d605229883 update concourse registry-image schema 2022-05-26 11:11:18 -04:00
Kris De Volder
ff01f60a36 Add support for across Step modifier
See: https://github.com/spring-projects/sts4/issues/752
2022-04-27 17:10:24 -07:00
Kris De Volder
a626e5813e Update registry_mirror schema
See: https://github.com/spring-projects/sts4/issues/752
2022-04-27 12:32:02 -07:00
Kris De Volder
3209237334 Add support for missing GitPutParams properties:
- branch
- returning
2021-08-11 15:15:45 -07:00
Kris De Volder
99a579279f Add support for missing GitGetParams properties:
- fetch_tags
- short_ref_format
- timestamp_format
- describe_ref_options
2021-08-11 14:29:41 -07:00
Kris De Volder
dd7cb4aa3a Add support for missing GitSource properties:
- private_key_user
- private_key_passphrase
- forward_agent
- tag_regex
- submodule_credentials
- git_crypt_key
- https_tunnel
- commit_filter
- version_depth
2021-08-10 17:41:29 -07:00
Kris De Volder
39ac950358 Add support for skip_ssl_verification and commit_message to SemverGit
See: https://github.com/spring-projects/sts4/issues/655
2021-08-10 13:14:29 -07:00
Kris De Volder
a87615f26a Add support for GitSource.fetch_tags
See: https://github.com/spring-projects/sts4/issues/668
2021-08-09 14:23:21 -07:00
Kris De Volder
6945fe18fc Fix https://github.com/spring-projects/sts4/issues/639
Basic support for using glob pattern in concourse group declarations.
2021-05-18 15:09:41 -07:00
Kris De Volder
a1fb33f21e Add support for load_var step
See: https://github.com/spring-projects/sts4/issues/633
2021-05-05 11:45:28 -07:00
Kris De Volder
f825c2e797 Add old_name property to Resource schema
See: https://github.com/spring-projects/sts4/issues/633
2021-05-05 11:45:28 -07:00
Josh Ghiloni
6e51ca93c3 Remove unused imports 2021-03-04 13:48:52 -07:00
Josh Ghiloni
6be4e4c014 Add display property to pipeline schema
In Concourse 6.6, a feature was introduced to allow pipeline developers
to set custom background images to their pipelines. This commit adds
support for that field to the language server.
2021-03-04 13:38:54 -07:00
Martin Lippert
89ee243a5c switched completion handling to use CompletableFuture instead of reactor Mono and added cancel handling 2021-02-28 17:18:40 +01:00
Martin Lippert
607781779e added cancel handling to definition requests 2021-02-26 12:16:33 +01:00
Martin Lippert
4a3650c0b1 added cancel handling to hover requests 2021-02-26 12:03:48 +01:00
Martin Lippert
8238c1dc90 initial re-work of async behavior of language server, looking at the text document service first 2021-02-10 10:51:26 +01:00
Kris De Volder
e15307f151 Add `skip_downloads' attribute to RegistryImageGetParams schema
See https://github.com/spring-projects/sts4/issues/523
2020-08-24 11:14:32 -07:00
dmohan200
c01a99f3eb [concourse] Add support for set-pipeline step 2020-05-21 11:32:16 -07:00
Martin Lippert
edf29d2d93 updated lsp4j to 0.9.0 release 2020-05-08 16:50:09 +02:00
Kris De Volder
ebb4596543 Cleanup: Spelling/grammar in comments 2020-01-15 12:35:11 -08:00
Kris De Volder
d1d90feb8c Concourse: validate params for resource_type definition 2019-11-13 15:55:23 -08:00
Kris De Volder
ba6cd26b53 Mark 'aggregate' as deprecated in concourse schema
See: https://www.pivotaltracker.com/story/show/166988686
2019-11-08 09:36:35 -08:00
Kris De Volder
28cc7216ec [concourse] Add support for build_log_retention attribute
See: https://github.com/spring-projects/sts4/issues/389
2019-11-01 14:27:50 -07:00
Kris De Volder
b68bf48c8e Merge pull request #387 from z4ce/master
Fix concourse task schema
2019-11-01 11:58:17 -07:00
Kris De Volder
180b48c73b [concourse] Add support for old_name Job attribute
See: https://github.com/spring-projects/sts4/issues/388
2019-11-01 11:52:17 -07:00