[galaxyproject/galaxy] 3c0ffb: Separate dev and production builds.
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 3c0ffb0ce9e5cf0939abf7abed5f664e7b0b80b7 https://github.com/galaxyproject/galaxy/commit/3c0ffb0ce9e5cf0939abf7abed5f6... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-11-22 (Wed, 22 Nov 2017) Changed paths: M Makefile M client/gulpfile.js M client/package.json M client/webpack.config.js Log Message: ----------- Separate dev and production builds. Commit: 8a91ba848e8dab85fdf3d10716d3f7286ebc0823 https://github.com/galaxyproject/galaxy/commit/8a91ba848e8dab85fdf3d10716d3f... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-11-22 (Wed, 22 Nov 2017) Changed paths: R static/maps/galaxy.library.js.map R static/maps/layout/panel.js.map R static/maps/mvc/citation/citation-model.js.map R static/maps/mvc/citation/citation-view.js.map R static/maps/mvc/citations.js.map R static/maps/mvc/history/options-menu.js.map R static/maps/mvc/library/library-folderlist-view.js.map R static/maps/mvc/library/library-foldertoolbar-view.js.map R static/maps/mvc/library/library-libraryrow-view.js.map R static/maps/mvc/tool/tool-form-base.js.map R static/maps/mvc/user/user_api_keys.js.map Log Message: ----------- Strip maps left behind previously. Commit: 5e2c73801143e0cf1735bfcd15ac7746967cc0dd https://github.com/galaxyproject/galaxy/commit/5e2c73801143e0cf1735bfcd15ac7... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-11-22 (Wed, 22 Nov 2017) Changed paths: M client/package.json Log Message: ----------- Reapply accidentally dropped -p flag on default webpack invocation. Commit: 35f08be9c828046b62c3e6889244ff12f647c7c6 https://github.com/galaxyproject/galaxy/commit/35f08be9c828046b62c3e6889244f... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-11-22 (Wed, 22 Nov 2017) Changed paths: M client/package.json Log Message: ----------- Slight refactoring in package.json to standardize with 'dev' being the common, default option and 'production' being the non-default (logic being a build system should be the thing remembering extra options over the default) Commit: 06af0175cba55d64aef3bdc0f812a41cfd2dceb5 https://github.com/galaxyproject/galaxy/commit/06af0175cba55d64aef3bdc0f812a... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-11-22 (Wed, 22 Nov 2017) Changed paths: M client/package.json Log Message: ----------- Drop production-watch package script. Commit: 97b9eed8afef5433163859fd216d3d40c67671aa https://github.com/galaxyproject/galaxy/commit/97b9eed8afef5433163859fd216d3... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-11-29 (Wed, 29 Nov 2017) Changed paths: M .gitignore R static/scripts/bundled/admin.bundled.js.map R static/scripts/bundled/adminToolshed.bundled.js.map R static/scripts/bundled/analysis.bundled.js.map R static/scripts/bundled/library.bundled.js.map R static/scripts/bundled/libs.bundled.js.map R static/scripts/bundled/login.bundled.js.map R static/scripts/bundled/masthead.bundled.js.map R static/scripts/bundled/viz.bundled.js.map R static/scripts/bundled/workflow.bundled.js.map Log Message: ----------- More straggler maps (from bundles) Commit: a36542a72b12796b27be3d4c7ed57f35d8533e1a https://github.com/galaxyproject/galaxy/commit/a36542a72b12796b27be3d4c7ed57... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-11-29 (Wed, 29 Nov 2017) Changed paths: M client/gulpfile.js M client/package.json M client/webpack.config.js Log Message: ----------- Add production + sourcemaps build targets. Not as granular as I want, but SourceMapDevTool has weird interactions with -p Commit: 0417699825174666bc8bb720c313c608bc4d8dbe https://github.com/galaxyproject/galaxy/commit/0417699825174666bc8bb720c313c... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-11-29 (Wed, 29 Nov 2017) Changed paths: M .travis.yml M Makefile M client/galaxy/scripts/apps/analysis.js M client/galaxy/scripts/apps/panels/tool-panel.js A client/galaxy/scripts/components/history-import.vue M client/galaxy/scripts/layout/menu.js M client/galaxy/scripts/mvc/form/form-wrapper.js M client/galaxy/scripts/mvc/history/options-menu.js M client/galaxy/scripts/mvc/tag.js M client/galaxy/scripts/mvc/workflow/workflow-view.js M client/galaxy/scripts/mvc/workflow/workflow.js A client/galaxy/scripts/qunit/test.js M client/galaxy/style/less/ui.less M client/karma.config.js M client/package.json M config/datatypes_conf.xml.sample M config/error_report.yml.sample M config/workflow_schedulers_conf.xml.sample M lib/galaxy/app.py M lib/galaxy/config.py M lib/galaxy/datatypes/annotation.py M lib/galaxy/datatypes/binary.py M lib/galaxy/datatypes/blast.py M lib/galaxy/datatypes/constructive_solid_geometry.py M lib/galaxy/datatypes/data.py M lib/galaxy/datatypes/genetics.py M lib/galaxy/datatypes/graph.py M lib/galaxy/datatypes/images.py M lib/galaxy/datatypes/molecules.py M lib/galaxy/datatypes/msa.py M lib/galaxy/datatypes/plant_tribes.py M lib/galaxy/datatypes/proteomics.py M lib/galaxy/datatypes/registry.py M lib/galaxy/datatypes/sequence.py M lib/galaxy/datatypes/sniff.py M lib/galaxy/datatypes/tabular.py A lib/galaxy/datatypes/test/454Score.pdf A lib/galaxy/datatypes/test/linkstudies.allegro_fparam A lib/galaxy/datatypes/test/linkstudies.alohomora_gts A lib/galaxy/datatypes/test/linkstudies.linkage_datain A lib/galaxy/datatypes/test/linkstudies.linkage_map M lib/galaxy/datatypes/text.py M lib/galaxy/datatypes/triples.py M lib/galaxy/datatypes/xml.py M lib/galaxy/jobs/__init__.py M lib/galaxy/jobs/handler.py M lib/galaxy/jobs/manager.py M lib/galaxy/jobs/runners/__init__.py M lib/galaxy/jobs/runners/state_handlers/resubmit.py M lib/galaxy/model/__init__.py M lib/galaxy/model/metadata.py M lib/galaxy/model/migrate/versions/0005_cleanup_datasets_fix.py M lib/galaxy/model/orm/scripts.py M lib/galaxy/tools/actions/__init__.py M lib/galaxy/tools/actions/history_imp_exp.py M lib/galaxy/tools/actions/metadata.py M lib/galaxy/tools/actions/model_operations.py M lib/galaxy/tools/actions/upload_common.py M lib/galaxy/tools/error_reports/plugins/sentry.py M lib/galaxy/tools/imp_exp/imp_history_from_archive.xml M lib/galaxy/tools/imp_exp/unpack_tar_gz_archive.py M lib/galaxy/tools/verify/__init__.py M lib/galaxy/util/compression_utils.py A lib/galaxy/util/facts.py M lib/galaxy/util/handlers.py M lib/galaxy/util/path/__init__.py M lib/galaxy/util/properties.py M lib/galaxy/web/form_builder.py M lib/galaxy/web/framework/webapp.py M lib/galaxy/web/stack/__init__.py A lib/galaxy/web/stack/message.py A lib/galaxy/web/stack/transport.py M lib/galaxy/webapps/galaxy/api/histories.py M lib/galaxy/webapps/galaxy/buildapp.py M lib/galaxy/webapps/galaxy/controllers/dataset.py M lib/galaxy/webapps/galaxy/controllers/history.py M lib/galaxy/webapps/galaxy/controllers/workflow.py M lib/galaxy/webapps/tool_shed/config.py M lib/galaxy/workflow/scheduling_manager.py M lib/tool_shed/galaxy_install/migrate/check.py M lib/tool_shed/util/commit_util.py M lib/tool_shed/util/tool_util.py R manage_tools.sh M run.sh M run_reports.sh M run_tool_shed.sh M scripts/common_startup_functions.sh M scripts/galaxy-main A scripts/get_uwsgi_args.py R scripts/manage_tools.py M static/scripts/bundled/admin.bundled.js M static/scripts/bundled/adminToolshed.bundled.js M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/library.bundled.js M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/login.bundled.js M static/scripts/bundled/masthead.bundled.js M static/scripts/bundled/viz.bundled.js M static/scripts/bundled/workflow.bundled.js M static/scripts/layout/menu.js M static/scripts/mvc/form/form-wrapper.js M static/scripts/mvc/history/options-menu.js M static/scripts/mvc/tag.js M static/scripts/mvc/workflow/workflow-view.js M static/scripts/mvc/workflow/workflow.js M static/style/blue/base.css M test-data/1.fastqsanger M test-data/1.fastqsolexa M test-data/simple_line_alternative.txt M test-data/simple_lines_interleaved.txt M test/base/driver_util.py M test/base/integration_util.py A test/functional/tools/config_vars.xml M test/functional/tools/samples_tool_conf.xml A test/integration/test_mules_as_job_handlers.py M test/selenium_tests/test_workflow_editor.py M test/shed_functional/base/twilltestcase.py M test/shed_functional/functional_tests.py M test/unit/jobs/test_job_configuration.py M test/unit/unittest_utils/galaxy_mock.py M tools/data_source/data_source.py M tools/data_source/upload.py Log Message: ----------- Merge remote-tracking branch 'upstream/dev' into maps_for_developer_only Commit: 9626350168b6e0551506505979815de4e8d56af8 https://github.com/galaxyproject/galaxy/commit/9626350168b6e0551506505979815... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-11-29 (Wed, 29 Nov 2017) Changed paths: M Makefile R static/GruntFile.js.map Log Message: ----------- Makefile targets, and somehow we had a gruntfile map in the repo from ancient times. Commit: fde9f823d592db70b220e73e24305751c90c7ca7 https://github.com/galaxyproject/galaxy/commit/fde9f823d592db70b220e73e24305... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-11-29 (Wed, 29 Nov 2017) Changed paths: M client/README.md Log Message: ----------- Update client README Commit: 1c30a850afe24950343266efa3120cfe0134a314 https://github.com/galaxyproject/galaxy/commit/1c30a850afe24950343266efa3120... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-11-29 (Wed, 29 Nov 2017) Changed paths: M Makefile Log Message: ----------- Add a better client commit warning to the Makefile. Commit: 5e17e44db533cea7be20f5f0a1455219f4de67c1 https://github.com/galaxyproject/galaxy/commit/5e17e44db533cea7be20f5f0a1455... Author: Aysam Guerler <aysam.guerler@gmail.com> Date: 2017-11-30 (Thu, 30 Nov 2017) Changed paths: M .gitignore M Makefile M client/README.md M client/gulpfile.js M client/package.json M client/webpack.config.js R static/GruntFile.js.map R static/scripts/bundled/adminToolshed.bundled.js.map Log Message: ----------- Merge pull request #5058 from dannon/maps_for_developer_only Build endpoint separation Compare: https://github.com/galaxyproject/galaxy/compare/893e494c0275...5e17e44db533
participants (1)
-
GitHub