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

Dev Updates #188

Closed
wants to merge 4 commits into from
Closed

Dev Updates #188

wants to merge 4 commits into from

Conversation

jvanderaa
Copy link
Contributor

@jvanderaa jvanderaa commented Mar 25, 2023

Closes: #187

What's Changed

  • Adds dependabot.yml config based on @bryanculver work
  • Adds watchmedo to the dev container for celery
  • Disables the alert of WEBEX token missing when the enable_webex is false

TODO

  • Explanation of Change(s)
  • Added change log fragment(s) (for more information see the documentation)
  • Attached Screenshots, Payload Example
  • Unit, Integration Tests
  • Documentation Updates (when adding/changing features)
  • Outline Remaining Work, Constraints from Design

@@ -21,6 +21,8 @@ services:
depends_on:
- "postgres"
- "redis"
healthcheck:
Copy link
Contributor

Choose a reason for hiding this comment

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

I was just thinking about this... I think we should do this, but it should be in docker-compose.dev.yml instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can get this moved, but brings up another question, what is the point of the docker-compose.dev.yml compared to docker-compose.yml within the development directory? Is it a bit too many files then, since everything in the directory should be a development file.

It's just a question that I really don't have an answer for.

Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be in the .github folder?

@jvanderaa jvanderaa closed this Jul 22, 2023
@jvanderaa
Copy link
Contributor Author

Too complex of updates. Closing.

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.

Dev Updates
3 participants