-
Notifications
You must be signed in to change notification settings - Fork 96
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
Add FHI-aims DFT calculator #562
Commits on Oct 11, 2023
-
Move files from: https://github.com/tpurcell90/atomate2-fhi-aims
This was originally started as a project to incorporate fhi-aims into jobflow as a part of the NOMAD-CoE, working with @davidwaroquiers and @ansobolev. Originally we did not know if this could be incorporated into atomate2, which is why we had a seperate repository, but the structure and administrative approval were recently granted.
Configuration menu - View commit details
-
Copy full SHA for 66d4664 - Browse repository at this point
Copy the full SHA 66d4664View commit details -
Fix errors in the tests from the migration
Minor things came up from the migration: 1) Remove all atomate2_temp from out.json files 2) Compare files function now in tests.aims not tests 3) Make all socket tests skippable because they require an aims binary to run
Configuration menu - View commit details
-
Copy full SHA for 6d82a87 - Browse repository at this point
Copy the full SHA 6d82a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for ace8c4f - Browse repository at this point
Copy the full SHA ace8c4fView commit details -
Restore data=[Structure] to generate_phonon_displacements
As mentioned by @JaGeo
Configuration menu - View commit details
-
Copy full SHA for 69a534b - Browse repository at this point
Copy the full SHA 69a534bView commit details -
Fix all of the linter errors I missed using flake8 over ruff and mpypy Also fixed spelling errors
Configuration menu - View commit details
-
Copy full SHA for 5af4c85 - Browse repository at this point
Copy the full SHA 5af4c85View commit details -
Replaced typing X | Y with Union[X, Y]
Fixes python3.9 typing error as X | Y is for python3.10
Configuration menu - View commit details
-
Copy full SHA for 7f49c8e - Browse repository at this point
Copy the full SHA 7f49c8eView commit details -
Update src/atomate2/common/jobs/phonons.py
Co-authored-by: J. George <JaGeo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8f1186e - Browse repository at this point
Copy the full SHA 8f1186eView commit details -
Make requested change from @JaGeo
Left to do: 1) ForceField phonon flow 2) overall documentation checks
Configuration menu - View commit details
-
Copy full SHA for e877b0e - Browse repository at this point
Copy the full SHA e877b0eView commit details -
Modify forcefields phonon workflow to be the same as Aims and VASP
Use the common one as the Base
Configuration menu - View commit details
-
Copy full SHA for 1e0dfc2 - Browse repository at this point
Copy the full SHA 1e0dfc2View commit details -
Update documentation of phonon workflows
Everything should be up to date now
Configuration menu - View commit details
-
Copy full SHA for 5f8190c - Browse repository at this point
Copy the full SHA 5f8190cView commit details -
Restore changes from main in the phonon flow files
Checked the diff between this an main and they should now be consistent
Configuration menu - View commit details
-
Copy full SHA for c2cddcd - Browse repository at this point
Copy the full SHA c2cddcdView commit details -
Make sure that phonon schema changes are incorporated
1) Missed one Optional typing 2) I set the factor for forcefields to the same as VASP as that was the code that was passed to the schema earlier
Configuration menu - View commit details
-
Copy full SHA for 59830d8 - Browse repository at this point
Copy the full SHA 59830d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d63a2e0 - Browse repository at this point
Copy the full SHA d63a2e0View commit details -
Uses the latest gitlab version as we wait for the new release
Configuration menu - View commit details
-
Copy full SHA for 0d8b18d - Browse repository at this point
Copy the full SHA 0d8b18dView commit details
Commits on Oct 12, 2023
-
1) conftest for aims checks if addoption is possible, and if not then always mocks aims 2) parsers constraint tests were incorrectly modified during fixing linting errors 3) prev_dir host split is now working correctly in convergence tests 4) Correct pydantic errors in AimsOutput 5) Aims files error fix
Configuration menu - View commit details
-
Copy full SHA for c7330b1 - Browse repository at this point
Copy the full SHA c7330b1View commit details -
Following @utf's suggestion to match the magnetisim workflow This works for aims, but VASP and forcefields I have enviornment errors pushing to test
Configuration menu - View commit details
-
Copy full SHA for 1d0ef20 - Browse repository at this point
Copy the full SHA 1d0ef20View commit details -
Fix pymatgen structure issue after bulk job in phonon workflow
The output should only be converted if it is a MSONableAtoms object not a Structure object
Configuration menu - View commit details
-
Copy full SHA for c5ef206 - Browse repository at this point
Copy the full SHA c5ef206View commit details -
Make ASE an optional dependecy under aims
Will convert to ASE 3.23 when it finally is made
Configuration menu - View commit details
-
Copy full SHA for b9b5722 - Browse repository at this point
Copy the full SHA b9b5722View commit details -
1) Reset prev_dir to bulk.output.dirname 2) Remove comment in get_factor
Configuration menu - View commit details
-
Copy full SHA for 8b16cc6 - Browse repository at this point
Copy the full SHA 8b16cc6View commit details -
Final documentation formatting checks
@ansobolev Can you also check to make sure you agree
Configuration menu - View commit details
-
Copy full SHA for 841aec3 - Browse repository at this point
Copy the full SHA 841aec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a30b1f - Browse repository at this point
Copy the full SHA 6a30b1fView commit details -
1) Phonon flow after bulk only convert structure if code==aims 2) forcefields code is now forcefields 3) remove print lines
Configuration menu - View commit details
-
Copy full SHA for 29739f1 - Browse repository at this point
Copy the full SHA 29739f1View commit details
Commits on Oct 13, 2023
-
Make requested changes from @ansovolev
Minor documentation and typing changes
Configuration menu - View commit details
-
Copy full SHA for c175a8c - Browse repository at this point
Copy the full SHA c175a8cView commit details -
Change parser to convert stresses to kbar
Be consistent with other codes
Configuration menu - View commit details
-
Copy full SHA for 0090f39 - Browse repository at this point
Copy the full SHA 0090f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e221c0 - Browse repository at this point
Copy the full SHA 6e221c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 498327f - Browse repository at this point
Copy the full SHA 498327fView commit details
Commits on Oct 16, 2023
-
Standardize aims schema with respect to structure
1) previous structure -> atoms: .MSONableAtoms 2) structure: Molecule | Structure Make it consistent with all codes that .structure implies pymatgen structures
Configuration menu - View commit details
-
Copy full SHA for de4171f - Browse repository at this point
Copy the full SHA de4171fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 159f013 - Browse repository at this point
Copy the full SHA 159f013View commit details -
Check the pydantic errors on the workflows
Locally everything passes, not sure what the error is about
Configuration menu - View commit details
-
Copy full SHA for 628ab6b - Browse repository at this point
Copy the full SHA 628ab6bView commit details -
Merge branch 'main' of https://github.com/materialsproject/atomate2 i…
…nto atomate2-aims
Configuration menu - View commit details
-
Copy full SHA for f4a51d2 - Browse repository at this point
Copy the full SHA f4a51d2View commit details -
Fix Pydantic2 and Phonon Schema errors from updated main
1) Add Optional tag for Optional fields 2) Correct schema json in aims phonon tests
Configuration menu - View commit details
-
Copy full SHA for e1810b5 - Browse repository at this point
Copy the full SHA e1810b5View commit details -
Correct phonon schema for the skipped tests
Skipped during execution in tests, but they should still be consistent
Configuration menu - View commit details
-
Copy full SHA for 24598a3 - Browse repository at this point
Copy the full SHA 24598a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8b9425 - Browse repository at this point
Copy the full SHA f8b9425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 020ed88 - Browse repository at this point
Copy the full SHA 020ed88View commit details
Commits on Oct 17, 2023
-
Adjust Schema names to match the updated nomenclature
Saw this in the change log for v0.0.11 and made the modifications to the aims interface
Configuration menu - View commit details
-
Copy full SHA for 48cfa36 - Browse repository at this point
Copy the full SHA 48cfa36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb1206 - Browse repository at this point
Copy the full SHA 4bb1206View commit details -
Clean up FHI-aims job to job management
1) Don't copy output files by default from prev_dir 2) Don't read in properties by default from prev_dir
Configuration menu - View commit details
-
Copy full SHA for e9ac531 - Browse repository at this point
Copy the full SHA e9ac531View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e62c4d - Browse repository at this point
Copy the full SHA 0e62c4dView commit details -
Merge pull request #1 from tpurcell90/restart-maker
remove copying all outputs by default
Configuration menu - View commit details
-
Copy full SHA for ea9f1d4 - Browse repository at this point
Copy the full SHA ea9f1d4View commit details
Commits on Oct 19, 2023
-
Move test_data for aims from
aims/test_data
totest_data/aims
Standardize with the other tests
Configuration menu - View commit details
-
Copy full SHA for 9000c32 - Browse repository at this point
Copy the full SHA 9000c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e114bd - Browse repository at this point
Copy the full SHA 3e114bdView commit details -
1) Use gzip on all test_data files 2) Adjust test readers to work on teh compressed files 3) Adujust parsers to read gz output files
Configuration menu - View commit details
-
Copy full SHA for 915ede8 - Browse repository at this point
Copy the full SHA 915ede8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 346cf78 - Browse repository at this point
Copy the full SHA 346cf78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b855c9 - Browse repository at this point
Copy the full SHA 2b855c9View commit details -
write_aim_input_set
structure->atoms name conventionI missed one inconsistent call in my previous search
Configuration menu - View commit details
-
Copy full SHA for 26ad822 - Browse repository at this point
Copy the full SHA 26ad822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb8c6b - Browse repository at this point
Copy the full SHA 8bb8c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 997a576 - Browse repository at this point
Copy the full SHA 997a576View commit details -
Fix the reading of previous images in the socket calculator
Don't copy files just read existing ones
Configuration menu - View commit details
-
Copy full SHA for 6696071 - Browse repository at this point
Copy the full SHA 6696071View commit details -
Automatically gzip output files when jobs end
The fixes for the test-gzipped files now means this is no longer problematic
Configuration menu - View commit details
-
Copy full SHA for 5e30355 - Browse repository at this point
Copy the full SHA 5e30355View commit details -
Configuration menu - View commit details
-
Copy full SHA for f038749 - Browse repository at this point
Copy the full SHA f038749View commit details -
MSONableAtoms objects should be called atoms not structure
Configuration menu - View commit details
-
Copy full SHA for c9ca05f - Browse repository at this point
Copy the full SHA c9ca05fView commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 434a15f - Browse repository at this point
Copy the full SHA 434a15fView commit details -
Correct issues that came from resolving merge conflicts
1) The vasp.flows.phonons and forcefields.flows.phonons make funtion not needed 2) Correct typing/annotations linting issues
Configuration menu - View commit details
-
Copy full SHA for edb4e82 - Browse repository at this point
Copy the full SHA edb4e82View commit details -
Configuration menu - View commit details
-
Copy full SHA for f291c81 - Browse repository at this point
Copy the full SHA f291c81View commit details -
Fix typing and annotations lint errors
Soemthing in the merge switched the needed behavior
Configuration menu - View commit details
-
Copy full SHA for 717cc22 - Browse repository at this point
Copy the full SHA 717cc22View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5f423 - Browse repository at this point
Copy the full SHA fd5f423View commit details -
Merge remote-tracking branch 'origin/atomate2-aims' into atomate2-aims
# Conflicts: # src/atomate2/aims/flows/gw.py
Configuration menu - View commit details
-
Copy full SHA for 05aad05 - Browse repository at this point
Copy the full SHA 05aad05View commit details -
Add Flow type hint to common workflow make
Be consistent with the new main branch changes
Configuration menu - View commit details
-
Copy full SHA for 498ab75 - Browse repository at this point
Copy the full SHA 498ab75View commit details -
1) Make the `light` files copies not links 2) All `species_dir` that with not sub path are now looking for light 3 Removes all species files not in `light` or `tight`
Configuration menu - View commit details
-
Copy full SHA for 3dcd2a9 - Browse repository at this point
Copy the full SHA 3dcd2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc424f3 - Browse repository at this point
Copy the full SHA fc424f3View commit details -
Refactor the ConvergenceMaker to be a flow maker
1) Create `aims.jobs.convergence` and `aims.flows.convergence` 2) Move `convergence_iteration` and `update_convergence_file` to `aims.jobs.convergence` 3) Move `ConvergenceMaker` to `aims.flows.convergence` 4) Allow `ConvergenceMaker` to accept pytmatgen input structures
Configuration menu - View commit details
-
Copy full SHA for de22985 - Browse repository at this point
Copy the full SHA de22985View commit details -
ConvergenceMaker now does this in the `make` function
Configuration menu - View commit details
-
Copy full SHA for 6a35895 - Browse repository at this point
Copy the full SHA 6a35895View commit details -
Move ConvergenceMaker to
aims.jobs.convergence
This is no longer a flow, so it should be in jobs
Configuration menu - View commit details
-
Copy full SHA for 526ea49 - Browse repository at this point
Copy the full SHA 526ea49View commit details -
Configuration menu - View commit details
-
Copy full SHA for a094278 - Browse repository at this point
Copy the full SHA a094278View commit details -
Merge remote-tracking branch 'origin/atomate2-aims' into atomate2-aims
# Conflicts: # src/atomate2/aims/flows/convergence.py
Configuration menu - View commit details
-
Copy full SHA for 78427b2 - Browse repository at this point
Copy the full SHA 78427b2View commit details -
Remove convergenceMaker.last_idx and detour from ConvergenceMaker
Changes as requesteed
Configuration menu - View commit details
-
Copy full SHA for 780f6c6 - Browse repository at this point
Copy the full SHA 780f6c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01984d8 - Browse repository at this point
Copy the full SHA 01984d8View commit details -
Remove use of ASE_AIMS_COMMAND in the doc strings
Configuration menu - View commit details
-
Copy full SHA for 5618dff - Browse repository at this point
Copy the full SHA 5618dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce12ee - Browse repository at this point
Copy the full SHA 5ce12eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f51cb5 - Browse repository at this point
Copy the full SHA 2f51cb5View commit details -
Update src/atomate2/forcefields/flows/phonons.py
Add requested volume relaxation Co-authored-by: J. George <JaGeo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a2ee7dd - Browse repository at this point
Copy the full SHA a2ee7ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b5160 - Browse repository at this point
Copy the full SHA 43b5160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1abef6e - Browse repository at this point
Copy the full SHA 1abef6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa04de - Browse repository at this point
Copy the full SHA 7fa04deView commit details -
Move get_factor to common.schemas.phonons
Remove the circular depedency
Configuration menu - View commit details
-
Copy full SHA for dd9b53c - Browse repository at this point
Copy the full SHA dd9b53cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0f4ee - Browse repository at this point
Copy the full SHA ef0f4eeView commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7e0fded - Browse repository at this point
Copy the full SHA 7e0fdedView commit details
Commits on Oct 31, 2023
-
Add compare_files to the input set generator tests
pulling from tests.aims no longer works I'll try to come up with a better solution
Configuration menu - View commit details
-
Copy full SHA for 7de6ad6 - Browse repository at this point
Copy the full SHA 7de6ad6View commit details -
I just noticed the chaing in directory names
Configuration menu - View commit details
-
Copy full SHA for 2169e47 - Browse repository at this point
Copy the full SHA 2169e47View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf1463e - Browse repository at this point
Copy the full SHA bf1463eView commit details
Commits on Nov 9, 2023
-
Remove MSONaableAtoms from src
Still in tests will remove that next
Configuration menu - View commit details
-
Copy full SHA for 6dad72b - Browse repository at this point
Copy the full SHA 6dad72bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2407a26 - Browse repository at this point
Copy the full SHA 2407a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d8761 - Browse repository at this point
Copy the full SHA 88d8761View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7d9e11 - Browse repository at this point
Copy the full SHA c7d9e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30e4db4 - Browse repository at this point
Copy the full SHA 30e4db4View commit details -
Merge branch 'main' of https://github.com/materialsproject/atomate2 i…
…nto atomate2-aims
Configuration menu - View commit details
-
Copy full SHA for 6eb27d1 - Browse repository at this point
Copy the full SHA 6eb27d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4907413 - Browse repository at this point
Copy the full SHA 4907413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df0f5f - Browse repository at this point
Copy the full SHA 3df0f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b77329 - Browse repository at this point
Copy the full SHA 9b77329View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5469312 - Browse repository at this point
Copy the full SHA 5469312View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25bc647 - Browse repository at this point
Copy the full SHA 25bc647View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa8b9b - Browse repository at this point
Copy the full SHA 7aa8b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5682a6a - Browse repository at this point
Copy the full SHA 5682a6aView commit details -
Use the updated parameters not original one when building the input sets
Configuration menu - View commit details
-
Copy full SHA for cbd4015 - Browse repository at this point
Copy the full SHA cbd4015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78dc195 - Browse repository at this point
Copy the full SHA 78dc195View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e054f3 - Browse repository at this point
Copy the full SHA 4e054f3View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ddd690 - Browse repository at this point
Copy the full SHA 5ddd690View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c71f1c0 - Browse repository at this point
Copy the full SHA c71f1c0View commit details -
Be more prcsie with output band checks
In some versions it prints -0.0000 instead of 0.0000
Configuration menu - View commit details
-
Copy full SHA for 1a27c19 - Browse repository at this point
Copy the full SHA 1a27c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ebea3f - Browse repository at this point
Copy the full SHA 3ebea3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec157db - Browse repository at this point
Copy the full SHA ec157dbView commit details
Commits on Nov 15, 2023
-
Fix issues with calculation schemas
1) stress input can be voigt or 3x3 -> 3x3 2) Remove extraneous CalculationInput object
Configuration menu - View commit details
-
Copy full SHA for 13186a9 - Browse repository at this point
Copy the full SHA 13186a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69148b0 - Browse repository at this point
Copy the full SHA 69148b0View commit details
Commits on Nov 16, 2023
-
Co-authored-by: Alex Ganose <utf@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0745866 - Browse repository at this point
Copy the full SHA 0745866View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57fc052 - Browse repository at this point
Copy the full SHA 57fc052View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77c2c5f - Browse repository at this point
Copy the full SHA 77c2c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd664ce - Browse repository at this point
Copy the full SHA bd664ceView commit details -
remove img_format from PhononBSPlotter call
This is no longer used in pymatgen
Configuration menu - View commit details
-
Copy full SHA for afa6984 - Browse repository at this point
Copy the full SHA afa6984View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30089bd - Browse repository at this point
Copy the full SHA 30089bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fbc023 - Browse repository at this point
Copy the full SHA 8fbc023View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5adabde - Browse repository at this point
Copy the full SHA 5adabdeView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 089a799 - Browse repository at this point
Copy the full SHA 089a799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f9bd78 - Browse repository at this point
Copy the full SHA 8f9bd78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb5f8b - Browse repository at this point
Copy the full SHA 6fb5f8bView commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa7315e - Browse repository at this point
Copy the full SHA fa7315eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 174d874 - Browse repository at this point
Copy the full SHA 174d874View commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24ca9e2 - Browse repository at this point
Copy the full SHA 24ca9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ee0172 - Browse repository at this point
Copy the full SHA 1ee0172View commit details -
Configuration menu - View commit details
-
Copy full SHA for f58c34c - Browse repository at this point
Copy the full SHA f58c34cView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e782ad9 - Browse repository at this point
Copy the full SHA e782ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2a781 - Browse repository at this point
Copy the full SHA 7c2a781View commit details -
1) Update pyproject to use monty==2024.2.2
2) Make a hacky fix for phonon workflow that should not be kept This will only be used for discussion with @JaGeoX
Configuration menu - View commit details
-
Copy full SHA for 317549b - Browse repository at this point
Copy the full SHA 317549bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 639e1c8 - Browse repository at this point
Copy the full SHA 639e1c8View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52b98a7 - Browse repository at this point
Copy the full SHA 52b98a7View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07d654a - Browse repository at this point
Copy the full SHA 07d654aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ac17a - Browse repository at this point
Copy the full SHA c2ac17aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3e7029 - Browse repository at this point
Copy the full SHA b3e7029View commit details