-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map types to html types #754
Map types to html types #754
Conversation
@jywarren The commit history and the changes look a bit crazy because I might have merged something unnecessary. Please check if everything is fine and please rebase if necessary. Thanks! |
Unfortunately I won't have an opportunity to rebase soon... Can you give it
a try?
…On Sat, Feb 9, 2019, 9:28 AM Harsh Khandeparkar ***@***.*** wrote:
Fixes #570 <#570>
@jywarren <https://github.com/jywarren> I think this might need another
rebase. Can you please do that? Also check if all of the changes are
correct(review). Thanks!
Make sure these boxes are checked before your pull request (PR) is ready
to be reviewed and merged. Thanks!
- tests pass -- look for a green checkbox ✔️ a few minutes after
opening your PR -- or run tests locally with npm test
- code is in uniquely-named feature branch and has no merge conflicts
- PR is descriptively titled
- ask @publiclab/reviewers and @publiclab/is-reviewers for help, in a
comment below
We're happy to help you get this ready -- don't be afraid to ask for help,
and *don't be discouraged* if your tests fail at first!
If tests do fail, click on the red X to learn why by reading the logs.
Please be sure you've reviewed our contribution guidelines at
https://publiclab.org/contributing-to-public-lab-software
Thanks!
------------------------------
You can view, comment on, or merge this pull request online at:
#754
Commit Summary
- update dist
- Merge remote-tracking branch 'upstream/main' into main
- Merge remote-tracking branch 'upstream/main' into main
- Merge remote-tracking branch 'upstream/main' into main
- fix insert step button
- add icon
- add dist
- use normal functions
- use normal functions
- merge with main
- add new function
- add dist
- remove console logs
- changes
- merge with main
- merge with main
- merge with main
- Merge remote-tracking branch 'upstream/main' into
map-types-to-htmlTypes
- refactor
- Merge remote-tracking branch 'upstream/main' into
map-types-to-htmlTypes
- Merge remote-tracking branch 'refs/remotes/upstream/main'
- add dist
- Bump looks-same from 5.0.2 to 6.0.0 (#729)
- Setup UI testing (#720)
- CLI code refactor (#665)
- Added line that selects the "More modules..." after adding a step.
(#713)
- Add: Module tests (#748)
- Fix choose file option and insert step functionality (#712)
- Parse info.json to set module defaults (#650)
- Update package-lock.json
- Bump jsqr from 1.1.1 to 1.2.0 (#749)
- Bump jsqr from 1.1.1 to 1.2.0 (#749)
- dist
- Merge remote-tracking branch 'origin/main' into
map-types-to-htmlTypes
File Changes
- *M* dist/image-sequencer-ui.js
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-0>
(46)
- *M* dist/image-sequencer-ui.min.js
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-1>
(2)
- *M* dist/image-sequencer.js
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-2>
(159)
- *M* dist/image-sequencer.min.js
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-3>
(2)
- *M* examples/lib/defaultHtmlStepUi.js
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-4>
(5)
- *A* examples/lib/mapHtmltypes.js
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-5>
(32)
- *M* package.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-6>
(2)
- *M* src/Modules.js
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-7>
(2)
- *M* src/modules/Blend/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-8>
(2)
- *M* src/modules/Blur/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-9>
(10)
- *M* src/modules/Brightness/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-10>
(5)
- *M* src/modules/Colorbar/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-11>
(2)
- *M* src/modules/Contrast/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-12>
(9)
- *M* src/modules/Convolution/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-13>
(4)
- *M* src/modules/Crop/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-14>
(2)
- *M* src/modules/DecodeQr/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-15>
(2)
- *M* src/modules/DrawRectangle/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-16>
(6)
- *M* src/modules/Dynamic/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-17>
(8)
- *M* src/modules/EdgeDetect/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-18>
(20)
- *M* src/modules/GammaCorrection/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-19>
(4)
- *M* src/modules/PaintBucket/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-20>
(2)
- *M* src/modules/Resize/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-21>
(4)
- *M* src/modules/Rotate/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-22>
(2)
- *M* src/modules/Saturation/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-23>
(10)
- *M* src/modules/WhiteBalance/info.json
<https://github.com/publiclab/image-sequencer/pull/754/files#diff-24>
(4)
Patch Links:
- https://github.com/publiclab/image-sequencer/pull/754.patch
- https://github.com/publiclab/image-sequencer/pull/754.diff
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#754>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AABfJ4tTiLIXSaPuaRK6rWvtCMRxqOqJks5vLtrXgaJpZM4aykDH>
.
|
@jywarren No problem. I understand you are busy. I'm not at home I will either do that tonight(IST, a few hours) or tommorow. Btw does it need a rebase anyways?? |
Are the changes good? I don't think it needs a rebase |
@jywarren there are no merge conflicts |
dist/image-sequencer.js
Outdated
if (returnInverted) { | ||
inverted.set(x, y, !(lum <= threshold)); | ||
} | ||
for (var x = 0; x < REGION_SIZE; x++) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just worried about this part, can you try rebuilding dist files to be sure we're not reverting something important?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need help
Also is there anything that is to be added to the docs? |
Suggestion: Updating the PR checklist and adding a label to the PR as per status help reviewers in filtering out, so it's a good practice. |
* default sequencer ui test * default step ui test suite * intermediate step ui test * preview ui test suite * url methods test suite * add set url params method test suite * argument call tests * test directory refactor * travis fix
* CLI refactor * es6 rollback * Travis fix * syntax fix * clustered require statements * travis debug * travis debug
* WIP * module testing harness * adjustments
Bumps [jsqr](https://github.com/cozmo/jsQR) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/cozmo/jsQR/releases) - [Commits](https://github.com/cozmo/jsQR/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
Oh my gosh that was the worst rebase EVER! I think i got it though... |
🎉 🎉 🎉 wow that was a tough merge! But completed!!!! Thanks, Harsh! |
Fixes #570
@jywarren I think this might need another rebase. Can you please do that? Also check if all of the changes are correct(review). Thanks!
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
npm test
@publiclab/reviewers
and@publiclab/is-reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!