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

#72 final touches to improve mergeability #83

Merged
merged 122 commits into from
Jan 16, 2024

Conversation

Ja4pp
Copy link
Collaborator

@Ja4pp Ja4pp commented Jan 16, 2024

No description provided.

renovate bot and others added 30 commits November 14, 2023 14:41
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…tor#4586)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4593)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4599)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#4601)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…tator#4605)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…-mutator#4604)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4606)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…or#4607)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…or#4610)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4608)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…or#4609)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4612)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4614)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…stryker-mutator#4615)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…or#4617)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…or#4611)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…r#4619)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
brokhiv and others added 28 commits January 14, 2024 10:45
* Restricted logical-operator-mutator.ts

* Pleased linter now

---------

Co-authored-by: Ivo_Broekhof <[email protected]>
* Added an extra suboperator

* changed implementation of suboperator

* tests for conditional operator for mutationLevel

* combined config file

* moved order of yielding

* modified tests properly

---------

Co-authored-by: Danut Copae <[email protected]>
* integrated MutationLevel into method-expression-mutator.ts
Converted Map to const object

* Fix formatting to please Prettier
Used prettier-ignore on operators

* modified operator to pass test and still function

---------

Co-authored-by: Ivo_Broekhof <[email protected]>
Co-authored-by: Javier <[email protected]>
Co-authored-by: Danut Copae <[email protected]>
* integrated MutationLevel into unary-operator-mutator.ts
Changed enum to const object

* Fix formatting to please Prettier

---------

Co-authored-by: Ivo_Broekhof <[email protected]>
Co-authored-by: Danut Copae <[email protected]>
* updated to conform to mutationlevels

* modified tests

* modified config file

* initial implementation of condition

* Revert "initial implementation of condition"

This reverts commit bcb6cc0.

* changed tests to pass CI/CD

* changes nessecary for pass

* small refactor

* remove line added by mistake

---------

Co-authored-by: Danut Copae <[email protected]>
Co-authored-by: Danut Copae <[email protected]>
* Added support for arrowfunction

* update schema

* Fix up arrow function sting

---------

Co-authored-by: Danut Copae <[email protected]>
Co-authored-by: Danut Copae <[email protected]>
* object literal implementation of mutation levels

* change construct of ObjectLiteral

* Last Modifications to adhere to new implementation
* save progress

* details
* Rename mutators in the schema

* Change negation to substraction in arhitmeticop

* Rename mutators, stable

* Enforce type with a generic NodeMutatorConfiguration

* Get rid of NodeMutatorMultiConfiguration

* Move operators inside nodemutator interface

* Update conditionalLevel test name

* Finish aritmetic through conditional operators, stable

* Fix arithmetic through object-literal operators, stable

* Fix up optional-chaining

* Finish renaming mutators

* Reorder stryker-core to reduce generated warnings

* Use the same key for the mutator operators when there is no reason to be more specific
* Made the arithmetic operator more consistent

* Made the array declaration more consistent

* Made the arrow function more consistent

* Made the assignment operator more consistent

* Made the block statement more consistent

* Made the boolean literal more consistent

* Made the conditional expression more consistent

* Made the equality operator more consistent

* Made the logical operator more consistent

* Made the method expression more consistent

* Made the object literal more consistent

* Made the optional chaining more consistent

* Made the regex more consistent

* Made the string literal more consistent

* Made the unary operator more consistent

* Made the update operator more consistent

* small modification in consistency

* Fix consistency in all unit test files

---------

Co-authored-by: Danut Copae <[email protected]>
…rm-nico-to-review' into #72-clean-up-code-create-pr-inform-nico-to-review
@Ja4pp Ja4pp merged commit 073b2ad into master Jan 16, 2024
10 of 14 checks passed
@dvcopae dvcopae deleted the #72-clean-up-code-create-pr-inform-nico-to-review branch February 1, 2024 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants