Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 30
Dependency/SDK updates; waiting on a Seq.Api 2026.1 build#456
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
61006d3e4782342b436648727d7563ad195File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "sdk": { | ||
| "version": "10.0.201" | ||
| "version": "10.0.203" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| // Copyright 2018 Datalust Pty Ltd and Contributors | ||
| // Copyright © Datalust and contributors. | ||
| // | ||
| // Licensed under the Apache License, Version 2.0 (the "License"); | ||
| // you may not use this file except in compliance with the License. | ||
| @@ -181,7 +181,7 @@ static string BuildSqlQuery(ChartQueryPart query, DateTime rangeStart, DateTime | ||
| foreach (var measurement in query.Measurements) | ||
| sql.Select(measurement.Value, measurement.Label); | ||
| sql.FromStream = true; | ||
| sql.From = query.DataSource.ToString().ToLowerInvariant(); | ||
MemberAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because | ||
| sql.Where($"@Timestamp >= DateTime('{rangeStart:O}')"); | ||
| sql.Where($"@Timestamp < DateTime('{rangeEnd:O}')"); | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A number of added files copied headers with incorrect copyright years. I've ripped the bandaid off and updated all of them so we stop propagating this mistake.