Mathias Vorreiter Pedersen
|
5fa70b0eb0
|
Update ql/ql/test/queries/performance/MissingNoInline/MissingNoInline.expected
|
2023-07-19 11:34:05 +01:00 |
Mathias Vorreiter Pedersen
|
b470dd7f00
|
Update ql/ql/src/queries/performance/MissingNoinline.ql
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2023-07-19 11:33:16 +01:00 |
Mathias Vorreiter Pedersen
|
5a15c19e4b
|
QL: Accept test changes.
|
2023-07-18 18:04:46 +01:00 |
Mathias Vorreiter Pedersen
|
3b3f374223
|
QL: Fix FP in 'ql/missing-noinline'.
|
2023-07-18 17:55:44 +01:00 |
dependabot[bot]
|
be71898a65
|
Bump regex from 1.9.0 to 1.9.1 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.9.0...1.9.1)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-10 03:42:24 +00:00 |
dependabot[bot]
|
562270709c
|
Bump regex from 1.8.4 to 1.9.0 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.8.4...1.9.0)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-06 03:24:52 +00:00 |
Chuan-kai Lin
|
ce464a7d69
|
Remove pragma[assume_small_delta]
|
2023-06-30 11:09:29 -07:00 |
Kasper Svendsen
|
c9cf0744c0
|
QL: Enable implicit this warnings for remaining packs
|
2023-06-27 12:04:29 +02:00 |
Tom Hvitved
|
104dab4b66
|
QL: Improve dead-code query
|
2023-06-22 13:37:42 +02:00 |
Tom Hvitved
|
04f388f8c4
|
QL: Add more dead-code tests
|
2023-06-22 11:30:38 +02:00 |
Tom Hvitved
|
6942925899
|
QL: Fix bad join
```
[2023-06-22 10:44:20] (92s) Tuple counts for Predicate#23818b54::Cached::resolveSelfClassCalls#2#ff/2@06fd3bf5 after 1m9s:
30500 ~567% {3} r1 = JOIN Ast#8e1d5bcf::ClassPredicate::getName#0#dispred#ff WITH Ast#8e1d5bcf::PredicateOrBuiltin::getArity#0#dispred#ff ON FIRST 1 OUTPUT Lhs.0 'p', Lhs.1, Rhs.1
26500 ~573% {4} r2 = JOIN r1 WITH Ast#8e1d5bcf::Class::getAClassPredicate#0#dispred#ff_10#join_rhs ON FIRST 1 OUTPUT Lhs.2, Lhs.0 'p', Lhs.1, Rhs.1
3059915597 ~605% {4} r3 = JOIN r2 WITH Ast#8e1d5bcf::Call::getNumberOfArguments#0#dispred#ff_10#join_rhs ON FIRST 1 OUTPUT Rhs.1 'mc', Lhs.2, Lhs.1 'p', Lhs.3
20999389 ~701% {3} r4 = JOIN r3 WITH Ast#8e1d5bcf::MemberCall::getMemberName#0#dispred#ff ON FIRST 2 OUTPUT Lhs.0 'mc', Lhs.2 'p', Lhs.3
20995877 ~711% {4} r5 = JOIN r4 WITH Ast#8e1d5bcf::MemberCall::getBase#0#dispred#ff ON FIRST 1 OUTPUT Rhs.1, Lhs.1 'p', Lhs.2, Lhs.0 'mc'
1240332 ~700% {3} r6 = JOIN r5 WITH Ast#8e1d5bcf::ThisAccess#ff ON FIRST 1 OUTPUT Lhs.3 'mc', Lhs.1 'p', Lhs.2
1236711 ~716% {4} r7 = JOIN r6 WITH Ast#8e1d5bcf::AstNode::getEnclosingPredicate#0#dispred#ff ON FIRST 1 OUTPUT Rhs.1, Lhs.2, Lhs.1 'p', Lhs.0 'mc'
4476 ~347% {2} r8 = JOIN r7 WITH Ast#8e1d5bcf::AstNode::getParent#0#dispred#ff ON FIRST 2 OUTPUT Lhs.3 'mc', Lhs.2 'p'
return r8
```
|
2023-06-22 10:53:10 +02:00 |
Tom Hvitved
|
e6e966bd22
|
QL: Model `final extends`
|
2023-06-21 10:40:12 +02:00 |
Tom Hvitved
|
0edd80001b
|
QL: Add tests for `AbstractClassImport.ql`
|
2023-06-21 10:40:12 +02:00 |
Tom Hvitved
|
59147ad674
|
QL: Add more tests for `MissingOverride.ql`
|
2023-06-20 19:30:30 +02:00 |
Mathias Vorreiter Pedersen
|
865c050226
|
Merge pull request #13517 from hvitved/ql/field-only-used-in-charpred-fix
QL: Exclude overridden fields from `FieldOnlyUsedInCharPred.ql`
|
2023-06-20 16:28:23 +01:00 |
Tony Torralba
|
3c60f52a1b
|
Update ql/ql/src/queries/style/AndroidIdPrefix.ql
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2023-06-20 15:41:30 +02:00 |
Tony Torralba
|
c230c9f793
|
Consider only Java files in importsAndroidModule
|
2023-06-20 15:30:46 +02:00 |
Tom Hvitved
|
d296256920
|
QL: Exclude overridden fields from `FieldOnlyUsedInCharPred.ql`
|
2023-06-20 15:24:09 +02:00 |
Tom Hvitved
|
12c810c63d
|
QL: Add tests for `FieldOnlyUsedInCharPred.ql`
|
2023-06-20 15:23:08 +02:00 |
Tony Torralba
|
768478103c
|
Add another exception
|
2023-06-20 15:16:37 +02:00 |
Tony Torralba
|
818c312a56
|
Add exception for `java/improper-intent-verification`
As suggested by @igfoo.
|
2023-06-20 14:50:41 +02:00 |
Tony Torralba
|
41534803e5
|
Refactor to use `QueryDoc`
Kudos to @erik-krogh for the suggestion.
|
2023-06-20 14:41:57 +02:00 |
Tony Torralba
|
7837959bdf
|
QL: Add query to find Android queries with improper ids
|
2023-06-20 12:37:24 +02:00 |
Jeroen Ketema
|
9633f00ed1
|
QL-for-QL: Rewrite inline expectation tests to use parameterized module
|
2023-06-09 10:42:46 +02:00 |
dependabot[bot]
|
d38bca1e8c
|
Bump regex from 1.8.3 to 1.8.4 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.8.3...1.8.4)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-06 04:02:46 +00:00 |
dependabot[bot]
|
75f6355bd6
|
Bump chrono from 0.4.25 to 0.4.26 in /ql
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.25 to 0.4.26.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.25...v0.4.26)
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-31 04:06:22 +00:00 |
dependabot[bot]
|
39a07d42a1
|
Bump chrono from 0.4.24 to 0.4.25 in /ql
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.24 to 0.4.25.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.24...v0.4.25)
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-30 04:03:50 +00:00 |
dependabot[bot]
|
4ab389bf1a
|
Bump regex from 1.8.2 to 1.8.3 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.8.2...1.8.3)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-26 04:02:31 +00:00 |
Asger F
|
818753e922
|
Merge pull request #13265 from asgerf/rb/delete-name-clash
Ruby: fix some name clashes between summarized callables
|
2023-05-24 11:08:56 +02:00 |
Asger F
|
5b7f69cf0a
|
QL4QL: Fix a warning about repeating alert location
|
2023-05-24 09:55:09 +02:00 |
Arthur Baars
|
e33f3a6668
|
Merge pull request #13154 from aibaars/sync-dbscheme-py
JS/Ruby/QL/Python: sync dbscheme fragments
|
2023-05-23 19:14:29 +02:00 |
Asger F
|
e4e52e77f7
|
QL4QL: Add query to warn about name clashes between summarized callables
|
2023-05-23 18:01:31 +02:00 |
dependabot[bot]
|
3a39e8badf
|
Bump regex from 1.8.1 to 1.8.2 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.8.1...1.8.2)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-23 04:14:09 +00:00 |
Arthur Baars
|
bec2b7fef9
|
QL/Ruby: update dbscheme stats
|
2023-05-22 19:37:58 +02:00 |
Arthur Baars
|
d2bc66e393
|
QL: switch to shared YAML extractor
|
2023-05-22 19:28:59 +02:00 |
Arthur Baars
|
9f83dd5c7a
|
Tree-sitter extractor: extract shared dbscheme fragments into 'prefix.dbscheme'
|
2023-05-22 19:28:51 +02:00 |
Harry Maclean
|
48f22681a5
|
Merge pull request #13029 from hmac/ruby-autobuilder-refactor
Shared: Share autobuilder code between Ruby and QL
|
2023-05-12 18:24:06 +07:00 |
Kasper Svendsen
|
1af1bf8917
|
QL: Enable implicit this receiver warnings
|
2023-05-12 11:35:35 +02:00 |
Kasper Svendsen
|
3dbc0cf0b6
|
QL: Make implicit receivers explicit
|
2023-05-12 11:35:35 +02:00 |
Kasper Svendsen
|
a920c13869
|
Remove ql/implicit-this restriction to files with explicit this
|
2023-05-11 13:15:48 +02:00 |
Harry Maclean
|
9203efbdc4
|
Shared: Share autobuilder code between Ruby and QL
|
2023-05-05 07:20:14 +00:00 |
Harry Maclean
|
149722a877
|
Merge pull request #12881 from hmac/extractor-high-level-api
Shared: High level extractor API
|
2023-05-04 13:57:40 +07:00 |
Harry Maclean
|
5688da145d
|
Shared: fix missing import
|
2023-04-27 07:13:59 +00:00 |
Harry Maclean
|
8a89aec220
|
Shared: Handle trap compression option properly
Extracting the compression setting from an environment variable is the
responsibility of the API consumer.
|
2023-04-27 05:06:57 +00:00 |
dependabot[bot]
|
738e3857e7
|
Bump tracing from 0.1.37 to 0.1.38 in /ql
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.37 to 0.1.38.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.37...tracing-0.1.38)
---
updated-dependencies:
- dependency-name: tracing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-26 04:04:15 +00:00 |
Erik Krogh Kristensen
|
b0efff0110
|
Merge pull request #12904 from github/dependabot/cargo/ql/tracing-subscriber-0.3.17
Bump tracing-subscriber from 0.3.16 to 0.3.17 in /ql
|
2023-04-24 11:05:36 +02:00 |
dependabot[bot]
|
5e274c9664
|
Bump tracing-subscriber from 0.3.16 to 0.3.17 in /ql
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.16 to 0.3.17.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.16...tracing-subscriber-0.3.17)
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-24 04:12:25 +00:00 |
dependabot[bot]
|
a5e919b6cb
|
Bump regex from 1.8.0 to 1.8.1 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/commits/1.8.1)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-24 04:12:06 +00:00 |
dependabot[bot]
|
149753c052
|
Bump regex from 1.7.3 to 1.8.0 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/commits)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-21 04:03:04 +00:00 |
Harry Maclean
|
da9a49d6e4
|
QL: Use high level extractor API
|
2023-04-20 08:07:40 +07:00 |
Harry Maclean
|
c44fbc1063
|
Merge pull request #12786 from hmac/merge-extractor-binaries
Ruby/QL: Merge extractor binaries
|
2023-04-19 15:17:25 +07:00 |
Harry Maclean
|
30468dd059
|
QL: Rename extractor to codeql-extractor-ql
|
2023-04-19 06:30:09 +00:00 |
Jami Cogswell
|
06bf246afe
|
QL: update regexes
|
2023-04-16 16:10:23 -04:00 |
Asger F
|
2f82f4338a
|
QL: Dont ask me to inline cached predicates
|
2023-04-12 20:33:21 +02:00 |
Harry Maclean
|
2ef6d5c7b9
|
Ruby/QL: Remove unnecessary CLI config
|
2023-04-07 15:49:17 +08:00 |
Harry Maclean
|
c13999100b
|
QL: Update scripts for merged extractor
|
2023-04-07 15:49:17 +08:00 |
Harry Maclean
|
eff4729577
|
QL: Merge extractor binaries into one
There is now one binary, codeql-ql-extractor, which takes a positional
argument specifying whether to extract, generate or autobuild.
|
2023-04-07 15:49:16 +08:00 |
Harry Maclean
|
e4b4d8a3cd
|
QL: Enable derive feature in clap
This allows nicer CLI definitions.
|
2023-04-07 12:04:02 +08:00 |
dependabot[bot]
|
841d91fddb
|
Bump tree-sitter from 0.20.9 to 0.20.10 in /ql
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.20.9 to 0.20.10.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits)
---
updated-dependencies:
- dependency-name: tree-sitter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-06 11:22:51 +00:00 |
Harry Maclean
|
8ffb81f63f
|
QL: Bump clap to 4.2
|
2023-04-06 08:19:58 +08:00 |
Harry Maclean
|
77ce6e7122
|
QL: Clippy fixes
|
2023-04-05 18:46:57 +08:00 |
Harry Maclean
|
b6c071a10b
|
Shared: Further consolidate generators
|
2023-04-05 18:46:57 +08:00 |
Harry Maclean
|
5335ec03b5
|
QL: Remove db generation functions
These now live in the shared extractor library.
|
2023-04-05 18:46:57 +08:00 |
Asger F
|
e5d090c640
|
Merge pull request #12671 from asgerf/ql/class-type
QL: Make Class.getType() only return ClassType
|
2023-04-03 09:43:14 +02:00 |
Asger F
|
7b4951005b
|
QL: Update test expectations
|
2023-03-27 13:47:29 +02:00 |
Asger F
|
0aceedac78
|
QL: Make Class.getType() only return ClassType
Previously this would return both the ClassCharType and ClassType
|
2023-03-27 13:39:01 +02:00 |
dependabot[bot]
|
f92f390457
|
Bump regex from 1.7.2 to 1.7.3 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.7.2...1.7.3)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-27 09:34:18 +00:00 |
Harry Maclean
|
6b2e8847f5
|
Rename shared extractor
It is now called `tree-sitter-extractor`, to make it clearer that it
builds on tree-sitter grammars.
|
2023-03-25 10:43:07 +13:00 |
Harry Maclean
|
f2fc80b3c1
|
QL: Bump rust to 1.68
|
2023-03-23 11:59:14 +13:00 |
Harry Maclean
|
8c60b6e657
|
QL: Merge extractor crates into one
This mirrors the structure we have in the Ruby extractor, and will allow
us to share more code.
|
2023-03-23 11:59:14 +13:00 |
Harry Maclean
|
6171eae7a2
|
QL: Use shared extractor library
|
2023-03-23 11:59:13 +13:00 |
Erik Krogh Kristensen
|
5dc5c8e683
|
Merge pull request #12629 from erik-krogh/qlTreeSitterQll
QL: regen TreeSitter.qll
|
2023-03-22 12:28:27 +01:00 |
erik-krogh
|
5a3ddcfca6
|
QL: disable the consistency check
|
2023-03-22 10:53:39 +01:00 |
erik-krogh
|
4bc6a0927d
|
fix queries that relied on the old TreeSitter.qll
|
2023-03-22 10:45:50 +01:00 |
erik-krogh
|
53d9e4d4eb
|
QL: regen TreeSitter.qll
|
2023-03-22 10:29:30 +01:00 |
dependabot[bot]
|
b7600c6022
|
Bump regex from 1.7.1 to 1.7.2 in /ql
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.7.1...1.7.2)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-22 04:06:21 +00:00 |
dependabot[bot]
|
7420e90a46
|
Bump serde from 1.0.157 to 1.0.158 in /ql
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.157 to 1.0.158.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.157...v1.0.158)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-21 04:06:18 +00:00 |
Edward Minnix III
|
9aa83d78e1
|
Merge pull request #12575 from egregius313/egregius313/ql/dataflow-naming-convention-check
QL: add a check to enforce naming convention for new `DataFlow::ConfigSig` modules
|
2023-03-20 07:26:01 -04:00 |
dependabot[bot]
|
9b3b6632fc
|
Bump serde from 1.0.156 to 1.0.157 in /ql
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.156 to 1.0.157.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.156...v1.0.157)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-20 04:09:27 +00:00 |
Ed Minnix
|
d743b31ab6
|
Fix typo in QLdoc
|
2023-03-19 13:45:46 -04:00 |
Ed Minnix
|
00267637eb
|
Implementation of check for DataFlow naming convention
|
2023-03-17 15:47:15 -04:00 |
Erik Krogh Kristensen
|
be8f04a997
|
Merge pull request #12525 from github/dependabot/cargo/ql/serde-1.0.156
Bump serde from 1.0.155 to 1.0.156 in /ql
|
2023-03-16 10:36:11 +01:00 |
dependabot[bot]
|
f811436cff
|
Bump serde from 1.0.155 to 1.0.156 in /ql
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.155 to 1.0.156.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.155...v1.0.156)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-15 04:05:38 +00:00 |
dependabot[bot]
|
df45ba0476
|
Bump chrono from 0.4.23 to 0.4.24 in /ql
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.23 to 0.4.24.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.23...v0.4.24)
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-13 12:25:21 +00:00 |
dependabot[bot]
|
de84dddfc1
|
Merge pull request #12495 from github/dependabot/cargo/ql/serde-1.0.155
|
2023-03-13 11:32:03 +00:00 |
Erik Krogh Kristensen
|
25e6b976c8
|
Merge pull request #12405 from github/dependabot/cargo/ql/rayon-1.7.0
Bump rayon from 1.6.1 to 1.7.0 in /ql
|
2023-03-13 10:57:11 +01:00 |
dependabot[bot]
|
7ab3bb1239
|
Bump serde from 1.0.154 to 1.0.155 in /ql
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.154 to 1.0.155.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.154...v1.0.155)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-13 04:10:45 +00:00 |
dependabot[bot]
|
dd3e357ad3
|
Bump serde from 1.0.152 to 1.0.154 in /ql
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.154.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.152...v1.0.154)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-09 12:30:57 +00:00 |
dependabot[bot]
|
ce5e76a3a0
|
Bump serde_json from 1.0.93 to 1.0.94 in /ql
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.94)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-06 09:32:26 +00:00 |
dependabot[bot]
|
d34d7e51e5
|
Bump rayon from 1.6.1 to 1.7.0 in /ql
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.6.1...rayon-core-v1.7.0)
---
updated-dependencies:
- dependency-name: rayon
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-06 04:18:21 +00:00 |
Mathias Vorreiter Pedersen
|
1dd95a61c1
|
Merge pull request #12292 from github/calumgrant/aggregate-domain
Query and tests for sum without domain
|
2023-02-27 14:19:20 +00:00 |
Mathias Vorreiter Pedersen
|
c9f8ebd620
|
QL: Remove redundant conjunct in aggregates.
|
2023-02-24 13:19:52 +00:00 |
Mathias Vorreiter Pedersen
|
375de59a14
|
QL: More fixes to the join-order query.
|
2023-02-24 12:44:17 +00:00 |
Calum Grant
|
10aad99e21
|
Add avg case
|
2023-02-24 11:02:07 +00:00 |
Mathias Vorreiter Pedersen
|
1f40518c78
|
QL: Fixup the join-order query.
|
2023-02-23 22:39:20 +00:00 |
Mathias Vorreiter Pedersen
|
f0fe6fba88
|
QL: Accept test changes.
|
2023-02-23 22:25:04 +00:00 |
Mathias Vorreiter Pedersen
|
b0e391cff0
|
QL: Extend the join order metric to cover recursive predicates.
|
2023-02-23 22:12:23 +00:00 |
Calum Grant
|
41d88a45d9
|
Fix merge
|
2023-02-23 21:02:43 +00:00 |
Calum Grant
|
efa2647f09
|
Merge branch 'main' into calumgrant/qlql
|
2023-02-23 20:55:09 +00:00 |
Taus
|
b993b5ef77
|
Merge pull request #12298 from MathiasVP/join-order-metric-query-with-more-rows
QL: Output more rows in the join order query
|
2023-02-23 20:31:43 +01:00 |