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

Add name to advisor in interaction #7

Merged
merged 3 commits into from
Nov 17, 2016

Conversation

sdonk
Copy link
Contributor

@sdonk sdonk commented Nov 17, 2016

No description provided.

@sdonk sdonk merged commit c0addc7 into master Nov 17, 2016
@sdonk sdonk deleted the add-name-to-advisor-in-interaction branch November 17, 2016 16:27
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 pushed a commit that referenced this pull request Mar 19, 2021
# This is the 1st commit message:

Add functionality to fix areas based on zip prefixes to US zip code fix command

# This is the commit message #2:

Fix flake8 errors

# This is the commit message #3:

Added update registered address area command

# This is the commit message #4:

Remove migration for postcodes and company states

# This is the commit message #5:

Developed tests and refactored code with tests

# This is the commit message #6:

Moved large file to constants

# This is the commit message #7:

Add new un-nested proposition endpoint

# This is the commit message #8:

Add latest interaction to investment projects es model

# This is the commit message #9:

Tests for latest interaction

# This is the commit message #10:

Deal with es sync for changing interaction's project

# This is the commit message #11:

Added changelog for latest interaction

# This is the commit message #12:

Prepare for release 36.9.0

This bumps the version and adds the changelog for version 36.9.0.
vfarah-if added a commit that referenced this pull request Mar 19, 2021
# This is the 1st commit message:

Add functionality to fix areas based on zip prefixes to US zip code fix command

# This is the commit message #2:

Fix flake8 errors

# This is the commit message #3:

Added update registered address area command

# This is the commit message #4:

Remove migration for postcodes and company states

# This is the commit message #5:

Developed tests and refactored code with tests

# This is the commit message #6:

Moved large file to constants

# This is the commit message #7:

Add new un-nested proposition endpoint

# This is the commit message #8:

Add latest interaction to investment projects es model

# This is the commit message #9:

Tests for latest interaction

# This is the commit message #10:

Deal with es sync for changing interaction's project

# This is the commit message #11:

Added changelog for latest interaction

# This is the commit message #12:

Prepare for release 36.9.0

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

# This is the commit message #13:

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

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

Remove ineffectual pair of migrations

Remove ipdb from requirements

Add changelog news fragment

# This is the commit message #14:

Fixed address serialization of the elastic data

# This is the commit message #15:

Extending apps and view to search the address area

# This is the commit message #16:

Fixed flake 8 issues
Added missing tests on refactoring postcodes

# This is the commit message #17:

Extended views and the tests

# This is the commit message #18:

Indexed address

# This is the commit message #19:

Fixed the failing elastic search test

# This is the commit message #20:

Created mappings and deleted migration

# This is the commit message #21:

Fixed some countries investigated

# This is the commit message #22:

Regenerated missing Spain Countries

# This is the commit message #23:

Last look at Country List

# This is the commit message #24:

Deleted duplicate country list
Added and removed Administrator Areas

# This is the commit message #25:

Pushed the Make file to make it easier for DEVS
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 pushed a commit that referenced this pull request Mar 22, 2021
# This is the 1st commit message:

Add functionality to fix areas based on zip prefixes to US zip code fix command

# This is the commit message #2:

Fix flake8 errors

# This is the commit message #3:

Added update registered address area command

# This is the commit message #4:

Remove migration for postcodes and company states

# This is the commit message #5:

Developed tests and refactored code with tests

# This is the commit message #6:

Moved large file to constants

# This is the commit message #7:

Add new un-nested proposition endpoint

# This is the commit message #8:

Add latest interaction to investment projects es model

# This is the commit message #9:

Tests for latest interaction

# This is the commit message #10:

Deal with es sync for changing interaction's project

# This is the commit message #11:

Added changelog for latest interaction

# This is the commit message #12:

Prepare for release 36.9.0

This bumps the version and adds the changelog for version 36.9.0.
vfarah-if added a commit that referenced this pull request Mar 22, 2021
# This is the 1st commit message:

Add functionality to fix areas based on zip prefixes to US zip code fix command

# This is the commit message #2:

Fix flake8 errors

# This is the commit message #3:

Added update registered address area command

