-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resync #1
base: master
Are you sure you want to change the base?
resync #1
Commits on Aug 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d70ee8f - Browse repository at this point
Copy the full SHA d70ee8fView commit details
Commits on Aug 20, 2021
-
Allow access to
let_it_be
defined variables in after(:context)[This commit](2503464) changed the way we detect the context for fetching the `let_it_be` defined variables, matching only the `before(:context)`. Those variables should be accessible by both before/after, so this adds back the generic `:context` matcher to support all hooks.
Configuration menu - View commit details
-
Copy full SHA for ef07109 - Browse repository at this point
Copy the full SHA ef07109View commit details
Commits on Aug 30, 2021
-
feature: Add support for (process) parallelized tests to before_all f…
…or minitest. When the test suite is run in parallel, the run method only enqueues the test jobs and returns right after that, so we mustn't roll back the transaction at that point. Instead, intercept the Minitest.run_one_method call that actually runs a test case. In each process, we will keep track of when the last test case of a test file has run, and roll back the transaction in that moment. This works because test cases from different test files are added to the queue and processed in order, i.e. once we see a test case from a different class/test file, no test cases from the previous test file will be run anymore.
Configuration menu - View commit details
-
Copy full SHA for d46ded4 - Browse repository at this point
Copy the full SHA d46ded4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7eb36 - Browse repository at this point
Copy the full SHA 4d7eb36View commit details -
fix: deactivate before_all_executor after last test file per process
parallelize_teardown allows registering callbacks that are run after parallel test execution. It is called after all tests are run and before the forked processes are closed, so we can use it to clean up the last of the before_all transactions.
Configuration menu - View commit details
-
Copy full SHA for f91c5c3 - Browse repository at this point
Copy the full SHA f91c5c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b338412 - Browse repository at this point
Copy the full SHA b338412View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd7e7fa - Browse repository at this point
Copy the full SHA cd7e7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6a844 - Browse repository at this point
Copy the full SHA cc6a844View commit details
Commits on Sep 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6bec4dc - Browse repository at this point
Copy the full SHA 6bec4dcView commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 12cdc12 - Browse repository at this point
Copy the full SHA 12cdc12View commit details
Commits on Nov 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7b89b54 - Browse repository at this point
Copy the full SHA 7b89b54View commit details
Commits on Dec 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2335ab5 - Browse repository at this point
Copy the full SHA 2335ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c3abd - Browse repository at this point
Copy the full SHA 51c3abdView commit details
Commits on Jan 11, 2022
-
All recent versions of JRuby support unicode identifiers.
Configuration menu - View commit details
-
Copy full SHA for 25dbdf6 - Browse repository at this point
Copy the full SHA 25dbdf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcddd55 - Browse repository at this point
Copy the full SHA bcddd55View commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09135ac - Browse repository at this point
Copy the full SHA 09135acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e47c9ee - Browse repository at this point
Copy the full SHA e47c9eeView commit details
Commits on Feb 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 98537da - Browse repository at this point
Copy the full SHA 98537daView commit details
Commits on Feb 28, 2022
-
Respect the printer on the configure block (#237)
* Respect the printer on the configure block It was being cached and ignoring the one defined the configuration * Update CHANGELOG * Fix rubocop warnings * Satisfy rubocop * Update CHANGELOG.md Co-authored-by: Guillermo Siliceo <[email protected]> Co-authored-by: Vladimir Dementyev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abcb7e7 - Browse repository at this point
Copy the full SHA abcb7e7View commit details -
restore the lock_thread value after rollback (#236)
* restore the lock_thread value after rollback * use :@lock_thread instead of "@lock_thread" * avoid instance variable collisions with cats * add a changelog entry Co-authored-by: Vladimir Dementyev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09fa3e5 - Browse repository at this point
Copy the full SHA 09fa3e5View commit details
Commits on Mar 11, 2022
-
This is to ensure that if tests were run in parallel, that values would not override each other/be used from other threads.
Configuration menu - View commit details
-
Copy full SHA for 78b0a50 - Browse repository at this point
Copy the full SHA 78b0a50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9922c - Browse repository at this point
Copy the full SHA 9a9922cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d394e47 - Browse repository at this point
Copy the full SHA d394e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd399f4 - Browse repository at this point
Copy the full SHA fd399f4View commit details
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8a69b9b - Browse repository at this point
Copy the full SHA 8a69b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fac159 - Browse repository at this point
Copy the full SHA 7fac159View commit details -
Configuration menu - View commit details
-
Copy full SHA for 524d065 - Browse repository at this point
Copy the full SHA 524d065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b136b - Browse repository at this point
Copy the full SHA 44b136bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53eded1 - Browse repository at this point
Copy the full SHA 53eded1View commit details
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c9b6740 - Browse repository at this point
Copy the full SHA c9b6740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 408e72c - Browse repository at this point
Copy the full SHA 408e72cView commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f45fb41 - Browse repository at this point
Copy the full SHA f45fb41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9720f70 - Browse repository at this point
Copy the full SHA 9720f70View commit details
Commits on Jun 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8becefe - Browse repository at this point
Copy the full SHA 8becefeView commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2b49a02 - Browse repository at this point
Copy the full SHA 2b49a02View commit details
Commits on Aug 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b35b4e0 - Browse repository at this point
Copy the full SHA b35b4e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 709e1b3 - Browse repository at this point
Copy the full SHA 709e1b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87a1b93 - Browse repository at this point
Copy the full SHA 87a1b93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1768d8d - Browse repository at this point
Copy the full SHA 1768d8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 728cf0e - Browse repository at this point
Copy the full SHA 728cf0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e90f2d5 - Browse repository at this point
Copy the full SHA e90f2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dda8b4f - Browse repository at this point
Copy the full SHA dda8b4fView commit details
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 417f040 - Browse repository at this point
Copy the full SHA 417f040View commit details
Commits on Sep 20, 2022
-
don't overwrite saved lock_thread value in nested contexts
Signed-off-by: ygelfand <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c71360 - Browse repository at this point
Copy the full SHA 4c71360View commit details -
Signed-off-by: ygelfand <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8542567 - Browse repository at this point
Copy the full SHA 8542567View commit details
Commits on Oct 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09e7859 - Browse repository at this point
Copy the full SHA 09e7859View commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 04d840c - Browse repository at this point
Copy the full SHA 04d840cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a972a28 - Browse repository at this point
Copy the full SHA a972a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f9e3b - Browse repository at this point
Copy the full SHA 35f9e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d8d02 - Browse repository at this point
Copy the full SHA a5d8d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12b785a - Browse repository at this point
Copy the full SHA 12b785aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1b71b - Browse repository at this point
Copy the full SHA 8c1b71bView commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be5a3eb - Browse repository at this point
Copy the full SHA be5a3ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4611b72 - Browse repository at this point
Copy the full SHA 4611b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03dacfb - Browse repository at this point
Copy the full SHA 03dacfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a67ad3 - Browse repository at this point
Copy the full SHA 1a67ad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0faa354 - Browse repository at this point
Copy the full SHA 0faa354View commit details -
Configuration menu - View commit details
-
Copy full SHA for cacd8f5 - Browse repository at this point
Copy the full SHA cacd8f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d3502f - Browse repository at this point
Copy the full SHA 5d3502fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd50b5 - Browse repository at this point
Copy the full SHA 9dd50b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4ba70 - Browse repository at this point
Copy the full SHA 4a4ba70View commit details -
fix(let_it_be): array-like records detection
#map is to generic and could be implemented by hashes/structs; #to_ary is a better check
Configuration menu - View commit details
-
Copy full SHA for f13ee70 - Browse repository at this point
Copy the full SHA f13ee70View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc938cb - Browse repository at this point
Copy the full SHA bc938cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5054b3 - Browse repository at this point
Copy the full SHA d5054b3View commit details
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 74351b6 - Browse repository at this point
Copy the full SHA 74351b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c47cd6 - Browse repository at this point
Copy the full SHA 0c47cd6View commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 620feaa - Browse repository at this point
Copy the full SHA 620feaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 153c102 - Browse repository at this point
Copy the full SHA 153c102View commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 18deb96 - Browse repository at this point
Copy the full SHA 18deb96View commit details
Commits on Jan 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a0a5285 - Browse repository at this point
Copy the full SHA a0a5285View commit details -
Configuration menu - View commit details
-
Copy full SHA for 026faae - Browse repository at this point
Copy the full SHA 026faaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bce283b - Browse repository at this point
Copy the full SHA bce283bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b04553f - Browse repository at this point
Copy the full SHA b04553fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14aef7a - Browse repository at this point
Copy the full SHA 14aef7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa560f7 - Browse repository at this point
Copy the full SHA fa560f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aea7b3 - Browse repository at this point
Copy the full SHA 1aea7b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb123d - Browse repository at this point
Copy the full SHA 0cb123dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28be359 - Browse repository at this point
Copy the full SHA 28be359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0f838 - Browse repository at this point
Copy the full SHA 7d0f838View commit details
Commits on Jan 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7fb00f6 - Browse repository at this point
Copy the full SHA 7fb00f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e30fa3 - Browse repository at this point
Copy the full SHA 8e30fa3View commit details
Commits on Feb 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 841dc69 - Browse repository at this point
Copy the full SHA 841dc69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9334054 - Browse repository at this point
Copy the full SHA 9334054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d01b2f - Browse repository at this point
Copy the full SHA 1d01b2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd75f1 - Browse repository at this point
Copy the full SHA 5cd75f1View commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b4f702d - Browse repository at this point
Copy the full SHA b4f702dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dadfe0b - Browse repository at this point
Copy the full SHA dadfe0bView commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff50404 - Browse repository at this point
Copy the full SHA ff50404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5701ad8 - Browse repository at this point
Copy the full SHA 5701ad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for deb83e6 - Browse repository at this point
Copy the full SHA deb83e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80e2324 - Browse repository at this point
Copy the full SHA 80e2324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a8f7f - Browse repository at this point
Copy the full SHA 28a8f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b34ebdb - Browse repository at this point
Copy the full SHA b34ebdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1790fe - Browse repository at this point
Copy the full SHA f1790feView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7b6db - Browse repository at this point
Copy the full SHA ae7b6dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d26319 - Browse repository at this point
Copy the full SHA 5d26319View commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f82c22e - Browse repository at this point
Copy the full SHA f82c22eView commit details
Commits on Jun 21, 2023
-
feat: easily ignore pools which cannot cannot
For an application with multiple databases, allow the databases not-under-test to not be running (not connectable) and for before_all to still work.
Configuration menu - View commit details
-
Copy full SHA for ea1bdfb - Browse repository at this point
Copy the full SHA ea1bdfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ac65ae - Browse repository at this point
Copy the full SHA 7ac65aeView commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cff8245 - Browse repository at this point
Copy the full SHA cff8245View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e13123 - Browse repository at this point
Copy the full SHA 3e13123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c32f4d - Browse repository at this point
Copy the full SHA 2c32f4dView commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dbf4169 - Browse repository at this point
Copy the full SHA dbf4169View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 17d674d - Browse repository at this point
Copy the full SHA 17d674dView commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4203616 - Browse repository at this point
Copy the full SHA 4203616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4505ac7 - Browse repository at this point
Copy the full SHA 4505ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095edc3 - Browse repository at this point
Copy the full SHA 095edc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd8502e - Browse repository at this point
Copy the full SHA bd8502eView commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bda0d76 - Browse repository at this point
Copy the full SHA bda0d76View commit details -
Rails 7.1 failes due to some ActiveRecord changes, will try later
Configuration menu - View commit details
-
Copy full SHA for ffd4729 - Browse repository at this point
Copy the full SHA ffd4729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c8ff66 - Browse repository at this point
Copy the full SHA 2c8ff66View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 34c63c1 - Browse repository at this point
Copy the full SHA 34c63c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 049b577 - Browse repository at this point
Copy the full SHA 049b577View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2bf816 - Browse repository at this point
Copy the full SHA f2bf816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2666957 - Browse repository at this point
Copy the full SHA 2666957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51376f6 - Browse repository at this point
Copy the full SHA 51376f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae6814 - Browse repository at this point
Copy the full SHA 0ae6814View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67eeb49 - Browse repository at this point
Copy the full SHA 67eeb49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ded8f9 - Browse repository at this point
Copy the full SHA 5ded8f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37770c2 - Browse repository at this point
Copy the full SHA 37770c2View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3dfe1cf - Browse repository at this point
Copy the full SHA 3dfe1cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for df15a58 - Browse repository at this point
Copy the full SHA df15a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for fea6c5c - Browse repository at this point
Copy the full SHA fea6c5cView commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91095d4 - Browse repository at this point
Copy the full SHA 91095d4View commit details
Commits on Nov 22, 2023
-
- Add TestProf 3 post - Add ZeroGravity case study
Configuration menu - View commit details
-
Copy full SHA for 0a7e82c - Browse repository at this point
Copy the full SHA 0a7e82cView commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f761495 - Browse repository at this point
Copy the full SHA f761495View commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55629e4 - Browse repository at this point
Copy the full SHA 55629e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 506aaad - Browse repository at this point
Copy the full SHA 506aaadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2bde1 - Browse repository at this point
Copy the full SHA 4a2bde1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2861592 - Browse repository at this point
Copy the full SHA 2861592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d8f35 - Browse repository at this point
Copy the full SHA 02d8f35View commit details
Commits on Mar 7, 2024
-
Add Minitest support to TagProf (#283)
* Add Minitest support to TagProf * Update docs/profilers/tag_prof.md Co-authored-by: Vladimir Dementyev <[email protected]> * Fix CI errors * Fix mdl errors * Return __unknown__ when aboslute path cannot be displayed * Limit to last released rails version in railsmaster.gemfile * Fix rspec bug without limiting rails last stable version in railsmaster.gemfile --------- Co-authored-by: Vladimir Dementyev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a98edb5 - Browse repository at this point
Copy the full SHA a98edb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b516f - Browse repository at this point
Copy the full SHA 23b516fView commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd7027e - Browse repository at this point
Copy the full SHA bd7027eView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c8f17a - Browse repository at this point
Copy the full SHA 6c8f17aView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 531a4d1 - Browse repository at this point
Copy the full SHA 531a4d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6397746 - Browse repository at this point
Copy the full SHA 6397746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e30a1f - Browse repository at this point
Copy the full SHA 8e30a1fView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a52da81 - Browse repository at this point
Copy the full SHA a52da81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3593d3e - Browse repository at this point
Copy the full SHA 3593d3eView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98323b9 - Browse repository at this point
Copy the full SHA 98323b9View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95eb073 - Browse repository at this point
Copy the full SHA 95eb073View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d30e99 - Browse repository at this point
Copy the full SHA 0d30e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf4b82 - Browse repository at this point
Copy the full SHA cdf4b82View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 545464e - Browse repository at this point
Copy the full SHA 545464eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6575956 - Browse repository at this point
Copy the full SHA 6575956View commit details
Commits on May 22, 2024
-
add threshold config parameter for FactoryProf (#294)
* add threshold config parameter for FactoryProf * fix doc * fix threshold logic & fix doc file * remove excess
Configuration menu - View commit details
-
Copy full SHA for 4ffe217 - Browse repository at this point
Copy the full SHA 4ffe217View commit details
Commits on May 23, 2024
-
add hooks parameter to vernier (#295)
* add hooks parameter to vernier * add specs --------- Co-authored-by: Vladimir Dementyev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29e6ac8 - Browse repository at this point
Copy the full SHA 29e6ac8View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff76320 - Browse repository at this point
Copy the full SHA ff76320View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2284816 - Browse repository at this point
Copy the full SHA 2284816View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb835c - Browse repository at this point
Copy the full SHA dcb835cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ee78b - Browse repository at this point
Copy the full SHA f1ee78bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7ff4ee - Browse repository at this point
Copy the full SHA a7ff4eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb2ed5 - Browse repository at this point
Copy the full SHA 1fb2ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac88eb8 - Browse repository at this point
Copy the full SHA ac88eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2356c - Browse repository at this point
Copy the full SHA 7b2356cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f29ef96 - Browse repository at this point
Copy the full SHA f29ef96View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4353b9 - Browse repository at this point
Copy the full SHA f4353b9View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58f38d0 - Browse repository at this point
Copy the full SHA 58f38d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe54fa - Browse repository at this point
Copy the full SHA 8fe54faView commit details -
Configuration menu - View commit details
-
Copy full SHA for c390478 - Browse repository at this point
Copy the full SHA c390478View commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2209fd7 - Browse repository at this point
Copy the full SHA 2209fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78880ba - Browse repository at this point
Copy the full SHA 78880baView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b76204 - Browse repository at this point
Copy the full SHA 1b76204View commit details
Commits on Jun 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b891e72 - Browse repository at this point
Copy the full SHA b891e72View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0259a76 - Browse repository at this point
Copy the full SHA 0259a76View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ab4368 - Browse repository at this point
Copy the full SHA 9ab4368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2edc5 - Browse repository at this point
Copy the full SHA 1a2edc5View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e7968b - Browse repository at this point
Copy the full SHA 0e7968bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e730216 - Browse repository at this point
Copy the full SHA e730216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eebcbb - Browse repository at this point
Copy the full SHA 1eebcbbView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab7c9aa - Browse repository at this point
Copy the full SHA ab7c9aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 643ac6a - Browse repository at this point
Copy the full SHA 643ac6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 065ca24 - Browse repository at this point
Copy the full SHA 065ca24View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b428807 - Browse repository at this point
Copy the full SHA b428807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c0433 - Browse repository at this point
Copy the full SHA 18c0433View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b4c463 - Browse repository at this point
Copy the full SHA 3b4c463View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d4d8bab - Browse repository at this point
Copy the full SHA d4d8babView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc95266 - Browse repository at this point
Copy the full SHA bc95266View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b5743 - Browse repository at this point
Copy the full SHA f9b5743View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b1e745 - Browse repository at this point
Copy the full SHA 2b1e745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87858b7 - Browse repository at this point
Copy the full SHA 87858b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f6204 - Browse repository at this point
Copy the full SHA 07f6204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56bf28e - Browse repository at this point
Copy the full SHA 56bf28eView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6a3483 - Browse repository at this point
Copy the full SHA e6a3483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d18051 - Browse repository at this point
Copy the full SHA 7d18051View commit details -
Configuration menu - View commit details
-
Copy full SHA for d722d9f - Browse repository at this point
Copy the full SHA d722d9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 830e454 - Browse repository at this point
Copy the full SHA 830e454View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83971c9 - Browse repository at this point
Copy the full SHA 83971c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95d3c7f - Browse repository at this point
Copy the full SHA 95d3c7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b19f5b9 - Browse repository at this point
Copy the full SHA b19f5b9View commit details