Napalys
|
a3c84d9feb
|
Added support for axios.create.
|
2025-03-25 10:45:09 +01:00 |
|
Napalys
|
8f2adb6543
|
Added test case for create.
|
2025-03-25 10:44:15 +01:00 |
|
Napalys
|
c0d848cdf1
|
Added support for getUri.
|
2025-03-25 10:43:54 +01:00 |
|
Napalys
|
f48a362d71
|
Added support for patchForm.
|
2025-03-25 10:42:57 +01:00 |
|
Napalys
|
7fe943d8b2
|
Added support for putForm.
|
2025-03-25 10:42:04 +01:00 |
|
Napalys
|
69fe251eac
|
Add support for axios.postForm in ClientRequest.
|
2025-03-25 10:41:08 +01:00 |
|
Napalys
|
e79f4602b5
|
Added test for axios methods.
In particular for `postForm` `putForm` `patchForm` `getUri`.
|
2025-03-25 10:40:00 +01:00 |
|
Erik Krogh Kristensen
|
9d3d3deffa
|
Merge pull request #19104 from michaelnebel/ql4ql/excludeprintastinlineexpect
QL4QL: Exclude PrintAst like tests from being reported as having missing InlineExpectations.
|
2025-03-25 09:42:22 +01:00 |
|
Napalys Klicius
|
f7026c29cc
|
Merge pull request #19091 from Napalys/js/package_got
JS: `got` package modeling
|
2025-03-25 09:25:39 +01:00 |
|
Jami
|
7208604880
|
Merge pull request #19097 from jcogs33/jcogs33/metatdata-previous-id
Docs: add guidance for `previous-id` metadata
|
2025-03-24 13:19:29 -04:00 |
|
Michael Nebel
|
be4c9d8815
|
Ql4Ql: Update test expected file.
|
2025-03-24 16:23:55 +01:00 |
|
Michael Nebel
|
7dda951a51
|
Ql4Ql: Exclude files named PrintAst.qlref and qlref files that uses a query with a PrintAst name from QlRefInlineExpectations.
|
2025-03-24 16:23:04 +01:00 |
|
Michael Nebel
|
2a8a8224f1
|
Ql4Ql: Add PrintAst test case for QlRefInlineExpectations.
|
2025-03-24 16:22:46 +01:00 |
|
Paolo Tranquilli
|
29b7acfddd
|
Merge pull request #19101 from github/redsun82/rust-fix-main
Rust: accept test changes for now
|
2025-03-24 16:22:04 +01:00 |
|
Jami Cogswell
|
bea8ce3934
|
Docs: add previous-id property to metadata-for-codeql-queries.rst
|
2025-03-24 10:23:43 -04:00 |
|
Tom Hvitved
|
0f1aee025c
|
Merge pull request #19051 from hvitved/rust/path-resolution-cross-crate
Rust: Path resolution improvements
|
2025-03-24 14:14:12 +01:00 |
|
Napalys
|
cb14b4381e
|
Applied copilot suggestions.
|
2025-03-24 14:05:28 +01:00 |
|
Paolo Tranquilli
|
bf32acc198
|
Rust: accept test changes for now
|
2025-03-24 13:43:27 +01:00 |
|
Jami Cogswell
|
0931ca473d
|
Docs: switch to previous-id property instead of tag
|
2025-03-24 08:37:48 -04:00 |
|
Napalys
|
240b42bb76
|
Added change note.
|
2025-03-24 13:24:40 +01:00 |
|
Napalys
|
2d6f5d1da4
|
Refactor ClientRequest to introduce GotInstance classes for improved handling of got instances and options retrieval.
|
2025-03-24 13:20:09 +01:00 |
|
Simon Friis Vindum
|
860ba2e120
|
Merge pull request #19081 from paldepind/rust-ti-tw
Rust: Adjustments to type inference
|
2025-03-24 13:00:27 +01:00 |
|
Simon Friis Vindum
|
7dc49da6b0
|
Shared: Fix path in qldoc
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
|
2025-03-24 11:38:15 +01:00 |
|
Tom Hvitved
|
3f1f37fd5f
|
Address review comments
|
2025-03-24 10:53:38 +01:00 |
|
Tamás Vajk
|
03f93ddef5
|
Merge pull request #19050 from tamasvajk/tamasvajk/fix-fallback-restore
C#: Fix buildless fallback restore logic
|
2025-03-24 09:31:52 +01:00 |
|
Jami Cogswell
|
cb4e21d0e6
|
Docs: add guidance for previous-id tag
|
2025-03-23 19:29:20 -04:00 |
|
Nick Rolfe
|
631ccdf380
|
Merge pull request #19092 from github/nickrolfe/comma-splice
Java: fix comma splice in alert message
|
2025-03-21 16:04:28 +00:00 |
|
Nick Rolfe
|
361fbba39b
|
Java: fix comma splice in alert message
|
2025-03-21 14:23:32 +00:00 |
|
Napalys
|
f43510c9aa
|
Added support for paginate.
|
2025-03-21 15:03:23 +01:00 |
|
Napalys
|
63193fa91c
|
Improve URL handling in ClientRequest for extend() and Options
|
2025-03-21 15:02:34 +01:00 |
|
Napalys
|
99efb610d4
|
Enhance URL handling in ClientRequest for got Options
|
2025-03-21 15:01:43 +01:00 |
|
Napalys
|
b33f760765
|
Manage chain calls of extend.
|
2025-03-21 15:00:39 +01:00 |
|
Napalys
|
a58c4eb652
|
Added additional test cases for got package.
|
2025-03-21 15:00:35 +01:00 |
|
Napalys Klicius
|
7bd1c4d2ae
|
Merge pull request #19060 from Napalys/js/apollo-server
JS: model `ApolloServer`
|
2025-03-21 10:00:31 +01:00 |
|
Napalys Klicius
|
803aacf9f0
|
Merge pull request #19068 from Napalys/js/superagent
JS: `superagent` modeling
|
2025-03-21 09:15:31 +01:00 |
|
Napalys Klicius
|
57f6225140
|
Update javascript/ql/lib/change-notes/2025-03-20-apollo-server.md
Co-authored-by: Asger F <asgerf@github.com>
|
2025-03-21 09:11:25 +01:00 |
|
Simon Friis Vindum
|
e0ef24154a
|
Rust: Small tweaks to doc comments based on PR feedback
|
2025-03-21 08:30:14 +01:00 |
|
Tamas Vajk
|
e20c46a14a
|
Add change note
|
2025-03-21 08:24:22 +01:00 |
|
Aditya Sharad
|
b4524798b8
|
Merge pull request #19082 from smowton/smowton/admin/fix-codeql-alert
Avoid CodeQL alert against integration test
|
2025-03-21 02:33:54 +05:30 |
|
Napalys Klicius
|
730580a59b
|
Merge pull request #19049 from Napalys/js/underscore-string
JS: Modeling of `underscore.string` package
|
2025-03-20 19:11:24 +01:00 |
|
Napalys
|
7d40e449db
|
Added change note.
|
2025-03-20 19:08:24 +01:00 |
|
Napalys
|
d61d038b9b
|
Refactored SuperAgentUrlRequest to use API graph.
|
2025-03-20 18:17:28 +01:00 |
|
Napalys
|
401c6ea0f6
|
Added test case which is not detected by dataflow.
|
2025-03-20 18:17:27 +01:00 |
|
Chris Smowton
|
5892cdf456
|
Avoid CodeQL alert against integration test
This doesn't really matter since it's a dummy test server, but it's simpler to fix than to dismiss.
|
2025-03-20 15:49:21 +00:00 |
|
Simon Friis Vindum
|
b2fc4f80fb
|
Rust: Adjustments to type inference
|
2025-03-20 16:38:06 +01:00 |
|
Asger F
|
d9c158923a
|
Merge pull request #19069 from asgerf/js/jsdoc-parser
JS: Use StringBuilder when building up type name in JSDoc
|
2025-03-20 16:17:58 +01:00 |
|
Paolo Tranquilli
|
cd15fb3611
|
Merge pull request #19071 from github/redsun82/codegen-rust-ancestor-order
Rust: preserve ordering in rust generated code
|
2025-03-20 15:50:48 +01:00 |
|
Simon Friis Vindum
|
659077769b
|
Merge pull request #19062 from paldepind/rust-ti-1
Rust: Improve handling of trait bounds
|
2025-03-20 14:38:03 +01:00 |
|
Tom Hvitved
|
3142dbb040
|
Rust: Rework visibility handling in path resolution
|
2025-03-20 14:14:53 +01:00 |
|
Tom Hvitved
|
b2fc7e771f
|
Rust: Handle super in use statements
|
2025-03-20 14:14:33 +01:00 |
|