[obs-commits] [openSUSE/open-build-service] e1fba4: Drop codemirror diff manifest
Branch: refs/heads/depfu/update/srcapi/sprockets-4.0.0 Home: https://github.com/openSUSE/open-build-service Commit: e1fba4a4bbfabdaf97ace1de9092cf9e49169a57 https://github.com/openSUSE/open-build-service/commit/e1fba4a4bbfabdaf97ace1... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2019-10-16 (Wed, 16 Oct 2019) Changed paths: R src/api/app/assets/javascripts/webui/cm2/index-diff.js M src/api/app/views/webui/package/rdiff.html.haml M src/api/app/views/webui/request/show.html.haml Log Message: ----------- Drop codemirror diff manifest We don't use codemirror for displaying diffs anymore, not need to load the javascript. Commit: 9d516fcefb01add48ce1752f3fb648d11aab6149 https://github.com/openSUSE/open-build-service/commit/9d516fcefb01add48ce175... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2019-10-16 (Wed, 16 Oct 2019) Changed paths: R src/api/app/assets/javascripts/webui/cm2/show-prjconf.js M src/api/app/views/webui/projects/project_configuration/show.html.haml Log Message: ----------- Drop duplicated codemirror manifest The name index-prjconf.js has nothing to do with the controller method. It's just a manifest. Commit: c53958e76c6612c45ed136b66b92591cdec2b1a4 https://github.com/openSUSE/open-build-service/commit/c53958e76c6612c45ed136... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2019-10-16 (Wed, 16 Oct 2019) Changed paths: M src/api/app/assets/config/manifest.js A src/api/app/assets/javascripts/webui/cm2/codemirror-file.js A src/api/app/assets/javascripts/webui/cm2/codemirror-prjconf.js A src/api/app/assets/javascripts/webui/cm2/codemirror-xml.js R src/api/app/assets/javascripts/webui/cm2/default.js R src/api/app/assets/javascripts/webui/cm2/index-prjconf.js R src/api/app/assets/javascripts/webui/cm2/index-xml.js M src/api/app/views/webui/package/meta.html.haml M src/api/app/views/webui/package/view_file.html.haml M src/api/app/views/webui/project/prjconf.html.haml M src/api/app/views/webui/projects/meta/show.html.haml M src/api/app/views/webui/projects/project_configuration/show.html.haml M src/api/app/views/webui/projects/rebuild_times/show.html.haml Log Message: ----------- Add codemirror sprockets configuration We inject codemirror differently depending on the page we show so we can skip loading ~120 modes on pages where we know the displayed content type. Commit: 8ee960b7f2e78c257eddbce7bf06873211625a7d https://github.com/openSUSE/open-build-service/commit/8ee960b7f2e78c257eddbc... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2019-10-16 (Wed, 16 Oct 2019) Changed paths: R src/api/app/views/webui/project/prjconf.html.haml Log Message: ----------- Drop unused view This got migrated in b676f182faff4319ac08864b9b532112f98c26b8 Commit: 095a094e72f837e474198929d0b85c75d7fbc776 https://github.com/openSUSE/open-build-service/commit/095a094e72f837e4741989... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2019-10-16 (Wed, 16 Oct 2019) Changed paths: M src/api/app/assets/javascripts/webui/application.js Log Message: ----------- Drop duplicated codemirror initializer We initialize codemirror in the individual javascript files in `javascripts/webui/cm2/`, no need to include this here. Compare: https://github.com/openSUSE/open-build-service/compare/c4bb4785274e...095a09...
participants (1)
-
Henne Vogelsang