Roman Iuvshin
ddd2dc4283
RELEASE: add bugfix version to cli versions
2017-03-07 12:09:29 +02:00
Roman Iuvshin
1609506e37
RELEASE: set nightly versions in dockerfiles
2017-03-02 21:50:35 +02:00
Roman Iuvshin
a21adc4ecb
RELEASE: set tag versions in dockerfiles
2017-03-02 16:48:13 +02:00
Roman Iuvshin
f6d6e881ef
RELEASE: add bugfix version to cli versions
2017-02-24 10:54:30 +02:00
Tyler Jewell
b53932db99
CLI - set uid:gid of Che and workspaces ( #4050 )
...
Signed-off-by: Tyler Jewell <tjewell@codenvy.com>
* Update docker-compose.yml.erb
* Add uid checks
2017-02-20 07:33:57 -08:00
Tyler Jewell
e35fd55321
[cli] Add More Checks ( #4175 )
...
Signed-off-by: Tyler Jewell <tjewell@codenvy.com>
* advance API version
* add diff for repo
* add curl output to bundle
2017-02-20 06:10:30 -08:00
Roman Iuvshin
b8ffa8048a
set nightly versions in dockerfiles
2017-02-17 15:58:23 +02:00
Roman Iuvshin
0e71e71dde
RELEASE: set tag versions in dockerfiles
2017-02-17 11:23:02 +02:00
Roman Iuvshin
2deb14ddfb
RELEASE: add bugfix version 5.2.2 to cli versions
2017-02-13 14:55:19 +02:00
Roman Iuvshin
c1f71b1626
Che 3993 ( #4046 )
...
* CLI - Fix for CHE-3993 - Proper integer comparison
2017-02-07 18:04:53 +02:00
Roman Iuvshin
b8aadda1a4
Revert "CLI - Fix for CHE-3993 - Proper integer comparison" ( #4035 )
2017-02-07 10:18:33 +02:00
Tyler Jewell
f0e2a32658
CLI - Fix for CHE-3993 - Proper integer comparison ( #4028 )
...
* fix integer comparison
Signed-off-by: Tyler Jewell <tjewell@codenvy.com>
2017-02-06 13:15:28 -08:00
Shane Bryzak
11da7a2175
CHE-3774 Add Eclipse Vert.x stack to default assembly ( #3843 )
...
Signed-off-by: Shane Bryzak <sbryzak@redhat.com>
2017-02-06 19:42:58 +01:00
Tyler Jewell
8287fb66d3
Refactor CLI: Faster boot, add `--help` global option, standardize command lifecycle ( #4006 )
...
Signed-off-by: Tyler Jewell <tjewell@codenvy.com>
* multi container fixup
* Update images
* add --help parameter
* move entrypoint
* remove empty
2017-02-06 07:37:08 -08:00
Roman Iuvshin
175b0b6087
RELEASE: add bugfix version to CLI
2017-02-03 16:02:58 +02:00
Florent BENOIT
5cf7dad0c8
Rename eclipse/che-cli to eclipse/che but adds previous name with an alias ( #3692 )
...
Change-Id: I99bd62739282c0342610012d089fc90b8d1a1caa
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-02-02 10:08:22 +01:00
Florent BENOIT
5554345aae
[cli] Fix cli tests by reworking how integration tests are launched ( #3991 )
...
* Fix #3980 by reworking how integration tests are launched
- We used OS path mounted into container path (it makes issues as on Windows we don’t have these paths)
- Now use /dockerfiles path inside the container
- add skip check for nightlies or it was downloading new images while testing the current nightly
- add —rm for cleaning containers at the end of docker run
- introduce of some asserts instead of custom checks
- Fix windows issue (like path with spaces)
- Fix teardown of che start tests
Change-Id: I352d7c475796df641c1e34f461c55a76c897922d
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-02-02 09:43:48 +01:00
Roman Iuvshin
d1e84cdea5
RELEASE: set nightly versions
2017-02-01 16:32:56 +02:00
Roman Iuvshin
72186fa76e
RELEASE: set tag versions
2017-02-01 14:53:13 +02:00
Tyler Jewell
9b2ccadae6
CLI: Add multi container launch, memory preflight check, disk preflight check ( #3940 )
...
* fix multi container launch
Signed-off-by: Tyler Jewell <tjewell@codenvy.com>
* refactor
* add preflight checks
* skip network
* postflight checks
* rename pre/post init methods
Change-Id: Ie2a7027f782823c61f0e414d91e6d4fd4a6b2f7c
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
* Update startup_funcs.sh
2017-01-31 12:22:12 -08:00
Tyler Jewell
d4e51b1a99
CLI improve `info` output, add `--trace`, add `info --bundle` ( #3862 )
...
* info output
* added trace
* network output
* diagnostic bundle
* removed warnings
* fix for unbound var
Signed-off-by: Tyler Jewell <tjewell@codenvy.com>
2017-01-27 08:00:28 -08:00
Marián Labuda
daf134ec93
Moved functional tests to cli dir to avoid circular dep ( fixes #3882 ) ( #3899 )
...
Signed-off-by: Marian Labuda <mlabuda@redhat.com>
2017-01-25 23:29:14 +01:00
Tyler Jewell
c74923171a
Add networking pre-flight check ( #3756 )
...
Signed-off-by: Tyler Jewell <tjewell@codenvy.com>
2017-01-23 12:16:22 -08:00
Roman Iuvshin
7c329ae63f
add new version 5.1.1 ( #3837 )
2017-01-23 11:03:00 +02:00
Tyler Jewell
c5118908f3
[cli] Version command fix, add :/assembly mount option ( #3835 )
...
* version fix
* add assembly mount option
* move library
* port check
2017-01-22 09:31:39 -08:00
Florent BENOIT
606f6aff47
[cli] #3666 do not hardcode version of utilities images to nightly ( #3751 )
...
1. : we have `images-bootstrap` file inside the base image (with variable named BOOTSTRAP_IMAGE_*) . For example BOOTSTRAP_IMAGE_ALPINE and BOOTSTRAP_IMAGE_CHEIP
2. : `images` file (with variable named IMAGE_*) (we have this file currently)
3. : `images-utilities` file (with variable named UTILITY_IMAGE_*) inside the base image For example UTILITY_IMAGE_CHEDIR
then we can apply the required policies
1. all images of images-bootstrap are loaded when we bootstrap cli
2. all images of images are loaded after bootstrap
3. all utilities images are pulled when one of them is asked
- removes all previous calls to the get_image_manifest as it’s performed by cli once. (In the past it was in another docker image but now it’s a local file parsing)
- update offline and rmi commands
* Update log (turn into log when it’s not needed for user)
Linked to #3666 and #3667
Change-Id: I83fc64c019f3d6deef3118e75a83693bb3d82175
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-01-22 14:47:28 +01:00
Roman Iuvshin
688530281e
RELEASE: set next development versions
2017-01-18 19:03:38 +02:00
Roman Iuvshin
44703c8616
RELEASE: set tags for release ( #3796 )
2017-01-18 17:58:03 +02:00
Roman Iuvshin
60a7a3f5b0
add 5.0.1 version ( #3725 )
2017-01-15 15:04:27 +02:00
Tyler Jewell
5fb39899ac
Che CLI Refactoring ( #3646 )
...
* syntax
2017-01-10 06:53:21 -08:00
Roman Iuvshin
c1cfa51e1f
RELEASE: set nightly versions
2017-01-06 15:17:51 +02:00
Roman Iuvshin
2b670fbcb0
RELEASE: set tags for release ( #3632 )
2017-01-06 12:31:04 +02:00
Tyler Jewell
cfc39c2f70
CLI - Separate debugging apart from local repo ( #3581 )
2017-01-05 05:25:52 -08:00
Mario Loriedo
39416e19a0
Minor dockerfiles build fixes
...
Signed-off-by: Mario Loriedo <mloriedo@redhat.com>
2017-01-04 10:13:51 +01:00
Florent BENOIT
09c1200a66
Use of Chefile in new cli : new 'dir' command ( #3413 )
...
* Use of Chefile in new cli : new 'dir' command
Change-Id: Iec4f40cfb503fe60c51d81ef06e07043e102db6a
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
* Add documentation for che dir in cli
(also update ssh, action and test)
Change-Id: I56198634cb99d301e4f49d69f1eb357787b55af6
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-12-26 15:47:56 +01:00
Tyler Jewell
e7f56ac457
CLI Improvements ( #3394 )
...
* update offline folder
* move to docker 1.11
* offline mode
2016-12-15 06:04:28 -08:00
Florent BENOIT
940b0bc7bd
[dockerfiles] Fix scripts to be compliant with sh (and not only bash) ( #3397 )
2016-12-15 03:21:12 -07:00
Tyler Jewell
4e013b4c35
Che CLI Improvements ( #3301 )
...
* cli improvements
* usage
* docs
* Remove need to mount :/cli
* DNS resolver check
* proxy detection
* export proxy
* Downgrade docker client to 1.10
2016-12-08 11:08:15 -08:00
Roman Iuvshin
e7befbacc3
set nightly versions for M9-SN iteration ( #3315 )
...
* set nightly versions for M9-SN iteration
2016-12-07 20:11:16 +02:00
Roman Iuvshin
3896cb0d3b
RELEASE: set tag versions ( #3306 )
2016-12-07 14:04:46 +02:00
Florent BENOIT
56ddd58481
Move eclipse/che-dockerfiles che-* images to this repository in /dockerfiles folder
...
Change-Id: I4c258775a4a67a87cba3b3dbfbc1af2cc2f8416f
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-12-01 06:10:34 -07:00