Skip to content
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

LPS-110351 Wrap tests render in act #537

Closed
wants to merge 98 commits into from
Closed

LPS-110351 Wrap tests render in act #537

wants to merge 98 commits into from

Conversation

sandrodw3
Copy link
Collaborator

No description provided.

lawrence-lee and others added 30 commits May 3, 2020 21:50
The goal of this change to mark the `Liferay.Util.toggleDisabled`
function as deprecated: we still need it as a global to avoid breaking
changes, but now we also provide a way to `import` the function to avoid
using globals.
In this function we set the disabled attribute on a collection of
`Node`s, which should be a boolean value according to
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled
but up to now this function would accept any value
As disussed here
julien#273 (comment),
in [d87f904](julien@d87f904)
a type check was added for the `state` argument but since it might break
exiting code we should remove it.
As discussed here
julien@d87f904#r417834122,
we should avoid using magic constants.
As suggested here
julien#273 (comment),
add blank lines before and after `for` blocks and add a blank line after
`const` declarations
In [9e8c412](julien@9e8c412),
we used a named import for the `toggleDisabled` function which is
exported as default, and this caused the following error
https://issues.liferay.com/browse/LPS-112842
@liferay-continuous-integration
Copy link
Collaborator

To conserve resources, the PR Tester does not automatically run for every pull.

If your code changes were already tested in another pull, reference that pull in this pull so the test results can be analyzed.

If your pull was never tested, comment "ci:test" to run the PR Tester for this pull.

@sandrodw3
Copy link
Collaborator Author

ci:forward

@liferay-continuous-integration
Copy link
Collaborator

CI is automatically triggering the following test suites:

  •     ci:test:relevant
  •     ci:test:sf

The pull request will automatically be forwarded to the user brianchandotcom if the following test suites pass:

  •     ci:test:relevant
  •     ci:test:sf
  •     ci:test:stable

@liferay-continuous-integration
Copy link
Collaborator

Invoking pull request test at sender hash 5b050720fdeca5cfe49c64cd5916a38cb0fc939c for ci:test:relevant.

@liferay-continuous-integration
Copy link
Collaborator

Invoking pull request test at sender hash 5b050720fdeca5cfe49c64cd5916a38cb0fc939c for ci:test:sf.

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:sf - 1 out of 1 jobs passed in 2 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: b2fab92e6ad3a7ed40d1817d035875503c4492d0

Sender Branch:

Branch Name: LPS-110351
Branch GIT ID: 5b050720fdeca5cfe49c64cd5916a38cb0fc939c

1 out of 1jobs PASSED
1 Successful Jobs:
For more details click here.

@liferay-continuous-integration
Copy link
Collaborator

✔️ ci:test:stable - 18 out of 18 jobs passed

✔️ ci:test:relevant - 51 out of 51 jobs passed in 1 hour 53 minutes

Click here for more details.

Base Branch:

Branch Name: master
Branch GIT ID: 5763cc334c9ea7eba8b37a09bab0c54c2ab565f3

Copied in Private Modules Branch:

Branch Name: master-private
Branch GIT ID: b4536024712dac54820c4c13f7cf737b2b7a945b

ci:test:stable - 18 out of 18 jobs PASSED
18 Successful Jobs:
ci:test:relevant - 51 out of 51 jobs PASSED
51 Successful Jobs:
For more details click here.

@liferay-continuous-integration
Copy link
Collaborator

All required test suite(s) passed.
Forwarding pullrequest to brianchandotcom.

@liferay-continuous-integration
Copy link
Collaborator

Pull request has been successfully forwarded to brianchandotcom#88345

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet