[JBoss JIRA] (JBIDE-10543) Binary OpenShift Server adapter
by Max Rydahl Andersen (Created) (JIRA)
Binary OpenShift Server adapter
-------------------------------
Key: JBIDE-10543
URL: https://issues.jboss.org/browse/JBIDE-10543
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1, 3.3.0.Beta2
Attachments: sourcevsbinary.bmml, sourcevsbinary.png
Binary server adapter should be added which allows any app that already deploys to our AS7 servers be deployed to openshift.
The logic for it is exactly (more or less) the same as for normal file or RSH deploy:
if(!temprepo)
git clone <openshifturl> temprepo
git fetch
foreach(module in modules)
build module
cp builtmodule to temprepo/deployments
git push * this push should not trigger the whole openshift build thing and should only be done once at end of publish.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-10759) Git clone destination folder is not validated
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-10759:
----------------------------------------
Summary: Git clone destination folder is not validated
Key: JBIDE-10759
URL: https://issues.jboss.org/browse/JBIDE-10759
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.Beta1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1
Attachments: finish-enabled.png, missing-error.png
# ASSERT: make sure you have a folder in <home>/git/<project name> (ex. former clone, empty folder, etc.) ex. have a folder <home>/git/*as*
# EXEC: launch the OpenShift Express Application wizard
# EXEC: log in and choose a new name <project name> & type (no embedded cartridges needed) ex. "*as*" as name
# EXEC: on the project page: choose *Create new*
Result:
*Finish" is enabled even though the checkout will not be possible: You already have a folder with the same name as the clone.
!finish-enabled.png!
The clone would have to remove that one or cancel, warning about it.
The wizard with the clone settings has no warning/error telling you that the clone destination is not valid.
!missing-error.png!
Expected result:
*Finish* must be disabled as long as the git clone destination is invalid (already a file/folder present). The clone settings page must decorate the *Location* input.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (JBIDE-7432) OPTIONS method returns [POST, OPTIONS] for RESTEasy simple project in Web Service Test View
by Ben Clare (JIRA)
OPTIONS method returns [POST, OPTIONS] for RESTEasy simple project in Web Service Test View
--------------------------------------------------------------------------------------------
Key: JBIDE-7432
URL: https://jira.jboss.org/browse/JBIDE-7432
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.2.0.CR1
Reporter: Ben Clare
I have set up the RESTEasy sample project (simple) and used the Web Service Test View to return the available options. The options are:
POST, OPTIONS
The documentation located at http://community.jboss.org/wiki/UsingtheWebServiceTester suggests that the options should be:
GET, HEAD, POST, PUT, DELETE, TRACE, and OPTIONS
The JBoss Tools Project Examples version is reported by Eclipse as:
JBoss Tools Community Project Examples 1.1.0.v20100908-1606-H23-M2 org.jboss.tools.community.project.examples.feature.feature.group
Any idea as to why the options do not include GET, HEAD, PUT, DELETE and TRACE
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years