Skip to content
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

⚡Rewrite WikibaseIntegrator #152

Merged
merged 355 commits into from
Jul 14, 2022
Merged

⚡Rewrite WikibaseIntegrator #152

merged 355 commits into from
Jul 14, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 5, 2021

  1. Add dummy docstring

    LeMyst committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    1b3d8f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    05151c7 View commit details
    Browse the repository at this point in the history
  2. Delete test_wbi_datatype.py

    LeMyst committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    cd46102 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    520693c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09823bb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Fix #218

    LeMyst committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    ab27bf4 View commit details
    Browse the repository at this point in the history
  2. Prepare v0.12.0.dev4

    LeMyst committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    babde2b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    a07888f View commit details
    Browse the repository at this point in the history
  2. Some linting

    LeMyst committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    a1f06fa View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Stop using requirements.txt

    LeMyst committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    06cfbd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b734c3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4175f5 View commit details
    Browse the repository at this point in the history
  4. Improve github actions

    LeMyst committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    046f0e1 View commit details
    Browse the repository at this point in the history
  5. Update requirements.txt

    LeMyst committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    45d168a View commit details
    Browse the repository at this point in the history
  6. Update .gitignore

    LeMyst committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    ed7bc23 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    7a53ec2 View commit details
    Browse the repository at this point in the history
  2. Prepare v0.12.0.dev5

    LeMyst committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    57fd784 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Update forms.py

    LeMyst committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    3a6016b View commit details
    Browse the repository at this point in the history
  2. Update aliases.py

    Close #227
    LeMyst committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    d71e47c View commit details
    Browse the repository at this point in the history
  3. Update forms.py

    LeMyst committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    1954ee0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Add better badge

    LeMyst committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    113e9e2 View commit details
    Browse the repository at this point in the history
  2. Update globecoordinate.py

    Update with better code
    LeMyst committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f9c7329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d09775 View commit details
    Browse the repository at this point in the history
  4. Update basedatatype.py

    Removve self.valiue in BaseDataType
    LeMyst committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    3422e7c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. 1 Configuration menu
    Copy the full SHA
    2669b59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a6d98f View commit details
    Browse the repository at this point in the history
  3. Fix missing format value

    LeMyst committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    b5f0797 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Configuration menu
    Copy the full SHA
    34a68b4 View commit details
    Browse the repository at this point in the history
  2. Change support for entities api parameter

    It's now optional and pass better between multiple objects
    Add unit tests
    LeMyst committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    fe87363 View commit details
    Browse the repository at this point in the history
  3. Remove wikibaseintegrator.wbi_helpers

    Directly call functions from wbi_helpers.py
    LeMyst committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    682fea4 View commit details
    Browse the repository at this point in the history
  4. Add isort

    LeMyst committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    f4c9f91 View commit details
    Browse the repository at this point in the history
  5. Remove useless BaseEntity.json

    LeMyst committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    837bd0e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    dd48867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6036f28 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Clean docstring

    LeMyst committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    4764ce2 View commit details
    Browse the repository at this point in the history
  2. Add retry for HTTP Code 500, 502 and 504 (#233)

    * Add retry for HTTP Code 500, 502 and 504
    
    Add unit tests
    Fix #232
    
    * Add the same for sparql requests
    LeMyst authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    0c77d51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10ea3bf View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Use mypy to setup static typing (#141)

    * Add static typing
    LeMyst authored Sep 26, 2021
    Configuration menu
    Copy the full SHA
    39c485c View commit details
    Browse the repository at this point in the history
  2. Fix some typos

    LeMyst committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    b118ff4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Prepare v0.12.0.dev6

    LeMyst committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    a8aee02 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Fix test

    LeMyst committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    8311982 View commit details
    Browse the repository at this point in the history
  2. Add 3.11-dev to workflow

    LeMyst committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    880a672 View commit details
    Browse the repository at this point in the history
  3. Fix missing version

    LeMyst committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    5fae798 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Update IDEA project to 3.10

    LeMyst committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    3f21e79 View commit details
    Browse the repository at this point in the history
  2. Remove 3.11-dev

    Fail with pytest
    LeMyst committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    de49240 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Add item creation notebook

    LeMyst committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    4ae604f View commit details
    Browse the repository at this point in the history
  2. Update lexeme_write.ipynb

    LeMyst committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d221031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2976f4b View commit details
    Browse the repository at this point in the history
  4. Update WikibaseIntegrator.iml

    LeMyst committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    c70536e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Configuration menu
    Copy the full SHA
    1b5918a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0a49b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e7aef4 View commit details
    Browse the repository at this point in the history
  4. Remove redundant code

    LeMyst committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    0a8a041 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    307e697 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac0d113 View commit details
    Browse the repository at this point in the history
  7. Fix unneeded-not pylint issue

    LeMyst committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    9679229 View commit details
    Browse the repository at this point in the history
  8. Pylint improvements

    LeMyst committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    a9767dc View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    7adfce3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    a601fb1 View commit details
    Browse the repository at this point in the history
  2. Add missing extra_require

    LeMyst committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    a80cb71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0f208a View commit details
    Browse the repository at this point in the history
  4. Rework FastRun for using WBI DataModel (#249)

    * Rework FastRun for using WBI DataModel
    
    * base_filter use a list of BaseDataType
    * Add a set_value() function in BaseDataType classes
    * Fix multiple _get_sparql_value()
    * Comment fr_search()
    
    * Dont query datatype if already available
    
    * Add support for subclasses is FastRunContainer
    
    * Remove unwanted require
    LeMyst authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    76340d0 View commit details
    Browse the repository at this point in the history
  5. Rework Fastrun (#251)

    * Replace load_item() with get_item()
    * Move some fastrun function from baseentity to wbi_fastrun
    * Update tests
    LeMyst authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0f706a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    17b1336 View commit details
    Browse the repository at this point in the history
  2. Prepare v0.12.0.dev7

    LeMyst committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    65e7147 View commit details
    Browse the repository at this point in the history
  3. Update wbi_helpers.py (#255)

    Add a default session instead of recreating a new one everytime.
    LeMyst authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    a081e1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd620eb View commit details
    Browse the repository at this point in the history
  5. Amount can be zero (#257)

    LeMyst authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    4eb0ec9 View commit details
    Browse the repository at this point in the history
  6. Empty claim (#258)

    * Avoid empty claim list in Claims()
    
    * Don't return claim if removed and don't have an wikibase ID
    
    * Remove unnecessary part
    
    * Improve Claims().remove()
    
    Add remove flag for identified claims and simply delete others.
    Remove empty list
    
    * Remove Claims.clear()
    
    Far from perfect. Can be easily done outside.
    LeMyst authored Nov 28, 2021
    Configuration menu
    Copy the full SHA
    396f9fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31098e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bbab51c View commit details
    Browse the repository at this point in the history
  9. Remove duplicated debug

    LeMyst committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    ded696a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97771d0 View commit details
    Browse the repository at this point in the history
  11. Update notebooks

    LeMyst committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    967e1f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Update globecoordinate.py

    LeMyst committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    efa4267 View commit details
    Browse the repository at this point in the history
  2. Cleanup fastrun

    LeMyst committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    f985b52 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Add TODO

    LeMyst committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    239ed64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fa0872 View commit details
    Browse the repository at this point in the history
  3. Update globecoordinate.py

    LeMyst committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    a933710 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Update lexeme_write.ipynb

    LeMyst committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    b7b04b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Replace simplejson by ujson (#264)

    * Replace simplejson by json
    
    * Ignore missing dependency simplejson
    
    * Cleanup
    
    * Whitelist ujson in pylint
    
    * Use ujson instead of default json
    
    * Add ujson imports
    
    * use json default error
    
    * Remove ignore simplejson import
    
    * Fix variable reuse
    
    * Update test_wbi_backoff.py
    LeMyst authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    cac53e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    b305105 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Linting

    LeMyst committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    a37bb93 View commit details
    Browse the repository at this point in the history
  2. rollback changes

    LeMyst committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    5adea1d View commit details
    Browse the repository at this point in the history
  3. Improve lint workflow

    LeMyst committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    bfbf061 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Update pyproject.toml

    LeMyst committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    db1542a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Update ujson to 5.1.0

    LeMyst committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    bba5fcd View commit details
    Browse the repository at this point in the history
  2. Fix typos

    LeMyst committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    db8a7f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Rewrite wbi_login (#267)

    Separate each auth method in a class.
    LeMyst authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    cc8dbb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Cleanup code

    LeMyst committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    86b11f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    093e713 View commit details
    Browse the repository at this point in the history
  2. Upgrade requests to 2.27.1

    LeMyst committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    5a9b737 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Update baseentity.py

    LeMyst committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    27c35a4 View commit details
    Browse the repository at this point in the history
  2. Fix and improve wbi_helpers.search_entities()

    Co-Authored-By: Dennis Priskorn <68460690+dpriskorn@users.noreply.github.com>
    LeMyst and dpriskorn committed Jan 7, 2022
    1 Configuration menu
    Copy the full SHA
    27d88af View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Add list of language code

    LeMyst committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    51c1f82 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Documentation for v0.12 (#209)

    * Initial doc commit
    
    * Doc for v0.12
    
    * Create .readthedocs.yaml
    
    * Update conf.py
    
    Add __init__ in documentation and remove sparql_query
    
    * Add sphinx-autodoc-typehints
    
    * Change package installation method
    
    * Change pylint for docs
    
    * Update setup.cfg
    
    * Update requirements.txt
    
    * Add doc template files
    
    * Update doc source files
    
    * Improve Sphinx Generation
    
    * Add dependencies to setup.py
    
    * Improve docs
    
    * Fix mypy error
    
    * Update doc
    
    * Update some docs
    
    * Update wbi_login doc
    
    * Update language_values.py
    
    * Improve doc
    LeMyst authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    f4f9039 View commit details
    Browse the repository at this point in the history
  2. Update docs deps (#272)

    LeMyst authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    9ba841c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Prepare v0.12.0.dev8

    LeMyst committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    82b2dba View commit details
    Browse the repository at this point in the history
  2. Update setup.cfg

    LeMyst committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    64fa2a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    8ba94c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    77fd6a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Update conf.py

    LeMyst committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    43bd85e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f990f2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a7593f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0c43ff View commit details
    Browse the repository at this point in the history
  5. Update wbi_login.py

    LeMyst committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    b4c226f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd453e0 View commit details
    Browse the repository at this point in the history
  7. Use "python -m" when possible

    LeMyst committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    1df8541 View commit details
    Browse the repository at this point in the history
  8. Update python-lint.yml

    LeMyst committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    8130aea View commit details
    Browse the repository at this point in the history
  9. Update __init__.py

    LeMyst committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    2660f3b View commit details
    Browse the repository at this point in the history
  10. Update __init__.py

    LeMyst committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    a1ac827 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Update the README.md for v0.12 (#226)

    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    LeMyst authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    38f8294 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    LeMyst committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    3372589 View commit details
    Browse the repository at this point in the history
  3. Update wikibaseintegrator.py

    LeMyst committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    74b513c View commit details
    Browse the repository at this point in the history
  4. Fix login typing issues

    LeMyst committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    7b20b8d View commit details
    Browse the repository at this point in the history
  5. Update docs dependencies

    LeMyst committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0185674 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    LeMyst committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    0d8e7ff View commit details
    Browse the repository at this point in the history
  7. Update item_get.ipynb

    LeMyst committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    ab9baab View commit details
    Browse the repository at this point in the history
  8. Update README.md

    LeMyst committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    54c4294 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Prepare v0.12.0rc1

    LeMyst committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    8467f31 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    d0b2e51 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Prepare for v0.12.0rc2

    LeMyst committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    8d2ee59 View commit details
    Browse the repository at this point in the history
  2. Add missing dependency

    LeMyst committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    8b85fe3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    8f83084 View commit details
    Browse the repository at this point in the history
  2. Improve login module

    LeMyst committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    0265564 View commit details
    Browse the repository at this point in the history
  3. Update test_wbi_login.py

    LeMyst committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    6092109 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c406bb6 View commit details
    Browse the repository at this point in the history
  5. Remove pytest on python 3.11

    LeMyst committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    c1c009f View commit details
    Browse the repository at this point in the history
  6. Update test_wbi_core.py

    LeMyst committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    dd99601 View commit details
    Browse the repository at this point in the history
  7. Improve Time datatype

    * Allow int for precision parameter
    * Improve regex pattern (on year, month and day)
    * Comment unsupported time (must be 00:00:00)
    * Comment unsupported precision (only 0 to 11)
    LeMyst committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    33b6d9b View commit details
    Browse the repository at this point in the history
  8. Fix time datatype

    * Fix keyword "now" for time
    * Fix related tests
    LeMyst committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    47792da View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Cosmetic change

    LeMyst committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    22ed8f7 View commit details
    Browse the repository at this point in the history
  2. Comment some debug

    Too much informations
    LeMyst committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    7517f80 View commit details
    Browse the repository at this point in the history
  3. Make function private

    LeMyst committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    7781944 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41bb917 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    938e967 View commit details
    Browse the repository at this point in the history
  6. Forgot import

    LeMyst committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    b5ec6ec View commit details
    Browse the repository at this point in the history
  7. Fix typing

    LeMyst committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    7210a3e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Update WikibaseIntegrator.iml

    LeMyst committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    b7ab5b6 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate raise

    LeMyst committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    4ac5a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1eeea3 View commit details
    Browse the repository at this point in the history
  4. Improve typing

    LeMyst committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    3ef711b View commit details
    Browse the repository at this point in the history
  5. Update requirements

    LeMyst committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    b6ab5d0 View commit details
    Browse the repository at this point in the history
  6. Improve typing

    LeMyst committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    d30cc16 View commit details
    Browse the repository at this point in the history
  7. Improve _get() and _write()

    Add support for login, is_bot and allow_anonymous for private wiki
    LeMyst committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    78539cd View commit details
    Browse the repository at this point in the history
  8. Improve typing

    LeMyst committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    3d0bd2f View commit details
    Browse the repository at this point in the history
  9. Change ActionIfExists.APPEND

    ActionIfExists.APPEND now update the claim if already present
    LeMyst committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    b182c3a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    85ff4f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    30eb701 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    e264fef View commit details
    Browse the repository at this point in the history
  2. Add wbi_fastrun.get_items()

    LeMyst committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    3740a9a View commit details
    Browse the repository at this point in the history
  3. Improve Claim qualifiers stter

    LeMyst committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    9b3378d View commit details
    Browse the repository at this point in the history
  4. Fix test

    LeMyst committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1cf8982 View commit details
    Browse the repository at this point in the history
  5. Force usage of datatypes

    LeMyst committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    d3de711 View commit details
    Browse the repository at this point in the history
  6. Fix mypy

    LeMyst committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    0d281b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef59bfb View commit details
    Browse the repository at this point in the history
  8. Revert "Add props parameter to wbgetentities"

    This reverts commit ef59bfb.
    LeMyst committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    11c4b39 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Improve ValueError messages

    LeMyst committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    67bac5f View commit details
    Browse the repository at this point in the history
  2. Add Entity suffix

    LeMyst committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    244ca5d View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    337b3c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Rework Claim.has_equal_qualifiers()

    Fix #295
    LeMyst committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e5c3236 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Update README.md

    Add debugging part
    LeMyst committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    30db5e9 View commit details
    Browse the repository at this point in the history
  2. Update docs requirements

    LeMyst committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    2a2cbf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    6b182e2 View commit details
    Browse the repository at this point in the history
  2. Update publish-to-pypi.yml

    LeMyst committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    ba68d26 View commit details
    Browse the repository at this point in the history
  3. Prepare for v0.12.0rc3

    LeMyst committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    ab42374 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    80c1d31 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Add USER_AGENT in unit tests

    LeMyst committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    fbd89a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d20cb89 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Update baseentity.py

    Improve bot flag support
    LeMyst committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ea2415d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9cb1b View commit details
    Browse the repository at this point in the history
  3. Update snaks.py

    Fix property_number attribut getter/setter
    LeMyst committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    978fe6c View commit details
    Browse the repository at this point in the history
  4. Update wbi_helpers.py

    Improve token support
    Improve anonymous support
    Change login_session to session
    LeMyst committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4c608d6 View commit details
    Browse the repository at this point in the history
  5. Revert "Update snaks.py"

    This reverts commit 978fe6c.
    LeMyst committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    d155d35 View commit details
    Browse the repository at this point in the history
  6. Update snaks.py

    Fix property_number
    LeMyst committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4d4afb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Improve SDC support

    Tested for write/read
    Add README
    LeMyst committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    af30069 View commit details
    Browse the repository at this point in the history
  2. Fix mypy error

    LeMyst committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    741a329 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    db41111 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    f6c693a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46fe1c6 View commit details
    Browse the repository at this point in the history
  3. Fix tests...

    LeMyst committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    c1d5534 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Update docstring for write functions (#279)

    Remove extra code in BaseEntity._write()
    LeMyst committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    2213932 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Add a little more docstring (#289)

    Fix #289 ?
    LeMyst committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    ecf2dfc View commit details
    Browse the repository at this point in the history
  2. Update README.md

    LeMyst committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    7e91564 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. 2 Configuration menu
    Copy the full SHA
    bfa2800 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Update Github actions

    LeMyst committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1dd4ea8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Update baseentity.py

    Update `BaseEntity.clear()` function with empty data dictionary and docstring.
    Update _write() docstring.
    LeMyst committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    66e7991 View commit details
    Browse the repository at this point in the history
  2. Update baseentity.py

    Fix condition issue
    
    Co-Authored-By: Dennis Priskorn <dennis@priskorn.se>
    LeMyst and dpriskorn committed Apr 14, 2022
    1 Configuration menu
    Copy the full SHA
    1f6b7d5 View commit details
    Browse the repository at this point in the history
  3. Mediawiki -> MediaWiki

    LeMyst committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8f9e17f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Update item.py

    Try new docstring
    LeMyst committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    93e2fd5 View commit details
    Browse the repository at this point in the history
  2. Update docs requirements

    LeMyst committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    075c552 View commit details
    Browse the repository at this point in the history
  3. Update requirements

    LeMyst committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    008ea1f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Fix deletetalk param

    LeMyst committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d5f393a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    8929c04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef3b7f View commit details
    Browse the repository at this point in the history
  3. Update publish-to-pypi.yml

    LeMyst committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    871d648 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    ad96981 View commit details
    Browse the repository at this point in the history
  2. Fix mypy typing error

    LeMyst committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    9ea97fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04a6f4c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Fix missing attributes in MW 1.35 (#326)

    * Update baseentity.py
    
    fix #325
    
    * Update baseentity.py
    
    Co-authored-by: Myst <1592048+LeMyst@users.noreply.github.com>
    dpriskorn and LeMyst authored May 3, 2022
    1 Configuration menu
    Copy the full SHA
    189b102 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Update backoff to 2.0.1

    LeMyst committed May 4, 2022
    Configuration menu
    Copy the full SHA
    1ccd640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae2364 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    3e2ce9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3c16ca View commit details
    Browse the repository at this point in the history
  3. Add NonExistentEntityError exception (#331)

    * Add NonExistentEntityError exception
    
    Co-Authored-By: Dennis Priskorn <dennis@priskorn.se>
    
    * Add missing Exception
    
    Co-authored-by: Dennis Priskorn <dennis@priskorn.se>
    LeMyst and dpriskorn authored May 5, 2022
    Configuration menu
    Copy the full SHA
    e236674 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    ecea6c3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Update wbi_helpers.py

    Add NonExistentEntityError exception when trying to delete a non existent entity
    LeMyst committed May 16, 2022
    Configuration menu
    Copy the full SHA
    a09eebf View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    a187e99 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Configuration menu
    Copy the full SHA
    407f639 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Fix typo
    
    Co-Authored-By: Christian Clauss <cclauss@me.com>
    LeMyst and cclauss committed May 29, 2022
    Configuration menu
    Copy the full SHA
    7330804 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    c1eced4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d030baf View commit details
    Browse the repository at this point in the history
  3. Fix codespell path

    LeMyst committed May 30, 2022
    Configuration menu
    Copy the full SHA
    d67fc89 View commit details
    Browse the repository at this point in the history
  4. Fixes with codespell

    LeMyst committed May 30, 2022
    Configuration menu
    Copy the full SHA
    92a8a3d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Update baseentity.py

    LeMyst committed May 31, 2022
    Configuration menu
    Copy the full SHA
    18954ee View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Replace print() with logging methods

    Co-Authored-By: Dennis Priskorn <dennis@priskorn.se>
    LeMyst and dpriskorn committed Jun 1, 2022
    1 Configuration menu
    Copy the full SHA
    0dd072f View commit details
    Browse the repository at this point in the history
  2. Disable pytest on 3.11-dev

    LeMyst committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    549008e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Prepare for v0.12.0rc4

    LeMyst committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    9cc5523 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Prepare for v0.12.0rc5

    LeMyst committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    291f14f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Fix tests

    Increase backoff for more messages
    LeMyst committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0a23e01 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    7ed6cd9 View commit details
    Browse the repository at this point in the history
  3. Improve backoff logger

    LeMyst committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    1f6e9ca View commit details
    Browse the repository at this point in the history
  4. Update wbi_helpers.py

    Add mediainfo type
    LeMyst committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e5246c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Update notebooks

    LeMyst committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c95a7d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173e43f View commit details
    Browse the repository at this point in the history
  3. Imrpove typing

    Co-Authored-By: Peter Grond <1938132+pgrond@users.noreply.github.com>
    LeMyst and pgrond committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    02f7647 View commit details
    Browse the repository at this point in the history
  4. Fix models typing

    LeMyst committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    0e0fb85 View commit details
    Browse the repository at this point in the history
  5. Fix entities typing

    LeMyst committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    afbbf95 View commit details
    Browse the repository at this point in the history
  6. Add enum WikibaseDatatype

    Co-Authored-By: Dennis Priskorn <dennis@priskorn.se>
    LeMyst and dpriskorn committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    1708586 View commit details
    Browse the repository at this point in the history
  7. Force Datatype value without wikibaseintegrator.datatypes

    Co-Authored-By: Dennis Priskorn <dennis@priskorn.se>
    LeMyst and dpriskorn committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    20a5f85 View commit details
    Browse the repository at this point in the history
  8. Use WikibaseDatatype enum

    LeMyst committed Jun 15, 2022
    2 Configuration menu
    Copy the full SHA
    c1e08ca View commit details
    Browse the repository at this point in the history
  9. Add long entity id support

    Fix #343
    
    Co-Authored-By: Dennis Priskorn <dennis@priskorn.se>
    LeMyst and dpriskorn committed Jun 15, 2022
    1 Configuration menu
    Copy the full SHA
    8bdcfea View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Fix delete test

    LeMyst committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    c5bb9f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Fix typing

    LeMyst committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    78adbf0 View commit details
    Browse the repository at this point in the history
  2. Fix typing

    LeMyst committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    e5dbe96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fff39b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Improve exceptions (#357)

    LeMyst authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    541da2e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    fd391aa View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    67c428f View commit details
    Browse the repository at this point in the history
  2. Update docstring

    LeMyst committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    e1e602d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    3ee6a31 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    LeMyst committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d5c8a75 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Explicit ActionIfExists

    * Replace `APPEND` by `APPEND_OR_REPLACE`
    * Replace `REPLACE` by `REPLACE_ALL`
    
    Co-Authored-By: Peter Grond <1938132+pgrond@users.noreply.github.com>
    LeMyst and pgrond committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    4aa6133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb52ea4 View commit details
    Browse the repository at this point in the history
  3. Update ujson

    LeMyst committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    6f7f41c View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    LeMyst committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    d29ac65 View commit details
    Browse the repository at this point in the history
  5. Remove .idea folder (#364)

    Add folder to .gitignore
    LeMyst authored Jul 2, 2022
    Configuration menu
    Copy the full SHA
    d6acffd View commit details
    Browse the repository at this point in the history
  6. Reintroduce getting the conflicting entity id and the language (#361)

    * Reintroduce getting the conflicting entity id and the language and test everything.
    wbi_exceptions.py:
    MWApiError: New attributes code, info, messages, messages_names.
    get_conflicting_entity_id(), get_language(): New methods.
    test_wbi_exceptions.py: Add TestCase class TestWbiExceptions and move the existing functions into it.
    TestWbiExceptions:
    test_modification_failed(), test_failed_save(): Add 2 assertions for the new properties.
    test_modification_failed_no_dict(), test_modification_failed_no_message(), test_modification_failed_no_parameters(): New tests
    
    * Handle DataValueCorrupt which are missing info key and other information.
    wbi_exceptions.py: MWApiError:
    get_conflicting_entity_id(), get_language(): Add logic to raise new exception if the information is missing.
    DataValueCorrupt: New exception.
    
    * wbi_exceptions.py: MWApiError:
    get_conflicting_entity_id(), get_language(): Raise IndexError with the whole error dict.
    
    * wbi_exceptions.py: MWApiError:
    get_language(): Raise NonExistentEntityError if not found.
    
    * Optimize properties to return list instead of str
    
    Optimize get_conflicting_entity_id and get_language from wbi_exceptions to return a List of str or None
    
    * Update wbi_exceptions.py
    
    Remove unused attribute
    
    * Update wikibaseintegrator/wbi_exceptions.py
    
    Co-authored-by: Christian Clauss <cclauss@me.com>
    
    * Replace "return None" to empty List
    
    * Unused Exception
    
    Removed for the time being.
    
    * Use plural form
    
    Co-Authored-By: Christian Clauss <cclauss@me.com>
    
    Co-authored-by: Myst <1592048+LeMyst@users.noreply.github.com>
    Co-authored-by: Christian Clauss <cclauss@me.com>
    3 people authored Jul 2, 2022
    Configuration menu
    Copy the full SHA
    337fb7a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    83d069a View commit details
    Browse the repository at this point in the history
  2. Bump version to v0.12.0 🎉

    LeMyst committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    d91f205 View commit details
    Browse the repository at this point in the history