[Commits] [fluid-project/infusion] 9a9500: FLUID-6209: Combining reset changes into a single ...
GitHub
noreply at github.com
Tue Feb 27 16:59:39 UTC 2018
Branch: refs/heads/master
Home: https://github.com/fluid-project/infusion
Commit: 9a950088a2a44b550a9a762112af387b7c5b745b
https://github.com/fluid-project/infusion/commit/9a950088a2a44b550a9a762112af387b7c5b745b
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-10-04 (Wed, 04 Oct 2017)
Changed paths:
M src/framework/preferences/js/PrefsEditor.js
Log Message:
-----------
FLUID-6209: Combining reset changes into a single transaction.
Commit: cd41d6d5dba4773f76d5475907b3f66ccfe9b1f8
https://github.com/fluid-project/infusion/commit/cd41d6d5dba4773f76d5475907b3f66ccfe9b1f8
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-10-04 (Wed, 04 Oct 2017)
Changed paths:
M src/framework/preferences/js/Store.js
Log Message:
-----------
FLUID-6209: Temp store "set" method combines changes into a transaction
Commit: 74184dbb952b9c7da1c2f6fcd9cedfe7691b2070
https://github.com/fluid-project/infusion/commit/74184dbb952b9c7da1c2f6fcd9cedfe7691b2070
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-10-10 (Tue, 10 Oct 2017)
Changed paths:
M Gruntfile.js
M Vagrantfile
M demos/prefsFramework/html/SeparatedPanelPrefsEditor.html
M demos/prefsFramework/html/SeparatedPanelPrefsEditorWithTTS.html
M demos/prefsFramework/html/SimplifyPanelTemplate.html
M demos/prefsFramework/index.html
M demos/uiOptions/index.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/html/prefsEditor.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/index.html
M examples/framework/preferences/conditionalAdjusters-singlePanel/js/panels.js
M examples/framework/preferences/conditionalAdjusters/html/prefsEditor.html
M examples/framework/preferences/conditionalAdjusters/index.html
M examples/framework/preferences/conditionalAdjusters/js/panels.js
A examples/framework/preferences/fullPagePanelStyle/index.html
M examples/framework/preferences/shared/html/increasing.html
M examples/framework/preferences/shared/html/prefsEditor.html
M examples/framework/preferences/shared/html/speakIncrease.html
M examples/framework/preferences/shared/html/speaking.html
M examples/framework/preferences/usingGrades/index.html
M package.json
M src/framework/preferences/css/stylus/SeparatedPanelPrefsEditorFrame.styl
M src/framework/preferences/html/PrefsEditorTemplate-contrast.html
M src/framework/preferences/html/PrefsEditorTemplate-enhanceInputs.html
M src/framework/preferences/html/PrefsEditorTemplate-layout.html
M src/framework/preferences/html/PrefsEditorTemplate-lineSpace.html
M src/framework/preferences/html/PrefsEditorTemplate-speak.html
M src/framework/preferences/html/PrefsEditorTemplate-textFont.html
M src/framework/preferences/html/PrefsEditorTemplate-textSize.html
M src/framework/preferences/html/SeparatedPanelPrefsEditor.html
M src/framework/preferences/html/SeparatedPanelPrefsEditorFrame.html
A src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/Panels.js
M src/framework/preferences/js/PrefsEditor.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M src/framework/preferences/preferencesDependencies.json
M tests/all-tests.html
M tests/component-tests/uiOptions/html/UIOptions-test.html
M tests/framework-tests/preferences/all-tests.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditor-test.html
M tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorFrame.html
A tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsive-test.html
A tests/framework-tests/preferences/html/SeparatedPanelPrefsEditorResponsiveTestPage.html
M tests/framework-tests/preferences/js/BuilderTests.js
M tests/framework-tests/preferences/js/CompositePanelTestsGrades.js
M tests/framework-tests/preferences/js/PrefsEditorTests.js
A tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorTests.js
M tests/framework-tests/preferences/testResources/html/increaseTemplate.html
M tests/manual-tests/framework/preferences/assortedContent/index.html
Log Message:
-----------
Merge branch 'master' into FLUID-6209
Commit: 0afea063374682dfab878a2784787334cf70467e
https://github.com/fluid-project/infusion/commit/0afea063374682dfab878a2784787334cf70467e
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-10-10 (Tue, 10 Oct 2017)
Changed paths:
M src/framework/core/js/Fluid.js
M tests/framework-tests/core/js/FluidJSTests.js
Log Message:
-----------
FLUID-6209: Adding debounce function to infusion
Commit: 87d89dd85af464b4876aa85472f0a95a16b017e3
https://github.com/fluid-project/infusion/commit/87d89dd85af464b4876aa85472f0a95a16b017e3
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-10-18 (Wed, 18 Oct 2017)
Changed paths:
M src/framework/core/frameworkDependencies.json
A src/framework/core/js/DataSource.js
M tests/all-tests.html
M tests/framework-tests/core/all-tests.html
A tests/framework-tests/core/html/DataSource-test.html
A tests/framework-tests/core/js/DataSourceTests.js
Log Message:
-----------
FLUID-6209: Added base grade for dataSource with tests.
The dataSource was taken from kettle's datasource-core with some
modifications to use pseudo events inplace of getImpl/setImpl and using
grade linkage instead of getWriteable grade.
Commit: fb4b07632de1fe914966511c009261b7a607a7d4
https://github.com/fluid-project/infusion/commit/fb4b07632de1fe914966511c009261b7a607a7d4
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-11-16 (Thu, 16 Nov 2017)
Changed paths:
M src/framework/core/js/DataBinding.js
M tests/framework-tests/core/html/DataBinding-test.html
M tests/framework-tests/core/js/DataBindingTests.js
Log Message:
-----------
FLUID-6209: First pass at a remoteModelComponent. Includes initial tests
Commit: dd080b839018d7b06d00033c3937717b6d824d0e
https://github.com/fluid-project/infusion/commit/dd080b839018d7b06d00033c3937717b6d824d0e
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-11-21 (Tue, 21 Nov 2017)
Changed paths:
M src/framework/core/js/DataBinding.js
M tests/framework-tests/core/js/DataBindingTests.js
Log Message:
-----------
FLUID-6209: Added tests for fetch and write, and refactored promises.
Commit: 48b5352655484fad78ab38efc22339481a0a3378
https://github.com/fluid-project/infusion/commit/48b5352655484fad78ab38efc22339481a0a3378
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-11-22 (Wed, 22 Nov 2017)
Changed paths:
M Vagrantfile
M package.json
M src/components/overviewPanel/js/OverviewPanel.js
M src/framework/core/js/Fluid.js
M src/framework/core/js/FluidIoC.js
M src/framework/core/js/FluidRequests.js
M src/framework/preferences/css/stylus/PrefsEditor.styl
M src/framework/preferences/js/ArrowScrolling.js
M src/module/fluid.js
M tests/framework-tests/core/js/FluidIoCTests.js
M tests/framework-tests/core/js/FluidJSTests.js
M tests/framework-tests/core/js/ResourceLoaderTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
M tests/framework-tests/renderer/js/RendererTests.js
Log Message:
-----------
Merge branch 'master' into FLUID-6209
Commit: d1b7dc19b6f001fc40c38f03ed2155704c4cc9cd
https://github.com/fluid-project/infusion/commit/d1b7dc19b6f001fc40c38f03ed2155704c4cc9cd
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M src/framework/core/frameworkDependencies.json
M src/framework/core/js/DataBinding.js
A src/framework/core/js/RemoteModel.js
M tests/all-tests.html
M tests/framework-tests/core/all-tests.html
A tests/framework-tests/core/html/RemoteModel-test.html
M tests/framework-tests/core/js/DataBindingTests.js
A tests/framework-tests/core/js/RemoteModelTests.js
Log Message:
-----------
FLUID-6209: Moving Remote Model to its own file.
Commit: 9a73e71f969013628a444e32a31920150270e5ab
https://github.com/fluid-project/infusion/commit/9a73e71f969013628a444e32a31920150270e5ab
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Changed paths:
M src/framework/core/js/RemoteModel.js
M tests/framework-tests/core/js/RemoteModelTests.js
Log Message:
-----------
GPII-6209: Removed "buffered" model containment.
Commit: 9c7a638fc98afa714fbe8528c38bd58ad8e9851a
https://github.com/fluid-project/infusion/commit/9c7a638fc98afa714fbe8528c38bd58ad8e9851a
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-11-30 (Thu, 30 Nov 2017)
Changed paths:
M src/framework/core/js/FluidPromises.js
M tests/framework-tests/core/js/FluidPromisesTests.js
Log Message:
-----------
FLUID-6209: patched fluid.promise.makeTransformerStrategy
Updated to work with all forms of listeners including ones with
changePaths.
Commit: b8f4a768cdae83c19c103a6e0ac78e0562f06458
https://github.com/fluid-project/infusion/commit/b8f4a768cdae83c19c103a6e0ac78e0562f06458
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-11-30 (Thu, 30 Nov 2017)
Changed paths:
M src/framework/core/js/RemoteModel.js
M tests/framework-tests/core/js/RemoteModelTests.js
Log Message:
-----------
FLUID-6209: Updated remoteModelComponent to add hooks into the requests
This allows for a workflow that automatically triggers a fetch
before/after a write, during a write request.
Commit: 148e9a761994a49764fceb0aedb5c36a2ff3a05f
https://github.com/fluid-project/infusion/commit/148e9a761994a49764fceb0aedb5c36a2ff3a05f
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-12-04 (Mon, 04 Dec 2017)
Changed paths:
M src/framework/core/js/RemoteModel.js
Log Message:
-----------
FLUID-6209: Firing afterWrite event when local and remote are in sync.
If this isn't fired, the write request doesn't unblock.
Commit: da1a1ca34266d9d4a3df44d4885fddcaa17b685e
https://github.com/fluid-project/infusion/commit/da1a1ca34266d9d4a3df44d4885fddcaa17b685e
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-12-07 (Thu, 07 Dec 2017)
Changed paths:
M demos/prefsFramework/index.html
M demos/uiOptions/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/usingGrades/index.html
M src/framework/preferences/js/PrefsEditor.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M tests/component-tests/uiOptions/html/UIOptions-test.html
M tests/framework-tests/preferences/html/Builder-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/PrefsEditor-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/js/PrefsEditorTests.js
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
Log Message:
-----------
FLUID-6209: Integrating RemoteModel into the prefs framework.
Commit: 3bbb27f001399abd60d1eb32ea30ed0c22f874aa
https://github.com/fluid-project/infusion/commit/3bbb27f001399abd60d1eb32ea30ed0c22f874aa
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-12-11 (Mon, 11 Dec 2017)
Changed paths:
M src/framework/core/js/DataSource.js
M src/framework/preferences/js/Store.js
M tests/framework-tests/preferences/html/Store-test.html
M tests/framework-tests/preferences/js/StoreTests.js
Log Message:
-----------
FLUID-6209: Updated stores to be fluid.dataSource components
Commit: 1a466e1f9188b23ccf8da90c249cafab953b7865
https://github.com/fluid-project/infusion/commit/1a466e1f9188b23ccf8da90c249cafab953b7865
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths:
M demos/prefsFramework/index.html
M demos/uiOptions/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
M src/framework/preferences/js/FullNoPreviewPrefsEditor.js
M src/framework/preferences/js/FullPreviewPrefsEditor.js
M src/framework/preferences/js/PrefsEditor.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M src/framework/preferences/js/StarterGrades.js
M src/framework/preferences/js/UIEnhancer.js
M tests/component-tests/uiOptions/html/UIOptions-test.html
M tests/framework-tests/preferences/html/Builder-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/PrefsEditor-test.html
M tests/framework-tests/preferences/html/PrimaryBuilder-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/js/BuilderTests.js
M tests/framework-tests/preferences/js/PageEnhancerTests.js
M tests/framework-tests/preferences/js/PrefsEditorTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorTests.js
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
Log Message:
-----------
FLUID-6209: Updated tests, demos, and examples with store changes.
Commit: 36f6ba5ad53c6752b4f5da8c8d5d87261b4d3066
https://github.com/fluid-project/infusion/commit/36f6ba5ad53c6752b4f5da8c8d5d87261b4d3066
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-12-18 (Mon, 18 Dec 2017)
Changed paths:
A .buildkite/pipeline.yml
M .npmignore
M tests/framework-tests/core/js/FluidJSTests.js
Log Message:
-----------
Merge branch 'master' into FLUID-6209
Commit: ca255c90147329a2a277c3c47efc267ac6f913f3
https://github.com/fluid-project/infusion/commit/ca255c90147329a2a277c3c47efc267ac6f913f3
Author: Justin Obara <obarajustin at gmail.com>
Date: 2017-12-20 (Wed, 20 Dec 2017)
Changed paths:
M examples/framework/preferences/fullPagePanelStyle/index.html
M src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorTests.js
Log Message:
-----------
FLUID-6209: Fixed issues with saving and applying panelIndex
Commit: 208920023d58bfb2f35c7858e83b8183248ed2ea
https://github.com/fluid-project/infusion/commit/208920023d58bfb2f35c7858e83b8183248ed2ea
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-01-03 (Wed, 03 Jan 2018)
Changed paths:
M src/framework/core/js/RemoteModel.js
Log Message:
-----------
FLUID-6209: Fixing typo
Commit: 9695f9adde639804574bfe6a6ded96911b33765c
https://github.com/fluid-project/infusion/commit/9695f9adde639804574bfe6a6ded96911b33765c
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-01-03 (Wed, 03 Jan 2018)
Changed paths:
M src/framework/core/js/RemoteModel.js
Log Message:
-----------
FLUID-6209: Added comment makeSequenceStrategy
Commit: 2061ec7801972edf671181d7fce6a4b8809b3ef8
https://github.com/fluid-project/infusion/commit/2061ec7801972edf671181d7fce6a4b8809b3ef8
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-01-09 (Tue, 09 Jan 2018)
Changed paths:
M src/framework/core/js/RemoteModel.js
Log Message:
-----------
FLUID-6209: Adding comments to the fetch and write methods.
Commit: a5be880e4aae165906dd9fb0ba578f8e9dd1399a
https://github.com/fluid-project/infusion/commit/a5be880e4aae165906dd9fb0ba578f8e9dd1399a
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths:
M .buildkite/pipeline.yml
M .gitignore
M Gruntfile.js
M README.md
M package.json
M provisioning/vars.yml
M tests/all-tests.html
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/progress/html/Progress-test.html
M tests/component-tests/reorderer/html/AriaLabeller-test.html
M tests/component-tests/reorderer/html/GeometricManager-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/switch/html/Switch-test.html
M tests/component-tests/tableOfContents/html/TableOfContents-test.html
M tests/component-tests/tabs/html/Tabs-test.html
M tests/component-tests/textToSpeech/html/TextToSpeech-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/tooltip/html/Tooltip-test.html
M tests/component-tests/tooltip/html/iframe.html
M tests/component-tests/uiOptions/html/UIOptions-test.html
M tests/component-tests/uploader/all-tests.html
M tests/component-tests/uploader/html/DemoUploadManager-test.html
M tests/component-tests/uploader/html/ErrorPanel-test.html
M tests/component-tests/uploader/html/FileQueue-test.html
M tests/component-tests/uploader/html/FileQueueView-test.html
M tests/component-tests/uploader/html/HTML5UploaderSupport-test.html
M tests/component-tests/uploader/html/Uploader-test.html
M tests/component-tests/uploader/html/UploaderCompatibility-test.html
A tests/configs/fluid.tests.instrumenter.json
M tests/framework-tests/core/all-tests.html
M tests/framework-tests/core/html/Caching-test.html
M tests/framework-tests/core/html/DataBinding-test.html
M tests/framework-tests/core/html/FluidDebugging-test.html
M tests/framework-tests/core/html/FluidDocument-test.html
M tests/framework-tests/core/html/FluidIoC-test.html
M tests/framework-tests/core/html/FluidIoCStandalone-test.html
M tests/framework-tests/core/html/FluidIoCView-test.html
M tests/framework-tests/core/html/FluidJS-test.html
M tests/framework-tests/core/html/FluidJSStandalone-test.html
M tests/framework-tests/core/html/FluidPromises-test.html
M tests/framework-tests/core/html/FluidRequests-test.html
M tests/framework-tests/core/html/FluidView-test.html
M tests/framework-tests/core/html/Keyboard-a11y-test.html
M tests/framework-tests/core/html/ModelTransformation-test.html
M tests/framework-tests/core/html/ResourceLoader-test.html
M tests/framework-tests/core/html/WebWorker-test.html
M tests/framework-tests/enhancement/html/ContextAwareness-test.html
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/Store-test.html
M tests/framework-tests/preferences/html/UIEnhancer-test.html
M tests/framework-tests/preferences/html/URLUtilities-test.html
M tests/framework-tests/renderer/html/Renderer-test.html
M tests/framework-tests/renderer/html/RendererUtilities-test.html
M tests/framework-tests/renderer/html/RendererUtilitiesIFrame.html
M tests/manual-tests/components/inlineEdit/dropdown/index.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/core/performance-fastInvokers/index.html
M tests/manual-tests/framework/core/performance-get/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/manual-tests/framework/preferences/shared/html/prefsEditorPreview.html
M tests/test-core/jqUnit/html/test-template.html
M tests/test-core/testTests/html/ConditionalTestUtils-test.html
M tests/test-core/testTests/html/IoCTesting-test.html
M tests/test-core/testTests/html/IoCTestingView-test.html
M tests/test-core/testTests/html/jqUnit-test.html
A tests/testem.js
R tests/testem.json
Log Message:
-----------
Merge branch 'master' into FLUID-6209
Commit: 6c4381917a85641beb6195a50006976f7ebad733
https://github.com/fluid-project/infusion/commit/6c4381917a85641beb6195a50006976f7ebad733
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-01-16 (Tue, 16 Jan 2018)
Changed paths:
M tests/framework-tests/core/html/DataSource-test.html
M tests/framework-tests/core/html/RemoteModel-test.html
Log Message:
-----------
FLUID-6209: Adding test coverage to new tests.
Commit: 1eb50da02136309cce4beb2512266191b39cd0a0
https://github.com/fluid-project/infusion/commit/1eb50da02136309cce4beb2512266191b39cd0a0
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-02-07 (Wed, 07 Feb 2018)
Changed paths:
M src/framework/core/js/DataBinding.js
M tests/framework-tests/core/js/DataBindingTests.js
Log Message:
-----------
Merge branch 'master' into FLUID-6209
Commit: e2e7d7589f7f23c106c80bdb6726c76fbe5a5090
https://github.com/fluid-project/infusion/commit/e2e7d7589f7f23c106c80bdb6726c76fbe5a5090
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-02-07 (Wed, 07 Feb 2018)
Changed paths:
M src/framework/core/js/RemoteModel.js
Log Message:
-----------
FLUID-6209: Added a comment describing the fluid.remoteModelComponent
Added link to the upcoming documentation.
Commit: 36dbf42ed9c77f1f04d9d1bb19e740e82711f5a4
https://github.com/fluid-project/infusion/commit/36dbf42ed9c77f1f04d9d1bb19e740e82711f5a4
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-02-09 (Fri, 09 Feb 2018)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
Log Message:
-----------
FLUID-6209: Excluding panelIndex relay on Init.
Added back the default value for panelIndex.
Commit: 44475b2df59c129d83917bca37f84794feb80876
https://github.com/fluid-project/infusion/commit/44475b2df59c129d83917bca37f84794feb80876
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths:
M src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
Log Message:
-----------
FLUID-6209: commenting out the panelIndex (see FLUID-6249)
Commit: b8b4aff9b0cef1863b2772bdf58aebf0b353933c
https://github.com/fluid-project/infusion/commit/b8b4aff9b0cef1863b2772bdf58aebf0b353933c
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/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/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-6209
Commit: fd108d6507206a516ef610b338d283be4b3aba93
https://github.com/fluid-project/infusion/commit/fd108d6507206a516ef610b338d283be4b3aba93
Author: Justin Obara <obarajustin at gmail.com>
Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths:
M src/framework/preferences/js/SeparatedPanelPrefsEditor.js
Log Message:
-----------
FLUID-6209: Added comment about panelIndex in the local model path.
Commit: 420dd5d9853f1121ad500e1acf02a185eaaa6b81
https://github.com/fluid-project/infusion/commit/420dd5d9853f1121ad500e1acf02a185eaaa6b81
Author: Antranig Basman <antranig.basman at colorado.edu>
Date: 2018-02-27 (Tue, 27 Feb 2018)
Changed paths:
M demos/prefsFramework/index.html
M demos/uiOptions/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
M src/framework/core/frameworkDependencies.json
A src/framework/core/js/DataSource.js
M src/framework/core/js/FluidPromises.js
A src/framework/core/js/RemoteModel.js
M src/framework/preferences/js/ArrowScrolling.js
M src/framework/preferences/js/FullNoPreviewPrefsEditor.js
M src/framework/preferences/js/FullPreviewPrefsEditor.js
M src/framework/preferences/js/PrefsEditor.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/preferences/js/UIEnhancer.js
M tests/all-tests.html
M tests/component-tests/uiOptions/html/UIOptions-test.html
M tests/framework-tests/core/all-tests.html
M tests/framework-tests/core/html/DataBinding-test.html
A tests/framework-tests/core/html/DataSource-test.html
A tests/framework-tests/core/html/RemoteModel-test.html
M tests/framework-tests/core/js/DataBindingTests.js
A tests/framework-tests/core/js/DataSourceTests.js
M tests/framework-tests/core/js/FluidPromisesTests.js
A tests/framework-tests/core/js/RemoteModelTests.js
M tests/framework-tests/preferences/html/Builder-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/PrefsEditor-test.html
M tests/framework-tests/preferences/html/PrimaryBuilder-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/Store-test.html
M tests/framework-tests/preferences/js/BuilderTests.js
M tests/framework-tests/preferences/js/PageEnhancerTests.js
M tests/framework-tests/preferences/js/PrefsEditorTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorResponsiveTests.js
M tests/framework-tests/preferences/js/SeparatedPanelPrefsEditorTests.js
M tests/framework-tests/preferences/js/StoreTests.js
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
Log Message:
-----------
Merge branch 'FLUID-6209'
* FLUID-6209: (23 commits)
FLUID-6209: Added comment about panelIndex in the local model path.
FLUID-6209: commenting out the panelIndex (see FLUID-6249)
FLUID-6209: Excluding panelIndex relay on Init.
FLUID-6209: Added a comment describing the fluid.remoteModelComponent
FLUID-6209: Adding test coverage to new tests.
FLUID-6209: Adding comments to the fetch and write methods.
FLUID-6209: Added comment makeSequenceStrategy
FLUID-6209: Fixing typo
FLUID-6209: Fixed issues with saving and applying panelIndex
FLUID-6209: Updated tests, demos, and examples with store changes.
FLUID-6209: Updated stores to be fluid.dataSource components
FLUID-6209: Integrating RemoteModel into the prefs framework.
FLUID-6209: Firing afterWrite event when local and remote are in sync.
FLUID-6209: Updated remoteModelComponent to add hooks into the requests
FLUID-6209: patched fluid.promise.makeTransformerStrategy
GPII-6209: Removed "buffered" model containment.
FLUID-6209: Moving Remote Model to its own file.
FLUID-6209: Added tests for fetch and write, and refactored promises.
FLUID-6209: First pass at a remoteModelComponent. Includes initial tests
FLUID-6209: Added base grade for dataSource with tests.
...
Compare: https://github.com/fluid-project/infusion/compare/84b72ec43436...420dd5d9853f
More information about the Commits
mailing list