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

Better micro-infrastructure with Gradle composite builds #146

Merged
merged 49 commits into from
Feb 27, 2024

Commits on Feb 23, 2024

  1. Locally building

    gchristov committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e21244f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Locally running

    gchristov committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    417178e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Locally running tests

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    70af72e View commit details
    Browse the repository at this point in the history
  2. Add kotlinUpgradeYarnLock

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    fcac839 View commit details
    Browse the repository at this point in the history
  3. Remove yarn lock files

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    aba4301 View commit details
    Browse the repository at this point in the history
  4. Readd

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    a10399a View commit details
    Browse the repository at this point in the history
  5. Rename jobs

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    7387893 View commit details
    Browse the repository at this point in the history
  6. Remove gradle cache

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    1468f8e View commit details
    Browse the repository at this point in the history
  7. remove yarn lock files

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    d157d00 View commit details
    Browse the repository at this point in the history
  8. try single service

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    0167258 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8207955 View commit details
    Browse the repository at this point in the history
  10. Ignore infra for now

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3467beb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    32ebfb1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcf325a View commit details
    Browse the repository at this point in the history
  13. Attempt another

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    5167320 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f713940 View commit details
    Browse the repository at this point in the history
  15. Another CI update

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    8b492c8 View commit details
    Browse the repository at this point in the history
  16. Add self-destruct moduke

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    e337fcf View commit details
    Browse the repository at this point in the history
  17. Add statistics module

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3bc7ef1 View commit details
    Browse the repository at this point in the history
  18. Add slack module

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    de04b1f View commit details
    Browse the repository at this point in the history
  19. Add landing page module

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    e50622a View commit details
    Browse the repository at this point in the history
  20. Typo

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    be73d6b View commit details
    Browse the repository at this point in the history
  21. Add proxy web module

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    74dac19 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5d2cd5a View commit details
    Browse the repository at this point in the history
  23. Fix local run

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    e70f8d5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    aeb3365 View commit details
    Browse the repository at this point in the history
  25. Another attempt

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    6b5e46d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    de438aa View commit details
    Browse the repository at this point in the history
  27. Undo change

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    d67db9f View commit details
    Browse the repository at this point in the history
  28. Re-enable infra preview

    gchristov committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    173a910 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    9687c65 View commit details
    Browse the repository at this point in the history
  2. Add CI check for common

    gchristov committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7220cf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Tidy up common CI

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1ac50ef View commit details
    Browse the repository at this point in the history
  2. Second attempt

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    23546c1 View commit details
    Browse the repository at this point in the history
  3. Tidy up landing page ci

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    012af73 View commit details
    Browse the repository at this point in the history
  4. Tidy up proxy ci

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0f34f24 View commit details
    Browse the repository at this point in the history
  5. Tidy up search ci

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e745d51 View commit details
    Browse the repository at this point in the history
  6. Tidy up self-destruct ci

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7d3e481 View commit details
    Browse the repository at this point in the history
  7. Tidy up slack ci

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1de7915 View commit details
    Browse the repository at this point in the history
  8. no anchors

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d3668c6 View commit details
    Browse the repository at this point in the history
  9. Tidy up statistics ci

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    84411fa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    525bc99 View commit details
    Browse the repository at this point in the history
  11. Deploy CI pipelines

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a47cff4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    406f53a View commit details
    Browse the repository at this point in the history
  13. Fix check names

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    334885d View commit details
    Browse the repository at this point in the history
  14. Revert "Swap checks to test CI deployment"

    This reverts commit 406f53a.
    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2a1effd View commit details
    Browse the repository at this point in the history
  15. Tidy up

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fe04d65 View commit details
    Browse the repository at this point in the history
  16. Remove old Pulumi stack

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ac8bd37 View commit details
    Browse the repository at this point in the history
  17. Update readme

    gchristov committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    def5bb8 View commit details
    Browse the repository at this point in the history