Vitalii Parfonov
4e1492b08f
RELEASE: Set next development version ( #14690 )
2019-09-27 22:52:26 +03:00
Max Shaposhnik
83f07e4570
Add component alias into runtime machine if present in origin devfile ( #14610 )
...
Signed-off-by: Max Shaposhnik <mshaposh@redhat.com>
2019-09-24 17:36:52 +03:00
Mykhailo Kuznietsov
1907b041c1
Remove installer registry service ( #14193 )
2019-09-23 12:11:33 +03:00
Roman Iuvshyn
87056fe29e
RELEASE: Set next development version
2019-09-05 14:54:52 +02:00
Michal Vala
4413e2bd8d
Add `generateName` to devfile metadata ( #14157 )
...
Signed-off-by: Michal Vala <mvala@redhat.com>
2019-08-22 14:04:55 +03:00
Max Shaposhnik
ba1c521e32
Allow chePlugin preferences to be string, int or boolean type
2019-08-16 15:36:17 +03:00
Vitalii Parfonov
ae8fedc411
RELEASE: Set next development version ( #14238 )
2019-08-14 19:32:18 +03:00
Vitalii Parfonov
03da1e24e4
RELEASE: Set next development version ( #14026 )
2019-07-25 15:43:30 +03:00
Vitalii Parfonov
ccc8e38823
RELEASE: Set next development version ( #13711 )
2019-07-05 13:08:59 +03:00
Mykhailo Kuznietsov
8d3cc8054a
Deprecate workspaces with Devfile stored as workspace config ( #13588 )
2019-07-03 15:34:23 +03:00
Vitalii Parfonov
385c21284d
Set version 7.0.0-rc-3.0-SNAPSHOT (rc in lowercase) ( #13655 )
...
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
2019-07-01 17:40:14 +03:00
Vitalii Parfonov
65bb7943a0
Set new version 7.0.0-RC-3.0-SNAPSHOT ( #13651 )
...
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
2019-07-01 14:02:19 +03:00
Vitalii Parfonov
70c3e5b091
RELEASE: Set next development version ( #13564 )
2019-06-19 12:55:16 +03:00
Lukas Krejci
caae00e21b
K8s-like devfile naming ( #13490 )
...
`specVersion` is now `apiVersion` and is bumped to 1.0.0
`name` is now nested under the new `metadata` element.
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2019-06-10 23:23:45 +02:00
Max Shaposhnik
f601f16527
Add possibility to specify reference or registry url for chePlugin/cheEditor type components
...
Signed-off-by: Max Shaposhnik <mshaposh@redhat.com>
2019-06-10 17:34:41 +03:00
Vitalii Parfonov
64129a8d44
RELEASE: Set next development version ( #13460 )
2019-06-03 16:28:42 +03:00
Roman I
dd1d9b5a58
switch to RC version scheme ( #13424 )
2019-05-28 13:52:49 +03:00
Sergii Leshchenko
c94c3acc03
Add preferences to plugin component of devfile ( #13341 )
...
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
2019-05-24 08:59:29 +03:00
Roman I
ffb8a3e013
RELEASE: Set next development version ( #13377 )
2019-05-22 09:52:28 +03:00
Lukas Krejci
0ce7b1ddac
Content references in command actions for editor specific action definitions. ( #13273 )
...
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2019-05-21 10:04:11 +02:00
Roman Iuvshyn
53cb2c53fa
RELEASE: Set next development version ( #13264 )
2019-05-05 12:24:42 -04:00
Oleksandr Garagatyi
35ce3544f7
Adapt UD and wsmaster to new plugin notation ( #13204 )
...
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2019-05-02 09:50:01 +03:00
Lukas Krejci
f725bb0316
Merge remote-tracking branch 'upstream/master' into name-to-alias
...
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2019-04-16 14:12:04 +02:00
Lukas Krejci
09ccc0db26
Rename component "name" to "alias", make it optional and add a new
...
validation to require the alias when 2 components are otherwise
indistinguishable by their identifying attributes (like image name of
the dockerimage component).
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2019-04-16 11:12:00 +02:00
Sergii Leshchenko
046552f4e5
Make Devfile part of a workspace ( #13122 )
...
It includes only model objects changes. Devfile can not be used as part
of workspace yet.
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
2019-04-15 11:53:58 +03:00
Roman Iuvshyn
e60598bdaf
RELEASE: Set next development version ( #13102 )
2019-04-10 17:13:01 +03:00
Lukas Krejci
1852642c68
Remove refspec and add more fine-grained checkout-after-clone control
...
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2019-04-08 10:08:55 +02:00
Sergii Leshchenko
e3281718a7
Add model objects for Devfile
...
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
2019-04-03 14:03:20 +03:00
Lukas Krejci
4e3e7c3cb5
Support `refspec` in the devfile to specify what should be checked out
...
after a clone.
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2019-04-01 09:58:05 +02:00
Roman Iuvshyn
0abdc77ea0
RELEASE: Set next development version ( #12922 )
2019-03-19 15:56:30 +02:00
Lukas Krejci
b52ee401c8
Handle the containerCommand and containerArgs attributes of the machine
...
defined with the dockerimage recipe.
Note that this only works in kubernetes and openshift environments.
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
2019-03-05 15:04:18 +01:00
Roman Iuvshyn
0881493644
RELEASE: Set next development version ( #12777 )
2019-02-27 16:02:33 +02:00
Roman Iuvshyn
3778f01220
RELEASE: Set next development version ( #12768 )
2019-02-27 11:50:40 +02:00
Roman Iuvshyn
a694c4f971
RELEASE: Set next development version ( #12596 )
2019-02-06 18:22:35 +02:00
Sergii Leshchenko
99017c4553
Move 'machineName' and 'plugin' attributes definition to Command class
...
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
2019-02-01 16:41:00 +02:00
Roman Iuvshyn
4ad10f2218
RELEASE: Set next development version ( #12441 )
2019-01-16 11:51:02 +02:00
Roman Iuvshyn
b872b317cb
RELEASE: Set next development version ( #12277 )
2018-12-26 13:04:51 +02:00
Max Shaposhnik
3a14bacda1
Devfile local features implenentation with schema validation and automated model build.
2018-12-06 16:19:21 +02:00
Roman Iuvshyn
45490d2a3b
RELEASE: Set next development version ( #12115 )
2018-12-05 18:33:02 +02:00
Sergii Leshchenko
25f76803db
Add commands to InternalEnvironment and Runtime
2018-11-27 09:19:28 +02:00
Oleksandr Garagatyi
aaa8f424cd
Make a workspace run without any user env ( #11890 )
...
Allows running Che 7 workspace without any user environment but with Che 7 tooling set.
Workspace without environment has an empty list of environments and null value in `defaultEnv` field.
Field `activeEnv` is supposed to be `null` too.
What is changed:
- Migration of DB
- make defaultEnv nullable
- remove env_name from runtimes primary key
- make env_name in runtimes nullable
- Make code respect the fact that there are workspaces with no env
- settings API that returns the list of supported environment types returns no-environment type that - indicates that infrastructure support workspace with no environment at all.
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2018-11-21 16:39:54 +02:00
Roman Iuvshyn
99afaef87f
RELEASE: Set next development version ( #11930 )
2018-11-14 12:29:03 +02:00
Roman Iuvshyn
365d25f275
RELEASE: Set next development version ( #11710 )
2018-10-24 16:38:03 +03:00
Roman Iuvshyn
63b389c2fe
RELEASE: Set next development version ( #11434 )
...
* RELEASE: Set next development version
2018-10-04 18:25:39 +03:00
Roman Iuvshyn
ea410c3340
RELEASE: Set next development version ( #11169 )
2018-09-12 11:53:42 +03:00
Kuperman Sergey
70f25dbebc
Make Resource memory request configurable for k8s and OpenShift ( #10673 )
...
- Make Resource memory request configurable for k8s and OpenShift.
- Add alias for backwards compatibility to che.workspace.default_memory_limit_mb.
- set memory request to 512Mb.
- document CHE_WORKSPACE_DEFAULT__MEMORY__REQUEST__MB in che.env.
- Configure helm scripts to allow memory attributes on deployment.
Signed-off-by: Sergey Kuperman <sergey.kuperman@sap.com>
2018-09-06 13:02:42 +03:00
Roman Iuvshyn
d99b2ed73d
RELEASE: Set next development version ( #10867 )
...
* RELEASE: Set next development version
2018-08-22 12:06:38 +03:00
Sergii Leshchenko
43066dcd22
Add an ability to configure whether authentication via cookies is enabled ( #10763 )
2018-08-15 08:59:23 +03:00
Sergii Leshchenko
de1459c52b
Add attributes field to workspace config object
2018-08-10 14:06:41 +03:00
Roman Iuvshyn
60da580c92
RELEASE: Set next development version ( #10603 )
2018-08-02 12:38:48 +03:00