Skip to content

Commit

Permalink
fix(new-lines): Fix EOF on the files
Browse files Browse the repository at this point in the history
Change-Id: I2e4abcf30f0b30639118bc6a379aa756aa4548e6
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Dec 4, 2020
1 parent 30af495 commit f15c5d6
Show file tree
Hide file tree
Showing 21 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ The resulting image built and pushed via GitHub action will be named according t
One PR can modify/add/remove multiple sidecars, they do not need to be split up into separate PRs.

#### PR 2: Plugin Changes
Now that the sidecar image has been built and pushed, the second PR can make use of it. The second PR will be the one that modifies the [`vscode-extensions.json`](./vscode-extensions.json) file, as well as any `meta.yaml` files needed for the change.
Now that the sidecar image has been built and pushed, the second PR can make use of it. The second PR will be the one that modifies the [`vscode-extensions.json`](./vscode-extensions.json) file, as well as any `meta.yaml` files needed for the change.
1 change: 0 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ The release process is the same as for the Major / Minor one, but the values pas
```

Note that nNew che-machine-exec and che-theia plugins for the 7.7.1 release should ALSO be added to the master branch.

2 changes: 1 addition & 1 deletion build/scripts/check_metas_schema.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ done

if [[ $INVALID_JSON ]]; then
exit 1
fi
fi
2 changes: 1 addition & 1 deletion deploy/kubernetes/che-plugin-registry/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Che Plugin Registry Helm Chart

This Helm Chart install [Che](https://github.com/eclipse/che) Plugin Registry. More information about Che Plugin Registry can be found [here](https://github.com/eclipse/che-plugin-registry).
This Helm Chart install [Che](https://github.com/eclipse/che) Plugin Registry. More information about Che Plugin Registry can be found [here](https://github.com/eclipse/che-plugin-registry).
1 change: 0 additions & 1 deletion sidecars/bazel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ RUN dnf install -y wget gcc-c++ python3-devel gcc file which unzip findutils nod
RUN cd /tmp && wget https://github.com/bazelbuild/bazel/releases/download/${BZL_VERSION}/bazel-${BZL_VERSION}-linux-x86_64 && mv bazel-${BZL_VERSION}-linux-x86_64 /bin/bazel && chmod +x /bin/bazel && \
cd /tmp && wget https://github.com/bazelbuild/buildtools/releases/download/${BUIDLERS_VERSION}/buildifier && chmod 777 buildifier && mv buildifier /usr/bin/ && \
cd /tmp && wget https://github.com/bazelbuild/buildtools/releases/download/${BUIDLERS_VERSION}/buildozer && chmod 777 buildozer && mv buildozer /usr/bin/

1 change: 0 additions & 1 deletion sidecars/camelk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ ENV KAMEL_VERSION 1.2.1

RUN curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-64bit.tar.gz | tar -C /usr/local/bin -xz \
&& chmod +x /usr/local/bin/kamel

2 changes: 1 addition & 1 deletion tools/automation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The report format (with two sample entries) is as follows:
| asciidoctor-vscode | [https://github.com/asciidoctor/asciidoctor-vscode](https://github.com/asciidoctor/asciidoctor-vscode) | 2.7.7 | **2.7.16** | |


When the registry version of a plugin's VS Code extension is out of date, the far-right column "Upstream Version" entry is bolded. If an error occurred while checking the plugin, it will be reported in the "Error" column.
When the registry version of a plugin's VS Code extension is out of date, the far-right column "Upstream Version" entry is bolded. If an error occurred while checking the plugin, it will be reported in the "Error" column.
2 changes: 1 addition & 1 deletion tools/automation/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
"exclude": [
"node_modules"
]
}
}
2 changes: 1 addition & 1 deletion tools/pr-check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ This PR check is executed on any PR modifying plugins, and verifies two things:
* Whether the icon field points to a location which is reachable/downloadable
* Whether all .vsix files in the extensions spec are reachable/downloadable

This check can be run by specifying the `icons-extensions-404` argument when running the `pr-check.js` script.
This check can be run by specifying the `icons-extensions-404` argument when running the `pr-check.js` script.
1 change: 0 additions & 1 deletion v3/plugins/cdr/code-server/3.6.2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ spec:
volumes:
- mountPath: '/home/coder/.local/share/code-server'
name: 'user-data'

2 changes: 1 addition & 1 deletion v3/plugins/cdr/code-server/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.2
3.6.2
2 changes: 1 addition & 1 deletion v3/plugins/eclipse-cdt/cdt-vscode/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.7
0.0.7
1 change: 0 additions & 1 deletion v3/plugins/gattytto/dart-code/3.15.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ spec:
extensions:
- https://github.com/gattytto/Dart-Code/releases/download/v3.15.0-che/dart-code-3.15.0-dev-realpathSync.vsix
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-yaml/vscode-yaml-0.8.0.vsix

2 changes: 1 addition & 1 deletion v3/plugins/lfs/vscode-emacs-friendly/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.0
2 changes: 1 addition & 1 deletion v3/plugins/mads-hartmann/bash-ide-vscode/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.2
1.10.2
2 changes: 1 addition & 1 deletion v3/plugins/ms-python/python/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2020.7.94776
2020.7.94776
2 changes: 1 addition & 1 deletion v3/plugins/pizzafactory/xtend-lang/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.0
1 change: 0 additions & 1 deletion v3/plugins/redhat/mta-vscode-extension/0.0.56/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ spec:
mountPath: "/home/theia/home/theia/redhat.rhamt-vscode-extension"
extensions:
- https://download.jboss.org/jbosstools/adapters/stable/mta-vscode-extension/mta-vscode-extension-0.0.56-769.vsix

2 changes: 1 addition & 1 deletion v3/plugins/redhat/vscode-camelk/Contributing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The VS Code Tooling for Camel K extension requires VS Code Kubernetes to be installed.
It comes with a specific sidecar image. This sidecar image can be found in the folder `sidecars/camelk`

When updating the Camel K or the Kubernetes extension, the Camel K and Kubernetes Tooling sidecar images might need to be updated too. When Kubernetes Tooling sidecar needs to be updated, the Camel K sidecar also needs to be updated as it depends on it.
When updating the Camel K or the Kubernetes extension, the Camel K and Kubernetes Tooling sidecar images might need to be updated too. When Kubernetes Tooling sidecar needs to be updated, the Camel K sidecar also needs to be updated as it depends on it.
2 changes: 1 addition & 1 deletion v3/plugins/rogalmic/bash-debug/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.9
0.3.9
2 changes: 1 addition & 1 deletion v3/plugins/timonwong/shellcheck/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1
0.10.1

0 comments on commit f15c5d6

Please sign in to comment.