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

Helpdesk integration #2159

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Helpdesk integration #2159

wants to merge 27 commits into from

Conversation

agalamatis
Copy link
Contributor

@agalamatis agalamatis commented Sep 21, 2022

No description provided.

@rossmiller rossmiller self-requested a review September 21, 2022 14:47
@rossmiller
Copy link

@agalamatis I've tidied up a bit. We need to fix the linting and the rest of the tests. We also need to safely remove all references to Zendesk settings that are no longer needed.

@rossmiller
Copy link

@agalamatis also, removing any refs to Zendesk in var names etc,

.envs/sample.env Outdated Show resolved Hide resolved
@rossmiller rossmiller force-pushed the helpdesk-integration branch 2 times, most recently from d2a57c8 to fcb81d7 Compare September 28, 2022 16:17
@rossmiller rossmiller force-pushed the helpdesk-integration branch from 954f826 to 74fde12 Compare October 4, 2022 16:09
@rossmiller rossmiller force-pushed the helpdesk-integration branch from 4789b5e to a0228df Compare October 5, 2022 09:41
@rossmiller rossmiller marked this pull request as ready for review October 5, 2022 09:42
@@ -37,8 +37,7 @@ docker-test-unit: docker-build

.PHONY: docker-test-integration
docker-test-integration: docker-build
docker-compose -f docker-compose-test.yml -p data-workspace-test run data-workspace-test pytest test/

docker-compose -f docker-compose-test.yml -p data-workspace-test run -e DJANGO_SETTINGS_MODULE=dataworkspace.settings.integration_tests data-workspace-test pytest test/

Choose a reason for hiding this comment

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

I added the integration settings module as an env var as this command was using the base settings originally.

@rossmiller rossmiller requested a review from michalc October 5, 2022 09:45
@rossmiller
Copy link

@rossmiller rossmiller closed this Oct 5, 2022
@rossmiller rossmiller reopened this Oct 5, 2022
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.

2 participants