-
Notifications
You must be signed in to change notification settings - Fork 103
Remove jira #331
Remove jira #331
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -120,22 +120,6 @@ | |
| <property name="proxyInterface" value="com.topcoder.service.user.UserService"/> | ||
| </bean> | ||
|
|
||
| <bean id="userServiceFacade" class="org.springframework.jndi.JndiObjectFactoryBean"> | ||
| <property name="jndiName" value="UserServiceFacadeBean/remote"/> | ||
| <property name="cache" value="true"/> | ||
| <property name="lookupOnStartup" value="false"/> | ||
| <property name="jndiEnvironment"> | ||
| <props> | ||
| <prop key="java.naming.factory.initial">org.jnp.interfaces.NamingContextFactory | ||
| </prop> | ||
| <prop key="java.naming.provider.url">${service.provder.url}</prop> | ||
| <prop key="java.naming.factory.url.pkgs">org.jboss.naming:org.jnp.interfaces | ||
| </prop> | ||
| </props> | ||
| </property> | ||
| <property name="proxyInterface" value="com.topcoder.service.facade.user.UserServiceFacade"/> | ||
| </bean> | ||
|
|
||
| <bean id="gamePlanService" class="org.springframework.jndi.JndiObjectFactoryBean"> | ||
| <property name="jndiName" value="GamePlanServiceBean/remote"/> | ||
| <property name="cache" value="true"/> | ||
|
|
@@ -259,7 +243,6 @@ | |
| <property name="adminServiceFacade" ref="adminServiceFacade"/> | ||
| <property name="referenceDataBean" ref="referenceDataBean"/> | ||
| <property name="userService" ref="userService"/> | ||
| <property name="userServiceFacade" ref="userServiceFacade"/> | ||
| <property name="projectServices" ref="projectServices"/> | ||
| <property name="specificationReviewService" ref="specificationReviewService"/> | ||
| <property name="userPreferenceHome" ref="userPreferenceHome"/> | ||
|
|
@@ -794,19 +777,6 @@ | |
| <property name="viewData.showJustForm" value="true"/> | ||
| </bean> | ||
|
|
||
| <bean id="dashboardJiraIssuesReportAction" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tuxing1986 these reports are related to JIRA calls, not direct database query?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. dashboardJiraIssuesReportAction will execute "dashboard_jira_issues_report" query in the database.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tuxing1986 can you restore the related logic, db query related logic is fine, we just need to remove the JIRA API calls, as we are going to shutdown the JIRA service.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. dashboardJiraIssuesReportAction will also use ServerConfiguration.JIRA_SERVER_NAME indirectly.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. dashboardJiraIssuesReportAction is for src\web\WEB-INF\report\dashboard-jira-issues-report.jsp Hence all the action, jsp file and the related js file should all be removed.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. call https:/ServerConfiguration.JIRA_SERVER_NAM/browse/ticketId
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tuxing1986 this seems just linked to the external service, let me double check with PM, and response to you
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay, all the issues and bug races related to the jira urls, hence they should be removed.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can not access my gmail now, please post any issue here, thanks. |
||
| class="com.topcoder.direct.services.view.action.report.DashboardJiraIssuesReportAction" | ||
| scope="prototype" parent="baseDirectStrutsAction"> | ||
| <property name="viewData.showJustForm" value="false"/> | ||
| </bean> | ||
|
|
||
|
|
||
| <bean id="dashboardShowJiraIssuesReportAction" | ||
| class="com.topcoder.direct.services.view.action.report.DashboardJiraIssuesReportAction" | ||
| scope="prototype" parent="baseDirectStrutsAction"> | ||
| <property name="viewData.showJustForm" value="true"/> | ||
| </bean> | ||
|
|
||
| <bean id="dashboardParticipationReportAction" | ||
| class="com.topcoder.direct.services.view.action.report.DashboardParticipationMetricsReportAction" | ||
| scope="prototype" parent="baseDirectStrutsAction"> | ||
|
|
@@ -874,9 +844,6 @@ | |
| <bean id="createNewProjectAction" | ||
| class="com.topcoder.direct.services.view.action.CreateNewProjectAction" | ||
| scope="prototype" parent="baseDirectStrutsAction"> | ||
| <property name="pptJIRAProject" value="@pptJIRAProject@"/> | ||
| <property name="pptJIRAIssueTypeId" value="3"/> | ||
| <property name="pptJIRAIssueReporter" value="anonymus"/> | ||
| <property name="copilotURLPrefix" value="http://community.topcoder.com/tc?module=ProjectDetail&pj="/> | ||
| <property name="groupService" ref="groupService"/> | ||
| <property name="projectContestFeeService" ref="contestFeeService"/> | ||
|
|
@@ -1103,11 +1070,6 @@ | |
| class="com.topcoder.direct.services.view.action.project.UpdateProjectForumWatchAction" | ||
| scope="prototype" parent="baseDirectStrutsAction"> | ||
| </bean> | ||
|
|
||
| <bean id="syncUserAction" | ||
| class="com.topcoder.direct.services.view.action.dashboard.SyncUserAction" | ||
| scope="prototype" parent="baseDirectStrutsAction"> | ||
| </bean> | ||
|
|
||
| <!-- configuration for the direct project metadata services and key service --> | ||
|
|
||
|
|
@@ -1309,24 +1271,7 @@ | |
| scope="prototype" parent="baseDirectStrutsAction"> | ||
| <property name="copilotProfileDAO" ref="copilotProfileDAO"/> | ||
| </bean> | ||
|
|
||
| <bean id="baseJIRAAttachmentAction" class="com.topcoder.direct.services.view.action.contest.JIRAAttachmentBaseAction" | ||
| abstract="true" parent="baseDirectStrutsAction"> | ||
| <property name="fileLocation" value="@file_storage_location@"/> | ||
| </bean> | ||
| <bean id="createJIRABugIssueAction" class="com.topcoder.direct.services.view.action.contest.CreateJIRAIssueAction" | ||
| scope="prototype" parent="baseJIRAAttachmentAction"> | ||
| <property name="jiraProject" value="@jiraBugRaceProject@"/> | ||
| <property name="issueTypeId" value="1"/> | ||
| </bean> | ||
| <bean id="createProjectJIRABugIssueAction" class="com.topcoder.direct.services.view.action.project.CreateProjectJIRAIssueAction" | ||
| scope="prototype" parent="baseJIRAAttachmentAction"> | ||
| <property name="jiraProject" value="@jiraBugRaceProject@"/> | ||
| <property name="issueTypeId" value="1"/> | ||
| </bean> | ||
| <bean id="updateJIRAIssueAction" class="com.topcoder.direct.services.view.action.contest.UpdateJIRAIssueAction" | ||
| scope="prototype" parent="baseJIRAAttachmentAction"> | ||
| </bean> | ||
|
|
||
| <bean id="submitApprovalAction" | ||
| class="com.topcoder.direct.services.view.action.contest.SubmitApprovalAction" | ||
| scope="prototype" parent="baseDirectStrutsAction"> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tuxing1986 it is removed, because of we built from source code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it's removed and the user_service_facade under the service directory is also removed.