Skip to content

Commit

Permalink
fix range date time from 30 to 15 (#123)
Browse files Browse the repository at this point in the history
* fix range date time

* fix typo

* Appstudio to RHTAP
  • Loading branch information
rsoaresd authored Aug 9, 2023
1 parent 418b9c8 commit 94b3615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The purpose of the quality dashboard is to collect the status of AppStudio servi
* Code coverage from codecov
* Build status and test types
* Openshift CI jobs and their statistics
* Jira issues impacting Appstudio (in progress, blockers)
* Jira issues impacting RHTAP (in progress, blockers)

# Specifications

Expand Down Expand Up @@ -181,4 +181,4 @@ The Github connector will pull data from Github, such has repositories info and
The codecov connector will pull code coverage data from Codecov.

### Jira
The Jira connector will pull data from Jira. We gather Jira issues that are impacting Appstudio (such as blockers, in progress, etc.) and present them in the dashboard for quick reference.
The Jira connector will pull data from Jira. We gather Jira issues that are impacting RHTAP (such as blockers, in progress, etc.) and present them in the dashboard for quick reference.
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Server API solution to talk to quality dashboard.
* Structured logging with zap.
* Use go-cache to save quality repositories in cache.
* Use swaggo to create a specific swagger for all server served endpoints
* Stores data in a PostreSQL database
* Stores data in a PostgreSQL database
* Uses entgo to model and query the database

# Build
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/CiFailures/CreateFailure.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const FormModal = () => {
setIsPrimaryLoading(!isPrimaryLoading);
modalContext.handleModalToggle();

const rangeDateTime = getRangeDates(90);
const rangeDateTime = getRangeDates(15);
const start_date = formatDate(rangeDateTime[0]);
const end_date = formatDate(rangeDateTime[1]);

Expand Down

0 comments on commit 94b3615

Please sign in to comment.