Uploaded image for project: 'IGB'
  1. IGB
  2. IGBF-1994

Remove un-needed code - API and App dependencies

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
    • Story Points:
      2
    • Sprint:
      Fall 2019 Sprint 2, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar

      Description

      AppStore codebase contains code that is not being used.
      Remove it.

        Attachments

          Issue Links

            Activity

            ann.loraine Ann Loraine created issue -
            ann.loraine Ann Loraine made changes -
            Field Original Value New Value
            Epic Link IGBF-1388 [ 17463 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Status Open [ 1 ] To-Do [ 10305 ]
            ann.loraine Ann Loraine made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            Hide
            ann.loraine Ann Loraine added a comment - - edited

            Remove:

            • API submission code
            • App dependencies
            Show
            ann.loraine Ann Loraine added a comment - - edited Remove: API submission code App dependencies
            ann.loraine Ann Loraine made changes -
            Link This issue blocks IGBF-1992 [ IGBF-1992 ]
            Hide
            ann.loraine Ann Loraine added a comment - - edited
            Show
            ann.loraine Ann Loraine added a comment - - edited Please review branch: https://bitbucket.org/aloraine/appstore/branch/IGBF-1994-BigDelete
            ann.loraine Ann Loraine made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ]
            ann.loraine Ann Loraine made changes -
            Description AppStore codebase contains code that is not being used.
            Remove it.
            Document what's left.
            AppStore codebase contains code that is not being used.
            Remove it.
            ann.loraine Ann Loraine made changes -
            Summary Remove un-needed code and document what is left Remove un-needed code
            ann.loraine Ann Loraine made changes -
            Summary Remove un-needed code Remove un-needed code - API and App dependencies
            ann.loraine Ann Loraine made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            ann.loraine Ann Loraine made changes -
            Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
            ann.loraine Ann Loraine made changes -
            Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            ann.loraine Ann Loraine made changes -
            Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
            Hide
            prutha Prutha Kulkarni (Inactive) added a comment -

            App store functionality is working fine even after removing the following things:
            1) javadocs, API, previously commented code
            2) Unneeded code, templates for submitting APIs, parsing POMs
            3) App logos
            Moving the ticket to DONE.

            Show
            prutha Prutha Kulkarni (Inactive) added a comment - App store functionality is working fine even after removing the following things: 1) javadocs, API, previously commented code 2) Unneeded code, templates for submitting APIs, parsing POMs 3) App logos Moving the ticket to DONE.
            prutha Prutha Kulkarni (Inactive) made changes -
            Assignee Ann Loraine [ aloraine ]
            prutha Prutha Kulkarni (Inactive) made changes -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            prutha Prutha Kulkarni (Inactive) made changes -
            Status Post-merge Testing In Progress [ 10003 ] Closed [ 6 ]
            ann.loraine Ann Loraine made changes -
            Workflow Fall 2019 Workflow Update [ 20751 ] Revised Fall 2019 Workflow Update [ 22500 ]
            ann.loraine Ann Loraine made changes -
            Status Closed [ 6 ] To-Do [ 10305 ]
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ]
            Hide
            ann.loraine Ann Loraine added a comment -

            There is still some vestigial code related to API bundles that causes a server error when a user tries to submit a bundle that contains export tags.
            See: https://jira.transvar.org/browse/IGBF-2238

            Show
            ann.loraine Ann Loraine added a comment - There is still some vestigial code related to API bundles that causes a server error when a user tries to submit a bundle that contains export tags. See: https://jira.transvar.org/browse/IGBF-2238
            ann.loraine Ann Loraine made changes -
            Sprint Fall 2019 Sprint 2 [ 73 ] Fall 2019 Sprint 2, Spring 3 : 3 Feb to 14 Feb [ 73, 86 ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Assignee Sameer Shanbhag [ sameer ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Status To-Do [ 10305 ] Pull Request Submitted [ 10101 ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Status Reviewing Pull Request [ 10303 ] To-Do [ 10305 ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            Hide
            sameer Sameer Shanbhag (Inactive) added a comment -

            Changes to IGBF-2238 can be found here:
            https://bitbucket.org/sshanbh1/sameer-appstorefork/commits/13aa8ee0392365a788329a7f769638ede8546c96

            Prof. [~aloraine] Please let me know if I have to get rid of the Export-Package parsing logic as well. The above commit solves the Internal Server Error.

            Show
            sameer Sameer Shanbhag (Inactive) added a comment - Changes to IGBF-2238 can be found here: https://bitbucket.org/sshanbh1/sameer-appstorefork/commits/13aa8ee0392365a788329a7f769638ede8546c96 Prof. [~aloraine] Please let me know if I have to get rid of the Export-Package parsing logic as well. The above commit solves the Internal Server Error.
            Hide
            ann.loraine Ann Loraine added a comment -

            Please do this on a different branch named for IGBF-1994

            Show
            ann.loraine Ann Loraine added a comment - Please do this on a different branch named for IGBF-1994
            Hide
            sameer Sameer Shanbhag (Inactive) added a comment -

            I have named the new branch as IGBF-1994-1 Commit can be fund here:
            https://bitbucket.org/sshanbh1/sameer-appstorefork/commits/28aafec4c4b143d6efd0811d5f8efc8f15080173

            P.S. [~aloraine]

            Show
            sameer Sameer Shanbhag (Inactive) added a comment - I have named the new branch as IGBF-1994 -1 Commit can be fund here: https://bitbucket.org/sshanbh1/sameer-appstorefork/commits/28aafec4c4b143d6efd0811d5f8efc8f15080173 P.S. [~aloraine]
            Hide
            ann.loraine Ann Loraine added a comment -

            Please submit PR for IGBF-1994-1

            Show
            ann.loraine Ann Loraine added a comment - Please submit PR for IGBF-1994 -1
            ann.loraine Ann Loraine made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            ann.loraine Ann Loraine made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            ann.loraine Ann Loraine made changes -
            Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
            Show
            sameer Sameer Shanbhag (Inactive) added a comment - Pull Request Submitted : https://bitbucket.org/lorainelab/appstore/pull-requests/208/igbf-1994-remove-submit-api-related-code/diff
            sameer Sameer Shanbhag (Inactive) made changes -
            Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Assignee Sameer Shanbhag [ sameer ]
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            ann.loraine Ann Loraine made changes -
            Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            Because the branch had some other edits, I copied over the relevant code from Sameer's branch and added it directly the master branch.
            See:
            https://bitbucket.org/lorainelab/appstore/commits/8f49e256a17506b8019c52648aa8f55512d67130
            The fix is now part of the master branch but is not yet deployed on dev-appstore-2.

            Show
            ann.loraine Ann Loraine added a comment - Because the branch had some other edits, I copied over the relevant code from Sameer's branch and added it directly the master branch. See: https://bitbucket.org/lorainelab/appstore/commits/8f49e256a17506b8019c52648aa8f55512d67130 The fix is now part of the master branch but is not yet deployed on dev-appstore-2.
            ann.loraine Ann Loraine made changes -
            Sprint Fall 2019 Sprint 2, Spring 3 : 3 Feb to 14 Feb [ 73, 86 ] Fall 2019 Sprint 2, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 21 Feb [ 73, 86, 87 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            Hide
            ann.loraine Ann Loraine added a comment -

            FYI: master branch deployed on dev-appstore-2 up to and including these commits:

            9db2675 (HEAD -> master, origin/master, origin/HEAD) Merged in IGBF-2231 (pull request #210)
            f5753c0 IGBF-2231 : Remove old search logic | Xapian Search
            daadc80 IGBF-2231 : Remove unnecessary line of codes and organizing file imports
            bf6733a IGBF-2231 : Remove support for Geological Tracking

            Show
            ann.loraine Ann Loraine added a comment - FYI: master branch deployed on dev-appstore-2 up to and including these commits: 9db2675 (HEAD -> master, origin/master, origin/HEAD) Merged in IGBF-2231 (pull request #210) f5753c0 IGBF-2231 : Remove old search logic | Xapian Search daadc80 IGBF-2231 : Remove unnecessary line of codes and organizing file imports bf6733a IGBF-2231 : Remove support for Geological Tracking
            nfreese Nowlan Freese made changes -
            Sprint Fall 2019 Sprint 2, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb [ 73, 86, 87 ] Fall 2019 Sprint 2, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar [ 73, 86, 87, 89 ]
            nfreese Nowlan Freese made changes -
            Rank Ranked higher
            nfreese Nowlan Freese made changes -
            Sprint Fall 2019 Sprint 2, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar [ 73, 86, 87, 89 ] Fall 2019 Sprint 2, Spring 3 : 3 Feb to 14 Feb, Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 5 : 16 Mar to 27 Mar [ 73, 86, 87, 89, 90 ]
            nfreese Nowlan Freese made changes -
            Rank Ranked higher
            noor91zahara Noor Zahara (Inactive) made changes -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            noor91zahara Noor Zahara (Inactive) made changes -
            Assignee Noor Zahara [ noor91zahara ]
            Hide
            noor91zahara Noor Zahara (Inactive) added a comment -

            Working as expected.

            Show
            noor91zahara Noor Zahara (Inactive) added a comment - Working as expected.
            noor91zahara Noor Zahara (Inactive) made changes -
            Assignee Noor Zahara [ noor91zahara ] Sameer Shanbhag [ sameer ]
            noor91zahara Noor Zahara (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status Post-merge Testing In Progress [ 10003 ] Closed [ 6 ]

              People

              • Assignee:
                sameer Sameer Shanbhag (Inactive)
                Reporter:
                ann.loraine Ann Loraine
              • Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: