[openSUSE/open-build-service] 549593: Add request header and tabs partials
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 5495935cc25c5ff101cdfec1cbf9dc67f231d2e5 https://github.com/openSUSE/open-build-service/commit/5495935cc25c5ff101cdfe... Author: Rubhan Azeem <rubhanazeem@gmail.com> Date: 2023-05-02 (Tue, 02 May 2023) Changed paths: A src/api/app/views/webui/request/_beta_alert.html.haml A src/api/app/views/webui/request/_request_header.html.haml A src/api/app/views/webui/request/_request_tabs.html.haml Log Message: ----------- Add request header and tabs partials Commit: d7a5cb1b55b7d6695b779a75f720ada858b9fdf4 https://github.com/openSUSE/open-build-service/commit/d7a5cb1b55b7d6695b779a... Author: Rubhan Azeem <rubhanazeem@gmail.com> Date: 2023-05-02 (Tue, 02 May 2023) Changed paths: M src/api/app/views/webui/request/beta_show.html.haml Log Message: ----------- Remove js to load tabs data We don't need all this JS. It was activating tabs on the page load and fetching reloading the page to fetch live data Commit: 804922b60800b85043e895ab00e628721214e982 https://github.com/openSUSE/open-build-service/commit/804922b60800b85043e895... Author: Rubhan Azeem <rubhanazeem@gmail.com> Date: 2023-05-02 (Tue, 02 May 2023) Changed paths: M src/api/app/controllers/webui/request_controller.rb M src/api/app/views/webui/request/_breadcrumb_items.html.haml M src/api/app/views/webui/request/beta_show.html.haml A src/api/app/views/webui/request/conversation.html.haml M src/api/config/routes/webui_routes.rb Log Message: ----------- Add separate view for request conversation Commit: d65c64208504ecf66d502078c5522e5cb361dde5 https://github.com/openSUSE/open-build-service/commit/d65c64208504ecf66d5020... Author: Rubhan Azeem <rubhanazeem@gmail.com> Date: 2023-05-02 (Tue, 02 May 2023) Changed paths: M src/api/app/views/webui/request/beta_show.html.haml R src/api/app/views/webui/request/beta_show_tabs/_conversation.html.haml Log Message: ----------- Remove conversation partial Commit: a14e43e442e8e87618c2e521ce51a1acc38d0268 https://github.com/openSUSE/open-build-service/commit/a14e43e442e8e87618c2e5... Author: Rubhan Azeem <rubhanazeem@gmail.com> Date: 2023-05-02 (Tue, 02 May 2023) Changed paths: M src/api/app/helpers/webui/request_helper.rb M src/api/app/views/webui/request/_actions_details.html.haml M src/api/app/views/webui/request/_request_header.html.haml M src/api/app/views/webui/request/conversation.html.haml M src/api/spec/helpers/webui/request_helper_spec.rb Log Message: ----------- Update page URL's to next and previous links Implementation to handle next and previous links for multi action requests. The JS removed in this commit isn't needed because we are not going to deal with tabs Commit: f312d7097c68268a9440a2ba280018f65292cbcf https://github.com/openSUSE/open-build-service/commit/f312d7097c68268a9440a2... Author: Saray Cabrera Padrón <scabrerapadron@suse.com> Date: 2023-05-02 (Tue, 02 May 2023) Changed paths: M src/api/app/controllers/webui/request_controller.rb M src/api/app/helpers/webui/request_helper.rb M src/api/app/views/webui/request/_actions_details.html.haml A src/api/app/views/webui/request/_beta_alert.html.haml M src/api/app/views/webui/request/_breadcrumb_items.html.haml A src/api/app/views/webui/request/_request_header.html.haml A src/api/app/views/webui/request/_request_tabs.html.haml M src/api/app/views/webui/request/beta_show.html.haml R src/api/app/views/webui/request/beta_show_tabs/_conversation.html.haml A src/api/app/views/webui/request/conversation.html.haml M src/api/config/routes/webui_routes.rb M src/api/spec/helpers/webui/request_helper_spec.rb Log Message: ----------- Merge pull request #14164 from rubhanazeem/conv-tab-page Convert conversation tab to a separate action Compare: https://github.com/openSUSE/open-build-service/compare/479f7f18f0ed...f312d7...
participants (1)
-
Saray Cabrera Padrón