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

Feat: Implement CHES email notification #1313

Open
wants to merge 4 commits into
base: release-0.2.0
Choose a base branch
from

Conversation

prv-proton
Copy link
Collaborator

@prv-proton prv-proton commented Nov 29, 2024

#1148
image

secrets can be found here.
lcfs-email-service-dev

note: view component is only for testing.

Copy link

github-actions bot commented Nov 29, 2024

Backend Test Results

439 tests  +8   439 ✅ +8   1m 32s ⏱️ -1s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit fd0ede4. ± Comparison against base commit 81a395b.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 29, 2024

Frontend Test Results

  1 files  ±0  114 suites  ±0   35s ⏱️ -1s
367 tests ±0  347 ✅ ±0  20 💤 ±0  0 ❌ ±0 
369 runs  ±0  349 ✅ ±0  20 💤 ±0  0 ❌ ±0 

Results for commit fd0ede4. ± Comparison against base commit 81a395b.

♻️ This comment has been updated with latest results.


# CHES configuration
self.config = {
"AUTH_URL": os.getenv("CHES_AUTH_URL", ""),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Currently all of our ENV vars start with LCFS_ and are mapped into settings.py, should we follow that pattern here?

@dhaselhan dhaselhan self-requested a review November 30, 2024 01:06
Copy link
Collaborator

@dhaselhan dhaselhan left a comment

Choose a reason for hiding this comment

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

Just want to make sure we are good with a new ENV var pattern.

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