keymanapp / status.keyman.com

https://status.keyman.com/
0 stars 0 forks source link

bug: test contributions outside current sprint are counted in total contributions value #406

Closed mcdurdin closed 6 months ago

mcdurdin commented 6 months ago

In github-contributions response, e.g. for A17S28, 2023-12-11 to 2023-12-22 (actual start date 2023-12-09) shows, for rc-swag at start of sprint, a test that was on 2023-11-29, which is well outside current sprint window:

{
  "pullRequests": {
    "nodes": []
  },
  "reviews": {
    "nodes": []
  },
  "issues": {
    "nodes": []
  },
  "tests": {
    "nodes": [
      {
        "occurredAt": "2023-11-29T00:10:25Z",
        "issue": {
          "number": 10065,
          "title": "chore(windows): removed cached context windows engine"
        },
        "url": "https://github.com/keymanapp/keyman/pull/10065#issuecomment-1830978481"
      }
    ]
  }
}
mcdurdin commented 6 months ago

No longer able to reproduce this. Closing as lowpri