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
Kris De Volder
10d1e620ad
[concourse] Add support for on_error Job attribute
...
See: https://github.com/spring-projects/sts4/issues/383
2019-11-01 11:43:50 -07:00
Kris De Volder
9256934ce8
Add support for check_every in concourse 'ResourceType' and other...
...
missing ResourceType attributes
See: https://github.com/spring-projects/sts4/issues/382
2019-10-31 15:39:39 -07:00
Ian Zink
d6ed8c6d93
Fix concourse task schema
...
Currently the language server throws an error like
"Expected string, got sequence" when you use yaml
as a default for a parameter in a task yaml.
See added test for an example that triggers the
behavior.
Co-Authored-By: Thad Craft <tcraft@pivotal.io >
2019-10-31 14:52:17 -05:00
Kris De Volder
ec3e94dc20
Bump version to 1.13.0
2019-10-24 17:44:22 +00:00
Kris De Volder
0aac76979a
Add schemas for RegistryImageRespource Parameters
2019-10-21 11:26:00 -07:00
Kris De Volder
9ebac23419
Enable trigger characters for vscode-concourse
2019-10-17 12:21:23 -07:00
Kris De Volder
9a82eafbc5
Minimal support for 'registry-image' resource type
...
See: https://github.com/spring-projects/sts4/issues/380
2019-10-17 11:29:36 -07:00
BoykoAlex
bb79221cfe
PT #165911996 : Switch to LocationLink from Location for definitions
2019-10-15 14:05:35 -04:00
Kris De Volder
6f451ee7fe
Bump version to 1.12.0
2019-09-19 15:17:19 +00:00
Kris De Volder
01c0498f8e
Better handling of union types in Yaml completions
...
Schema-based completion engine provides the
completions for every subtype of a union type
(unless more specific subtype can be inferred).
See: https://github.com/spring-projects/sts4/issues/345#issuecomment-523069469
Signed-off-by: Kris De Volder <kdevolder@pivotal.io >
2019-08-20 10:24:15 -07:00
Kris De Volder
89ee405fdd
Add support for in_parallel sub-properties
...
See: https://github.com/spring-projects/sts4/issues/345
Signed-off-by: Kris De Volder <kdevolder@pivotal.io >
2019-08-19 12:12:43 -07:00
Kris De Volder
a856330738
Add support for 'inputs' in PutStep in concourse editor
...
See: https://github.com/spring-projects/sts4/issues/341
Signed-off-by: Kris De Volder <kdevolder@pivotal.io >
2019-08-15 09:10:14 -07:00
Kris De Volder
a40bda5547
Bump version to 1.11.0
2019-08-14 15:04:54 +00:00
Kris De Volder
d9f48ed693
Fix for PT-167494938
...
Snippet completion was broken for concourse resource type
'extra insertions'.
2019-07-25 16:46:00 -07:00
Kris De Volder
d30a82d04f
Add additional constraint to cf resource schema
...
Details: username/password and client_id/client_secret should
not be used together. We now check for this and show a warning
in the concourse editor.
2019-07-24 11:30:19 -07:00
Kris De Volder
ecd2393a98
Add support for missing properties in...
...
... CF resource 'put' params in Concourse Editor.
Adding support for the following:
- vars
- vars_files
- docker_username
- docker_password
- show_app_log
- no_start
See: https://github.com/spring-projects/sts4/issues/330
2019-07-23 15:20:25 -07:00
Kris De Volder
e7d166cd10
Add support for 'verbose' in...
...
... CF resource 'source' in Concourse Editor.
See: https://github.com/spring-projects/sts4/issues/330
2019-07-23 14:36:45 -07:00
Kris De Volder
5b3f951a11
Add support for 'client_id' and 'client_secret' in...
...
... CF resource 'source' in Concourse Editor.
See: https://github.com/spring-projects/sts4/issues/330
2019-07-23 14:24:03 -07:00
Kris De Volder
701ce22569
Bump version to 1.10.0
2019-07-12 14:34:15 +00:00
Kris De Volder
f42b6763bc
Revert "Introduce compile error"
...
This reverts commit de0696a6a8 .
2019-07-08 10:13:59 -07:00
BoykoAlex
3e7dce11d6
Fix test concourse yaml
2019-07-08 13:08:29 -04:00
Kris De Volder
de0696a6a8
Introduce compile error
...
... deliberately, to test whetehr our slack hook
still works and sends messages about build failures from
the pipeline.
2019-07-08 10:06:23 -07:00
Kris De Volder
9a9a68fee9
Bump version to 1.9.0
2019-06-21 17:56:10 +00:00
Kris De Volder
073d6fa98a
Add TaskStep.vars to PipelineYamlSchema
...
See: https://github.com/spring-projects/sts4/issues/307
2019-06-18 09:53:11 -07:00
Martin Lippert
36d2ebad50
avoid duplicate use of resources plugin
2019-06-07 14:38:59 +02:00
Kris De Volder
8efc5cafc8
Resolve/fix nohttp violations
2019-06-05 15:58:30 -07:00
Josh Ghiloni
877b0e217f
Support icon attribute on resource definitions
...
Resolves #303 . Allows the language server to recognize the `icon`
attribute supported on resources in Concourse 5.x
2019-05-29 16:01:11 -06:00
Josh Ghiloni
f62fecdc02
Replace HTML description with Markdown
2019-05-29 10:38:52 -06:00
Josh Ghiloni
bcd1f20a5a
Add support for Concourse 5.x in_parallel step
...
Resolves #300 . Because `in_parallel` is a drop-in replacement for
`aggregate`, the code has been designed to mimic `aggregate` exactly.
2019-05-29 08:38:49 -06:00
Kris De Volder
100d4b0e78
Bump version to 1.8.0
2019-05-24 18:43:50 +00:00
Kris De Volder
79d8e1ab43
Some tweaks to license download
...
... related to http -> https conversion
2019-05-16 14:22:37 -07:00
Kris De Volder
0c7576e1f8
Revert "Temporary comment out language server licence copying"
...
This reverts commit 6e4ed0ab9b .
2019-05-16 12:45:28 -07:00
Kris De Volder
6e4ed0ab9b
Temporary comment out language server licence copying
2019-05-16 11:56:53 -07:00
Kris De Volder
30f8e2d48c
Fix IndexOutOfBoundsException from GithubValueParser
2019-05-15 11:25:23 -07:00
BoykoAlex
0fc1b0a2ca
PT #165890357 : Polishing
2019-05-10 17:56:06 -04:00
BoykoAlex
d037b41903
PT #165890357 : Adopt exploded LS jar for all eclipse LSs
2019-05-10 17:15:11 -04:00
Kris De Volder
087f504691
Revert "PT #165890357 : Adopt exploded LS jar for all eclipse LSs"
...
This reverts commit c29b1043f8 .
2019-05-10 12:59:57 -07:00
BoykoAlex
c29b1043f8
PT #165890357 : Adopt exploded LS jar for all eclipse LSs
2019-05-10 15:34:53 -04:00
Kris De Volder
17e5cf91a3
More output to debug test fails in CI builds
2019-05-10 10:21:57 -07:00
Kris De Volder
738d7ffceb
More output to debug test fails in CI builds
2019-05-10 09:23:10 -07:00
Kris De Volder
84f0e6f668
Change error message for positive integer
2019-05-09 09:15:24 -07:00
Kris De Volder
005fbcbfda
Add S3Source.initial_version and related props to Schema
2019-05-03 12:36:25 -07:00
Martin Lippert
28c0637395
moved language server system property set call to main method to have that happening as early as possible in the JVM lifetime
2019-05-03 17:43:54 +02:00
Kris De Volder
3f93616970
Publish fatjar and non-fatjar both
2019-05-02 14:56:16 -07:00
Martin Lippert
ddf9c93ca9
change http to https urls when downloading license files
2019-04-30 15:34:12 +02:00
Kris De Volder
03caa58492
Delete eclipse metadata for headless services
2019-04-29 09:13:57 -07:00
Kris De Volder
851d658e0f
Adopt snakeyaml 1.25-snapshot version
...
Remove no longer needed workaround for https://bitbucket.org/asomov/snakeyaml/issues/441/need-a-way-to-discover-anchored-nodes-in
2019-04-26 15:14:30 -07:00
Kris De Volder
cc68ced9ea
Remove LANGUAGE_SERVER_VERSION constants...
...
... instead assume that language server version matches Eclipse
bundle version.
Also streamline code for finding server jar locations so it
is no longer duplicated across every language server bundle.
2019-04-18 13:22:19 -07:00
Kris De Volder
dd8cd74757
Bump version to 1.7.0
2019-04-18 16:42:04 +00:00