* Add new test method 'createPullRequestToNonDefaultBranch' to the 'PullRequestPlaginTest'
* Add the method 'clickRefreshContributionBranchButton()' to the 'PullRequestPanel'
* Add the id selector to the web element in the 'ContributePartViewImpl'
* Delete the 'try/catch' from the 'PullRequestPluginWithForkTest' related to close the issue
* Read test pull request info by using kohsuke library
* Ensure 'Git Contribute' preference is set to default value after the test execution
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
* CHE-10754. Log at the DEBUG level when xml document parsing is quiet
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
* Return problem instead of error logging when pom file for reconciling is empty
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
Hide the 'From Archetype' input field in the Maven project type wizard if 'Parent' witch contains pom.xml is selected in the import project Wizard due to the maven archetype generation plugin restrictions.
The files are reformatted in order to suit the requirements of coveo maven fmt plug-in of v.2.5.1
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
### What does this PR do?
This changes proposal fixes the problem when save button might appeared when refresh button called from preferences window.
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
### What issues does this PR fix or reference?
#9959#10019
#### Release Notes
N/A
#### Docs PR
N/A
Fix Git status message if the repository is checkouted to tag or commit.
Changed getCurrentBranch method in the Git API to getCurrentReference that returns Reference object that contains reference and type (branch, tag or commit).
* Show build details in dedicate window
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* New Line
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* New Line
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* New Line
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Add debug id to the anchor
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Adopt Dialog About selenium test to actual changes on the UI
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
Basic support of the Eclipse Ceylon language support, with the following features:
- language description,
- syntax highlighting,
- project creation.
Signed-off-by: David Festal <dfestal@redhat.com>
When creating a project with the help of Maven Archetype Plugin it names project directory by artifact-id. If artifact-id != project name specified in the first page of the project wizard, error happens. Maven Archetype Plugin has basedir property that can solve this problem, but there is a bug in the plugin: https://issues.apache.org/jira/browse/ARCHETYPE-311. Rename the project directory to specified project name solves the problem.