Skip to content

Conversation

PietroConvalleAD
Copy link
Contributor

No description provided.

JoeCSykes and others added 30 commits December 7, 2022 16:55
… and CategoryDetailSerializer (#46)

* changed max-line-length to 100 to ignore E501 error (dont use --ignore as this overrides default ignored error messages)

* created white_space function unit tests

* created fixtures for unit tests

* created UnitTestBase 

* created unit tests for models

* created unit tests for line item serializer 

* created unit tests for category detail serializer

* created unit tests for category serializer
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](certifi/python-certifi@2022.09.24...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JoeCSykes <91789402+JoeCSykes@users.noreply.github.com>
Bumps [django](https://github.com/django/django) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@4.1.3...4.1.4)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JoeCSykes <91789402+JoeCSykes@users.noreply.github.com>
dependabot bot and others added 24 commits January 25, 2023 14:00
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v0.21.0...v0.21.1)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.288 to 1.1.290.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.288...v1.1.290)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JoeCSykes <91789402+JoeCSykes@users.noreply.github.com>
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.290 to 1.1.291.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.290...v1.1.291)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* initial commit

* Update README

* Update README

* Update README

* Update README

* add variable for port in db security group and edit README

* update terraform

* variables for host and container port

* change to use gunicorn

* add backend.tf

* configure to be used with deploy github action

* test

* re install gunicorn

* setup s3 backend

* setup s3 backend

* update providers with versions
* created integration tests for products without categories

* added extra snappshot tests

* finish snapshots for categories GET requests and start snapshots for categories POST requests

* added more integration test for cats + edited product_check so send list of ids in cat post request

* completed integration tests for categories + added 410 test for products

* ran make prepare

* created integration tests for products without categories

* added extra snappshot tests

* finish snapshots for categories GET requests and start snapshots for categories POST requests

* added more integration test for cats + edited product_check so send list of ids in cat post request

* completed integration tests for categories + added 410 test for products

* sorting out make prepare errors

* run black

* sorting out snapshots

* shortening lines to comply with pycodestyle

* run make prepare

* sorted out code smells

* sorting out code smellsÂ

* exclude snapshot files from sonarcloud analysis

* exclude snapshot files from sonarcloud analysis attempt 2

* exclude snapshot files from sonarcloud analysis attempt 3

* corrections due to PR BENCH-349

* made changes inline with PR comments

* remove unused variable
* initial commit

* Update action and add back docker action

* initial commit

* Update action and add back docker action

* update settings

* lint

* update action version

* remove ecr file and update README

* update README
* cretated model for tags

* created serializer for tags + created unit test for tag serliaizer + set products to return tags field

* run make prepare

* create mixins for tags

* added Tag endpoints

* generated swagger ui endpoints for tags

* sorted errors

* sorted code smells

* added numbers to the allowed regex + created unit tests for invalid prod id

* ran make prepare and corrected the Makefile so didn't print out unnessesary error
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.291 to 1.1.292.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.291...v1.1.292)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [django](https://github.com/django/django) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@4.1.5...4.1.6)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pietro convalle <pietroconvalle@python.it>
* initial commit

* created get and post integration tests for tags

* written PUT and DELETE integration tests for tags endpoints

* run make prepare

* correcting some tests

* added IG tests for POST to api/tags with invalid prod id and nonexistant prod id

* run make prepare
* Added update method in RetireMixin and integration and unit tests

* Fixed inheritance of Tag/Product/Category view

* changed sonar exclusion list
---------

Co-authored-by: pietro convalle <pietroconvalle@python.it>
* initial commit

* Update action and add back docker action

* initial commit

* assign variables to reused values

* assign variables to reused values

* add record connected to existing dns hosted zone

* test

* test

* test acl

* test acl

* format

* remove ECR file

* update README

* update README

* update diagram in README
Bumps [drf-yasg](https://github.com/axnsan12/drf-yasg) from 1.21.4 to 1.21.5.
- [Release notes](https://github.com/axnsan12/drf-yasg/releases)
- [Changelog](https://github.com/axnsan12/drf-yasg/blob/1.21.5/docs/changelog.rst)
- [Commits](axnsan12/drf-yasg@1.21.4...1.21.5)

---
updated-dependencies:
- dependency-name: drf-yasg
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [django](https://github.com/django/django) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@4.1.6...4.1.7)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* changed orderLine  POST and PUT field to match agreed API

* fixed make file

* changed code to use writeonly and readonly fields

* updated tests for orders

* dependency update

* refactored products_check to products_check_retired

---------

Co-authored-by: pietro convalle <pietroconvalle@python.it>
* added geolocation routing to only allow IP traffic from GB

* added ban for no GB IP traffic
* removed trailing slashes + changed update mixin to stop PATCH being generated

* removed unnecessary imports
* changed connection to https only

* changed port to 443 and added django http redirection

---------

Co-authored-by: pietro convalle <pietroconvalle@python.it>
@PietroConvalleAD PietroConvalleAD merged commit e5bc35c into release Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants