Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various tweaks #34

Merged
merged 3 commits into from Jan 11, 2017
Merged

Various tweaks #34

merged 3 commits into from Jan 11, 2017

Conversation

sdonk
Copy link
Contributor

@sdonk sdonk commented Jan 11, 2017

No description provided.

@sdonk sdonk requested a review from canni January 11, 2017 11:59
@uktitools
Copy link

Can one of the admins verify this patch?

@codecov-io
Copy link

Current coverage is 94.74% (diff: 70.00%)

Merging #34 into master will decrease coverage by 2.67%

@@             master        #34   diff @@
==========================================
  Files            27         27          
  Lines           967        970     +3   
  Methods           0          0          
  Messages          0          0          
  Branches         44         47     +3   
==========================================
- Hits            942        919    -23   
- Misses           19         43    +24   
- Partials          6          8     +2   

Powered by Codecov. Last update d8d0950...bb5d96b

Copy link
Contributor

@canni canni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@canni canni merged commit f2e80e5 into master Jan 11, 2017
@canni canni deleted the dhe-580-tweaks branch January 11, 2017 12:06
bmcorser pushed a commit that referenced this pull request Apr 18, 2017
bmcorser pushed a commit that referenced this pull request Apr 20, 2017
vfarah-if added a commit that referenced this pull request Mar 19, 2021
# This is the 1st commit message:

Ignore pycharm generated idea

# This is the commit message #2:

Update state with company address

# This is the commit message #3:

Create base company state

# This is the commit message #4:

Create address fields on the Admin

# This is the commit message #5:

Add debugger to requirements

# This is the commit message #6:

Add address_state index migration

# This is the commit message #7:

Fixed failing tests

# This is the commit message #8:

Removed pycharm ignore for global ignore solution

# This is the commit message #9:

WIP

# This is the commit message #10:

Added upcoming financial year to projects summaries endpoint

# This is the commit message #11:

Bump boto3 from 1.17.12 to 1.17.17

