Skip to content

Commit

Permalink
Merge pull request #80 from mozilla-releng/hneiva/fix-history
Browse files Browse the repository at this point in the history
fix: Add 2.0.4 history
  • Loading branch information
hneiva authored Jun 19, 2024
2 parents 828d514 + d0237dc commit 6fbbb10
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#####
2.0.4
#####

* Add Mozilla code of conduct
* Improve formatting with black
* Update taskcluster.yml
* Improve testing with tox
* Update MANIFEST file
* Add .dirschema.yml file
* Fix rst headings
* Add LICENSE file
* Fix linting failures

#####
2.0.3
#####
Expand Down

3 comments on commit 6fbbb10

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Taskcluster-GitHub attempted to create a task for this event with the following scopes:

["assume:repo:github.com/mozilla-releng/redo:branch:main","queue:route:statuses","queue:scheduler-id:taskcluster-github"]

The expansion of these scopes is not sufficient to create the task, leading to the following:

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:create-task:highest:proj-releng/ci",
    "queue:create-task:very-high:proj-releng/ci",
    "queue:create-task:high:proj-releng/ci",
    "queue:create-task:medium:proj-releng/ci",
    "queue:create-task:low:proj-releng/ci",
    "queue:create-task:very-low:proj-releng/ci",
    "queue:create-task:lowest:proj-releng/ci"
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AllOf": [
    "queue:route:statuses",
    "queue:create-task:project:none",
    "queue:scheduler-id:taskcluster-github",
    {
      "AnyOf": [
        "queue:create-task:highest:proj-releng/ci",
        "queue:create-task:very-high:proj-releng/ci",
        "queue:create-task:high:proj-releng/ci",
        "queue:create-task:medium:proj-releng/ci",
        "queue:create-task:low:proj-releng/ci",
        "queue:create-task:very-low:proj-releng/ci",
        "queue:create-task:lowest:proj-releng/ci"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2024-06-20T22:30:44.807Z

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Taskcluster-GitHub attempted to create a task for this event with the following scopes:

["assume:repo:github.com/mozilla-releng/redo:branch:main","queue:route:statuses","queue:scheduler-id:taskcluster-github"]

The expansion of these scopes is not sufficient to create the task, leading to the following:

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:create-task:highest:proj-releng/ci",
    "queue:create-task:very-high:proj-releng/ci",
    "queue:create-task:high:proj-releng/ci",
    "queue:create-task:medium:proj-releng/ci",
    "queue:create-task:low:proj-releng/ci",
    "queue:create-task:very-low:proj-releng/ci",
    "queue:create-task:lowest:proj-releng/ci"
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AllOf": [
    "queue:route:statuses",
    "queue:create-task:project:none",
    "queue:scheduler-id:taskcluster-github",
    {
      "AnyOf": [
        "queue:create-task:highest:proj-releng/ci",
        "queue:create-task:very-high:proj-releng/ci",
        "queue:create-task:high:proj-releng/ci",
        "queue:create-task:medium:proj-releng/ci",
        "queue:create-task:low:proj-releng/ci",
        "queue:create-task:very-low:proj-releng/ci",
        "queue:create-task:lowest:proj-releng/ci"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2024-06-20T22:31:45.030Z

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Taskcluster-GitHub attempted to create a task for this event with the following scopes:

["assume:repo:github.com/mozilla-releng/redo:branch:master","queue:route:statuses","queue:scheduler-id:taskcluster-github"]

The expansion of these scopes is not sufficient to create the task, leading to the following:

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:create-task:highest:proj-releng/ci",
    "queue:create-task:very-high:proj-releng/ci",
    "queue:create-task:high:proj-releng/ci",
    "queue:create-task:medium:proj-releng/ci",
    "queue:create-task:low:proj-releng/ci",
    "queue:create-task:very-low:proj-releng/ci",
    "queue:create-task:lowest:proj-releng/ci"
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AllOf": [
    "queue:route:statuses",
    "queue:create-task:project:none",
    "queue:scheduler-id:taskcluster-github",
    {
      "AnyOf": [
        "queue:create-task:highest:proj-releng/ci",
        "queue:create-task:very-high:proj-releng/ci",
        "queue:create-task:high:proj-releng/ci",
        "queue:create-task:medium:proj-releng/ci",
        "queue:create-task:low:proj-releng/ci",
        "queue:create-task:very-low:proj-releng/ci",
        "queue:create-task:lowest:proj-releng/ci"
      ]
    }
  ]
}

  • method: createTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2024-06-20T22:47:41.031Z

Please sign in to comment.