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

build(ci): migration to github actions #229

Open
wants to merge 28 commits into
base: develop
Choose a base branch
from

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    e97cdf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Merge branch 'develop' of https://github.com/twitch4j/twitch4j into b…

    …uild/github-actions
    stachu540 committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    4cd4fe3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. build(ci): use semantic-release

    * auto-commits each second friday at 10PM GMT
    * added configuration file `release.config.js` - see https://github.com/semantic-release/semantic-release
    
    You don't need adding `/slack` into `DISCORD_WEBHOOK` secrets.
    
    Reference `SONATYPE_*` and `GPG_PASSPHRASSE` environments: twitch4j#269
    stachu540 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3b3a531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84b81ef View commit details
    Browse the repository at this point in the history
  3. build(ci): automate Pull Request

    Theoretically should be worked
    stachu540 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    4f3e8da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3381a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. build(ci): rearrange build

    auto-merge if there is 2 approves
    add javadoc.yml - deploys javadoc to website
    PR checks in multiple jobs
    release only on 10PM UTC on each second friday
    stachu540 committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    3f7bc3a View commit details
    Browse the repository at this point in the history
  2. chore(ci): context check - deleted

    NotLikeThis - will only checks if review is approved
    stachu540 committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    7bbd14e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. chore(ci): updating actions and files

    - rename release.yml to auto-release.yml
    - create release.yml
    - update wrapper to 6.8.3
    - delete .ci/env
    - create gradle-wrapper.yml
    stachu540 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    75f2ebb View commit details
    Browse the repository at this point in the history
  2. chore(build): updating files

    - create gradle.properties
    - rename and update release.config.js to .releaserc.json
    stachu540 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    53cb18e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aca9770 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. chore: typings, commit templates

    - commit templates has been created in `.github/release`
    - some bit typings and remove scope from pull_request_open.yml
    - marking in build.gradle partials, when they needs to update
    - refactor should be a major change not a minor
    stachu540 committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    4ea91c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0bf5d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. chore: small updates to release

    - javadoc moved to release
    - release will not rebase to develop
    - replace gradle-semantic-release-plugin to @semantic-release/exec to better execute
    - final test before release will be inside the semantic-release
    - gradle wrapper updates cron
    - auto-release updates cron
    stachu540 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    d9e7cf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    3b9561e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d660102 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/develop' into build/github-act…

    …ions
    
    # Conflicts:
    #	.github/dependabot.yml
    #	build.gradle
    #	gradle/wrapper/gradle-wrapper.properties
    iProdigy committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    d0e0c9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c669dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    367b54f View commit details
    Browse the repository at this point in the history
  6. chore: update gradle.properties

    don't leave it `unspecified`. `0.0.0-SNAPSHOT` is enough
    stachu540 committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    56eb90b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03fdd50 View commit details
    Browse the repository at this point in the history
  8. chore: buiild.gradle.kts updates

    - `artifactId` in publication is not need - defined by `base.archivesBaseName`
    - `group` and `version` defined directly from `gradle.properties`
    stachu540 committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    cb7a8d2 View commit details
    Browse the repository at this point in the history
  9. build(ci): pr updates

    - reduce `types`
    - skip check only form maintainer and @dependabot
    - script code correction
    stachu540 committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    447cd70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69b3120 View commit details
    Browse the repository at this point in the history
  11. Revert "refactor: rename rest api directory"

    This reverts commit 69b3120.
    stachu540 authored and PhilippHeuer committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    173ba59 View commit details
    Browse the repository at this point in the history
  12. Revert "chore: buiild.gradle.kts updates"

    This reverts commit cb7a8d2.
    stachu540 authored and PhilippHeuer committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    32a0d9d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    aecdc59 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    e94730e View commit details
    Browse the repository at this point in the history