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

Feature: Twitter release announcement #174

Closed
wants to merge 53 commits into from
Closed

Feature: Twitter release announcement #174

wants to merge 53 commits into from

Commits on Dec 15, 2021

  1. Add laminas/laminas-twitter

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    ec1a98b View commit details
    Browse the repository at this point in the history
  2. Normalize composer.json

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    0925920 View commit details
    Browse the repository at this point in the history
  3. Add support for twitter environment variables

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    845d5ca View commit details
    Browse the repository at this point in the history
  4. Add Tweet from MilestoneClosedEvent

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    336a8df View commit details
    Browse the repository at this point in the history
  5. Add TweetReleaseCommand

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    2741ed2 View commit details
    Browse the repository at this point in the history
  6. Add CreateTweetThroughApiCall

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    1fa7f01 View commit details
    Browse the repository at this point in the history
  7. Document and format workflows

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    52f921c View commit details
    Browse the repository at this point in the history
  8. Add laminas/laminas-http

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    12f550a View commit details
    Browse the repository at this point in the history
  9. Update composer.json

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7b8bd31 View commit details
    Browse the repository at this point in the history
  10. Fix wrong URL

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    95572f8 View commit details
    Browse the repository at this point in the history
  11. Fix Psalm errors

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    c817856 View commit details
    Browse the repository at this point in the history
  12. Refactor statusesUpdate returns successful response

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    2a7f45c View commit details
    Browse the repository at this point in the history
  13. Fix CS issue

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    db79703 View commit details
    Browse the repository at this point in the history
  14. Delete tweet-on-milestone-closed.yml

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    198625f View commit details
    Browse the repository at this point in the history
  15. Add EnvTrait

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    4944c09 View commit details
    Browse the repository at this point in the history
  16. Add VariablesInterface

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    3c98555 View commit details
    Browse the repository at this point in the history
  17. Add GithubVariablesInterface

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    8acd777 View commit details
    Browse the repository at this point in the history
  18. Add TwitterVariablesInterface

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    90d8404 View commit details
    Browse the repository at this point in the history
  19. Add TwitterEnvironmentVariables

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    5a01283 View commit details
    Browse the repository at this point in the history
  20. Use EnvTrait

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    281735c View commit details
    Browse the repository at this point in the history
  21. Refactor Twitter EnvironmentVariables

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7401145 View commit details
    Browse the repository at this point in the history
  22. Update EnvironmentVariablesTest

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    c2393af View commit details
    Browse the repository at this point in the history
  23. Add GithubEnvironmentVariables

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d99d65b View commit details
    Browse the repository at this point in the history
  24. Refactor environment variables

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    33283cf View commit details
    Browse the repository at this point in the history
  25. Refactor loading current Github action event

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7485a5f View commit details
    Browse the repository at this point in the history
  26. Move TweetReleaseCommand to tweet-on-release

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    c776e70 View commit details
    Browse the repository at this point in the history
  27. Define vendor binaries

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    e271c00 View commit details
    Browse the repository at this point in the history
  28. Update example workflow

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7da0042 View commit details
    Browse the repository at this point in the history
  29. Add example workflow with a custom tweet (not supported, yet)

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    a369d5b View commit details
    Browse the repository at this point in the history
  30. Update composer.lock

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d8bec47 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Add scripts section

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    37d2601 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary files

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    7c6f8c8 View commit details
    Browse the repository at this point in the history
  3. Update example workflows

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    f81376f View commit details
    Browse the repository at this point in the history
  4. Add GitHub CLI to the Docker container

    We can use it to simplify the git setup and GitHub operations.
    
    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    e59087e View commit details
    Browse the repository at this point in the history
  5. Suppress MissingConstructor in ./test

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    f9fe899 View commit details
    Browse the repository at this point in the history
  6. Delete TweetReleaseCommand.php

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    3f06fce View commit details
    Browse the repository at this point in the history
  7. Simplify EnvironmentVariables

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    978cf3b View commit details
    Browse the repository at this point in the history
  8. Update test and fix imports

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    a8d9c60 View commit details
    Browse the repository at this point in the history
  9. Implement announcements and fix imports

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    be2f96c View commit details
    Browse the repository at this point in the history
  10. Update action.yml

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    f49a91d View commit details
    Browse the repository at this point in the history
  11. Update composer.json

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    45b5dd2 View commit details
    Browse the repository at this point in the history
  12. Update composer.lock

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    82c3f4d View commit details
    Browse the repository at this point in the history
  13. clean up

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    e56f0d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2021

  1. Update .laminas-ci.json

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    38f8f29 View commit details
    Browse the repository at this point in the history
  2. Add psalm-baseline.xml

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    6cd45ed View commit details
    Browse the repository at this point in the history
  3. Refactor call

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    34725c7 View commit details
    Browse the repository at this point in the history
  4. Delete tweet-on-release.yml

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    f10da19 View commit details
    Browse the repository at this point in the history
  5. Update examples

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    9027ffd View commit details
    Browse the repository at this point in the history
  6. Update automatic-release.yml

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    94843a5 View commit details
    Browse the repository at this point in the history
  7. Clean up tests

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    e699d0b View commit details
    Browse the repository at this point in the history
  8. Update psalm-baseline.xml

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    bab39c5 View commit details
    Browse the repository at this point in the history
  9. Fix phpcs

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    018d43d View commit details
    Browse the repository at this point in the history
  10. Update PublishTweetTest.php

    Signed-off-by: Nathanael Esayeas <[email protected]>
    ghostwriter committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    f538501 View commit details
    Browse the repository at this point in the history