Skip to content

Conversation

carlcsaposs-canonical
Copy link
Contributor

Issue

Bug reports submitted on GitHub have to be manually added to Jira

Solution

Synchronize GitHub issues with Jira tickets using GitHub workflow

@carlcsaposs-canonical
Copy link
Contributor Author

@taurus-forever Can you add the JIRA_WEBHOOK_URL secret to this repo? Also, it appears that the webhook has no authentication beyond knowing the URL—is that okay?

@carlcsaposs-canonical
Copy link
Contributor Author

Depends on canonical/data-platform-workflows#2

Copy link
Contributor

@taurus-forever taurus-forever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can merge the workflow and switch here to main before merging.
Please check my question in workflow repo. Tnx! LGTM in general!

@taurus-forever
Copy link
Contributor

Can you add the JIRA_WEBHOOK_URL secret to this repo?

All repos have secret JIRA_URL created already. Can we use it?

Also, it appears that the webhook has no authentication beyond knowing the URL—is that okay?

IMHO, yes. The URL contains a token, which is an auth token.

@carlcsaposs-canonical carlcsaposs-canonical merged commit 2e81351 into main Feb 10, 2023
@carlcsaposs-canonical carlcsaposs-canonical deleted the feature/jira-sync branch February 10, 2023 17:50
carlcsaposs-canonical added a commit to canonical/mysql-k8s-operator that referenced this pull request Feb 14, 2023
carlcsaposs-canonical added a commit to canonical/charmed-mysql-rock that referenced this pull request Feb 14, 2023
carlcsaposs-canonical added a commit to canonical/mysql-router-k8s-operator that referenced this pull request Feb 14, 2023
carlcsaposs-canonical added a commit to canonical/mysql-router-container that referenced this pull request Feb 14, 2023
carlcsaposs-canonical added a commit to canonical/mysql-router-container that referenced this pull request Feb 14, 2023
carlcsaposs-canonical added a commit to canonical/mysql-router-operator that referenced this pull request Feb 14, 2023
carlcsaposs-canonical added a commit to canonical/mysql-router-operator that referenced this pull request Feb 14, 2023
carlcsaposs-canonical added a commit to canonical/mysql-router-container that referenced this pull request Feb 16, 2023
carlcsaposs-canonical added a commit to canonical/mysql-bundle that referenced this pull request Feb 16, 2023
carlcsaposs-canonical added a commit to canonical/mysql-k8s-bundle that referenced this pull request Feb 16, 2023
carlcsaposs-canonical added a commit to canonical/opensearch-snap that referenced this pull request Apr 10, 2023
carlcsaposs-canonical added a commit to canonical/charmed-mongodb-rock that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/charm-rolling-ops that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/mongodb-k8s-operator that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/charmed-mongodb-snap that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/mongodb-operator that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/pgbouncer-k8s-operator that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/spark-client-snap that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/charmed-spark-rock that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/data-platform-libs that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/data-integrator that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/charmed-kafka-rock that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/kafka-test-app that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/charmed-zookeeper-rock that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/redis-k8s-operator that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/redis-operator that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/zookeeper-k8s-operator that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/kafka-k8s-operator that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/kafka-k8s-bundle that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/kafka-operator that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/zookeeper-operator that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/s3-integrator that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/charmed-redis-rock that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/charmed-spark-rock that referenced this pull request Apr 11, 2023
carlcsaposs-canonical added a commit to canonical/charmed-zookeeper-snap that referenced this pull request Apr 13, 2023
carlcsaposs-canonical added a commit to canonical/charmed-kafka-snap that referenced this pull request Apr 13, 2023
carlcsaposs-canonical added a commit to canonical/kafka-bundle that referenced this pull request Apr 13, 2023
deusebio added a commit to deusebio/spark-client-snap that referenced this pull request Apr 18, 2023
* [MISC] Removing old logging library dependency (now integrated in python standard libraries) (canonical#24)

* DPE-1098 - Github release related changes (canonical#26)

* Sync back github release related changes to custom branch in canonical repo

* Initial commit to check release pipeline for github pypi artifacts.

* Prototyping overhaul of snap publish pipeline.

* Fixing allowlist issue in integration tests after rebasing. Github release logic simplified.

* Fixing github release tag and verification links.

* Fixing typo in snap release workflow.

* DPE-1152 - Refactor parsing to introduce flexibility in options order! (canonical#28)

* DPE-1152 - Refactor parsing to introduce flexibility in options order.

* Changing the right setup script.

* Fixing format errors.

* Review feedback, renaming snap_folder to spark_folder

* DPE-1152: Removing conflation of spark_folder with home_folder.

* Pick kubectl from PATH env for non snap setup.

* Addressing review comment, dynamic spark conf to be under HOME and not SPARK_HOME.

* [DPE-1253] Remove logging of configuration properties (canonical#29)

* Updating references to rock image to Spark Version 3.3.2.

* Removing broken integration tests, Spark version mismatch.

* Updating Spark Rock references to latest.

* Updating spark examples jar version in integration test.

* Reintroducing integration tests after updating references to latest rock.

* Fixing CI token for PR on Spark update detection and for Github release publish. (canonical#32)

* Fixing CI token for PR on Spark update detection and for Github release publish.

* Updating references to rock image to Spark Version 3.3.2.

* Removing broken integration tests, Spark version mismatch.

* Updating Spark Rock references to latest.

* Updating spark examples jar version in integration test.

* Reintroducing integration tests after updating references to latest rock.

* Fixing CI token for PR on Spark update detection and for Github release publish.

* Updating reviewers list for automated PR.

* Updating assignee and reviewer fields with correct user ids.

* Fixing newline typo and quotes in pr create command.

* CI bugfixes for pr create command.

* Bugfix in CI, checking out main branch.

* Update Spark Snap to 3.3.2

Co-authored-by: GitHub noreply@github.com <averma-canonical averma-canonical@users.noreply.github.com>

* [MISC] 2h timeout for integration tests (canonical#37)

* [MISC] CLI argument parsing restructuring (canonical#31)

* Adding driver host autodetection feature for spark-shell and pyspark. (canonical#38)

* [MISC] Python package version bump to v0.0.5 (canonical#39)

* Cancel CI that is not the latest commit on a branch (canonical#40)

* Charmed kubernetes guide. (canonical#41)

* Charmed kubernetes guide.

* Refining pod creation steps based on review feedback.

* Addressing review feedback, pointing to Juju and Charmed Kubernetes official documentation.

* Fixing username in shell examples in charmed k8s docs.

* Restricted permission integration test. (canonical#42)

* Restricted permission integration test.

* Modularizing integration tests and removing unnecessary cleanup on setup.

* Simplifying get account as per feedback.

* Add licenses directory with the appropriate licenses (canonical#43)

* [DPE-1436] Publish docs on discourse and snapcraft.io (canonical#45)

* Introducing lighkube, draft for discussion. (canonical#44)

* Introducing lighkube, draft for discussion.

* Fixing bug in rolebinding template

* Removing unnecessary resource tmp files....

* Fix removing label of old primary in set_primary api.

* Fixing update-conf logic to upsert instead of replace.

* Removing extraneous kubectl_cmd param from LightKube constructor.

* Renaming update-conf to add-config and adding remove-config support.

* Adding unit tests for lightkube related changes.

* Addressing feedbacks.

* Removing harcoded kubeconfig file for lightkube unit tests.

* Pod based integration tests. (canonical#46)

* Pod based integration tests.

* Addressing review feedback.

* Updating image used to ghcr instead of docker which will expire soon.

* To release v0.0.6 of spark-client package.

* Addressing review comments, resource files for shell and pyspark integration tests

* Renaming resource files for reference code to txt.

* Renaming integration test resource file extensions based on feedback.

* Sync GitHub issues to Jira (canonical#48)

Ported from canonical/mysql-operator#108

* Documentation Sync with Discourse (canonical#47)

* wip

---------

Co-authored-by: averma-canonical <108818341+averma-canonical@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub noreply@github.com <averma-canonical averma-canonical@users.noreply.github.com>
Co-authored-by: Carl Csaposs <carl.csaposs@canonical.com>
Co-authored-by: jarred wilson <20207921+jardon@users.noreply.github.com>
BON4 pushed a commit to BON4/postgresql-operator that referenced this pull request Apr 23, 2024
BON4 pushed a commit to BON4/postgresql-k8s-operator that referenced this pull request May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants