-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: hasura/graphql-engine-mono#9284 GitOrigin-RevId: 2f2cf2ad01900a54e4bdb970205ac0ef313c7e00
- Loading branch information
1 parent
e3df245
commit e0c0043
Showing
598 changed files
with
14,513 additions
and
12,833 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"cabal-install": "3.10.1.0", | ||
"ghc": "9.2.5", | ||
"hlint": "3.4.1", | ||
"ormolu": "0.5.0.1" | ||
"ormolu": "0.7.0.0" | ||
} |
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 |
---|---|---|
|
@@ -51,31 +51,31 @@ data Options w = Options | |
{ connectionString :: | ||
w | ||
::: String | ||
<?> "Postgres connection string" | ||
<?> "Postgres connection string" | ||
<!> "postgresql://hasura:[email protected]:65002/hasura", | ||
output :: | ||
w | ||
::: FilePath | ||
<?> "Feature matrix output file path" | ||
<?> "Feature matrix output file path" | ||
<!> "/tmp/feature_matrix_tool_output.html", | ||
overrideOutputFile :: | ||
w | ||
::: Bool | ||
<?> "Override output file if exists", | ||
<?> "Override output file if exists", | ||
createDirectory :: | ||
w | ||
::: Bool | ||
<?> "Create directory if not exists", | ||
<?> "Create directory if not exists", | ||
-- this is just a flag, we take care of splitting the arguments ourselves. | ||
noAsk :: | ||
w | ||
::: Bool | ||
<?> "Do not ask to override output file or create a directory if missing", | ||
<?> "Do not ask to override output file or create a directory if missing", | ||
-- this is just a flag, we take care of splitting the arguments ourselves. | ||
hspec :: | ||
w | ||
::: Bool | ||
<?> "arguments for hspec" | ||
<?> "arguments for hspec" | ||
} | ||
deriving (Generic) | ||
|
||
|
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
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.