Commit Graph

274 Commits

Author SHA1 Message Date
Kris De Volder
9322fd6c3d Bump version to 1.33.0 2022-03-16 17:59:56 +00:00
Kris De Volder
fbe0ea0bcb Bump version to 1.32.0 2022-02-08 16:12:42 +00:00
Kris De Volder
e51ac7ad01 Bump version to 1.31.0 2022-02-02 12:13:56 +00:00
Kris De Volder
cb75af60be Bump version to 1.30.0 2021-12-16 15:03:19 +00:00
Kris De Volder
5b90a9de7e Bump version to 1.29.0 2021-09-15 08:59:45 +00:00
Kris De Volder
0a21b58f39 Bump version to 1.28.0 2021-08-19 14:55:19 +00: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
Martin Lippert
6ed55989cd update version of language servers to 1.27.0 2021-06-22 11:59:24 +02: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
Martin Lippert
0de6a9cea9 updated version of github-api library to avoid http references to some jenkins-ci repo urls 2021-04-28 12:41:20 +02:00
Martin Lippert
da16b399f3 change versio back to next major release 1.26.0 2021-04-09 10:06:29 +02:00
Kris De Volder
c9e87096fd Bump version to 1.25.1 2021-03-26 20:37:28 +00:00
Martin Lippert
f4db72157d update language server versions to 1.26.0 2021-03-17 12:35:58 +01:00
Martin Lippert
a37469a86d fix http URLs 2021-03-07 13:50:59 +01: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
8deca2494d Bump version to 1.25.0 2020-12-17 17:24:26 +00:00
Kris De Volder
93b6a704d5 Re-enable and fix failing concourse editor tests
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2020-12-02 15:10:41 -08:00
Martin Lippert
4132302a6b ignore two failing test cases in the Concourse editor test for now to allow build to pass 2020-11-26 12:54:54 +01:00
Kris De Volder
be1d0ea9c9 Add a more complex test case for #483
... and fix problem it triggers.
2020-11-16 14:39:51 -08:00
Kris De Volder
2a02e28d85 Deal better with anchors and references in outline
See: https://github.com/spring-projects/sts4/issues/483

Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2020-11-13 16:28:26 -08:00
Kris De Volder
bfa69a0af6 Bump version to 1.24.0 2020-10-27 16:21:21 +00:00
Kris De Volder
7070489c4d Bump version to 1.23.0 2020-09-16 19:23:16 +00:00
Kris De Volder
0613fa41ee Bump version to 1.22.0 2020-09-08 16:44:51 +00: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
Kris De Volder
cb42b49d5a Bump version to 1.21.0 2020-07-30 13:32:31 +00:00
Kris De Volder
74dc0c44b9 Bump version to 1.20.0 2020-06-19 16:06:20 +00:00
Kris De Volder
5bfc59098e Bump version to 1.19.0 2020-05-28 16:12:11 +00:00
Kris De Volder
7ba9c07bc6 Fix failing test cases from PR 464
See https://github.com/spring-projects/sts4/pull/464

Problems found:

- issues with formatting of the test case examples. Spaces vs tabs
  issues and weird indentation of the examples causing problems
  for editor to parse examples.

- added 'set_pipeline' step caused some other tests fail
  because they should correctly expect this as a valid
  completion, but tests had not been updated to reflect
  that.
2020-05-21 12:14:48 -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
5f25259530 Bump version to 1.18.0 2020-04-22 19:48:34 +00:00
Kris De Volder
c99d1d0d4f Bump version to 1.17.0 2020-03-20 13:55:03 +00:00
Kris De Volder
7234e24f42 Bump version to 1.16.0 2020-03-18 19:51:56 +00:00
Kris De Volder
ebb4596543 Cleanup: Spelling/grammar in comments 2020-01-15 12:35:11 -08:00
Kris De Volder
6d4c3558f2 Bump version to 1.15.0 2019-12-20 22:11:19 +00:00
Kris De Volder
8cb79d0721 Bump version to 1.14.0 2019-11-26 14:28:45 +00: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