Skip to content

Releases: bcgov/tfrs

v0.2.0.1

29 May 19:21
Compare
Choose a tag to compare

Implemented Trello Cards are:

Data Migration and Fixture

N/A

The fixture loaded is

N/A

Technical information

  • This minor release is deployed on Test at May 29, 2018. No prod deployment was executed.
  • The pull request merges from release-v0.2.0 branch to master is:
    PR 315 Release v0.2.0.1
  • There is a missed migration identified during the deployment. Also a defect found for frontend. Release v0.2.0.2 was immediately created to fix these errors.

v0.2.0

25 May 23:11
Compare
Choose a tag to compare

User Features

Features Scheduled
A company can view the list of their transactions June 2018
A company can view the transaction details June 2018
A company can view their low carbon fuel credit balance June 2018

Data Migrations

  • 0008_auto_20180507_1734.py
  • 0009_signingauthorityassertion_signingauthorityconfirmation.py

Technical Changes

  • Openshift resource optimization

Deleted transfers

09 May 00:06
Compare
Choose a tag to compare

This minor release fixes deleted transfer:

  • Cancelled Transfers should be considered "deleted" ie should no longer show up in the tables.

Data Migration and Fixture

N/A

Implemented Trello Cards

Technical information

  • This minor release is deployed on test at May 8, 2018 and on prod at May 10, 2018

Adds a new fixture for Vancouver Island Propane Services

01 May 22:13
Compare
Choose a tag to compare

This release includes:

Trello #590 New Fuel Supplier

Fixture:

organization_vancouver_island_propane_services.json loaded on all three environment
test_tfrs_users_MichaelRensing.json loaded on test and prod

Technical Information:

This release is deployed on Test and Prod both at May 1, 2018
This release is merged back to develop at 2018-05-03, PR#267

Backup - Tagging Develop before merging with v0.1.0.4

03 May 19:00
Compare
Choose a tag to compare

This tag is a backup for develop branch and created before merging release-v0.1.0.4 to develop.

Hides the government row from the list of Fuel Suppliers

27 Apr 16:21
Compare
Choose a tag to compare

This release includes:

Trello 575 UX Refactor | Hide / Adjust Parts of the Fuel Suppliers Page to IDIR Users

Technical Information:

This release is deployed on Test at Apr 26, 2018 and deployed on prod at May 1, 2018.

Compliance period

26 Apr 18:30
Compare
Choose a tag to compare

This minor release adds the compliance period dropdown to the Historical Data Entry:

  • Added Compliance Period column in Historical Data Entry Table
  • Added Compliance Period column dropdown in Historical Data Entry Form
  • Credit From, Credit To and Transfer Type are all disabled in Historical Data Entry Form Edit*
  • Added backend code to support the Compliance Period

Data Migration and Fixture

The following migrations are included:

  • 0005_auto_20180424_1445.py
  • 0006_auto_20180424_1527.py
  • 0007_credittradehistory_compliance_period.py

The fixture loaded is

  • compliance_periods.json

Implemented Trello Cards

Technical information

  • This minor release is deployed on Test at Apr 26, 2018.
  • The pull request merges from release-v0.1.0 branch to master is:
    PR 240 Release v0.1.0.2

Updated the Fuel Suppliers Tab

26 Apr 16:09
Compare
Choose a tag to compare

This minor release updates the Fuel Suppliers page:

  • Use the same table style as Credit Transactions and Historical Data Entry
  • Unused buttons and filters are hidden
  • Credit Balance are displayed properly for each organization
  • Other columns are also populated

Implemented Trello Cards

Technical information

This minor release is deployed on Test at Apr 25, 2018.
The pull request merges from release-v0.1.0 branch to master is:

Historical Data Entry

25 Apr 15:42
Compare
Choose a tag to compare

User Features

Government Analyst can:

  • enter historical credit transfers,
  • enter historical credit validations from the supply of fuel,
  • enter historical part 3 credit awards,
  • enter historical credit reductions
  • process approved credit transfers
  • view credit balances for fuel suppliers
  • view pending, approved and completed credit transfers

Technical Changes

  • The docs folder is moved from tfrs report to tfrs-docs repo
  • Https communication between proxy server and pathfinder route has ben established. Non-secured route is blocked
  • The number of Gunicorn worker thread has been limited in case it consumes too many recources
  • Asset files have been remapped to use absolute path to fix refresh issue

Credit Transfers - alpha

05 Apr 00:02
Compare
Choose a tag to compare
Pre-release

Foundation Development:

  • Identify the current user and organization
  • allow login through siteminder
  • utilize the siteminder header information after the user logs into the bc government common logon page
  • configured pipeline with to orchestrate unit testing, static code analysis, code coverage report, publishing of results to sonarqube, update of the schema spy, build,
  • pipeline waits for user input to click deploy to test, and deploy to prod
  • the system allows for the authenticated user to initiate the creation of a new credit transfer
  • the credit transfer workflow options are controlled based on the status of the credit transfer transaction
    • statuses: draft, deleted, submitted, accepted, approved, completed, rescinded, rejected, recommended
  • you are only able to see the transactions that your organization is a part of ( #184 )
  • Created a Developer Manual (#189, #190, #192, #193, #197, #198, #199, #200, #201, #202, #203, #204, #205)