Tags: ssm1403/Tank
Tags
Release 3.1.0 * JSF 2.3 * Remove PicketLink/DeltaSpike * Add AdminFilter * Obfuscate password in LogEvents * Bump commons-compress from 1.20 to 1.21 * Filter Page: Fix Search Bar Bug * Fix: Filter search listener to TableState Filter Function * Fix "New Project" navigation button * Proxy Recorder: Process 302 Transactions * Fix User Delete * SRE-19012 Stop gui spinner from spinning * Add env to logging variables [SRE-19083] * Fix Sort on Filter Apply Page * Fix apiharness local execution * Remove redundant file exists check * disable delete button during tests [SRE-19307] * SRE-19307 implement isDeletable() * Unblock thread start processes * Refactor Method Names [SRE-19325] * TestPlanStarter Unit Tests * Stop creating threads after ramp for loop completion use case. * stop thread starter after ramp (scripts loops completed) * Implement StopBehavior [SRE-19391] Co-authored-by: Shawn Park <88464473+shawn-h-park@users.noreply.github.com> Co-authored-by: Bryan Alexander Rivera <2250179+bryaan@users.noreply.github.com> Co-authored-by: Bryan Rivera <bryan_rivera@intuit.com>
Release 3.0.0 * More test cases & code coverage for issue Co-authored-by: vhegde1 <vaishakh_hegde@intuit.com> * Update/Compress existing serializedScriptStep Blob * added test coverage for com.intuit.tank.dao packa 8000 ge to increase from 46% to 55% Co-authored-by: Sreekakula, Manikanta <Manikanta_Sreekakula@intuit.com> * Improving test coverage in data-model module Co-authored-by: djagaluru <DarshanSiddesh_Jagaluru@intuit.com> * Improving test coverage for data-model project module Co-authored-by: djagaluru <DarshanSiddesh_Jagaluru@intuit.com> * increase test coverage for api module Co-authored-by: atayal <ankush_tayal@intuit.com> * JDK11 support Co-authored-by: Niti <gupta.sweet.niti@gmail.com> * AWS SDK V2 Co-authored-by: dratler <Shay_Dratler@intuit.com> Co-authored-by: Juan Parra <41169130+Ujoa@users.noreply.github.com> Co-authored-by: vaishakhvh <72062381+vaishakhvh@users.noreply.github.com> Co-authored-by: vhegde1 <vaishakh_hegde@intuit.com> Co-authored-by: felixgao <guohangao@gmail.com> Co-authored-by: Manikanta <mani.rgm448@gmail.com> Co-authored-by: Sreekakula, Manikanta <Manikanta_Sreekakula@intuit.com> Co-authored-by: darshan-sj <darshan-sj@users.noreply.github.com> Co-authored-by: djagaluru <DarshanSiddesh_Jagaluru@intuit.com> Co-authored-by: interactwithankush <interactwithankush@gmail.com> Co-authored-by: atayal <ankush_tayal@intuit.com> Co-authored-by: Niti <gupta.sweet.niti@gmail.com>
Release 2.3.4 * Fix agent debugger * Security to SessionScoped * Minimum single thread for debugger * Validate position of list before every use to avoid IndexOutOfBoundsException after a item removal * AWSXRay: setUser to currentSegment at filter * update README.MD with badges * Fix kill instances across regions * filter instances by present in region before terminate/stop. * update libraries versions * java streams * requestInstances re-write * AgentStartup retry loop * backoff Strategy for supportFiles download * NonNull TPS results return * JSF to 2.3 * CloudWatchMetrics * Remove SimpleDB DataSource * Add CloudWatch Metrics DataSource * FIBONACCI retry backoff strategy
Release 2.3.3 * Remove decompress apache httpclient 4.5.x does it automatically * thread should end when loops end. * Enable compression request to tank clients * AWS X-ray instrumentation * Reduce pending to running wait from 1min to 30sec * Enable Referer and Authorization headers, Test and documentation * trace recent jobs query * Performance & Size Reduction * Cache agent-support-files.zip in /tmp * Replace deprecated hibernate index annotations with JPA index annotations * Library reorganization saved 43MB off deployment war * AWS Xray + DBQueries + Performance * Cleanup * RequestScoped bean to ApplicationScoped bean * AWSXray dummy segments to allow jdbc tracing to be enabled * LazyLoad User Table * BatchSize * userAdmin Fix + CriteriaBuilder * better error handling on UserDao
Release 2.3.2 * Ja 8000 vaee 8 CDI (intuit#90) * support compressed script payloads * Library updates * Javaee 8 xml updates * Fix hibernate settings names * handle null query * Hibernate settings update * update namespace domain for JSF 2.2 * GUI cleanup including login page * Hibernate version update to [5.1.17.Final] * Testing Framework Consolidation (intuit#93) * removed testng * removed arquillian * Weld CDI injection testing * Fix Set-Cookie in 4.5/5.0 * Set UserToken on HttpClient Context * Add UserTokenHandler (threadName on Context) so that connections are not shared among users.
Release Version 2.3.1 * Security Issue Resolved [CVE-2017-12629, CVE-2019-0199, CVE-2019-0232] * Upgrade lucene to 8.0.0 * upgrade tomcat-embed-core [CVE-2019-0199, CVE-2019-0232] * Async kill/stop instances (intuit#69) * Thread start behavior (intuit#70) * Create user threads only as they are being started. Rather than all in advance. * Replace killed threads throughout the duration of the test at the defined ramp-rate * Library updates & Cleanup * Java 8 language migration aids (intellij) * patch for [CVE-2019-12402] * intuit#79: Path creation for `agent-standalone/run.sh` addresses issue. (intuit#82) * Refactored creation of `start.sh`, `stop.sh`, `agent-standalone/run.sh' to use heredocs in favor of `echo`. Easier to read and maintain. * update rsyntaxtextarea to 3.0.4 * increment version [2.3.1]
Release Version 2.3.0 (intuit#67) * General Cleanup (intuit#65) * Update TestPlanRunner.java * remove most verbose log lines during shutdown phase * Fixed covertura tests * library updates * IOUtils usage in tankhttpclient. * Fix Tank-Debugger NoClassDefinitionFound for aws Regions when run from desktop * Remove unused imports * Restore maven testing * Library updates * redirect errors during travis build * reduce logging during travis * Moved httpclient.close() to finally block * autoclose HttpResponse * HttpClient 4.5 Fixed (intuit#66) * TankHttpClient rewrite test * TankHttpClient rewrite test (2) * clear proxy * Fix ArrayOutofBoundsException * Move TankHttpClient creation to thread start time. * Remove static from httpclient * Single HttpClient Connection Pool shared by threads * revert jcifs version * aws xray webapp filter * include mysql jdbc in war * dynamic xray naming * Consistently call findById with Integer * include javax.xml.bind * align tank module version * Fix TPSMonitor mis-spelling * remove all Counters, even old one's that will never be accessed. * jexl library update * Switch Threads from Array to ArrayList, so that I can easily remove them. * enable APIMonitor for standalone apiharness - to stop TPSMonitor$Counters from being a memory leak * Revert TestPlanRunner thread removal * Remove TERMINATED threads * List.addAll -> List Constructor * PrimeFaces 7.0 * Version increase to 2.3.0
PreviousNext