Skip to content

Commit

Permalink
Tracking pull request to merge release-2.0.0 to master (#1824)
Browse files Browse the repository at this point in the history
* update to 2.0.0

* chore: upgrades to components and packages

* feat: new auth flow work continued

* fix: auth flow finished with jwt decode, celery filename reference fix, keycloak settings configured, Organization views  converted from class based components to functional

* chore: convert class components to functional

* feat: wrapped router component created for complex class components

* fix: updated params to correct refs

* fix: added missing withRouter ref

* chore: update propTypes

* chore: update propTypes

* Add github action, clamav, and spilo (#1825)

* fix: tfrs-495 - notifications - server side pagination

* fix: make handling notification status updates consistent with pagination

* add clamav (#1835)

* feat: disable autoloading notifications for now

* setup spilo (#1836)

* feat: auth upgraded for preferred_username id mapping

* fix: missing dependancy

* add object storage (#1837)

* fix/feat: tfrs-496 -- pagination for compliance reports

* chore: syntax cleanup

* chore: removed out of date server and webpack config

* chore: updated eslint config

* chore: linting moved to standard js style

* fix: dup react declaration

* chore: linting fixes

* chore: added UNSAFE_ to deprecated lifecycle methods

* chore: lint fixes complete

* Build 2.0.0 on Openshift (#1838)

* fix: webpack updated for multiple environments

* Security build (#1844)

* fix: added missing config for callbackUrl

* Security scan build (#1846)

* update frontend urls

* upgrade golang version

* upgrade golang version

* upgrade golang version

* Update docker build (#1848)

* Build notification server (#1849)

* Openshift cleanup 2.0.0 (#1850)

* feat: auth persistence added for refresh

* chore: minor django version bump

* Test build (#1853)

* fix: tfrs-511 - phantom indicators

* fix: updated scan-coordinator image - TFRS 534 (#1855)

* chore: compliance file added and version update to setuptools

* chore: lifecycle badge added

* Add dbservicename to config.js (#1857)

* Build coordinator only (#1858)

* Update frontend keycloak settings (#1861)

* fix: added session timeout handlding on frontend, minor fix on backend keycloak_authentication (#1860)

* add well known endpoint (#1862)

* add backendWellKnownEndpoint

* fix: tfrs-551 - paginated compliance reports issues

* Add prod build templates and pipeline (#1864)

* add pagination to file uploads page

* Add lint (#1868)

* auth redirects fixed, logout user proper updated

* modify api url for pagination

* remove unwanted formatting

* update backend dc

* update backend resource for dev and test

* update readinessProbe and livenessProbe

* remove timeout for approval

* fix: tfrs-520 - available balance calculation

* add backend linting

* add backend linting version

* add backend linting slim

* use slim image

* list GITHUB_WORKSPACE

* set GITHUB_WORKSPACE

* remove VALIDATE_ALL_CODEBASE

* set VALIDATE_PYTHON true

* fix: add new max_credit_offset_exclude_reserved field to update serializer

* fix: auth checks for external username now, webpack remove dev server on prod, compliance fix

* compliance report update serializer fix

* Update linter on pipeline (#1889)

* remove nagios (#1893)

* setup concurrent jobs (#1895)

* fix: token variable fix

* Add unit-test (#1897)

* feat: session renewal and token refresh added

* fix: minor logic fix

* feat: import database script added

* fix: fix on loading variable name so 0 values will no longer show

* Home page issue fixed

* Home page error fix

* Secure file submission pagination syntax and bug fix

* Secure file submission pagination syntax and bug fix

* Secure file submission pagination syntax and bug fix

* Secure file submission pagination syntax and bug fix

* fix: tfrs-521 - compliance report summary line 26

* fix: null item fix on compliance reports, auth session fix

* Siteminder logout url 2.0.0 (#1923)

* add siteminder_logout_url to configmap

* add frontendDebugEnabled

* update for prod (#1922)

* fix: fixed session conflict between bceid and idir for siteminder logout (#1919)

* fix: tfrs-566 - misc fixes (#1927)

* Compliance Reporting Fuel Type drop down menu in Schedule B stop working after saving draft report (#1920)

* Bug fix : Compliance Reporting Fuel Type drop down menu Schedule B turns blank

* Bug fix : Compliance Reporting Fuel Type drop down menu Schedule B turns blank

* fix: idphint fixed for bceid-business

* fix: tfrs-573 - fix tooltips

* Update issue templates for TFRS

* Update issue templates

* feat: silent token renewal added

* feat: dashboard specific compliance reports endpoint

* prod prepare (#1940)

* feat: added filtering for compliance table on status and timestamp

* feat: silent session refresh redundancy, test console

* feat: cleanup of timestamp query

* chore: linting cleanup

* fix: autocomplete ref patched

* update backend resource (#1952)

* update backend resource

* update backend resource memory

* update on backend resource (#1958)

* Update issue templates

* Enable Prod 2.0.0 release deployment

Co-authored-by: AlexZorkin <[email protected]>
Co-authored-by: tim738745 <[email protected]>
Co-authored-by: Alex Zorkin <[email protected]>
Co-authored-by: vibhishan <[email protected]>
Co-authored-by: tim738745 <[email protected]>
Co-authored-by: vibhiquartech <[email protected]>
Co-authored-by: kcabhar <[email protected]>
Co-authored-by: Emily <[email protected]>
  • Loading branch information
9 people committed Jan 4, 2023
1 parent 849366a commit 2c5001b
Show file tree
Hide file tree
Showing 744 changed files with 18,197 additions and 29,196 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug
about: An undesirable behaviour that needs correction
title: BUG
labels: ''
assignees: ''

---

**Describe the Bug**
A clear and concise description of what the bug is.

**Expected Behaviour**
A clear and concise description of what you expected to happen.

**Actual Behaviour**
A clear and concise description of what actually happens.

**Implications**
A clear and concise description of any implications.

**Steps To Reproduce**
Steps to reproduce the behaviour:
User/Role:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/spike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Spike
about: Research options prior to development work
title: Spike
labels: ''
assignees: ''

---

**Problem Description**
**In order to** (achieve some goal), (a system or persona) **needs to** (some action).

**Solution Needs**
- Enter the non-negotiables of the solution (what are the needs vs. what are the wants)

**Timebox**
- How much effort are we committing to this research?

**Outcome**
Details describing the outcome of the research
- Was it successful? What direction should the work go?
- Was it unsuccessful? Discuss next steps with team

**Additional Context**
- enter text here
- enter text here
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Task
about: Any work that does not directly impact the user
title: Task
labels: ''
assignees: ''

---

**Describe the task**
A clear and concise description of what the task is.

**Purpose**
The reason why this task is needed and/or what value it adds.

**Acceptance Criteria**
- [ ] first
- [ ] second
- [ ] third

**Additional context**
- Add any other context about the task here.
- Or here
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/user-story.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: User Story
about: This template is to be used when describing a feature from the user's perspective
title: User Story
labels: ''
assignees: ''

---

**Title:**

**Description:**

**Wireframe:** <link>

**Purpose and benefit to user:**

**Acceptance Criteria:**

- [ ] Given I am a <role>, When I am <doing something>, then <this happens>
- [ ] Given I am a <role>, When I am <doing something>, then <this happens>

**Development Checklist:**
- [ ] A
- [ ] B
- [ ] C

**Notes:**
Loading

0 comments on commit 2c5001b

Please sign in to comment.