Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Invalid PR. Please ignore this. #234

Closed
wants to merge 108 commits into from

Conversation

monaka
Copy link
Member

@monaka monaka commented Apr 29, 2020

Requesting a pull to eclipse:master from PizzaFactory:pizzafactory

Write a message for this pull request. The first block
of text is the title and the rest is the description.

Changes:

188c6c0 (Masaki Muranaka, 13 minutes ago)
Force-push on creating pull requests.

Signed-off-by: Masaki Muranaka [email protected]

5cad6cf (Masaki Muranaka, 3 weeks ago)
Push the branch by Hub.

Signed-off-by: Masaki Muranaka [email protected]

c64cd9f (Masaki Muranaka, 4 weeks ago)
Use ./build.sh

Signed-off-by: Masaki Muranaka [email protected]

101ba67 (Masaki Muranaka, 6 weeks ago)
[CI] Setup user.{email,name}.

Signed-off-by: Masaki Muranaka [email protected]

3af8968 (Masaki Muranaka, 6 weeks ago)
Stop using fetch --unshallow.

Signed-off-by: Masaki Muranaka [email protected]

d0a8de7 (Masaki Muranaka, 6 weeks ago)
Rename the job

Signed-off-by: Masaki Muranaka [email protected]

89dbdd3 (Masaki Muranaka, 7 weeks ago)
Add fetch-depth: 0 to actions/checkout@v2.

3f5affa (Masaki Muranaka, 8 weeks ago)
Fix the target branch for pull-requests.

Signed-off-by: Masaki Muranaka [email protected]

de114fc (Masaki Muranaka, 8 weeks ago)
Add --unshallow to git fetch.

See actions/checkout#125.

99db142 (Masaki Muranaka, 8 weeks ago)
Use che-devfile-registry instead of che-plugin-registry.

Signed-off-by: Masaki Muranaka [email protected]

fc5afc0 (Masaki Muranaka, 8 weeks ago)
Add new workflow creating pull requests.

caf9862 (Masaki Muranaka, 3 months ago)
Reduce empty envvars.

Signed-off-by: Masaki Muranaka [email protected]

038d242 (Masaki Muranaka, 3 months ago)
Hotfix.

Signed-off-by: Masaki Muranaka [email protected]

3bc90b6 (Masaki Muranaka, 3 months ago)
Add hostnameOverride to value.yaml.

Signed-off-by: Masaki Muranaka [email protected]

472c2ea (Masaki Muranaka, 3 months ago)
Add "" to value.yaml.

Argo-CD does not accept empty value.

Signed-off-by: Masaki Muranaka [email protected]

150e7df (Masaki Muranaka, 4 months ago)
Fix values.yaml

Signed-off-by: Masaki Muranaka [email protected]

3d11aa4 (Masaki Muranaka, 5 months ago)
Remove unsuitale tab chars.

Signed-off-by: Masaki Muranaka [email protected]

fd079bb (Masaki Muranaka, 5 months ago)
Fix a build error.

Signed-off-by: Masaki Muranaka [email protected]

d2335b9 (Masaki Muranaka, 5 months ago)
Remove quotes.

Signed-off-by: Masaki Muranaka [email protected]

a44dfb9 (Masaki Muranaka, 5 months ago)
Remove single quotes.

Signed-off-by: Masaki Muranaka [email protected]

85cbcff (Masaki Muranaka, 5 months ago)
Use workdir:.

Signed-off-by: Masaki Muranaka [email protected]

7277208 (Masaki Muranaka, 5 months ago)
Fix the broken tag name.

Signed-off-by: Masaki Muranaka [email protected]

