Skip to content

Commit

Permalink
Use https instead of http in web links. (eclipse-che#4276)
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
  • Loading branch information
Vitalii Parfonov authored Mar 1, 2017
1 parent dcf6c63 commit 445c24c
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Pull Request Policy: https://github.com/eclipse/che/wiki/Development-Workflow#pu


#### Docs PR
<!-- Please add a matching PR to [the docs repo](http://github.com/eclipse/che-docs) and link that PR to this issue.
<!-- Please add a matching PR to [the docs repo](https://github.com/eclipse/che-docs) and link that PR to this issue.
Both will be merged at the same time. -->
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Eclipse Che - Eclipse Next-Generation IDE
[![Join the chat at https://gitter.im/eclipse/che](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/eclipse/che?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Eclipse License](http://img.shields.io/badge/license-Eclipse-brightgreen.svg)](https://github.com/codenvy/che/blob/master/LICENSE)
[![Eclipse License](https://img.shields.io/badge/license-Eclipse-brightgreen.svg)](https://github.com/codenvy/che/blob/master/LICENSE)
[![Build Status](https://ci.codenvycorp.com/buildStatus/icon?job=che-ci-master)](https://ci.codenvycorp.com/job/che-ci-master)

https://www.eclipse.org/che/. Next-generation Eclipse platform, developer workspace server and cloud IDE. Che defines workspaces that include their dependencies including embedded containerized runtimes, Web IDE, and project code. This makes workspaces distributed, collaborative, and portable to run anywhere on a desktop or a server ... [Read More](https://www.eclipse.org/che/features/)

![Eclipse Che](https://www.eclipse.org/che/images/banner@2x.png "Eclipse Che")

### Getting Started
You can run Che in the public cloud, a private cloud, or install it on any OS. Che has been tested on Ubuntu, Linux, MacOS and Windows. The [step by step guide](http://eclipse.org/che/getting-started/) will get you going along with [our docs](https://www.eclipse.org/che/docs/).
You can run Che in the public cloud, a private cloud, or install it on any OS. Che has been tested on Ubuntu, Linux, MacOS and Windows. The [step by step guide](https://eclipse.org/che/getting-started/) will get you going along with [our docs](https://www.eclipse.org/che/docs/).

The `che` repository is where we do development and there are many ways you can participate, for example:

- [Submit bugs and feature requests](http://github.com/eclipse/che/issues) and help us verify them
- Review [source code changes](http://github.com/eclipse/che/pulls)
- [Submit bugs and feature requests](https://github.com/eclipse/che/issues) and help us verify them
- Review [source code changes](https://github.com/eclipse/che/pulls)
- [Improve docs](https://github.com/codenvy/che-docs)

### Customizing
Expand All @@ -27,7 +27,7 @@ If you are interested in fixing issues and contributing directly to the code bas
- [Contributor license agreement](https://github.com/eclipse/che/wiki/Contributor-License-Agreement)

### Feedback
* **Support:** You can ask questions, report bugs, and request features using [GitHub issues](http://github.com/eclipse/che/issues).
* **Support:** You can ask questions, report bugs, and request features using [GitHub issues](https://github.com/eclipse/che/issues).
* **Roadmap:** We maintain [the roadmap](https://github.com/eclipse/che/wiki/Roadmap) on the wiki.
* **Weekly Meetings:** Join us on [a hangout](https://github.com/eclipse/che/wiki/Weekly-Planning-Meetings).

Expand Down
2 changes: 1 addition & 1 deletion assembly/assembly-ide-war/src/main/webapp/IDE.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta name="mobile-web-app-capable" content="yes">
<title>Eclipse Che</title>
<link rel="shortcut icon" href="/_app/favicon.ico"/>
<link href="http://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Droid+Sans+Mono" rel="stylesheet" type="text/css"/>

<script type="text/javascript" language="javascript">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (!IS_WS_SUPPORTED || (USER_AGENT.indexOf("chrome") == -1 && USER_AGENT.indexO
var container = document.createElement('div');
container.setAttribute('style', 'position:relative; height: 290px; margin: 20px auto 0; padding-top: 10px; width: 600px; text-align:center; font-family: Verdana, Bitstream Vera Sans, sans-serif; font-size:16px; border-top: 1px solid #DBDFE5; border-bottom: 1px solid #DBDFE5');
}
container.innerHTML = '<div style="height: 50px; margin:0 auto; font-size:18px; color: #2C578A; font-weight: bold">It looks like you&#39;re using a browser that isn&#39;t supported.</div><div style="height: 50px; margin:0 auto; font-size:16px; color: #707070">To use Codenvy, upgrade to the latest one of these supported browsers.</div><div style="position: relative; height: 175px; background-color: #EFEFF5;"><div style="position: absolute; left: 65px; font-weight: bold;"><a href="http://www.google.com/chrome/" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(chrome.png) no-repeat; color: #2C578A;">Google</br>Chrome</div></a></div><div style="position: absolute; left: 234px; font-family: Verdana, Bitstream Vera Sans, sans-serif; font-weight: bold;"><a href="http://www.firefox.com" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(firefox.png) no-repeat; color: #2C578A;">Mozilla</br>Firefox</div></a></div><div style="position: absolute; left: 396px; font-weight: bold;"><a href="http://support.apple.com/downloads/#safari" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(safari.png) no-repeat; color: #2C578A;">Apple</br>Safari</div></a></div></div>';
container.innerHTML = '<div style="height: 50px; margin:0 auto; font-size:18px; color: #2C578A; font-weight: bold">It looks like you&#39;re using a browser that isn&#39;t supported.</div><div style="height: 50px; margin:0 auto; font-size:16px; color: #707070">To use Codenvy, upgrade to the latest one of these supported browsers.</div><div style="position: relative; height: 175px; background-color: #EFEFF5;"><div style="position: absolute; left: 65px; font-weight: bold;"><a href="https://www.google.com/chrome/" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(chrome.png) no-repeat; color: #2C578A;">Google</br>Chrome</div></a></div><div style="position: absolute; left: 234px; font-family: Verdana, Bitstream Vera Sans, sans-serif; font-weight: bold;"><a href="https://www.firefox.com" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(firefox.png) no-repeat; color: #2C578A;">Mozilla</br>Firefox</div></a></div><div style="position: absolute; left: 396px; font-weight: bold;"><a href="https://support.apple.com/downloads/#safari" target="_blank" style="text-decoration: none; cursor: pointer;"><div style="width: 120px; height: 25px; padding-top: 130px; background: url(safari.png) no-repeat; color: #2C578A;">Apple</br>Safari</div></a></div></div>';
return container;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

WHAT: Creates a new IDE clickable action that prints server response as IDE notification popup.
DOCS: https://www.eclipse.org/che/docs/plugins/introduction/index.html
SOURCE: http://github.com/che-samples/che-ide-extension.git BRANCH: client-server
SOURCE: https://github.com/che-samples/che-ide-extension.git BRANCH: client-server
PRE-REQS: Java 1.8, Maven, Git, and a clone of Che's assembly repo @ http://github.com/codenvy/che.

STEPS: 1. git clone http://github.com/che-samples/che-ide-extension
STEPS: 1. git clone https://github.com/che-samples/che-ide-extension
2. cd che-ide-extension
3. git checkout client-server
4. mvn clean install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

WHAT: Creates a new IDE clickable action that prints "It's My Action!" as an event in the event console.
DOCS: https://www.eclipse.org/che/docs/plugins/introduction/index.html
SOURCE: http://github.com/che-samples/che-ide-extension.git
SOURCE: https://github.com/che-samples/che-ide-extension.git
PRE-REQS: Java 1.8, Maven, Git, and a clone of Che's assembly repo @ http://github.com/codenvy/che.

STEPS: 1. git clone http://github.com/che-samples/che-ide-extension
STEPS: 1. git clone https://github.com/che-samples/che-ide-extension
2. cd che-ide-extension
3. mvn clean install
4. Add new extension as dependency to /che/assembly-ide-war/pom.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
###################################################

DOCS: https://www.eclipse.org/che/docs/plugins/introduction/index.html
SOURCE: http://github.com/che-samples/che-server-extension.git
SOURCE: https://github.com/che-samples/che-server-extension.git
PRE-REQS: Java 1.8, Maven, Git, and a clone of Che's assembly repo @ http://github.com/codenvy/che.

STEPS: 1. git clone http://github.com/che-samples/che-server-extension
STEPS: 1. git clone https://github.com/che-samples/che-server-extension
2. cd che-server-extension
3. mvn clean install
4. Add new extension as dependency to /che/assembly-wsagent-war/pom.xml
Expand Down
2 changes: 1 addition & 1 deletion dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## About Eclipse Che
Eclipse Che is a next generation Eclipse IDE and open source alternative to IntelliJ. This repository is licensed under the Eclipse Public License 1.0. Visit [Eclipse Che's Web site](http://eclipse.org/che) for feature information or the main [Che assembly repository](http://github.com/codenvy/che) for a description of all participating repositories.
Eclipse Che is a next generation Eclipse IDE and open source alternative to IntelliJ. This repository is licensed under the Eclipse Public License 1.0. Visit [Eclipse Che's Web site](https://eclipse.org/che) for feature information or the main [Che assembly repository](https://github.com/codenvy/che) for a description of all participating repositories.

Che Dashboard
==============
Expand Down
2 changes: 1 addition & 1 deletion dashboard/src/app/admin/plugins/plugins.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class AdminPluginsCtrl {

dropzoneAcceptURL(url) {

if (!url.startsWith('upload:') && !url.startsWith('http://eclipse.org/che/?install')) {
if (!url.startsWith('upload:') && !url.startsWith('https://eclipse.org/che/?install')) {
let deferred = this.$q.defer();
deferred.reject({data: {message:'The plugin URL is invalid'}});
return deferred.promise;
Expand Down
2 changes: 1 addition & 1 deletion dashboard/src/components/api/che-git.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('CheGit', function () {
var agentUrl = 'localhost:3232/wsagent/ext';
var workspaceId = 'workspace123test';
var projectPath = '/testProject';
var localUrl = 'http://eclipse.org/che/git/f1/' + workspaceId + projectPath;
var localUrl = 'https://eclipse.org/che/git/f1/' + workspaceId + projectPath;
var runtime = {'links': [{'href': agentUrl, 'rel': 'wsagent'}]};
var workspace1 = apiBuilder.getWorkspaceBuilder().withId(workspaceId).withRuntime(runtime).build();

Expand Down
8 changes: 4 additions & 4 deletions dockerfiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ https://www.eclipse.org/che/. Next-generation Eclipse platform, developer worksp
![Eclipse Che](https://www.eclipse.org/che/images/banner@2x.png "Eclipse Che")

### Getting Started
You can run Che in the public cloud, a private cloud, or install it on any OS. Che has been tested on Ubuntu, Linux, MacOS and Windows. The [step by step guide](http://eclipse.org/che/getting-started/) will get you going.
You can run Che in the public cloud, a private cloud, or install it on any OS. Che has been tested on Ubuntu, Linux, MacOS and Windows. The [step by step guide](https://eclipse.org/che/getting-started/) will get you going.

The `che` repository is where we do development and there are many ways you can participate, for example:

- [Submit bugs and feature requests](http://github.com/eclipse/che/issues) and help us verify them
- Review [source code changes](http://github.com/eclipse/che/pulls)
- [Submit bugs and feature requests](https://github.com/eclipse/che/issues) and help us verify them
- Review [source code changes](https://github.com/eclipse/che/pulls)
- [Improve docs](https://github.com/codenvy/che-docs)

### Customizing
Expand All @@ -31,7 +31,7 @@ If you are interested in fixing issues and contributing directly to the code bas
- [Contributor license agreement](https://github.com/eclipse/che/wiki/Contributor-License-Agreement)

### Feedback
* **Support:** You can ask questions, report bugs, and request features using [GitHub issues](http://github.com/eclipse/che/issues).
* **Support:** You can ask questions, report bugs, and request features using [GitHub issues](https://github.com/eclipse/che/issues).
* **Roadmap:** We maintain [the roadmap](https://github.com/eclipse/che/wiki/Roadmap) on the wiki.
* **Weekly Meetings:** Join us on [a hangout](https://github.com/eclipse/che/wiki/Weekly-Planning-Meetings).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void uploadKey(String publicKey) throws IOException, UnauthorizedExceptio
LOG.debug("Upload key response code: {}", responseCode);

if (responseCode != HttpURLConnection.HTTP_CREATED) {
throw new IOException(String.format("%d: Failed to upload public key to http://github.com/", responseCode));
throw new IOException(String.format("%d: Failed to upload public key to https://github.com/", responseCode));
}
}

Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-svn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Drag & drop following button to http://my.che.url/dashboard/#/admin/plugins to install this plug-in:

[![](https://img.shields.io/badge/SVN Plugin-Drag Into Che-green.svg?style=flat)](http://eclipse.org/che/?install&uri=mvn:org.eclipse.che.plugin:che-plugin-svn-ext-subversion:CURRENT)
[![](https://img.shields.io/badge/SVN Plugin-Drag Into Che-green.svg?style=flat)](https://eclipse.org/che/?install&uri=mvn:org.eclipse.che.plugin:che-plugin-svn-ext-subversion:CURRENT)
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public class FactoryServiceTest {
private static final String USER_EMAIL = "email";
private static final String WORKSPACE_NAME = "workspace";
private static final String PROJECT_SOURCE_TYPE = "git";
private static final String PROJECT_SOURCE_LOCATION = "http://github.com/codenvy/platform-api.git";
private static final String PROJECT_SOURCE_LOCATION = "https://github.com/codenvy/platform-api.git";
private static final String FACTORY_IMAGE_MIME_TYPE = "image/jpeg";
private static final String IMAGE_NAME = "image12";

Expand Down Expand Up @@ -450,7 +450,7 @@ public void shouldThrowBadRequestWhenGettingFactoryByEmptyAttributeList() throws
@Test
public void shouldBeAbleToUpdateFactory() throws Exception {
final Factory existed = createFactory();
final Factory update = createFactoryWithStorage(null, "git", "http://github.com/codenvy/platform-api1.git");
final Factory update = createFactoryWithStorage(null, "git", "https://github.com/codenvy/platform-api1.git");
when(factoryManager.getById(FACTORY_ID)).thenReturn(existed);
when(factoryManager.updateFactory(any())).thenReturn(update);

Expand All @@ -472,7 +472,7 @@ public void shouldBeAbleToUpdateFactory() throws Exception {
public void shouldThrowNotFoundExceptionWhenUpdatingNonExistingFactory() throws Exception {
final Factory factory = createFactoryWithStorage(FACTORY_NAME,
"git",
"http://github.com/codenvy/platform-api.git");
"https://github.com/codenvy/platform-api.git");
doThrow(new NotFoundException(format("Factory with id %s is not found.", FACTORY_ID))).when(factoryManager)
.getById(anyString());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

@Listeners(value = {MockitoTestNGListener.class})
public class FactoryBaseValidatorTest {
private static final String VALID_REPOSITORY_URL = "http://github.com/codenvy/cloudide";
private static final String VALID_REPOSITORY_URL = "https://github.com/codenvy/cloudide";
private static final String VALID_PROJECT_PATH = "/cloudide";
private static final String ID = "id";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void checkWithContent() throws MachineException {
*/
@Test
public void checkWithLocation() throws MachineException {
String LOCATION = "http://eclipse.org/my-che.recipe";
String LOCATION = "https://eclipse.org/my-che.recipe";
when(machineSource.getLocation()).thenReturn(LOCATION);
recipeRetriever.getRecipe(machineConfig);
verify(recipeDownloader).getRecipe(machineConfig);
Expand Down

0 comments on commit 445c24c

Please sign in to comment.