-
Notifications
You must be signed in to change notification settings - Fork 6
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
release: implement automated package signing process #43
Comments
TODOSet up a Rack-based API application as a GitHub webhook listener
Implement Rake tasks for signing packages
Deploy using AnsibleConfigure the Ansible playbook for deployment:
|
I will take this task. |
otegami
added a commit
to otegami/packages.groonga.org
that referenced
this issue
Dec 10, 2024
GitHub: groongaGH-43 In this PR, we set up the signer user and the corresponding working directory. At the following PRs, we will implement the auto siging function by webhook.
otegami
added a commit
to otegami/packages.groonga.org
that referenced
this issue
Dec 10, 2024
GitHub: groongaGH-43 In this PR, we set up a rack application skeleton of webhook auto signer. At the following PRs, we will implement the logic.
kou
pushed a commit
that referenced
this issue
Dec 11, 2024
GitHub: GH-43 In this PR, we set up a Rack application skeleton for automatic deployment using webhook. At the following PRs, we will implement the logic of automatic sign as first steps. ### Call webhook ```console $ cd ansible/files/home/deployer/webhook $ gem install rackup $ bundle install $ rackup & $ curl localhost:9292 127.0.0.1 - - [10/Dec/2024:16:33:28 +0900] "GET / HTTP/1.1" 200 - 0.0001 Hello deployer ```
otegami
added a commit
to otegami/packages.groonga.org
that referenced
this issue
Dec 12, 2024
GitHub: groongaGH-43 In this PR, we set up the authorization flow for webhook requests. At the following PRs, we will implement the logic of deoployments.
otegami
added a commit
to otegami/packages.groonga.org
that referenced
this issue
Dec 12, 2024
GitHub: groongaGH-43 In this PR, we set up the authorization flow for webhook requests. At the following PRs, we will implement the logic of deployments.
kou
pushed a commit
that referenced
this issue
Dec 12, 2024
GitHub: GH-43 In this PR, we set up the authorization flow for webhook requests. At the following PRs, we will implement the logic of deployments.
otegami
added a commit
to otegami/groonga
that referenced
this issue
Dec 13, 2024
…pload GitHub: groonga/packages.groonga.org#43 This PR introduces a new Deploy workflow that triggers upon the completion of uploading packages. The Deploy workflow is responsible for handling deployment flows in near future. At first step, we will trigger the webhook using this workflow to sign packages and upload them. Please refer the issue in detail.
otegami
added a commit
to otegami/groonga
that referenced
this issue
Dec 17, 2024
…pload GitHub: groonga/packages.groonga.org#43 This PR introduces a new release workflow. This release workflow handdle the followings. We will implement it step by step. - Create release page <- This PR is here. - Upload the release artifacts to release page
otegami
added a commit
to otegami/groonga
that referenced
this issue
Dec 17, 2024
…pload GitHub: groonga/packages.groonga.org#43 This PR introduces a new release workflow. This release workflow handdle the followings. We will implement it step by step. - Create release page <- This PR is here. - Upload the release artifacts to release page
otegami
added a commit
to otegami/groonga
that referenced
this issue
Dec 17, 2024
…pload GitHub: groonga/packages.groonga.org#43 This PR introduces a new release workflow. This release workflow handdle the followings. We will implement it step by step. - Create release page <- This PR is here. - Upload the release artifacts to release page
otegami
added a commit
to otegami/groonga
that referenced
this issue
Dec 17, 2024
…pload GitHub: groonga/packages.groonga.org#43 This PR introduces a new release workflow. This release workflow handdle the followings. We will implement it step by step. - Create release page <- This PR is here. - Upload the release artifacts to release page
abetomo
pushed a commit
to groonga/groonga
that referenced
this issue
Dec 17, 2024
…#2156) GitHub: groonga/packages.groonga.org#43 This PR introduces a part of new release workflow. This release workflow handles the followings. We will implement it step by step. - Create release page. <- This PR is here. - Download the uploaded artifacts. - Upload the release artifacts to release page.
otegami
added a commit
to otegami/groonga
that referenced
this issue
Dec 18, 2024
GitHub: groonga/packages.groonga.org#43 This PR introduces a part of new release workflow. This release workflow handles the followings. - Download the uploaded artifacts. - Upload the release artifacts to release page.
otegami
added a commit
to otegami/groonga
that referenced
this issue
Dec 18, 2024
GitHub: groonga/packages.groonga.org#43 This PR introduces a part of new release workflow. This release workflow handles the followings. - Download the uploaded artifacts. - Upload the release artifacts to release page.
otegami
added a commit
to otegami/groonga
that referenced
this issue
Dec 18, 2024
GitHub: groonga/packages.groonga.org#43 This PR introduces a part of new release workflow. This release workflow handles the followings. - Download the uploaded artifacts. - Upload the release artifacts to release page.
otegami
added a commit
to otegami/groonga
that referenced
this issue
Dec 18, 2024
GitHub: groonga/packages.groonga.org#43 This PR introduces a part of new release workflow. This release workflow handles the followings. - Download the uploaded artifacts. - Upload the release artifacts to release page.
otegami
added a commit
to otegami/groonga
that referenced
this issue
Dec 18, 2024
GitHub: groonga/packages.groonga.org#43 This PR introduces a part of new release workflow. This release workflow handles the followings. - Download the uploaded artifacts. - Upload the release artifacts to release page.
otegami
added a commit
to otegami/packages.groonga.org
that referenced
this issue
Dec 19, 2024
GitHub: groongaGH-43 In this PR, we set up how release flow is triggered from webhook requests.
otegami
added a commit
to otegami/packages.groonga.org
that referenced
this issue
Dec 19, 2024
GitHub: groongaGH-43 In this PR, we set up how release flow is triggered from webhook requests.
abetomo
added a commit
to groonga/groonga
that referenced
this issue
Dec 20, 2024
GitHub: groonga/packages.groonga.org#43 This PR introduces a part of new release workflow. This release workflow handles the followings. - Download the uploaded artifacts. - Upload the release artifacts to release page. --------- Co-authored-by: Abe Tomoaki <[email protected]>
otegami
added a commit
to otegami/packages.groonga.org
that referenced
this issue
Dec 23, 2024
GitHub: groongaGH-43 In this PR, we set up how release flow is triggered from webhook requests.
abetomo
pushed a commit
that referenced
this issue
Dec 23, 2024
GitHub: GH-43 In this PR, we set up how release flow is triggered from webhook requests. --------- Co-authored-by: Horimoto Yasuhiro <[email protected]>
otegami
added a commit
to otegami/packages.groonga.org
that referenced
this issue
Dec 23, 2024
GitHub: groongaGH-43 In this PR, we add a logger for release tasks. Our log will be output in `log/error.log`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is your problem?
Currently, the package signing process is manual and requires downloading
unsigned packages, signing them, and uploading them back to the repository.
This workflow is time-consuming. Automating this process via a webhook triggered
by GitHub would significantly streamline the release pipeline.
Proposed solution
Create a Rack-based API server to listen for GitHub webhook events.
Develop a Rake task to handle package signing process.
This solution will improve the efficiency of the release process and eliminate
redundant manual steps.
The text was updated successfully, but these errors were encountered: