Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 00:32
· 46 commits to main since this release

v0.0.1 (2024-01-31)

Fix

  • fix: update variables in yaml (05fea95)

  • fix: change python version on cookie-cutter (ae5bea8)

  • fix: update ci-cd.yml (591d215)

Unknown

  • Merge pull request #82 from UBC-MDS/remove_redundant_files

fix: remove empty file in src (1341754)

  • Merge pull request #83 from UBC-MDS/ci-cd-1

fix: update toml file (02b8751)

  • Update pyproject.toml (a7b0707)

  • Merge pull request #81 from UBC-MDS/ci-cd

fix: update ci-cd.yml (0ed2fb4)

  • remove empty file in src (db5611f)

  • Merge pull request #71 from UBC-MDS/UpdateChangelog

Update changelog and bump ver number in toml (44cfa0c)

  • Update CHANGELOG.md (04a41d0)

  • Merge pull request #72 from UBC-MDS/week3_update_readme_installations

README installation instruction update (4c14d93)

  • Update CHANGELOG.md (a3c66e8)

  • README installation instruction update (724ca96)

  • bump version in toml (837f6d2)

  • Update CHANGELOG.md (82fe792)

  • Merge pull request #69 from UBC-MDS/review_example

Review example (ba839c4)

  • updated header formatting (2849391)

  • changed title to Passwordler Tutorial (cbd4f39)

  • Merge pull request #70 from UBC-MDS/yiwei/addGroupDependency

Yiwei/add group dependency (0a612f5)

  • more grammatical changes (bc023a0)

  • Merge pull request #68 from UBC-MDS/read-me-badge

Update README.md (ddf31ab)

  • finished editing example file (65f8dd8)

  • Update README.md (e58af43)

  • Merge remote-tracking branch 'origin/main' into yiwei/addGroupDependency (e744325)

  • Merge pull request #67 from UBC-MDS/doc-updates

boosted python version in readthedocs instead (4bce77d)

  • update (592afa8)

  • boosted python version in readthedocs instead (6f33e88)

  • Merge pull request #66 from UBC-MDS/doc-updates

updated python in toml and spelling in conf.py (89f22ca)

  • updated python in toml and spelling in conf.py (e2a2382)

  • Merge pull request #65 from UBC-MDS/yaml-update

updated yaml (9f512e9)

  • format and grammar edits up to encryption function (659aa53)

  • updated yaml (fc9e39c)

  • Merge pull request #64 from UBC-MDS/week3_decfun_documentation

updated decfun documentation (761e987)

  • updated decfun documentation (a897fba)

  • Merge pull request #63 from UBC-MDS/yiwei/addNarrative

Add Narratives and fix encryption doc string (af5fb3b)

  • Done (bb06f80)

  • Merge pull request #62 from UBC-MDS/example_file

add documentation for generate_password & update function (1ff7aaa)

  • add documentation for generate_password & update function to remove print statement (89a43b6)

  • Merge pull request #61 from UBC-MDS/example_file

Example file + Narrative (8ac65ad)

  • minor edit in narrative (9da55cc)

  • added example for password_strength (e5d2d76)

  • Merge pull request #54 from UBC-MDS/bumpTomlVersion

Update pyproject.toml (393b9c7)

  • Add pytest --cov-report (dba918e)

  • Update pyproject.toml (6b8ecc5)

  • Merge pull request #49 from UBC-MDS/generate_password

added generate password function body (16536a2)

  • Merge pull request #53 from UBC-MDS/FixReadmeIndentation

Fix README.md indentation (0991e02)

  • Update README.md (662c8e1)

  • Merge pull request #45 from UBC-MDS/yiwei/updateReadmeTestingAndInstructions

Update README.md about testing package use cases and Instructions (291d5b8)

  • Update README.md (3dfcf3c)

  • added tests for generate_password.py (1d404a1)

  • Merge remote-tracking branch 'origin/main' into generate_password (5f3802d)

  • Merge pull request #51 from UBC-MDS/yiwei/updateInternalTests

update internal tests (8460053)

  • update internal tests (2257900)

  • added generate password function body (4c44764)

  • Update README.md (1b5a3a5)

  • Merge pull request #47 from UBC-MDS/strength_function

fixed special character regex (968ece4)

  • moved ValueError (5e9717d)

  • moved TypeError to the top of the function (ba00017)

  • fixed special character regex (0015d5d)

  • Update README.md (03526fb)

  • Merge pull request #43 from UBC-MDS/week2_decfun_body

separated decryption tests (f395808)

  • Merge pull request #39 from UBC-MDS/32-encrypt_password-function-body

Change AES to simple substitution cipher (e5cca57)

  • Update README.md (865987c)

  • Merge remote-tracking branch 'origin/main' into 32-encrypt_password-function-body (95904d0)

  • Merge pull request #44 from UBC-MDS/strength_function