c7021b1 (Nick Boldt, 5 months ago)
move to latest upstream images (#146)

Change-Id: I9fa93a2e662428c2bc65ef4aeee1584ac0153071
Signed-off-by:
nickboldt [email protected]
7291228 (Angel Misevski, 6 months ago)
Fix helm chart typo

Signed-off-by: Angel Misevski [email protected]

09c0fcf (Angel Misevski, 6 months ago)
Fix shellcheck errors

Signed-off-by: Angel Misevski [email protected]

01e0875 (Angel Misevski, 6 months ago)
Add icon caching to offline devfile registries

Signed-off-by: Angel Misevski [email protected]

f868dbf (Ilya Buziuk, 6 months ago)
Adding cpu and memory requests / limits to the openshift template

Signed-off-by: Ilya Buziuk [email protected]

c493f78 (Angel Misevski, 6 months ago)
Add ibuziuk to codeowners

Signed-off-by: Angel Misevski [email protected]

d0d03a4 (Ilya Buziuk, 6 months ago)
che #15111 Bumping version to '7.5.0-SNAPSHOT' in master

Signed-off-by: Ilya Buziuk [email protected]

8df84fa (Valeriy Svydenko, 6 months ago)
Add devfile with java sample based on google cloud sample (#135)

  • Add java-guestbook sample
    Signed-off-by: svor [email protected]
    39fe2ba (Angel Misevski, 6 months ago)
    Improve airgap support
  • Update all devfile image refs to use registry explicitly (e.g.
    docker.io instead of implicit)
  • Update list_referenced_images.sh to list images referenced anywhere in
    devfile

Signed-off-by: Angel Misevski [email protected]

031759b (Angel Misevski, 6 months ago)
Fix regex used for processing image references (#131)

The regex we use to update image references used in airgap mode fails if

the registry hostname contains a colon.
Signed-off-by: Angel Misevski [email protected]
0f90484 (Nick Boldt, 6 months ago)
update from registry.access.redhat.com/rhscl/httpd-24-rhel7:2.4-104 to
registry.access.redhat.com/rhscl/httpd-24-rhel7:2.4-105 (#130)

Change-Id: I90a651ec581d6cfd44b4bd2ad5369779fffb2009
Signed-off-by:
nickboldt [email protected]
b7a4737 (Angel Misevski, 6 months ago)
fixup: rename var again

Signed-off-by: Angel Misevski [email protected]

7a10608 (Angel Misevski, 6 months ago)
Update offline registry endpoint env var to not mention https

Signed-off-by: Angel Misevski [email protected]

2d184de (Angel Misevski, 6 months ago)
Add list of external images to server when offline registry is built (#128)

  • Add list of external images to server when offline registry is built
    To aid in deploying Che in an offline scenario, it's necessary to have a

list of images used in plugins.
Signed-off-by: Angel Misevski [email protected]

  • Improve build.sh to take options
    Adds various options to build.sh script:

    --tag, -t [TAG]
    Docker image tag to be used for image; default: 'nightly'
    --registry, -r [REGISTRY]
    Docker registry to be used for image; default 'quay.io'
    --organization, -o [ORGANIZATION]
    Docker image organization to be used for image; default: 'eclipse'
    --offline
    Build offline version of registry, with all sample projects
    cached in the registry; disabled by default.
    --rhel
    Build registry using UBI images instead of default
    Signed-off-by: Angel Misevski [email protected]

  • fixup: fix copy-paste errors in build.sh
    Signed-off-by: Angel Misevski [email protected]

a5f149e (Angel Misevski, 6 months ago)
Improve how offline project zips are created

Instead of retrieving zip files from github directly, change offline
projects caching to git clone + git archive the files.

Signed-off-by: Angel Misevski [email protected]

64f4dde (Angel Misevski, 6 months ago)
Deprecate che-golang-1.10 in favor of che-golang-1.12

Signed-off-by: Angel Misevski [email protected]

ed03c90 (Ilya Buziuk, 7 months ago)
che #14916 Release CI should build image based on the git commit hash
(required for Hosted Che release cycle

Signed-off-by: Ilya Buziuk [email protected]

1ed0385 (Ilya Buziuk, 7 months ago)
che #14896 Bumping version to '7.4.0-SNAPSHOT'. Fixing the release CI

Signed-off-by: Ilya Buziuk [email protected]

c0758c8 (Nick Boldt, 7 months ago)
must also chmod /etc/httpd/logs/ to allow httpd to write logs (#118)

Change-Id: If88709ff09f3cb07ffced30e78652bcd194c4d52
Signed-off-by:
nickboldt [email protected]
fcc5678 (Angel Misevski, 7 months ago)
Build an offline version of the Devfile registry image (#112)

  • Enable building offline version of registry
    Enable users to build an offline version of the devfile registry, which

contains .zip files for all projects. The offline registry should be

launched with environment variable CHE_DEVFILE_HTTPS_ENDPOINT set to the

public URL of the devfile registry for it to properly serve project zip

files. If the environment variable is not set at startup, the registry

will try to resolve its cluster IP and port from Kubernetes-provisioned

environment variables.
The regular (non-offline) build of the registry now requires docker

builds to target 'registry', e.g.

  docker build [...] --target registry
offline builds can instead target 'offline-registry'
Signed-off-by: Angel Misevski <[email protected]>

0b62a84 (Nick Boldt, 7 months ago)
switch to 100% RHEL-basd build (not Alpine build + RHEL deployment) (#115)

Change-Id: I414a172f5b3b4e93ef613a5f4dca3d68c69c43a6
Signed-off-by:
nickboldt [email protected]
use new entrypoint stuff from master
Change-Id: Id99d7e93250eefc67ae303383e74f8659dcfaeb0
Signed-off-by:
nickboldt [email protected]
move rhel installation stuff to a separate script as per Angel's
suggestion
Change-Id: I425f8ecdbc40cf01bf694fa214569bed06e9e33d
Signed-off-by:
nickboldt [email protected]
remove Dockerfile.rhel; renamed to rhel.Dockerfile
Change-Id: Ic319a70d59d1897b4bc60004a794978965479a34
Signed-off-by:
nickboldt [email protected]
replace shell script with yq script
Change-Id: I2f545780299f292aba6b1da642aa651672bf9724
Signed-off-by:
nickboldt [email protected]
48db371 (nickboldt, 7 months ago)
don't do COPY /... because imagebuilder/brew doesn't like it; use COPY
./... instead

Change-Id: I4b584e0481ce6b72db3b487502d9050225181443 Signed-off-by:
nickboldt [email protected]

c42cbda (Angel Misevski, 7 months ago)
Allow overriding container images used in devfiles (#110)

  • Add ability to override images used in devfiles at runtime
    Adds the ability to override the registry url, organization, and tag of

images used in devfiles via environment variables

   CHE_DEVFILE_IMAGE_REGISTRY_URL
   CHE_DEVFILE_IMAGE_REGISTRY_ORGANIZATION
   CHE_DEVFILE_IMAGE_REGISTRY_TAG
Signed-off-by: Angel Misevski <[email protected]>

2d9bfe5 (Anatoliy Bazko, 7 months ago)
Fix debug configuration (#114)

aacb217 (Oleksandr Andriienko, 7 months ago)
Add debug config for php-web-simple.

Signed-off-by: Oleksandr Andriienko [email protected]

f0e619f (Oleksandr Andriienko, 7 months ago)
Use java 11 ready sample

Signed-off-by: Oleksandr Andriienko [email protected]

a61946e (Radim Hopp, 7 months ago)
Added dockerfile with precashed mvn articats for usage in tests. (#111)

Added dockerfile with precashed mvn articats for usage in tests.
Signed-off-by: Radim Hopp [email protected]
ff81dbe (Valeriy Svydenko, 7 months ago)
Update NodeJS-MongoDB devfile to use new sample (#99)

71be80f (Oleksandr Andriienko, 7 months ago)
Use java11 launguage tool for stacks with java11.

Signed-off-by: Oleksandr Andriienko [email protected]

c45c7eb (Masaki Muranaka, 5 months ago)
Fix image pathes for Toppen.

Signed-off-by: Masaki Muranaka [email protected]

3be6f3a (Masaki Muranaka, 7 months ago)
Add leJOS.

Signed-off-by: Masaki Muranaka [email protected]

eede3e0 (Masaki Muranaka, 7 months ago)
[jsp_core] Use pizza-dev instead of theia-dev.

Signed-off-by: Masaki Muranaka [email protected]

0cd135d (Masaki Muranaka, 7 months ago)
Fix broken links to logo images.

Signed-off-by: Masaki Muranaka [email protected]

050c6a1 (Masaki Muranaka, 7 months ago)
Fix the path to Dockerfile.

Signed-off-by: Masaki Muranaka [email protected]

46cc44e (Masaki Muranaka, 9 months ago)
Add jsp_core.

Signed-off-by: Masaki Muranaka [email protected]

d03165e (Masaki Muranaka, 10 months ago)
Rename.

Che caches devfiles???

e18186e (Masaki Muranaka, 10 months ago)
Fix remove an invalid field.

Signed-off-by: Masaki Muranaka [email protected]

f6fda53 (Masaki Muranaka, 10 months ago)
Add opentestmodeling.

Signed-off-by: Masaki Muranaka [email protected]

a524e64 (Valeriy Svydenko, 10 months ago)
Add devfiles for PHP (#21)

  • Add devfiles for PHP; fix typo

6e1efeb (Sergii Leshchenko, 10 months ago)
Move working directory to a dedicated field instead of using 'cd' command
(#20)

Signed-off-by: Sergii Leshchenko [email protected]
07ff1d4 (Sergii Leshchenko, 10 months ago)
Add AngularJS devfile along with sample project (#19)

Signed-off-by: Sergii Leshchenko [email protected]

918ee0e (Angel Misevski, 11 months ago)
Update gradle mounted volume path to match dockerfile

The community gradle dockerfile expects a volume at

/home/gradle/.gradle

If this volume is not included explicitly, the devfile can fail to start on
kubernetes clusters, since docker will by default attempt to provision host
storage for VOLUMEs. Many Kubernetes clusters forbid this for security
reasons.

Signed-off-by: Angel Misevski [email protected]

8d49b45 (Mario Loriedo, 11 months ago)
Add new nodejs-express stack

a4527ee (Masaki Muranaka, 11 months ago)
Fix invalid indents.

Signed-off-by: Masaki Muranaka [email protected]

e2252fe (Sergii Leshchenko, 11 months ago)
Add sample project for dotnet stack

Signed-off-by: Sergii Leshchenko [email protected]

d4b8e62 (Sergii Leshchenko, 11 months ago)
Add Sample project to apache-camel-springboot devfile

Signed-off-by: Sergii Leshchenko [email protected]

22f1b7c (Sergii Leshchenko, 11 months ago)
Update Python and Django samples

Signed-off-by: Sergii Leshchenko [email protected]

1a405d2 (Sergii Leshchenko, 11 months ago)
Fix build.sh

Signed-off-by: Sergii Leshchenko [email protected]

0b77fa4 (Sergii Leshchenko, 11 months ago)
Add simple console app to java-gradle devfile

Signed-off-by: Sergii Leshchenko [email protected]

c5c4047 (Sergii Leshchenko, 11 months ago)
Add simple console app to java-maven devfile

Signed-off-by: Sergii Leshchenko [email protected]

bc5fcb6 (Masaki Muranaka, 11 months ago)
Prepare for CI builds.

monaka and others added 30 commits June 14, 2019 16:14
Signed-off-by: Sergii Leshchenko <[email protected]>
Signed-off-by: Sergii Leshchenko <[email protected]>
Signed-off-by: Masaki Muranaka <[email protected]>
The community gradle dockerfile expects a volume at

/home/gradle/.gradle

If this volume is not included explicitly, the devfile can fail to start
on kubernetes clusters, since docker will by default attempt to
provision host storage for VOLUMEs. Many Kubernetes clusters forbid
this for security reasons.

Signed-off-by: Angel Misevski <[email protected]>
* Add devfiles for PHP; fix typo
Signed-off-by: Masaki Muranaka <[email protected]>
Signed-off-by: Masaki Muranaka <[email protected]>
Che caches devfiles???
Signed-off-by: Masaki Muranaka <[email protected]>
Signed-off-by: Masaki Muranaka <[email protected]>
Signed-off-by: Masaki Muranaka <[email protected]>
…n-jsp_core

[jsp_core] Use `pizza-dev` instead of `theia-dev`.
Signed-off-by: Masaki Muranaka <[email protected]>
monaka added 20 commits February 8, 2020 22:20
…l-requests

Add new workflow creating pull requests.
…l-requests

[Scheduled] Update to the upstream
Add `fetch-depth: 0` to actions/checkout@v2.
Signed-off-by: Masaki Muranaka <[email protected]>
Signed-off-by: Masaki Muranaka <[email protected]>
Fix failures on the scheduled PR.
Signed-off-by: Masaki Muranaka <[email protected]>
Signed-off-by: Masaki Muranaka <[email protected]>
Signed-off-by: Masaki Muranaka <[email protected]>
@monaka monaka changed the title # Do not modify or remove the line above. # Everything below it will be ignored. Invalid PR. Please ignore this. Apr 29, 2020
@monaka monaka closed this Apr 29, 2020
sparkoo pushed a commit to sparkoo/che-devfile-registry that referenced this pull request Dec 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants