[galaxyproject/galaxy] d45890: Raven: fix import in galaxy.panels.mako
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: d458906f37239be23552cf9df86dfa066270e54c https://github.com/galaxyproject/galaxy/commit/d458906f37239be23552cf9df86df... Author: carlfeberhard <carlfeberhard@gmail.com> Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M templates/webapps/galaxy/galaxy.panels.mako Log Message: ----------- Raven: fix import in galaxy.panels.mako Raven now uses a UMD and checks for requirejs removing it from globals if found. This adds a require import to load Raven. Commit: 8ef5279aacc6125908a37a9157feb47c7c556104 https://github.com/galaxyproject/galaxy/commit/8ef5279aacc6125908a37a9157feb... Author: carlfeberhard <carlfeberhard@gmail.com> Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M templates/webapps/galaxy/galaxy.panels.mako Log Message: ----------- Raven: revert previous commit and move raven first Moves galaxy.panels.mako's import of Raven back to vanilla script tag and before the requirejs library import, allowing Raven's UMD to define Raven as a global. This starts Raven/sentry *before* the library package is loaded so that library errors can be captured as well. Commit: f78d5404a27d13e0a4e14e655673357d1497f7b2 https://github.com/galaxyproject/galaxy/commit/f78d5404a27d13e0a4e14e6556733... Author: carlfeberhard <carlfeberhard@gmail.com> Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M client/bower.json R client/galaxy/scripts/libs/tracekit.js M client/grunt-tasks/install-libs.js R static/maps/libs/tracekit.js.map R static/scripts/libs/tracekit.js M templates/base.mako M templates/base/base_panels.mako M templates/js-app.mako Log Message: ----------- Raven: remove tracekit as raven has its own Commit: ec476c7cb46a89ae222a65ff8fe0bb468d989bfd https://github.com/galaxyproject/galaxy/commit/ec476c7cb46a89ae222a65ff8fe0b... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-06-02 (Thu, 02 Jun 2016) Changed paths: M client/bower.json R client/galaxy/scripts/libs/tracekit.js M client/grunt-tasks/install-libs.js R static/maps/libs/tracekit.js.map R static/scripts/libs/tracekit.js M templates/base.mako M templates/base/base_panels.mako M templates/js-app.mako M templates/webapps/galaxy/galaxy.panels.mako Log Message: ----------- Merge pull request #2445 from carlfeberhard/fix.raven Fix raven.js import order in galaxy.panels.mako Compare: https://github.com/galaxyproject/galaxy/compare/25a26d8c9c4f...ec476c7cb46a
participants (1)
-
GitHub