* [js-apiview-parser] update CodeFile models from schemas
* Update version and changelog
* set SkipDiff: true for all dependency tokens
* update code owners
* print example command
* debug level
* account for object options
* print command later in program execution
* prep for release
* fix test
---------
Co-authored-by: Catalina Peralta <caperal@microsoft.com>
Adaptive Sampling was causing PipelineWitness to drop a large portion of its happy-path telemetry before sending it to AppInsights. This made it difficult to search for trace messages related to specific build processing as there was a good chance that the trace logs from processing the build were sampled away.
By disabling adaptive sampling, we're telling the app to send all emitted telemetry to the AppInsights collector for processing.
* Copy from the alps
* Remove dependencies of gulp and rush
Used npm and tsc instead;
Added lint.
* Rename and delete unnecessary files
Rename the tool.
Deleted files including .gitignore, readme, and licence.
* [stress testing] Move prod cluster to TME subscription
* [stress testing] Set up storage file data contributor role for cluster test identities
* Use fed auth service connection for stress pipeline deployment
* Updates to enable TME deployment
* Version/location updates for stress script usage
* Examples chart lock updates for stress
* Fix incorrect script path
* draft testing logs for sanitizerAdd ToString, logging, and SanitizerId; update commentsAdded a ToString method to RecordEntry for string representation.Introduced logging in RecordSession to track sanitizer changes.Added SanitizerId to RecordedTestSanitizer for unique identification.Updated RegisteredSanitizer constructor to set SanitizerId.Corrected copyright comment in RequestOrResponse.cs.Added necessary using directives to RecordEntry.cs.
* Enhance logging and string representation in RecordEntry
* simplification
* log message improve
* unneeded pkg
* Update tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/RecordSession.cs
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
* Update tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/RecordSession.cs
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
* address feedback, modifications are more granular, logs under Debug flag
* sets flags only under Debug flag for fewer computations
* remove ToString impl
* Environment.NewLine, null checks for body, fix Logging tests
* fix build and if-check indentation
* Address feedback
* fix logging test
* improve the logging experience
* Use StringBuilder
* address feedback; logging modifications when entries are removed
* remove modified flag tracker logic in favour of tracking them at the time of sanitization
* format
* default getter and setter back
* fix cloning body bug
* log improvements and comments
* simplifications
* fix tests
* revert linebreak change
---------
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
- skipDiff for dependency header
- attach pre-release tags with their related lines
- add spaces before `|` and `&`
- add `export const` for constants
- fix type reference for multi-line code excerpt
- fix contextual keyword kind in property/method signature
- hide enum members from navigation list
- create a TypeName token for type parameter
- replace `export declare enum` with `export enum`
- group items by their kinds and add an order to the groups
* add placeholders
* add new placeholder comments
* exploring AST unfinished - minor emergency had to leave
* identifying some mismatched functions
* refactor checker and tests
* fix error with non-builtins decorators
* fine tuning and testing required
* add pylint report
* add ranked listing of reports
* format report as table
* add new verbs
* update report
* update reportcounts.md
* fix formatting for reportcounts.md
* update reportcounts.md
* minimal tests added
* Final Refactor
* not running multiple times picking up on different function types
* add TODOs
* removed code not reached
* Checks at a class level
* Looking into different connection_verify assignments
* Placeholders added back
* Checker base done
* exclue private namespaces and classes
* update reports
* Checker, Tests, & Readme done
* add new prefixes
* update unit tests
* remove reports
* remove commented code
* add checker to README
* Tidy Up
* Revert "Merge branch 'working-main' into approved_prefix"
This reverts commit 6d262e3c5c, reversing
changes made to 65e431f621.
* remove duplicate tests
---------
Co-authored-by: Alirose Burrell <16234397@massey.ac.nz>
Co-authored-by: JessicaBell00 <110268278+JessicaBell00@users.noreply.github.com>
Co-authored-by: 16234397 <110712668+16234397@users.noreply.github.com>
* add placeholders
* add new placeholder comments
* exploring AST unfinished - minor emergency had to leave
* identifying some mismatched functions
* refactor checker and tests
* fix error with non-builtins decorators
* fine tuning and testing required
* add pylint report
* add ranked listing of reports
* format report as table
* add new verbs
* update report
* update reportcounts.md
* fix formatting for reportcounts.md
* update reportcounts.md
* minimal tests added
* Base code and unit tests
More testing still to come
* Refactored class to be more specific
Also added more test cases
* Added to README
Also added one test and link for python implementation
* Update README / fix merging
* Final Refactor
* Fixed false positives
Edits to fix false positives from testing against SDKs. Added more unit tests
* not running multiple times picking up on different function types
* add TODOs
* removed code not reached
* Checks at a class level
* Looking into different connection_verify assignments
* Placeholders added back
* Checker base done
* exclue private namespaces and classes
* update reports
* Checker, Tests, & Readme done
* Update pylint_guidelines_checker.py
Fix another false positive from the SDKs
* Fix another false positive
Added corresponding test
* Check either sides of indices
Fixed another false positive
* add new prefixes
* update unit tests
* remove reports
* remove commented code
* add checker to README
* Tidy Up
* Add TODO comment re other cases to investigate
* Revert "Merge branch 'working-main' into exception-logging"
This reverts commit e2dcbb9095, reversing
changes made to 7e7256b13d.
* Make checker more explicit
Switch "." and "name" to ".__name__"
---------
Co-authored-by: Joshua Bishop <13187637+MJoshuaB@users.noreply.github.com>
Co-authored-by: Alirose Burrell <16234397@massey.ac.nz>
Co-authored-by: 16234397 <110712668+16234397@users.noreply.github.com>