Skip to content
Snippets Groups Projects

feat: adding email notification when certian revalidation threshold is met

Merged Jordi Gómez requested to merge gnugomez/main/149 into main
  • feat: adding email notification when certian revalidation threshold is met

Resolves #149 (closed)

Edited by Jordi Gómez

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Martin Lowe
  • Martin Lowe
  • Martin Lowe
  • Martin Lowe
  • Mostly nitpicks, I have no problems with the logic, just some clean up items that need to be addressed!

  • Martin Lowe requested changes

    requested changes

  • Jordi Gómez added 4 commits

    added 4 commits

    • 7f09f19e - refactor: moving MailerConfig to its standalone class
    • 888f4eac - docs: rewording wrongly defined comments
    • de863da2 - feat: adding footer indicating is an automated email
    • 4c347135 - feat: adding option to disable revalidation alert

    Compare with previous version

  • Jordi Gómez added 1 commit

    added 1 commit

    • de9b5ff9 - chore(formatting): updating code formatting

    Compare with previous version

  • Jordi Gómez resolved all threads

    resolved all threads

  • Jordi Gómez requested review from @malowe

    requested review from @malowe

  • Jordi Gómez added 1 commit

    added 1 commit

    • d7d9c4a1 - chore: updating application.properties

    Compare with previous version

  • 1 package org.eclipsefoundation.git.eca.service.impl;
    2
    3 import java.util.List;
    4 import java.util.Optional;
    5
    6 import io.smallrye.config.ConfigMapping;
    7
    8 /**
    9 * Represents configuration for the default mailer service.
    10 *
    11 * @author Martin Lowe
    12 *
    13 */
    14 @ConfigMapping(prefix = "eclipse.mailer")
    15 public interface EclipseMailerConfig {
  • Martin Lowe
  • Martin Lowe requested changes

    requested changes

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading