Use https instead of http in web links. (#4276)
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>6.19.x
parent
dcf6c63683
commit
445c24c03d
|
|
@ -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
README.md
10
README.md
|
|
@ -1,6 +1,6 @@
|
|||
# Eclipse Che - Eclipse Next-Generation IDE
|
||||
[](https://gitter.im/eclipse/che?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://github.com/codenvy/che/blob/master/LICENSE)
|
||||
[](https://github.com/codenvy/che/blob/master/LICENSE)
|
||||
[](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/)
|
||||
|
|
@ -8,12 +8,12 @@ https://www.eclipse.org/che/. Next-generation Eclipse platform, developer worksp
|
|||

|
||||
|
||||
### 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
|
||||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
|
|
@ -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're using a browser that isn'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're using a browser that isn'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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
==============
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -12,12 +12,12 @@ https://www.eclipse.org/che/. Next-generation Eclipse platform, developer worksp
|
|||

|
||||
|
||||
### 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
|
||||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ public class GitHubKeyUploader implements SshKeyUploader {
|
|||
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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
Drag & drop following button to http://my.che.url/dashboard/#/admin/plugins to install this plug-in:
|
||||
|
||||
[](http://eclipse.org/che/?install&uri=mvn:org.eclipse.che.plugin:che-plugin-svn-ext-subversion:CURRENT)
|
||||
[](https://eclipse.org/che/?install&uri=mvn:org.eclipse.che.plugin:che-plugin-svn-ext-subversion:CURRENT)
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
@ -450,7 +450,7 @@ public class FactoryServiceTest {
|
|||
@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);
|
||||
|
||||
|
|
@ -472,7 +472,7 @@ public class FactoryServiceTest {
|
|||
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());
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ import static org.mockito.Mockito.when;
|
|||
|
||||
@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";
|
||||
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ public class RecipeRetrieverTest {
|
|||
*/
|
||||
@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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue