chore: move e2e tests to test#1005
Merged
toddbaert merged 4 commits intoNov 15, 2023
Merged
Conversation
✅ Deploy Preview for polite-licorice-3db33c canceled.
|
8b3e843 to
12da482
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1005 +/- ##
==========================================
- Coverage 72.17% 71.96% -0.21%
==========================================
Files 28 28
Lines 2864 2864
==========================================
- Hits 2067 2061 -6
- Misses 695 699 +4
- Partials 102 104 +2 ☔ View full report in Codecov by Sentry. |
toddbaert
approved these changes
Nov 14, 2023
Member
|
Thanks for fixing this! |
12da482 to
65616c9
Compare
Member
|
@Kavindu-Dodan I merged a dep PR which caused conflicts (go.mod only). I've rebased and forced them back. |
odubajDT
approved these changes
Nov 15, 2023
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
65616c9 to
751fd3f
Compare
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Merged
toddbaert
pushed a commit
that referenced
this pull request
Nov 15, 2023
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.7.0</summary> ## [0.7.0](flagd/v0.6.8...flagd/v0.7.0) (2023-11-15) ### ⚠ BREAKING CHANGES * OFO APIs were updated to version v1beta1, since they are more stable now. Resources of the alpha versions are no longer supported in flagd or flagd-proxy. ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.18 ([#1011](#1011)) ([90d4e4e](90d4e4e)) ### ✨ New Features * support OFO v1beta1 API ([#997](#997)) ([bb6f5bf](bb6f5bf)) ### 🧹 Chore * move e2e tests to test ([#1005](#1005)) ([a94b639](a94b639)) </details> <details><summary>flagd-proxy: 0.3.0</summary> ## [0.3.0](flagd-proxy/v0.2.13...flagd-proxy/v0.3.0) (2023-11-15) ### ⚠ BREAKING CHANGES * OFO APIs were updated to version v1beta1, since they are more stable now. Resources of the alpha versions are no longer supported in flagd or flagd-proxy. ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.6.8 ([#1006](#1006)) ([c9b48bd](c9b48bd)) ### ✨ New Features * support OFO v1beta1 API ([#997](#997)) ([bb6f5bf](bb6f5bf)) ### 🧹 Chore * move e2e tests to test ([#1005](#1005)) ([a94b639](a94b639)) </details> <details><summary>core: 0.7.0</summary> ## [0.7.0](core/v0.6.8...core/v0.7.0) (2023-11-15) ### ⚠ BREAKING CHANGES * OFO APIs were updated to version v1beta1, since they are more stable now. Resources of the alpha versions are no longer supported in flagd or flagd-proxy. ### ✨ New Features * support OFO v1beta1 API ([#997](#997)) ([bb6f5bf](bb6f5bf)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR
Attempts to fix #1004