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

DEVELOPMENT VERSION (v 1.2) #127

Merged
merged 49 commits into from
Apr 3, 2021
Merged

DEVELOPMENT VERSION (v 1.2) #127

merged 49 commits into from
Apr 3, 2021

Commits on Mar 31, 2021

  1. 1 Configuration menu
    Copy the full SHA
    7227eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce379c7 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    0614314 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    shadow00 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    bd0afab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fc7a2e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #126 from shadow00/development

    Included venv instructions and added venv/ to .gitignore
    Datalux authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    7f558b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b03b98 View commit details
    Browse the repository at this point in the history
  8. doc: update dev version

    Datalux committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    1daad3b View commit details
    Browse the repository at this point in the history
  9. Update src/config.py

    Co-authored-by: Christian Clauss <cclauss@me.com>
    Datalux and cclauss authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3efa111 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f84880f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de0195a View commit details
    Browse the repository at this point in the history
  12. [fix] "default" typos

    friaca committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f2b7b74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b8bd0e0 View commit details
    Browse the repository at this point in the history
  14. Revert "[fix] more typos throughout the code"

    commit changed commands
    friaca committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    73d0973 View commit details
    Browse the repository at this point in the history
  15. [fix] only documentation typos

    friaca committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f1a7a48 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #129 from friaca/master

    Fixing some typos
    Datalux authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    740cfb3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2b2253d View commit details
    Browse the repository at this point in the history
  18. perf: added empty line

    Datalux authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    bb1e6f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Added the feature to view comments from users of a post and download …

    …the comments to a json or txt file.
    tkuye committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    5273523 View commit details
    Browse the repository at this point in the history
  2. Added file closure function

    tkuye committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    4af6257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36aeccf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #125 from shadow00/config

    Improved config handling
    Datalux authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    bd0a972 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71f269e View commit details
    Browse the repository at this point in the history
  6. fix typo

    GrantBirki committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    0638cc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    effc483 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9bf9ee8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae33e8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74ed134 View commit details
    Browse the repository at this point in the history
  11. fix: issue #138

    Datalux committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    fc2a6be View commit details
    Browse the repository at this point in the history
  12. Merge pull request #136 from anatolykopyl/development

    Fixed SSL certificate error
    Datalux authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    65f8fea View commit details
    Browse the repository at this point in the history
  13. Merge pull request #131 from tkuye/feature-change-download-comments

    [FEATURE] Add possibility to download comments
    Datalux authored Apr 1, 2021
    1 Configuration menu
    Copy the full SHA
    3cd9cbb View commit details
    Browse the repository at this point in the history
  14. readme cleanup

    GrantBirki committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    432861a View commit details
    Browse the repository at this point in the history
  15. 6 Configuration menu
    Copy the full SHA
    ab1c9bf View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. 2 Configuration menu
    Copy the full SHA
    4e29b54 View commit details
    Browse the repository at this point in the history
  2. fix spelling errors

    GrantBirki committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    0268491 View commit details
    Browse the repository at this point in the history
  3. more spelling errors

    GrantBirki committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    ae2a3c8 View commit details
    Browse the repository at this point in the history
  4. perf: raw strings

    Co-authored-by: Christian Clauss <cclauss@me.com>
    Datalux and cclauss authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    7e28a42 View commit details
    Browse the repository at this point in the history
  5. perf: improved code

    Co-authored-by: Christian Clauss <cclauss@me.com>
    Datalux and cclauss authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    02432d1 View commit details
    Browse the repository at this point in the history
  6. chore: improvement

    Co-authored-by: Christian Clauss <cclauss@me.com>
    Datalux and cclauss authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    369c4b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb842e1 View commit details
    Browse the repository at this point in the history
  8. ignore creds file

    GrantBirki committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    d56c73f View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    9434573 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2b16fb View commit details
    Browse the repository at this point in the history
  11. readme updates

    GrantBirki committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    d2c668e View commit details
    Browse the repository at this point in the history
  12. newline

    GrantBirki committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    0f6c214 View commit details
    Browse the repository at this point in the history
  13. perf: banner

    Co-authored-by: Christian Clauss <cclauss@me.com>
    Datalux and cclauss authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    cd45303 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #141 from GrantBirki/docker

    Enabling Docker and Docker-compose Support 🐳
    Datalux authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    f11ff01 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. fix: banner bad view

    Datalux committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    1c0dce5 View commit details
    Browse the repository at this point in the history
  2. fix: docker-compose

    Datalux committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    80eac1d View commit details
    Browse the repository at this point in the history