Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
feat: add datetime comparison type (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored May 24, 2023
1 parent 84d9873 commit e720108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
services:
flipt:
image: flipt/flipt:nightly
image: flipt/flipt:latest
env:
FLIPT_AUTHENTICATION_METHODS_TOKEN_ENABLED: true
FLIPT_AUTHENTICATION_METHODS_TOKEN_BOOTSTRAP_TOKEN: 1ntegr@t10n
Expand Down
2 changes: 2 additions & 0 deletions src/api/constraint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ pub enum ComparisonType {
Number,
#[serde(rename = "BOOLEAN_COMPARISON_TYPE")]
Boolean,
#[serde(rename = "DATETIME_COMPARISON_TYPE")]
DateTime,
}

#[derive(Debug, Default, Deserialize, Serialize, Clone, Eq, PartialEq)]
Expand Down

0 comments on commit e720108

Please sign in to comment.