- 936a55e Fix e2e test compilation failure by Phan Nguyen Tuan Khang · 1 year, 11 months ago
- 640b6ed Replace "UTF-8" String with StandardCharsets.UTF_8 by Eryk Szymanski · 2 years, 2 months ago
- 10bd35f Merge branch 'stable-3.6' by David Ostrovsky · 2 years, 8 months ago
- 4dae9de Add property authenticated by David Åkerman · 2 years, 9 months ago
- 17159fc Fix missing return type in e2e-tests by David Åkerman · 2 years, 9 months ago
- 9aac9a8 Add property project_prefix by David Åkerman · 2 years, 11 months ago
- 4e63537 Add property context_path by David Åkerman · 2 years, 11 months ago
- 6e9dc53 Add property replica_hostname by David Åkerman · 2 years, 11 months ago
- 2f9757f Add property username by David Åkerman · 2 years, 11 months ago
- 28b55e7 Add symlink to commit-msg for the e2e tests by Luca Milanesio · 3 years, 7 months ago
- dbc2329 Remove duplicate commit-msg in e2e tests by Luca Milanesio · 3 years, 7 months ago
- b87adb8 commit-msg: simplify generation of a unique hash by Benjamin Denhartog · 4 years, 1 month ago
- e163702 e2e-tests: Add a force option to delete project scenario by Nguyen Tuan Khang Phan · 3 years, 10 months ago
- ca644a6 Merge "GerritSimulation: Add method to get property directly from options" into stable-3.1 by Mark Bekhet · 3 years, 10 months ago
- a5ba2c2 GerritSimulation: Add method to get property directly from options by Mark Bekhet · 3 years, 10 months ago
- 868a034f e2e-tests: Refactor duplicated "number" key name by Nguyen Tuan Khang Phan · 3 years, 11 months ago
- 2005b5b e2e-tests: add RestoreChange scenario by Nguyen Tuan Khang Phan · 3 years, 11 months ago
- e2ca24a e2e-tests: add AbandonChange scenario by Nguyen Tuan Khang Phan · 3 years, 11 months ago
- cda42da e2e-tests: Fix regex to adapt to JSON_COMPACT by Nguyen Tuan Khang Phan · 3 years, 11 months ago
- c54b007 e2e-tests: Add SubmitChangeInBranch scenario by Nguyen Tuan Khang Phan · 4 years ago
- 57f58e21 e2e-tests: Add a CreateBranch scenario by Nguyen Tuan Khang Phan · 4 years ago
- 0466302 Adapt CreateChange and DeleteChange to perform load testing by Nguyen Tuan Khang Phan · 4 years ago
- 58117f4 Adapt CloneUsingBothProtocols to perform load testing by Nguyen Tuan Khang Phan · 4 years ago
- b451067 e2e-tests: Init executable README for local setup testing by Marco Miller · 4 years ago
- 1aa49e0 e2e-tests: Rename 'default' to projectName for explicitness by Marco Miller · 4 years, 4 months ago
- b314e7b e2e-tests: Rename 'unique' to uniqueName for explicitness by Marco Miller · 4 years, 4 months ago
- f9c1300 e2e-tests: Rename 'name' to className for explicitness by Marco Miller · 4 years, 4 months ago
- 233ebc4 GerritSimulation: Fix json keys parsing's alphabetical order by Marco Miller · 4 years, 4 months ago
- a2b6084 GerritSimulation: Rename 'pack' to packageName for clarity by Marco Miller · 4 years, 4 months ago
- 40673fe GerritSimulation: Remove unnecessary use of 'this' by Marco Miller · 4 years, 4 months ago
- ee28fb0 e2e-tests: Remove unnecessary type specifications by Marco Miller · 4 years, 4 months ago
- 9874878 Refine protocol assignment in scenarios using multiple protocols by Marco Miller · 4 years, 5 months ago
- cc3d654 e2e-tests: Add a CheckNewProjectReplica1 scenario by Marco Miller · 4 years, 5 months ago
- 3adf2f6 Merge "e2e-tests: Support optional parent in CreateProject" into stable-3.0 by Marco Miller · 4 years, 4 months ago
- d247bb0 Rely on a released version of gatling-git in stable branch by Luca Milanesio · 4 years, 5 months ago
- 9b9abf4 e2e-tests: Support optional parent in CreateProject by Marco Miller · 4 years, 5 months ago
- 2e37e27 Add Eclipse support for Gatling tests by Hamza Kaced · 4 years, 5 months ago
- 61fba84 FlushProjectsCache: Use standard name for scenario by Marco Miller · 4 years, 6 months ago
- fc96b59 e2e-tests: Add FlushProjectsCacheThenRebuild and ListProjects scenarios by Marco Miller · 4 years, 6 months ago
- a543a93 e2e-tests: Replace hardcoded scheme with property by Marco Miller · 4 years, 6 months ago
- 6b3ae42 e2e-tests: Replace value of 1 with reused constant by Marco Miller · 4 years, 6 months ago
- fa45c1a e2e-tests: Add CheckMasterBranchReplica1 scenarios by Marco Miller · 4 years, 7 months ago
- 24369c8 e2e-tests: Add {Approve|Submit}Change core scenarios by Marco Miller · 4 years, 7 months ago
- 6529322 CreateChange: Clarify the e2e test access modifier by Marco Miller · 4 years, 8 months ago
- b280a30 e2e-tests: Fix minor comma styling inconsistencies by Marco Miller · 4 years, 8 months ago
- 15182b0 GerritSimulation: Allow scenarios to further customize waits by Marco Miller · 4 years, 8 months ago
- bcdeea7 e2e-tests: Replace FileBasedFeederBuilder with FeederBuilder declaration by Marco Miller · 4 years, 8 months ago
- d54dfb1 e2e-tests: Add FlushProjectsCache related scenarios by Marco Miller · 4 years, 8 months ago
- 0b2c50a GerritSimulation: Support runtime factor property by Marco Miller · 4 years, 9 months ago
- 8d14867a GerritSimulation: Add replaceOverride javadoc tags by Marco Miller · 4 years, 8 months ago
- c62b95c GerritSimulation: Support reusable step wait times by Marco Miller · 4 years, 9 months ago
- ee92a85 GerritSimulation: Support change creation/deletion by Marco Miller · 4 years, 9 months ago
- 4d41397 e2e-tests: Make all current scenario names unique by Marco Miller · 4 years, 9 months ago
- 8a929a8 e2e-tests: Make http request name unique by Marco Miller · 4 years, 9 months ago
- ab0050f e2e-tests: Fix CloneUsingBothProtocols wait times by Marco Miller · 4 years, 9 months ago
- aa49d04 e2e-tests: Create/delete ReplayRecordsFromFeeder project by Marco Miller · 4 years, 9 months ago
- b160cbf e2e-tests: Unhardcode ReplayRecordsFromFeeder data by Marco Miller · 4 years, 9 months ago
- bcd3590 e2e-tests: Stabilize the ReplayRecordsFromFeeder scenario by Marco Miller · 4 years, 9 months ago
- b39b794 e2e-tests: Add support for automated project names by Marco Miller · 4 years, 9 months ago
- 16406aa e2e-tests: Support non-core JAVA_OPTS overriding by Marco Miller · 4 years, 9 months ago
- 6ba2376 e2e-tests: Add JAVA_OPTS support to the framework by Marco Miller · 4 years, 9 months ago
- e224456 e2e-tests: Pick then squash commits from stable-3.1 by Fabio Ponciroli · 6 years ago