-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added the directory and the action for the experimental features e2e/conformance tests Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Removed custom build tag and using just e2e tag Fix e2e tests Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Progress Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Trying with my fork of pkg Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Some todos Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * WIP Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Added test Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Some fixes Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Now everything works Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Rebase Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Fix leftover Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Changes from pkg Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Using configStore Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Fill the context with proper context decorators of specific features Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Use new way to configure tests Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Link to details Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Newline Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Remove hacky replace Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Updated with latest changes Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Added knative_reference Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Fixed UT Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Missing newline Signed-off-by: Francesco Guardiani <francescoguard@gmail.com> * Fixed UT Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
- Loading branch information
1 parent
193809a
commit 6adafe5
Showing
17 changed files
with
588 additions
and
7 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,7 @@ limitations under the License. | |
*/ | ||
|
||
package feature | ||
|
||
const ( | ||
KReferenceGroup = "kreference-group" | ||
) |
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.