Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/technical_documentation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ This component is an imported library which is shared across multiple GitHub too

### Historic Usage Data

This section gathers data from AWS S3. The Copilot usage endpoints have a limitation where they only return the last 100 days worth of information. To get around this, the project has an AWS Lambda function which runs weekly and stores data within an S3 bucket.
This section gathers data from AWS S3. The Copilot usage endpoints have a limitation where they only return the last 28 days worth of information. To get around this, the project has an AWS Lambda function which runs weekly and stores data within an S3 bucket.

### Copilot Teams Data
### Copilot Teams Data (Deprecated - functionality removed but may be restored via alternative methods)

This section gathers a list of teams within the organisation with Copilot data and updates the S3 bucket accordingly. This allows all relevant teams to be displayed within the dashboard.
2 changes: 2 additions & 0 deletions docs/technical_documentation/team_usage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copilot Team Usage

Note: This functionality has been removed as of 19th March 2026 as the endpoint used to fetch metrics for team usage is being sunsetted. However, it may be restored via alternative methods in the future.

## Overview

This section of the project leverages GitHub OAuth2 for user authentication, granting access to essential data.
Expand Down
140 changes: 91 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ six = "^1.17.0"
urllib3 = "^2.6.3"

[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
ruff = "^0.6.5"
pylint = "^3.2.7"
mypy = "^1.11.2"
pytest = "^8.4.1"
pytest-cov = "^6.2.1"
pytest-xdist = "^3.8.0"
black = "^26.3.1"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.6.0"
Expand Down
Loading
Loading