-
Notifications
You must be signed in to change notification settings - Fork 21
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
Pydantic2 #66
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4fd9c34 - Browse repository at this point
Copy the full SHA 4fd9c34View commit details
Commits on Oct 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6659b8b - Browse repository at this point
Copy the full SHA 6659b8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e86187 - Browse repository at this point
Copy the full SHA 8e86187View commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 449d9c5 - Browse repository at this point
Copy the full SHA 449d9c5View commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 078406a - Browse repository at this point
Copy the full SHA 078406aView commit details
Commits on Feb 7, 2023
-
set default url to arnica mvp (#5)
* set default url to arnica mvp * print workspace data as a table
Configuration menu - View commit details
-
Copy full SHA for 83fc23d - Browse repository at this point
Copy the full SHA 83fc23dView commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 14e41eb - Browse repository at this point
Copy the full SHA 14e41ebView commit details -
publish package to AQT package registry (#9)
* add package upload CI action
Configuration menu - View commit details
-
Copy full SHA for 463128a - Browse repository at this point
Copy the full SHA 463128aView commit details
Commits on Mar 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dfde9cd - Browse repository at this point
Copy the full SHA dfde9cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7a141 - Browse repository at this point
Copy the full SHA 9c7a141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8bcd1 - Browse repository at this point
Copy the full SHA 3e8bcd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da1289 - Browse repository at this point
Copy the full SHA 4da1289View commit details
Commits on Mar 6, 2023
-
Automatic code formatting (#12)
* Apply black & isort globally. Move pylint config to pyproject.toml * Remove coding headers. * test/test_job: nicer formatting
Configuration menu - View commit details
-
Copy full SHA for 609da7a - Browse repository at this point
Copy the full SHA 609da7aView commit details
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d7bf118 - Browse repository at this point
Copy the full SHA d7bf118View commit details
Commits on Mar 9, 2023
-
Allow ZXZ decomposition, rewrite arbitrary-angle Rxx rotations. (#13)
--------- Co-authored-by: Max Hettrich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9d1d99 - Browse repository at this point
Copy the full SHA b9d1d99View commit details
Commits on Mar 13, 2023
-
Add offline simulator and simple execution tests on it (#16)
* resource: pass circuit to submit() * resource: add offline_simulator * provider/workspaces: add HTML representation for IPython * Relax production dependencies constraints * test: use offline simulator, register pytest plugin * Fix Iterable import * test: add simple circuit execution tests * example: use offline simulator and qiskit.execute * provider: don't connect to Arnica on CI * Fix linter errors. * fixtures/offline_simulator: mock access to submit() * changelog: add entry for #16 * pyproject: cleanup
Configuration menu - View commit details
-
Copy full SHA for 49227b6 - Browse repository at this point
Copy the full SHA 49227b6View commit details
Commits on Mar 15, 2023
-
* Support MEASURE and arbitrary-angle RXX operations. * transpiler: wrap Rxx angles * test: add period-finding example * test/execution: add test for empty circuit * test: use np.lcm instead of math.lcm (backwards compatibility) * changelog: add entries for #19 * test_execution/period_finding: fix types
Configuration menu - View commit details
-
Copy full SHA for 97e5817 - Browse repository at this point
Copy the full SHA 97e5817View commit details
Commits on Mar 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac4747e - Browse repository at this point
Copy the full SHA ac4747eView commit details -
Use qiskit circuit equivalence check (#20)
* test: use Qiskit Operator for circuit equivalence assertions * Remove unused explicit scipy dependency.
Configuration menu - View commit details
-
Copy full SHA for fce237f - Browse repository at this point
Copy the full SHA fce237fView commit details -
* pyproject: add basic pyright configuration * workflows: add coverage report comment in PRs * Update read-target-coverage.py Co-authored-by: Wilfried Huss <[email protected]> * Fix wrap_rxx_angle and associated plugin. The plugin was not registered. Error in test was hiding an error in the implementation of wrap_rxx_angle. --------- Co-authored-by: Wilfried Huss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1102dd6 - Browse repository at this point
Copy the full SHA 1102dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ff0e1 - Browse repository at this point
Copy the full SHA c3ff0e1View commit details -
* Prepare release v0.8.0 * Bump coverage target.
Configuration menu - View commit details
-
Copy full SHA for 703c5e0 - Browse repository at this point
Copy the full SHA 703c5e0View commit details -
Relax required python version (#23)
* Relax require Python version. * Relax Python version requirement, prepare for 0.8.1
Configuration menu - View commit details
-
Copy full SHA for c9c7cc2 - Browse repository at this point
Copy the full SHA c9c7cc2View commit details
Commits on Mar 17, 2023
-
job: improve error handling (#24)
* job: improve error handling * Fix linter error, bump coverage target. * job: add missing handler for cancelled status
Configuration menu - View commit details
-
Copy full SHA for 9e3e4d7 - Browse repository at this point
Copy the full SHA 9e3e4d7View commit details -
* Update pyproject.toml * updated poetry.lock
Configuration menu - View commit details
-
Copy full SHA for 6a9db23 - Browse repository at this point
Copy the full SHA 6a9db23View commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb09aeb - Browse repository at this point
Copy the full SHA eb09aebView commit details
Commits on Mar 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa27799 - Browse repository at this point
Copy the full SHA aa27799View commit details -
Run example scripts on CI pipeline (#26)
* Run examples with main dependencies. Include in coverage.
Configuration menu - View commit details
-
Copy full SHA for 7eafc96 - Browse repository at this point
Copy the full SHA 7eafc96View commit details -
* read-target-coverage: move to scripts * workflows: automatic github release
Configuration menu - View commit details
-
Copy full SHA for 8927a20 - Browse repository at this point
Copy the full SHA 8927a20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11622d3 - Browse repository at this point
Copy the full SHA 11622d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2afaaf5 - Browse repository at this point
Copy the full SHA 2afaaf5View commit details
Commits on Mar 22, 2023
-
provider: use internal Arnica on port 80 by default (#33)
* provider: use internal Arnica on port 80 by default * changelog: add entry for #33
Configuration menu - View commit details
-
Copy full SHA for 4d75371 - Browse repository at this point
Copy the full SHA 4d75371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f404a - Browse repository at this point
Copy the full SHA 78f404aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf3302b - Browse repository at this point
Copy the full SHA cf3302bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dce1b8e - Browse repository at this point
Copy the full SHA dce1b8eView commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 99cde9c - Browse repository at this point
Copy the full SHA 99cde9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3385f7d - Browse repository at this point
Copy the full SHA 3385f7dView commit details
Commits on Mar 28, 2023
-
* Remove provider for legacy API * docs: adapt to Arnica provider --------- Co-authored-by: Albert Frisch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b087ee5 - Browse repository at this point
Copy the full SHA b087ee5View commit details -
Autoload environment from file (#42)
* init: auto-load environment from .env file * deps/dev: add ipykernel (needed for docs) * docs: remove references to Arnica --------- Co-authored-by: Wilfried Huss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11c6e8f - Browse repository at this point
Copy the full SHA 11c6e8fView commit details -
workflows/release: publish packages to AQT-Partners packages registry. (
#41) * workflows/release: publish packages to AQT-Partners packages registry. Co-authored-by: Albert Frisch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c72cdff - Browse repository at this point
Copy the full SHA c72cdffView commit details -
transpiler: wrap Rx angles to [0, π] (#39)
* transpiler: wrap Rx angles to [0, π], fuzzing test
Configuration menu - View commit details
-
Copy full SHA for 31913d2 - Browse repository at this point
Copy the full SHA 31913d2View commit details -
Rewrite negative angles in Rxx gates (#37)
* transpiler: wrap Rxx angles to [0, π/2] * test/transpiler: fuzz Rxx rewrite test
Configuration menu - View commit details
-
Copy full SHA for b4a8f4e - Browse repository at this point
Copy the full SHA b4a8f4eView commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5419186 - Browse repository at this point
Copy the full SHA 5419186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99cd9ec - Browse repository at this point
Copy the full SHA 99cd9ecView commit details
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d5c3ce5 - Browse repository at this point
Copy the full SHA d5c3ce5View commit details
Commits on Apr 3, 2023
-
* resource: expose the result polling parameters as backend options * mypy: enable disallow_untyped_defs
Configuration menu - View commit details
-
Copy full SHA for 1321c76 - Browse repository at this point
Copy the full SHA 1321c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for da95e3d - Browse repository at this point
Copy the full SHA da95e3dView commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e931b1e - Browse repository at this point
Copy the full SHA e931b1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15793c7 - Browse repository at this point
Copy the full SHA 15793c7View commit details
Commits on Apr 12, 2023
-
tests: cover abnormal execution paths (#50)
* test/resources: unify testing resources * test/job: test more job lifecycle transitions
Configuration menu - View commit details
-
Copy full SHA for 6afb73f - Browse repository at this point
Copy the full SHA 6afb73fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e5cfc - Browse repository at this point
Copy the full SHA f0e5cfcView commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 751feab - Browse repository at this point
Copy the full SHA 751feabView commit details -
mypy: use stricter settings (#52)
* mypy: use stricter settings --------- Co-authored-by: Wilfried Huss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b117d5 - Browse repository at this point
Copy the full SHA 1b117d5View commit details -
Add simple HTTP requests tests (#54)
* http: use httpx instead of requests * test_resource: add simple http requests tests
Configuration menu - View commit details
-
Copy full SHA for 6dd60bb - Browse repository at this point
Copy the full SHA 6dd60bbView commit details
Commits on Apr 20, 2023
-
Publish packages to PyPI (#55)
* Fix/enhance project metadata and readme links. * workflows/release: publish to PyPI instead of private registries
Configuration menu - View commit details
-
Copy full SHA for 45a6ae1 - Browse repository at this point
Copy the full SHA 45a6ae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef42453 - Browse repository at this point
Copy the full SHA ef42453View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a64517 - Browse repository at this point
Copy the full SHA 1a64517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 965a491 - Browse repository at this point
Copy the full SHA 965a491View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3512da - Browse repository at this point
Copy the full SHA d3512daView commit details -
Add specialized Sampler primitive (#60)
* primitives: add specialized Sampler implementation for AQT resources * test/fixtures: add test for MockSimulator JSON convertion check
Configuration menu - View commit details
-
Copy full SHA for 221b90b - Browse repository at this point
Copy the full SHA 221b90bView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57ce320 - Browse repository at this point
Copy the full SHA 57ce320View commit details -
Use Pydantic models from OpenAPI spec for API requests (#62)
* scripts: generate API models from OpenAPI spec. * Use auto-generated API models. --------- Co-authored-by: Wilfried Huss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a613a86 - Browse repository at this point
Copy the full SHA a613a86View commit details
Commits on Apr 26, 2023
-
Support server-side multi-circuits jobs API (#63)
* Upgrade to AQT API with native multi-circuit jobs support. * job: add optional progress bar when waiting for completion.
Configuration menu - View commit details
-
Copy full SHA for 69df5ee - Browse repository at this point
Copy the full SHA 69df5eeView commit details
Commits on Apr 27, 2023
-
Implement the ProviderV1 interface for AQTProvider (#65)
* provider: implement the ProviderV1 ABC * resource: add user-agent to HTTP headers
Configuration menu - View commit details
-
Copy full SHA for a17cc8e - Browse repository at this point
Copy the full SHA a17cc8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5253ec5 - Browse repository at this point
Copy the full SHA 5253ec5View commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38cc01e - Browse repository at this point
Copy the full SHA 38cc01eView commit details
Commits on May 3, 2023
-
Rename package to qiskit-aqt-provider-rc. (#67)
* Rename package to qiskit-aqt-provider-rc. * changelog: prepare for release 0.13.0
Configuration menu - View commit details
-
Copy full SHA for cad691e - Browse repository at this point
Copy the full SHA cad691eView commit details
Commits on May 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a5b538 - Browse repository at this point
Copy the full SHA 2a5b538View commit details
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d68fc89 - Browse repository at this point
Copy the full SHA d68fc89View commit details -
Add specialized Estimator primitive and VQE example (#71)
* primitives: add specialized Estimator * examples: add simple estimator-based VQE minimizer example
Configuration menu - View commit details
-
Copy full SHA for 41f99a2 - Browse repository at this point
Copy the full SHA 41f99a2View commit details -
* pyproject: update pinned dependencies * poe: fix tasks definition that swallowed exit codes * sphinx: restrict to <7
Configuration menu - View commit details
-
Copy full SHA for b546ee7 - Browse repository at this point
Copy the full SHA b546ee7View commit details
Commits on May 23, 2023
-
* Update dependencies * deps: restrict typing-extensions <4.6.0
Configuration menu - View commit details
-
Copy full SHA for 2ed3f87 - Browse repository at this point
Copy the full SHA 2ed3f87View commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a4f437 - Browse repository at this point
Copy the full SHA 5a4f437View commit details
Commits on May 30, 2023
-
backends: add noisy offline simulator (#73)
* resources: add noisy offline simulator
Configuration menu - View commit details
-
Copy full SHA for efb16e8 - Browse repository at this point
Copy the full SHA efb16e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc43a8c - Browse repository at this point
Copy the full SHA bc43a8cView commit details
Commits on Jun 21, 2023
-
* dependencies: update, in particular qiskit-terra * workflows: add python3.11, upgrade to poetry 1.5.1 * examples: skip grover-3-sat if tweedledum can't be installed
Configuration menu - View commit details
-
Copy full SHA for 175599f - Browse repository at this point
Copy the full SHA 175599fView commit details
Commits on Jun 22, 2023
-
Update default portal url, prepare to v0.15.0 (#79)
* provider: update default portal url * Bump version to 0.15.0
Configuration menu - View commit details
-
Copy full SHA for a68ca5b - Browse repository at this point
Copy the full SHA a68ca5bView commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 213d14b - Browse repository at this point
Copy the full SHA 213d14bView commit details
Commits on Jun 29, 2023
-
* primitives: expose AQTEstimator at the sub-package level * examples: add trivial QAOA example * examples: add number partition problem
Configuration menu - View commit details
-
Copy full SHA for ce41616 - Browse repository at this point
Copy the full SHA ce41616View commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b2fde20 - Browse repository at this point
Copy the full SHA b2fde20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d13ead - Browse repository at this point
Copy the full SHA 7d13eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e01128 - Browse repository at this point
Copy the full SHA 5e01128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119ff01 - Browse repository at this point
Copy the full SHA 119ff01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0217a1a - Browse repository at this point
Copy the full SHA 0217a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2390135 - Browse repository at this point
Copy the full SHA 2390135View commit details
Commits on Jul 24, 2023
-
Fix test runner configuration (#83)
* poe/tasks: make sure 'test' fails if the pytest run fails. * tests/hypothesis: really increase the example deadline.
Configuration menu - View commit details
-
Copy full SHA for 426bd9e - Browse repository at this point
Copy the full SHA 426bd9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f45bd4f - Browse repository at this point
Copy the full SHA f45bd4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78986f9 - Browse repository at this point
Copy the full SHA 78986f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b29ef91 - Browse repository at this point
Copy the full SHA b29ef91View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22caaac - Browse repository at this point
Copy the full SHA 22caaacView commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 336b2d2 - Browse repository at this point
Copy the full SHA 336b2d2View commit details
Commits on Aug 17, 2023
-
* dependencies: pin qiskit-terra to < 0.25.0
Configuration menu - View commit details
-
Copy full SHA for b4178d8 - Browse repository at this point
Copy the full SHA b4178d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 954ecc8 - Browse repository at this point
Copy the full SHA 954ecc8View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2f66cf3 - Browse repository at this point
Copy the full SHA 2f66cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15341e3 - Browse repository at this point
Copy the full SHA 15341e3View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e436d9d - Browse repository at this point
Copy the full SHA e436d9dView commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b534369 - Browse repository at this point
Copy the full SHA b534369View commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d97aaa - Browse repository at this point
Copy the full SHA 6d97aaaView commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35ea5a5 - Browse repository at this point
Copy the full SHA 35ea5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f219f0 - Browse repository at this point
Copy the full SHA 3f219f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for df8e5dc - Browse repository at this point
Copy the full SHA df8e5dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dccc8b1 - Browse repository at this point
Copy the full SHA dccc8b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd3cf6 - Browse repository at this point
Copy the full SHA efd3cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ef0a2 - Browse repository at this point
Copy the full SHA 02ef0a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42dfaaf - Browse repository at this point
Copy the full SHA 42dfaafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d1fcce - Browse repository at this point
Copy the full SHA 5d1fcceView commit details
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6edbba5 - Browse repository at this point
Copy the full SHA 6edbba5View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce6e622 - Browse repository at this point
Copy the full SHA ce6e622View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b5049 - Browse repository at this point
Copy the full SHA c1b5049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb488d - Browse repository at this point
Copy the full SHA 3eb488dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67adcfd - Browse repository at this point
Copy the full SHA 67adcfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d62a2f - Browse repository at this point
Copy the full SHA 9d62a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71964b1 - Browse repository at this point
Copy the full SHA 71964b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b94ab0 - Browse repository at this point
Copy the full SHA 2b94ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40836fa - Browse repository at this point
Copy the full SHA 40836faView commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2dbb8af - Browse repository at this point
Copy the full SHA 2dbb8afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90457dc - Browse repository at this point
Copy the full SHA 90457dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6662a3c - Browse repository at this point
Copy the full SHA 6662a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d686d11 - Browse repository at this point
Copy the full SHA d686d11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18642ac - Browse repository at this point
Copy the full SHA 18642acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db0b4f - Browse repository at this point
Copy the full SHA 6db0b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bbbf7 - Browse repository at this point
Copy the full SHA 49bbbf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 389f99c - Browse repository at this point
Copy the full SHA 389f99cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c29ba68 - Browse repository at this point
Copy the full SHA c29ba68View commit details