-
Notifications
You must be signed in to change notification settings - Fork 375
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
feat: Add automatic tagging for github integration #4028
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
856e670
feat: Add tags for github integration
novakzaballa 16abf71
test: Fix file formatting
novakzaballa 7b7cd4d
feat: Enable linked feature for external resource
novakzaballa 40f6aa7
chore: Move GitHub Event Types to GitHub constants file and standardi…
novakzaballa d290f53
fix: Fix GitHub comment logic when flag state is updated from GHA
novakzaballa 2d5ce3e
feat: Create "Flagsmith Flag" label in linked repo
novakzaballa 6c3c76c
feat: Label GitHub Issue/PR with "Flagsmith Flag" when linked to a Fe…
novakzaballa b484efb
Add tagging_enabled property
novakzaballa 4da34f5
Add unit test
novakzaballa 8221d0a
Add types, and move comments
novakzaballa 4695c02
Remove enable linked feature endpoint
novakzaballa 0a0c086
Merge branch 'main' into feat/add-tags-for-github-integration
novakzaballa 43ef261
Solve urls issue
novakzaballa be7d483
Update unit test for external resources
novakzaballa af543a9
Delete unnecessary permission
novakzaballa 8415a2d
Code cov
novakzaballa 47365d1
Code cov
novakzaballa f867862
Improve test
novakzaballa 7248d73
Solve test issue
novakzaballa 6a2c58f
Solve test issue
novakzaballa 09a8bbb
Use custom exception
novakzaballa 2cba204
change test
novakzaballa 6e39be2
change test
novakzaballa dd2dd26
Add unit Test for GH Pull request
novakzaballa 03a7b8b
Improve tagging and labeling
novakzaballa fa8b9ef
Merge branch 'main' into feat/add-tags-for-github-integration
novakzaballa 1811c01
Solve labeling issue
novakzaballa 4cfc478
Solve tests
novakzaballa 76e5f3d
code cov 1
novakzaballa e9e1e59
Code cov 2
novakzaballa 479c8a0
Make sure to save the changes in the features models
novakzaballa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a little bit odd that there would be no
github_configuration
but there would be afeature.project.github_project
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, but the opposite can happen. There is a
github_configuration
but not afeature.project.github_project