Bumps [boto3](https://github.com/boto/boto3) from 1.17.12 to 1.17.17.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.12...1.17.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #12:

Bump watchdog[watchmedo] from 2.0.1 to 2.0.2

Bumps [watchdog[watchmedo]](https://github.com/gorakhargosh/watchdog) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #13:

Bump ipython from 7.20.0 to 7.21.0

Bumps [ipython](https://github.com/ipython/ipython) from 7.20.0 to 7.21.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.20.0...7.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #14:

Bump mail-parser from 3.14.0 to 3.15.0

Bumps [mail-parser](https://github.com/SpamScope/mail-parser) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/SpamScope/mail-parser/releases)
- [Commits](SpamScope/mail-parser@v3.14.0...v3.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #15:

Bump django-axes from 5.13.0 to 5.13.1

Bumps [django-axes](https://github.com/jazzband/django-axes) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/jazzband/django-axes/releases)
- [Changelog](https://github.com/jazzband/django-axes/blob/master/CHANGES.rst)
- [Commits](jazzband/django-axes@5.13.0...5.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #16:

[Security] Bump aiohttp from 3.7.3 to 3.7.4

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.3 to 3.7.4. **This update includes a security fix.**
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.7.3...v3.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #17:

Prepare for release 36.7.0

This bumps the version and adds the changelog for version 36.7.0.

# This is the commit message #18:

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

# This is the commit message #19:

Fixed failing tests

# This is the commit message #20:

Fixed circle ci issue with my docker change

# This is the commit message #21:

Updated the AdminArea string to include the country to make this clearer

# This is the commit message #22:

Fixed failing test

# This is the commit message #23:

Fixed the space and delimiter issue

# This is the commit message #24:

add modified_by to large capital investor activity stream endpoint

# This is the commit message #25:

add local CI investor profile feature flag

# This is the commit message #26:

Prepare for release 36.8.0

This bumps the version and adds the changelog for version 36.8.0.

# This is the commit message #27:

The endpoint `company/<uuid:pk>/export-win` now responds with a 200 empty list when a match can't be found.

Previously the endpoint use to throw a HTTP 404 when a match couldn't be found with
the Company Matching Service, now the endpoint responds with a HTTP 200 empty list.
This prevents error messages being displayed on the frontend due to a non-match,
we now they have `0 Export wins` instead.

# This is the commit message #28:

Add administrative_area_code field to administrative area and update US states with new field

# This is the commit message #29:

Add address state to company model

Ignore pycharm generated idea

Update state with company address

Create base company state

Create address fields on the Admin

Add debugger to requirements

Add address_state index migration

Fixed failing tests

Removed pycharm ignore for global ignore solution

WIP

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

Fixed failing tests

Fixed circle ci issue with my docker change

Updated the AdminArea string to include the country to make this clearer

Fixed failing test

Fixed the space and delimiter issue

# This is the commit message #30:

Created custom migration for all state scenarios left over
Clean us post code for all post address types
Update and generate states based on formatted postcode
Generate all other international area codes sql

# This is the commit message #31:

WIP clean command failing

# This is the commit message #32:

Refactored calling methods

# This is the commit message #33:

Refactored calling methods

# This is the commit message #34:

Refactored with broken logic

# This is the commit message #35:

Refactored with broken logic

# This is the commit message #36:

Updated test data to play with

# This is the commit message #37:

Switch to regex replace based approach

# This is the commit message #38:

Updated test data to play with

# This is the commit message #39:

Update comment

# This is the commit message #40:

Fix missing group

# This is the commit message #41:

Bump flake8-bugbear from 20.11.1 to 21.3.1

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.3.1.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #42:

Bump pre-commit from 2.10.1 to 2.11.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.10.1...v2.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #43:

Bump sentry-sdk from 0.20.3 to 1.0.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.20.3 to 1.0.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@0.20.3...1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #44:

Bump django-mptt from 0.11.0 to 0.12.0

Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/django-mptt/django-mptt/releases)
- [Changelog](https://github.com/django-mptt/django-mptt/blob/master/CHANGELOG.rst)
- [Commits](django-mptt/django-mptt@0.11.0...0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #45:

Bump boto3 from 1.17.17 to 1.17.22

Bumps [boto3](https://github.com/boto/boto3) from 1.17.17 to 1.17.22.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.17...1.17.22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
vfarah-if added a commit that referenced this pull request Mar 19, 2021
# This is the 1st commit message:

Ignore pycharm generated idea

# This is the commit message #2:

Update state with company address

# This is the commit message #3:

Create base company state

# This is the commit message #4:

Create address fields on the Admin

# This is the commit message #5:

Add debugger to requirements

# This is the commit message #6:

Add address_state index migration

# This is the commit message #7:

Fixed failing tests

# This is the commit message #8:

Removed pycharm ignore for global ignore solution

# This is the commit message #9:

WIP

# This is the commit message #10:

Added upcoming financial year to projects summaries endpoint

# This is the commit message #11:

Bump boto3 from 1.17.12 to 1.17.17

Bumps [boto3](https://github.com/boto/boto3) from 1.17.12 to 1.17.17.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.12...1.17.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #12:

Bump watchdog[watchmedo] from 2.0.1 to 2.0.2

Bumps [watchdog[watchmedo]](https://github.com/gorakhargosh/watchdog) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #13:

Bump ipython from 7.20.0 to 7.21.0

Bumps [ipython](https://github.com/ipython/ipython) from 7.20.0 to 7.21.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.20.0...7.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #14:

Bump mail-parser from 3.14.0 to 3.15.0

Bumps [mail-parser](https://github.com/SpamScope/mail-parser) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/SpamScope/mail-parser/releases)
- [Commits](SpamScope/mail-parser@v3.14.0...v3.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #15:

Bump django-axes from 5.13.0 to 5.13.1

Bumps [django-axes](https://github.com/jazzband/django-axes) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/jazzband/django-axes/releases)
- [Changelog](https://github.com/jazzband/django-axes/blob/master/CHANGES.rst)
- [Commits](jazzband/django-axes@5.13.0...5.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #16:

[Security] Bump aiohttp from 3.7.3 to 3.7.4

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.3 to 3.7.4. **This update includes a security fix.**
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.7.3...v3.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #17:

Prepare for release 36.7.0

This bumps the version and adds the changelog for version 36.7.0.

# This is the commit message #18:

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

# This is the commit message #19:

Fixed failing tests

# This is the commit message #20:

Fixed circle ci issue with my docker change

# This is the commit message #21:

Updated the AdminArea string to include the country to make this clearer

# This is the commit message #22:

Fixed failing test

# This is the commit message #23:

Fixed the space and delimiter issue

# This is the commit message #24:

add modified_by to large capital investor activity stream endpoint

# This is the commit message #25:

add local CI investor profile feature flag

# This is the commit message #26:

Prepare for release 36.8.0

This bumps the version and adds the changelog for version 36.8.0.

# This is the commit message #27:

The endpoint `company/<uuid:pk>/export-win` now responds with a 200 empty list when a match can't be found.

Previously the endpoint use to throw a HTTP 404 when a match couldn't be found with
the Company Matching Service, now the endpoint responds with a HTTP 200 empty list.
This prevents error messages being displayed on the frontend due to a non-match,
we now they have `0 Export wins` instead.

# This is the commit message #28:

Add administrative_area_code field to administrative area and update US states with new field

# This is the commit message #29:

Add address state to company model

Ignore pycharm generated idea

Update state with company address

Create base company state

Create address fields on the Admin

Add debugger to requirements

Add address_state index migration

Fixed failing tests

Removed pycharm ignore for global ignore solution

WIP

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

Fixed failing tests

Fixed circle ci issue with my docker change

Updated the AdminArea string to include the country to make this clearer

Fixed failing test

Fixed the space and delimiter issue

# This is the commit message #30:

Created custom migration for all state scenarios left over
Clean us post code for all post address types
Update and generate states based on formatted postcode
Generate all other international area codes sql

# This is the commit message #31:

WIP clean command failing

# This is the commit message #32:

Refactored calling methods

# This is the commit message #33:

Refactored calling methods

# This is the commit message #34:

Refactored with broken logic

# This is the commit message #35:

Refactored with broken logic

# This is the commit message #36:

Updated test data to play with

# This is the commit message #37:

Switch to regex replace based approach

# This is the commit message #38:

Updated test data to play with

# This is the commit message #39:

Update comment

# This is the commit message #40:

Fix missing group

# This is the commit message #41:

Bump flake8-bugbear from 20.11.1 to 21.3.1

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.3.1.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #42:

Bump pre-commit from 2.10.1 to 2.11.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.10.1...v2.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #43:

Bump sentry-sdk from 0.20.3 to 1.0.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.20.3 to 1.0.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@0.20.3...1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #44:

Bump django-mptt from 0.11.0 to 0.12.0

Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/django-mptt/django-mptt/releases)
- [Changelog](https://github.com/django-mptt/django-mptt/blob/master/CHANGELOG.rst)
- [Commits](django-mptt/django-mptt@0.11.0...0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #45:

Bump boto3 from 1.17.17 to 1.17.22

Bumps [boto3](https://github.com/boto/boto3) from 1.17.17 to 1.17.22.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.17...1.17.22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
vfarah-if added a commit that referenced this pull request Mar 22, 2021
# This is the 1st commit message:

Ignore pycharm generated idea

# This is the commit message #2:

Update state with company address

# This is the commit message #3:

Create base company state

# This is the commit message #4:

Create address fields on the Admin

# This is the commit message #5:

Add debugger to requirements

# This is the commit message #6:

Add address_state index migration

# This is the commit message #7:

Fixed failing tests

# This is the commit message #8:

Removed pycharm ignore for global ignore solution

# This is the commit message #9:

WIP

# This is the commit message #10:

Added upcoming financial year to projects summaries endpoint

# This is the commit message #11:

Bump boto3 from 1.17.12 to 1.17.17

Bumps [boto3](https://github.com/boto/boto3) from 1.17.12 to 1.17.17.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.12...1.17.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #12:

Bump watchdog[watchmedo] from 2.0.1 to 2.0.2

Bumps [watchdog[watchmedo]](https://github.com/gorakhargosh/watchdog) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #13:

Bump ipython from 7.20.0 to 7.21.0

Bumps [ipython](https://github.com/ipython/ipython) from 7.20.0 to 7.21.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.20.0...7.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #14:

Bump mail-parser from 3.14.0 to 3.15.0

Bumps [mail-parser](https://github.com/SpamScope/mail-parser) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/SpamScope/mail-parser/releases)
- [Commits](SpamScope/mail-parser@v3.14.0...v3.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #15:

Bump django-axes from 5.13.0 to 5.13.1

Bumps [django-axes](https://github.com/jazzband/django-axes) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/jazzband/django-axes/releases)
- [Changelog](https://github.com/jazzband/django-axes/blob/master/CHANGES.rst)
- [Commits](jazzband/django-axes@5.13.0...5.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #16:

[Security] Bump aiohttp from 3.7.3 to 3.7.4

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.3 to 3.7.4. **This update includes a security fix.**
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.7.3...v3.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #17:

Prepare for release 36.7.0

This bumps the version and adds the changelog for version 36.7.0.

# This is the commit message #18:

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

# This is the commit message #19:

Fixed failing tests

# This is the commit message #20:

Fixed circle ci issue with my docker change

# This is the commit message #21:

Updated the AdminArea string to include the country to make this clearer

# This is the commit message #22:

Fixed failing test

# This is the commit message #23:

Fixed the space and delimiter issue

# This is the commit message #24:

add modified_by to large capital investor activity stream endpoint

# This is the commit message #25:

add local CI investor profile feature flag

# This is the commit message #26:

Prepare for release 36.8.0

This bumps the version and adds the changelog for version 36.8.0.

# This is the commit message #27:

The endpoint `company/<uuid:pk>/export-win` now responds with a 200 empty list when a match can't be found.

Previously the endpoint use to throw a HTTP 404 when a match couldn't be found with
the Company Matching Service, now the endpoint responds with a HTTP 200 empty list.
This prevents error messages being displayed on the frontend due to a non-match,
we now they have `0 Export wins` instead.

# This is the commit message #28:

Add administrative_area_code field to administrative area and update US states with new field

# This is the commit message #29:

Add address state to company model

Ignore pycharm generated idea

Update state with company address

Create base company state

Create address fields on the Admin

Add debugger to requirements

Add address_state index migration

Fixed failing tests

Removed pycharm ignore for global ignore solution

WIP

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

Fixed failing tests

Fixed circle ci issue with my docker change

Updated the AdminArea string to include the country to make this clearer

Fixed failing test

Fixed the space and delimiter issue

# This is the commit message #30:

Created custom migration for all state scenarios left over
Clean us post code for all post address types
Update and generate states based on formatted postcode
Generate all other international area codes sql

# This is the commit message #31:

WIP clean command failing

# This is the commit message #32:

Refactored calling methods

# This is the commit message #33:

Refactored calling methods

# This is the commit message #34:

Refactored with broken logic

# This is the commit message #35:

Refactored with broken logic

# This is the commit message #36:

Updated test data to play with

# This is the commit message #37:

Switch to regex replace based approach

# This is the commit message #38:

Updated test data to play with

# This is the commit message #39:

Update comment

# This is the commit message #40:

Fix missing group

# This is the commit message #41:

Bump flake8-bugbear from 20.11.1 to 21.3.1

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.3.1.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #42:

Bump pre-commit from 2.10.1 to 2.11.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.10.1...v2.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #43:

Bump sentry-sdk from 0.20.3 to 1.0.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.20.3 to 1.0.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@0.20.3...1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #44:

Bump django-mptt from 0.11.0 to 0.12.0

Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/django-mptt/django-mptt/releases)
- [Changelog](https://github.com/django-mptt/django-mptt/blob/master/CHANGELOG.rst)
- [Commits](django-mptt/django-mptt@0.11.0...0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #45:

Bump boto3 from 1.17.17 to 1.17.22

Bumps [boto3](https://github.com/boto/boto3) from 1.17.17 to 1.17.22.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.17...1.17.22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
vfarah-if added a commit that referenced this pull request Mar 22, 2021
# This is the 1st commit message:

Ignore pycharm generated idea

# This is the commit message #2:

Update state with company address

# This is the commit message #3:

Create base company state

# This is the commit message #4:

Create address fields on the Admin

# This is the commit message #5:

Add debugger to requirements

# This is the commit message #6:

Add address_state index migration

# This is the commit message #7:

Fixed failing tests

# This is the commit message #8:

Removed pycharm ignore for global ignore solution

# This is the commit message #9:

WIP

# This is the commit message #10:

Added upcoming financial year to projects summaries endpoint

# This is the commit message #11:

Bump boto3 from 1.17.12 to 1.17.17

Bumps [boto3](https://github.com/boto/boto3) from 1.17.12 to 1.17.17.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.12...1.17.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #12:

Bump watchdog[watchmedo] from 2.0.1 to 2.0.2

Bumps [watchdog[watchmedo]](https://github.com/gorakhargosh/watchdog) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v2.0.1...v2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #13:

Bump ipython from 7.20.0 to 7.21.0

Bumps [ipython](https://github.com/ipython/ipython) from 7.20.0 to 7.21.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.20.0...7.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #14:

Bump mail-parser from 3.14.0 to 3.15.0

Bumps [mail-parser](https://github.com/SpamScope/mail-parser) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/SpamScope/mail-parser/releases)
- [Commits](SpamScope/mail-parser@v3.14.0...v3.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #15:

Bump django-axes from 5.13.0 to 5.13.1

Bumps [django-axes](https://github.com/jazzband/django-axes) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/jazzband/django-axes/releases)
- [Changelog](https://github.com/jazzband/django-axes/blob/master/CHANGES.rst)
- [Commits](jazzband/django-axes@5.13.0...5.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #16:

[Security] Bump aiohttp from 3.7.3 to 3.7.4

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.3 to 3.7.4. **This update includes a security fix.**
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.7.3...v3.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #17:

Prepare for release 36.7.0

This bumps the version and adds the changelog for version 36.7.0.

# This is the commit message #18:

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

# This is the commit message #19:

Fixed failing tests

# This is the commit message #20:

Fixed circle ci issue with my docker change

# This is the commit message #21:

Updated the AdminArea string to include the country to make this clearer

# This is the commit message #22:

Fixed failing test

# This is the commit message #23:

Fixed the space and delimiter issue

# This is the commit message #24:

add modified_by to large capital investor activity stream endpoint

# This is the commit message #25:

add local CI investor profile feature flag

# This is the commit message #26:

Prepare for release 36.8.0

This bumps the version and adds the changelog for version 36.8.0.

# This is the commit message #27:

The endpoint `company/<uuid:pk>/export-win` now responds with a 200 empty list when a match can't be found.

Previously the endpoint use to throw a HTTP 404 when a match couldn't be found with
the Company Matching Service, now the endpoint responds with a HTTP 200 empty list.
This prevents error messages being displayed on the frontend due to a non-match,
we now they have `0 Export wins` instead.

# This is the commit message #28:

Add administrative_area_code field to administrative area and update US states with new field

# This is the commit message #29:

Add address state to company model

Ignore pycharm generated idea

Update state with company address

Create base company state

Create address fields on the Admin

Add debugger to requirements

Add address_state index migration

Fixed failing tests

Removed pycharm ignore for global ignore solution

WIP

Added foreign key look up on administrative area
Added docker-compose.yml ports for postgres
Generated a migration

Fixed failing tests

Fixed circle ci issue with my docker change

Updated the AdminArea string to include the country to make this clearer

Fixed failing test

Fixed the space and delimiter issue

# This is the commit message #30:

Created custom migration for all state scenarios left over
Clean us post code for all post address types
Update and generate states based on formatted postcode
Generate all other international area codes sql

# This is the commit message #31:

WIP clean command failing

# This is the commit message #32:

Refactored calling methods

# This is the commit message #33:

Refactored calling methods

# This is the commit message #34:

Refactored with broken logic

# This is the commit message #35:

Refactored with broken logic

# This is the commit message #36:

Updated test data to play with

# This is the commit message #37:

Switch to regex replace based approach

# This is the commit message #38:

Updated test data to play with

# This is the commit message #39:

Update comment

# This is the commit message #40:

Fix missing group

# This is the commit message #41:

Bump flake8-bugbear from 20.11.1 to 21.3.1

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.3.1.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #42:

Bump pre-commit from 2.10.1 to 2.11.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.10.1...v2.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #43:

Bump sentry-sdk from 0.20.3 to 1.0.0

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.20.3 to 1.0.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@0.20.3...1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #44:

Bump django-mptt from 0.11.0 to 0.12.0

Bumps [django-mptt](https://github.com/django-mptt/django-mptt) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/django-mptt/django-mptt/releases)
- [Changelog](https://github.com/django-mptt/django-mptt/blob/master/CHANGELOG.rst)
- [Commits](django-mptt/django-mptt@0.11.0...0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
# This is the commit message #45:

Bump boto3 from 1.17.17 to 1.17.22

Bumps [boto3](https://github.com/boto/boto3) from 1.17.17 to 1.17.22.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.17...1.17.22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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.

None yet

4 participants