Skip to content
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

chore(v2): lay groundwork for v2 #3829

Merged
merged 10 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 14 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ body:
validations:
required: true

- type: dropdown
id: version
attributes:
label: Major Version
description: Select the major version of Flipt that this bug is relevant to.
multiple: false
options:
- v1
- v2
validations:
required: true

- type: textarea
id: version-info
attributes:
Expand Down Expand Up @@ -61,13 +73,5 @@ body:

- OS
- Config file used
- Database used (SQLite, MySQL, Postgres, etc.)
- Screenshots
- Exported data from the database (see below)

- type: markdown
attributes:
value: |
**Attach an Export**

If the bug could be best shown with a specific set of data, please export your data by running `flipt export > export.yml` and then attach the YAML file to this issue. ❤️
- Storage backend used (Filesystem, Database, Object, Git, OCI, etc.)
- Screenshots
29 changes: 11 additions & 18 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Feature request
description: Suggest an idea for this project
labels: ["enhancement"]
description: Suggest an idea for this project (v2)
labels: ["enhancement", "v2"]

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!

Please note that new features will only be added to the v2 version of Flipt.

- type: textarea
id: problem
attributes:
Expand All @@ -26,6 +28,12 @@ body:
validations:
required: true

- type: checkbox
id: v2-only
attributes:
label: I understand that this feature will only be added to the v2 version of Flipt
required: true

- type: checkboxes
id: search
attributes:
Expand All @@ -38,19 +46,4 @@ body:
id: additional-context
attributes:
label: Additional Context
description: Add any other context about the feature request here.
placeholder: |
Examples:

- OS
- Config file used
- Database used (SQLite, MySQL, Postgres, etc.)
- Screenshots
- Exported data from the database (see below)

- type: markdown
attributes:
value: |
**Attach an Export**

If your feature request could be best shown with a specific set of data, please export your data by running `flipt export > export.yml` and then attach the YAML file to this issue. ❤️
description: Add any other context about the feature request here.
26 changes: 0 additions & 26 deletions .github/workflows/benchmark.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,13 @@ jobs:
matrix:
test:
[
"api/sqlite",
"api/libsql",
"api/postgres",
"api/mysql",
"api/cockroach",
"api/cache",
"api/cachetls",
"api/snapshot",
"api/ofrep",
"fs/git",
"fs/local",
"fs/s3",
"fs/oci",
"fs/azblob",
"fs/gcs",
"import/export",
Expand Down
Loading
Loading