Michael Carroll

Results 11 issues of Michael Carroll

These can be removed from the default rendered test: https://github.com/softlayer/sl-ember-components/blob/7c8414927eb6b6cb9baaf8ff728656c14de114e3/tests/integration/components/sl-date-range-picker-test.js#L17-L19

sl-date-range-picker
tests
ready
changelog:7 internal

The JSDocs need to be regenerated on: http://softlayer.github.io/sl-ember-components/docs/index.html they are currently showing addon/helpers/ and addon/initializers/ that have been removed.

documentation

Evaluate whether https://github.com/softlayer/sl-ember-components/blob/e506421c5e017eebaa85028886844254ab4b586a/tests/dummy/app/routes/demos/sl-menu.js is still being used. If not, remove the file.

sl-menu
demo app
changelog:7 internal

The sl-calendar component is going to be refactored to include support for timezone (offset) in issue: https://github.com/softlayer/sl-ember-components/issues/771. Once this work is completed the skipped integration tests will need to be...

sl-calendar
tests

enhancement
sl-calendar

Provide a fix for "startDateValue" is more than "endDateValue" and then verify the fix by turning the skipped test below back on. This test fails: test( '"startDateValue" cannot be more...

bug
sl-date-range-picker
in progress

Provide a fix for "endDateValue" is allowed to be less than the "startDateValue" and then verify the fix by turning the skipped test below back on. This test fails: test(...

bug
sl-date-range-picker
in progress

Provide a fix for "startDateValue" being able to be set when it is less than "minDate" and then verify the fix by turning the skipped test below back on. This...

bug
sl-date-range-picker
in progress

Provide a fix for "endDateValue" being able to be set that exceeds "maxDate" and then verify the fix byt turning the skipped test below back on. This test fails: test(...

bug
sl-date-range-picker
in progress

Implement the skipped unit tests introduced in https://github.com/softlayer/sl-ember-components/pull/712

sl-calendar
tests
in progress