Skip to content

Commit

Permalink
[fc] Repository: mockup
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@7c9dffc

Fix WARN [watcher]: Pattern "..../patterns/foo.js" does not match any file, by excluding all requirements ending with '-url', since they point to a folder and not to a .js file. The folder contents are already included by 'patterns/**/*'.

Files changed:
M mockup/js/grunt.js
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@22099dc

Move installation and config of sinon from bower+requirejs to karma-sinon. Sinon is a testing tool and don't belong in our main module requirements. Keep all dev-dependencies in package.json

Files changed:
M bower.json
M mockup/.jshintrc
M mockup/js/config.js
M mockup/js/grunt.js
M mockup/tests/fakeserver.js
M mockup/tests/i18n-test.js
M mockup/tests/pattern-contentloader-test.js
M mockup/tests/pattern-cookietrigger-test.js
M mockup/tests/pattern-filemanager-test.js
M mockup/tests/pattern-inlinevalidation-test.js
M mockup/tests/pattern-livesearch-test.js
M mockup/tests/pattern-modal-test.js
M mockup/tests/pattern-pickadate-test.js
M mockup/tests/pattern-relateditems-test.js
M mockup/tests/pattern-resourceregistry-test.js
M mockup/tests/pattern-select2-test.js
M mockup/tests/pattern-structure-test.js
M mockup/tests/pattern-thememapper-test.js
M mockup/tests/pattern-tinymce-test.js
M mockup/tests/pattern-toggle-test.js
M mockup/tests/utils-test.js
M package.json
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@4c5f87c

Remove chai - it is unused. The assertions being used are from 'expect'.
Upgrade some build and testing tools: grunt and browser launchers

Files changed:
M mockup/js/grunt.js
M package-lock.json
M package.json
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@7a4b692

Upgrade karma, mocha, and plugins

Files changed:
M package-lock.json
M package.json
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@1b6310d

Upgrade coveralls

Files changed:
M package-lock.json
M package.json
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@27ef1c4

Fix `plugins` and `reporters` after karma upgrade - since v. 1.1.2 are option merged.

Files changed:
M mockup/Gruntfile.js
M mockup/js/grunt.js
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@1b7fb5f

ignore vscode config

Files changed:
M .gitignore
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@1b34fe0

Just formatting (auto-format js in vscode)

Files changed:
M mockup/Gruntfile.js
M mockup/js/grunt.js
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@4d49029

Include some good debugger settings (commented out)

Files changed:
M CHANGES.rst
M mockup/js/grunt.js
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@37898b7

fix coveralls

Files changed:
M .travis.yml
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@b84d137

Fix coverage - the patterns folder was not included in coverage...

Files changed:
M .gitignore
M mockup/js/grunt.js
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T09:24:44+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@aabbfc4

remove old monkey patch, it has no longer an effect

Files changed:
M Makefile
M mockup/Gruntfile.js
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T12:01:12+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@1683944

Remove old harmful guidance, and update with pointer to Products.CMFPlone/DEVELOPING_BUNDLES.rst

Files changed:
M Makefile
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T12:02:04+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@e4fe63c

Update less to same version as used in CMFPlone, and remove the use of the less parser removed from less v2. Just watch all the less files instead of being too intelligent.

Files changed:
M mockup/js/grunt.js
M package-lock.json
M package.json
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T22:39:31+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@33e2822

It seems sinon is used by the docs, and need to be runable in the browser.
Revert "Move installation and config of sinon from bower+requirejs to karma-sinon. Sinon is a testing tool and don't belong in our main module requirements. Keep all dev-dependencies in package.json"

This reverts commit 22099dc49aed9773b696b9e5d0104b8401b6a990.

Files changed:
M bower.json
M mockup/.jshintrc
M mockup/js/config.js
M mockup/js/grunt.js
M mockup/tests/fakeserver.js
M mockup/tests/i18n-test.js
M mockup/tests/pattern-contentloader-test.js
M mockup/tests/pattern-cookietrigger-test.js
M mockup/tests/pattern-filemanager-test.js
M mockup/tests/pattern-inlinevalidation-test.js
M mockup/tests/pattern-livesearch-test.js
M mockup/tests/pattern-modal-test.js
M mockup/tests/pattern-pickadate-test.js
M mockup/tests/pattern-relateditems-test.js
M mockup/tests/pattern-resourceregistry-test.js
M mockup/tests/pattern-select2-test.js
M mockup/tests/pattern-structure-test.js
M mockup/tests/pattern-thememapper-test.js
M mockup/tests/pattern-tinymce-test.js
M mockup/tests/pattern-toggle-test.js
M mockup/tests/utils-test.js
M package-lock.json
M package.json
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T22:50:56+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@678092e

update travis node version

Files changed:
M .travis.yml
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-19T23:02:13+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@148f1e2

match travis and grunt browsers (remove IE8)

Files changed:
M mockup/js/grunt.js
Repository: mockup

Branch: refs/heads/master
Date: 2018-09-20T11:09:42+02:00
Author: Sune Broendum Woeller (sunew) <sune@woeller.dk>
Commit: plone/mockup@1041715

Merge pull request #870 from plone/sunew-upgrades2

Fix and upgrade the testing stack

Files changed:
M .gitignore
M .travis.yml
M CHANGES.rst
M Makefile
M mockup/Gruntfile.js
M mockup/js/grunt.js
M package-lock.json
M package.json
  • Loading branch information
sunew committed Sep 20, 2018
1 parent 72293c7 commit ca26d19
Showing 1 changed file with 197 additions and 141 deletions.
Loading

0 comments on commit ca26d19

Please sign in to comment.