password strength function (8535883)

  • Update encrypt_password.py (dfc3f29)

  • added tests for password_strength (ef85c53)

  • added defensive programming to strength function (4945933)

  • added list of common passwords (5610512)

  • finished password_strength function (760fa97)

  • started writing function, not complete (391b7bd)

  • Merge pull request #36 from UBC-MDS/Fix_toml_typo

Update pyproject.toml and fix typo (8cb68a6)

  • separated decryption tests (9fcdda0)

  • remove imports (276110f)

  • Remove blank (0820b45)

  • Leave only encryption function in test_encrypt_password (0e6e6b5)

  • Update test cases (0b64d40)

  • revert poetry.lock (fab1b59)

  • Merge pull request #42 from UBC-MDS/week2_decfun_body

Week2 decfun body (6ffac62)

  • docstrings added to tests (a50362f)

  • added import random to test file (787c049)

  • Merge pull request #41 from UBC-MDS/40-update-readme-according-to-encrytiondecryption-algo-changes

Update readme according to encrytion/decryption algo changes (cc874f7)

  • change test filename (1e71cb1)

  • more tests decfun (827c30e)

  • Separate the original and getKeyMap (727352e)

  • Add file credits (6310201)

  • Add test cases for decryption and encryption (03ff284)

  • Add poetry.lock (7b463e9)

  • Replace AES places (fde14d3)

  • Revert "Update README.md"

This reverts commit 690cbb7. (35cd3b7)

  • Update README.md (690cbb7)

  • Change AES to simple substitution cipher (aba0565)

  • ValueError added to decfun (ebbeba6)

  • raise TypeError added to decfun (189f9d3)

  • updated docstring (1049af9)

  • decryption function (c6dd23a)

  • Update pyproject.toml (53b07da)

  • Merge pull request #31 from UBC-MDS/week1-decfun

docstring format adjustment decfun (b17eeb6)

  • Merge pull request #30 from UBC-MDS/week1-readme

added function description to README (eb0961f)

  • updating summary and isolating ecosystem paragraph (88152df)

  • docstring format adjustment decfun (81097f3)

  • added function description to README (0972b85)

  • Merge pull request #23 from UBC-MDS/week1-readme

Added installation, contributing, license and credits (7f43388)

  • Merge pull request #29 from UBC-MDS/28-add-key-as-encrypt_password-function-input

Add key as encrypt_password input (9551db0)

  • Add key as encrypt_password input (84dc0a4)

  • Merge pull request #27 from UBC-MDS/week1-decfun

update docstring decfun (14ac33c)

  • update docstring decfun (3d5b5d3)

  • Merge branch 'main' into week1-readme (410c44c)

  • Merge pull request #25 from UBC-MDS/24-change-password_encryption-to-encrypt_password-to-align-with-decrypt_password

Change password_encryption to encrypt_password (bca161c)

  • Merge pull request #26 from UBC-MDS/21-fix-cd-error

Fix CD err: add poetry run pip install python-semantic-release in cd pipeline (6136039)

  • Add comments (43aeddf)

  • comment off cd (4d7ad48)

  • comment off the line “Only run this job if new work is pushed to "main"· (31faa10)

  • add poetry run pip install python-semantic-release in cd pipeline (0971b4d)

  • Change password_encryption to encrypt_password (53a545c)

  • Update README.md

changed to match existing functions (1fc96a3)

  • Merge branch 'main' into week1-readme (1974cd5)

  • small grammatical correction (ca0e15d)

  • added installation, contributing, license and credits (72e7f84)

  • Merge pull request #12 from UBC-MDS/5-function-specifications-and-documentation-password-encryption-yiwei

Create password_encryption.py (a8520c8)

  • remove code (e88482b)

  • Merge branch 'main' into 5-function-specifications-and-documentation-password-encryption-yiwei (270d08d)

  • Merge pull request #20 from UBC-MDS/13-contributingmd-yiwei

13 contributingmd yiwei (fcee9a6)

  • Update CONTRIBUTING.md (7969283)

  • Add attribution (eb87c04)

  • Merge pull request #18 from UBC-MDS/14-contributorsmd-yiwei

Add contributors (f76cde5)

  • Delete poetry.lock (a955b45)

  • Merge pull request #11 from UBC-MDS/week1-decfun

Week1 decfun (f5cf670)

  • Merge pull request #9 from UBC-MDS/week1-readme

bulletpoints in readme fixed (5bafb19)

first version of readme (9d56591)

  • Merge pull request #7 from UBC-MDS/generate-password-specification

added initial generate_password.py specification (0bb6af8)

  • first version of readme (385a715)

  • added initial generate_password.py specification (39aec70)

  • Merge pull request #2 from UBC-MDS/project-structure

added basic project skeleton (372ce9b)