Skip to content

chore: merge development into main #35

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

Merged
merged 227 commits into from
Jun 11, 2024
Merged

chore: merge development into main #35

merged 227 commits into from
Jun 11, 2024

Conversation

gentlementlegen
Copy link
Member

@gentlementlegen gentlementlegen commented Jun 11, 2024

Updating the main branch so the plugin has the latest updates.

gentlementlegen and others added 30 commits April 3, 2024 02:09
* chore: correct Knip configuration for conversation-rewards

* chore: upgrade Knip to 5.7.0, fix all Knip warnings

* chore: add missing ts-node to fix Jest
# Conflicts:
#	.github/workflows/main.yml
#	action.yml
#	package.json
#	src/parser/permit-generation-module.ts
#	src/types/env.d.ts
#	yarn.lock
gentlementlegen and others added 27 commits May 18, 2024 17:00
fix: issue closed as non-planned is now skipped
fix: more characters are escaped (backtick, ampersand)
fix: price label is required to run
@gentlementlegen gentlementlegen marked this pull request as ready for review June 11, 2024 02:49
@gentlementlegen gentlementlegen merged commit 2a0252a into main Jun 11, 2024
Copy link
Contributor

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🟡 Statements 77.8% 368/473
🟡 Branches 66.06% 144/218
🟢 Functions 81.25% 78/96
🟡 Lines 78.17% 358/458

Test suite run failed

Failed tests: 1/24. Failed suites: 1/5.
  ● Modules tests › Should properly generate the configuration

    expect(received).toEqual(expected) // deep equality

    - Expected  -  0
    + Received  + 51

    @@ -12,91 +12,141 @@
          "formattingEvaluator": Object {
            "enabled": true,
            "multipliers": Array [
              Object {
                "formattingMultiplier": 1,
    +           "targets": Array [
    +             "ISSUE",
    +             "ISSUER",
    +             "SPECIFICATION",
    +           ],
                "type": Array [
                  "ISSUE",
                  "ISSUER",
                  "SPECIFICATION",
                ],
                "wordValue": 0.1,
              },
              Object {
                "formattingMultiplier": 1,
    +           "targets": Array [
    +             "ISSUE",
    +             "ISSUER",
    +             "COMMENTED",
    +           ],
                "type": Array [
                  "ISSUE",
                  "ISSUER",
                  "COMMENTED",
                ],
                "wordValue": 0.2,
              },
              Object {
                "formattingMultiplier": 0,
    +           "targets": Array [
    +             "ISSUE",
    +             "ASSIGNEE",
    +             "COMMENTED",
    +           ],
                "type": Array [
                  "ISSUE",
                  "ASSIGNEE",
                  "COMMENTED",
                ],
                "wordValue": 0,
              },
              Object {
                "formattingMultiplier": 1,
    +           "targets": Array [
    +             "ISSUE",
    +             "COLLABORATOR",
    +             "COMMENTED",
    +           ],
                "type": Array [
                  "ISSUE",
                  "COLLABORATOR",
                  "COMMENTED",
                ],
                "wordValue": 0.1,
              },
              Object {
                "formattingMultiplier": 0.25,
    +           "targets": Array [
    +             "ISSUE",
    +             "CONTRIBUTOR",
    +             "COMMENTED",
    +           ],
                "type": Array [
                  "ISSUE",
                  "CONTRIBUTOR",
                  "COMMENTED",
                ],
                "wordValue": 0.1,
              },
              Object {
                "formattingMultiplier": 0,
    +           "targets": Array [
    +             "REVIEW",
    +             "ISSUER",
    +             "TASK",
    +           ],
                "type": Array [
                  "REVIEW",
                  "ISSUER",
                  "TASK",
                ],
                "wordValue": 0,
              },
              Object {
                "formattingMultiplier": 2,
    +           "targets": Array [
    +             "REVIEW",
    +             "ISSUER",
    +             "COMMENTED",
    +           ],
                "type": Array [
                  "REVIEW",
                  "ISSUER",
                  "COMMENTED",
                ],
                "wordValue": 0.2,
              },
              Object {
                "formattingMultiplier": 1,
    +           "targets": Array [
    +             "REVIEW",
    +             "ASSIGNEE",
    +             "COMMENTED",
    +           ],
                "type": Array [
                  "REVIEW",
                  "ASSIGNEE",
                  "COMMENTED",
                ],
                "wordValue": 0.1,
              },
              Object {
                "formattingMultiplier": 1,
    +           "targets": Array [
    +             "REVIEW",
    +             "COLLABORATOR",
    +             "COMMENTED",
    +           ],
                "type": Array [
                  "REVIEW",
                  "COLLABORATOR",
                  "COMMENTED",
                ],
                "wordValue": 0.1,
              },
              Object {
                "formattingMultiplier": 0.25,
    +           "targets": Array [
    +             "REVIEW",
    +             "CONTRIBUTOR",
    +             "COMMENTED",
    +           ],
                "type": Array [
                  "REVIEW",
                  "CONTRIBUTOR",
                  "COMMENTED",
                ],
    @@ -129,10 +179,11 @@
            "post": false,
          },
          "permitGeneration": Object {
            "enabled": true,
          },
    +     "requirePriceLabel": true,
          "userExtractor": Object {
            "enabled": true,
            "redeemTask": true,
          },
        },

      217 |     const cfg = configuration;
      218 |
    > 219 |     expect(cfg).toEqual(validConfiguration);
          |                 ^
      220 |   });
      221 |
      222 |   it("Should do a full run", async () => {

      at Object.toEqual (tests/process.issue.test.ts:219:17)

Report generated by 🧪jest coverage report action from 5b57570

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.

3 participants