Commit Graph

237 Commits

Author SHA1 Message Date
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
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
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