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

BFD-2906: Automate Maven Release Process #2061

Commits on Nov 30, 2023

  1. BFD-2818: Use maven release plugin for releases.

    brianburton authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6c0c55a View commit details
    Browse the repository at this point in the history
  2. Attempt push, dispatch release workflow

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    3903fa6 View commit details
    Browse the repository at this point in the history
  3. Further maven configuration/settings updates

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c6c548e View commit details
    Browse the repository at this point in the history
  4. Address line-continuation typo

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ca63367 View commit details
    Browse the repository at this point in the history
  5. Update settings.xml and envvar expansion

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0487217 View commit details
    Browse the repository at this point in the history
  6. Use test-release profile

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bdc412f View commit details
    Browse the repository at this point in the history
  7. Add ecr login step

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f769f61 View commit details
    Browse the repository at this point in the history
  8. Update codebook plugin to 1.0.3-SNAPSHOT

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ebac925 View commit details
    Browse the repository at this point in the history
  9. Skip tests, halt git user configuration

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e67bb8b View commit details
    Browse the repository at this point in the history
  10. re-introduce git config; add GITHUB_TOKEN envvar

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    76e049b View commit details
    Browse the repository at this point in the history
  11. Restrict to pull requests

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e62624a View commit details
    Browse the repository at this point in the history
  12. Adjust checkout behavior

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a81a680 View commit details
    Browse the repository at this point in the history
  13. Target the underlying branch reference

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    37122d1 View commit details
    Browse the repository at this point in the history
  14. Dump default settings.xml

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    65d6f5e View commit details
    Browse the repository at this point in the history
  15. Extend settings.xml to include github server id

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    65ea566 View commit details
    Browse the repository at this point in the history
  16. Dump modified settings.xml content

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bd61db9 View commit details
    Browse the repository at this point in the history
  17. Tidy; remove <tag> element from scm configuration

    mjburling authored and Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9188904 View commit details
    Browse the repository at this point in the history
  18. Revert all non-GHA changes

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a7fddaa View commit details
    Browse the repository at this point in the history
  19. Redact codeartifact token in logs

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bd0de67 View commit details
    Browse the repository at this point in the history
  20. Properly mask sensitive environment variable values

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    83a3cca View commit details
    Browse the repository at this point in the history
  21. Remove non-conforming versioning for data-fda and data-npi

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0e51484 View commit details
    Browse the repository at this point in the history
  22. fixup: pr workflow manually specify random version

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8ae77d2 View commit details
    Browse the repository at this point in the history
  23. Add data-* modules as explicit child modules of parent

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    333f4a6 View commit details
    Browse the repository at this point in the history
  24. Run formatter to ensure data-* conform

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    627f3c6 View commit details
    Browse the repository at this point in the history
  25. Retrieve the ECR repository namespace

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f6caf8d View commit details
    Browse the repository at this point in the history
  26. Set contents permission to write

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    34cd061 View commit details
    Browse the repository at this point in the history
  27. Use HTTPS for SCM connections instead of SSH

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    804641a View commit details
    Browse the repository at this point in the history
  28. Remove pull_request event dispatch; remove conditional steps; remove …

    …diagnostics; update inputs; rename workflow
    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5193436 View commit details
    Browse the repository at this point in the history
  29. Rename workflow file to match workflow name

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    aec229c View commit details
    Browse the repository at this point in the history
  30. Update role session name to reflect workflow

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    04db445 View commit details
    Browse the repository at this point in the history
  31. Add automated tagged release workflow

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    287d25f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3e638ce View commit details
    Browse the repository at this point in the history
  33. Use environment for AWS region

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    728fa88 View commit details
    Browse the repository at this point in the history
  34. Explicitly specify region when downloading assets

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    87bd2ab View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6ec20dc View commit details
    Browse the repository at this point in the history
  36. Remove erroneous extra comma in assets JSON array

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    74d5814 View commit details
    Browse the repository at this point in the history
  37. Output raw values without quotes

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    614f95d View commit details
    Browse the repository at this point in the history
  38. Fix invalid string substitution

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a8845b2 View commit details
    Browse the repository at this point in the history
  39. Fix incorrect contents permissions

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    65e63e3 View commit details
    Browse the repository at this point in the history
  40. Remove invalid comment

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5c28477 View commit details
    Browse the repository at this point in the history
  41. Fix invalid validation regex for developmentVersion

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d226198 View commit details
    Browse the repository at this point in the history
  42. Use bfd-release GitHub app for git operations

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    24850c3 View commit details
    Browse the repository at this point in the history
  43. Remove distinct ci-release workflow; merge relevant ci-release workfl…

    …ow steps into Build Release workflow
    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ac6fc42 View commit details
    Browse the repository at this point in the history
  44. Update github actions related IAM policies to grant necessary permiss…

    …ions; update github actions IAM Role to include appropriate policies
    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    494dccb View commit details
    Browse the repository at this point in the history
  45. Use the correct CA repository instead of a temporary repo

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    51e8920 View commit details
    Browse the repository at this point in the history
  46. Re-enable ci-java workflow

    Mitch Alessio committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    616402f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    007469b View commit details
    Browse the repository at this point in the history
  2. Update Java version to 21 for Build Release agent

    Mitch Alessio committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    59a00d4 View commit details
    Browse the repository at this point in the history
  3. Remove mockito-inline

    Mitch Alessio committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    af9d3a5 View commit details
    Browse the repository at this point in the history
  4. Update data dictionary artifact names to conform to new names as of B…

    …FD-3048; include dd xlsx as part of release assets
    Mitch Alessio committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f37b012 View commit details
    Browse the repository at this point in the history