[Commits] [fluid-project/infusion] 06a2e7: FLUID-6237: Adding code coverage artifacts to npmi...
GitHub
noreply at github.com
Tue Feb 27 15:30:00 UTC 2018
Branch: refs/heads/master
Home: https://github.com/fluid-project/infusion
Commit: 06a2e7b0589525ed822bbfea940ce2c3d1bac900
https://github.com/fluid-project/infusion/commit/06a2e7b0589525ed822bbfea940ce2c3d1bac900
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-01-17 (Wed, 17 Jan 2018)
Changed paths:
M .npmignore
Log Message:
-----------
FLUID-6237: Adding code coverage artifacts to npmignore
Commit: 91864dcf6631448cc6a2eb6359446e567034cfba
https://github.com/fluid-project/infusion/commit/91864dcf6631448cc6a2eb6359446e567034cfba
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths:
M demos/inlineEdit/index.html
M demos/keyboard-a11y/index.html
M demos/overviewPanel/index.html
M demos/pager/index.html
M demos/prefsFramework/index.html
M demos/progress/index.html
M demos/renderer/index.html
M demos/reorderer/gridReorderer/index.html
M demos/reorderer/imageReorderer/index.html
M demos/reorderer/layoutReorderer/index.html
M demos/reorderer/listReorderer/index.html
M demos/switch/index.html
M demos/tableOfContents/index.html
M demos/textfieldControl/index.html
M demos/uiOptions/index.html
M demos/uploader/index.html
M examples/components/pager/annotateSortedColumn/index.html
M examples/components/pager/initialPageIndex/index.html
M examples/components/reorderer/tableRow/index.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/index.html
M examples/framework/preferences/conditionalAdjusters/index.html
M examples/framework/preferences/fullPagePanelStyle/index.html
M examples/framework/preferences/minimalEditor/index.html
M examples/framework/preferences/minimalFootprint/fullPage.html
M examples/framework/preferences/minimalFootprint/index.html
M examples/framework/preferences/usingGrades/index.html
A package-lock.json
M src/components/inlineEdit/js/InlineEdit.js
M src/components/inlineEdit/js/InlineEditIntegrations.js
M src/components/progress/js/Progress.js
M src/components/reorderer/js/GeometricManager.js
M src/components/reorderer/js/ImageReorderer.js
M src/components/reorderer/js/LayoutReorderer.js
M src/components/reorderer/js/ModuleLayout.js
M src/components/reorderer/js/ReordererDOMUtilities.js
M src/components/textfieldControl/js/Textfield.js
M src/components/undo/js/Undo.js
M src/components/uploader/js/DemoUploadManager.js
M src/components/uploader/js/FileQueueView.js
M src/components/uploader/js/Uploader.js
M src/framework/core/js/DataBinding.js
M src/framework/core/js/Fluid.js
M src/framework/core/js/FluidDOMUtilities.js
M src/framework/core/js/FluidDebugging.js
M src/framework/core/js/FluidView.js
A src/framework/core/js/MessageResolver.js
M src/framework/core/js/ModelTransformation.js
M src/framework/core/js/ModelTransformationTransforms.js
M src/framework/core/js/ResourceLoader.js
M src/framework/core/js/jquery.keyboard-a11y.js
M src/framework/preferences/js/AuxBuilder.js
M src/framework/preferences/js/PrefsEditor.js
M src/framework/preferences/js/PrimaryBuilder.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M src/framework/preferences/js/StarterGrades.js
M src/framework/preferences/js/Store.js
M src/framework/renderer/js/fluidRenderer.js
M src/module/includes.json
M tests/component-tests/inlineEdit/html/InlineEdit-test.html
M tests/component-tests/overviewPanel/html/OverviewPanel-test.html
M tests/component-tests/pager/html/PagedTable-test.html
M tests/component-tests/pager/html/Pager-test.html
M tests/component-tests/reorderer/html/AriaLabeller-test.html
M tests/component-tests/reorderer/html/ImageReorderer-test.html
M tests/component-tests/reorderer/html/LayoutReorderer-test.html
M tests/component-tests/reorderer/html/NestedReorderer-test.html
M tests/component-tests/reorderer/html/ReorderList-test.html
M tests/component-tests/reorderer/html/Scheduler-test.html
M tests/component-tests/slidingPanel/html/SlidingPanel-test.html
M tests/component-tests/tableOfContents/html/TableOfContents-test.html
M tests/component-tests/textfieldControl/html/Textfield-test.html
M tests/component-tests/textfieldControl/html/TextfieldSlider-test.html
M tests/component-tests/textfieldControl/html/TextfieldStepper-test.html
M tests/component-tests/uiOptions/html/UIOptions-test.html
M tests/framework-tests/core/html/ResourceLoader-test.html
M tests/framework-tests/core/js/DataBindingTests.js
M tests/framework-tests/core/js/FluidJSTests.js
M tests/framework-tests/core/js/ModelTransformationTests.js
M tests/framework-tests/preferences/html/AuxBuilder-test.html
M tests/framework-tests/preferences/html/Builder-test.html
M tests/framework-tests/preferences/html/Enactors-test.html
M tests/framework-tests/preferences/html/FullNoPreviewPrefsEditor-test.html
M tests/framework-tests/preferences/html/FullPreviewPrefsEditor-test.html
M tests/framework-tests/preferences/html/PageEnhancer-test.html
M tests/framework-tests/preferences/html/Panels-test.html
M tests/framework-tests/preferences/html/PrefsEditor-test.html
M tests/framework-tests/preferences/html/PrimaryBuilder-test.html
M tests/framework-tests/preferences/html/SelfVoicingEnactor-test.html
M tests/framework-tests/preferences/html/SelfVoicingPanel-test.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditor-test.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
M tests/framework-tests/preferences/html/UIEnhancer-test.html
M tests/framework-tests/renderer/html/Renderer-test.html
M tests/framework-tests/renderer/html/RendererUtilities-test.html
M tests/manual-tests/components/inlineEdit/rich/index.html
M tests/manual-tests/components/reorderer/dynamic/index.html
M tests/manual-tests/framework/core/multipleVersions/index.html
M tests/manual-tests/framework/preferences/assortedContent/index.html
M tests/manual-tests/framework/preferences/fullPage-schema/index.html
M tests/manual-tests/framework/preferences/fullPage/index.html
M tests/test-core/testTests/html/IoCTestingView-test.html
M tests/test-core/testTests/html/jqUnit-test.html
M tests/test-core/testTests/js/IoCTestingTests.js
M tests/test-core/utils/js/IoCTestUtils.js
Log Message:
-----------
Merge branch 'master' into FLUID-6237
Commit: 84b72ec434360f87d21883d006ded0913541a110
https://github.com/fluid-project/infusion/commit/84b72ec434360f87d21883d006ded0913541a110
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths:
M .npmignore
Log Message:
-----------
Merge branch 'FLUID-6237'
* FLUID-6237:
FLUID-6237: Adding code coverage artifacts to npmignore
Compare: https://github.com/fluid-project/infusion/compare/6e1311aa07b3...84b72ec43436
More information about the Commits
mailing list