# This is the commit message #4:

Remove migration for postcodes and company states

# This is the commit message #5:

Developed tests and refactored code with tests

# This is the commit message #6:

Moved large file to constants

# This is the commit message #7:

Add new un-nested proposition endpoint

# This is the commit message #8:

Add latest interaction to investment projects es model

# This is the commit message #9:

Tests for latest interaction

# This is the commit message #10:

Deal with es sync for changing interaction's project

# This is the commit message #11:

Added changelog for latest interaction

# This is the commit message #12:

Prepare for release 36.9.0

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

# This is the commit message #13:

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

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

Remove ineffectual pair of migrations

Remove ipdb from requirements

Add changelog news fragment

# This is the commit message #14:

Fixed address serialization of the elastic data

# This is the commit message #15:

Extending apps and view to search the address area

# This is the commit message #16:

Fixed flake 8 issues
Added missing tests on refactoring postcodes

# This is the commit message #17:

Extended views and the tests

# This is the commit message #18:

Indexed address

# This is the commit message #19:

Fixed the failing elastic search test

# This is the commit message #20:

Created mappings and deleted migration

# This is the commit message #21:

Fixed some countries investigated

# This is the commit message #22:

Regenerated missing Spain Countries

# This is the commit message #23:

Last look at Country List

# This is the commit message #24:

Deleted duplicate country list
Added and removed Administrator Areas

# This is the commit message #25:

Pushed the Make file to make it easier for DEVS
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 pushed a commit that referenced this pull request Mar 22, 2021
# This is the 1st commit message:

Add functionality to fix areas based on zip prefixes to US zip code fix command

# This is the commit message #2:

Fix flake8 errors

# This is the commit message #3:

Added update registered address area command

# This is the commit message #4:

Remove migration for postcodes and company states

# This is the commit message #5:

Developed tests and refactored code with tests

# This is the commit message #6:

Moved large file to constants

# This is the commit message #7:

Add new un-nested proposition endpoint

# This is the commit message #8:

Add latest interaction to investment projects es model

# This is the commit message #9:

Tests for latest interaction

# This is the commit message #10:

Deal with es sync for changing interaction's project

# This is the commit message #11:

Added changelog for latest interaction

# This is the commit message #12:

Prepare for release 36.9.0

This bumps the version and adds the changelog for version 36.9.0.
vfarah-if added a commit that referenced this pull request Mar 22, 2021
# This is the 1st commit message:

Add functionality to fix areas based on zip prefixes to US zip code fix command

# This is the commit message #2:

Fix flake8 errors

# This is the commit message #3:

Added update registered address area command

# This is the commit message #4:

Remove migration for postcodes and company states

# This is the commit message #5:

Developed tests and refactored code with tests

# This is the commit message #6:

Moved large file to constants

# This is the commit message #7:

Add new un-nested proposition endpoint

# This is the commit message #8:

Add latest interaction to investment projects es model

# This is the commit message #9:

Tests for latest interaction

# This is the commit message #10:

Deal with es sync for changing interaction's project

# This is the commit message #11:

Added changelog for latest interaction

# This is the commit message #12:

Prepare for release 36.9.0

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

# This is the commit message #13:

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

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

Remove ineffectual pair of migrations

Remove ipdb from requirements

Add changelog news fragment

# This is the commit message #14:

Fixed address serialization of the elastic data

# This is the commit message #15:

Extending apps and view to search the address area

# This is the commit message #16:

Fixed flake 8 issues
Added missing tests on refactoring postcodes

# This is the commit message #17:

Extended views and the tests

# This is the commit message #18:

Indexed address

# This is the commit message #19:

Fixed the failing elastic search test

# This is the commit message #20:

Created mappings and deleted migration

# This is the commit message #21:

Fixed some countries investigated

# This is the commit message #22:

Regenerated missing Spain Countries

# This is the commit message #23:

Last look at Country List

# This is the commit message #24:

Deleted duplicate country list
Added and removed Administrator Areas

# This is the commit message #25:

Pushed the Make file to make it easier for DEVS
ince-dbt added a commit that referenced this pull request Oct 10, 2024
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.

1 participant