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

replace create.py to install ckan command create table #6

Merged
merged 58 commits into from
Feb 15, 2023

Commits on Feb 14, 2023

  1. replace create.py to install ckan command create table

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2efdd61 View commit details
    Browse the repository at this point in the history
  2. delete some words which dont need

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    6903abd View commit details
    Browse the repository at this point in the history
  3. rename create.py to feedback.py and rewrite cli.py create to feedback…

    … to use feedback command
    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ca16e7d View commit details
    Browse the repository at this point in the history
  4. add feedback.py to take feedback

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    b5ba5a9 View commit details
    Browse the repository at this point in the history
  5. set default of ckan db setting and change where commit() is

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4fba292 View commit details
    Browse the repository at this point in the history
  6. add execute of download module

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f9e244e View commit details
    Browse the repository at this point in the history
  7. integrate if and for to change for xxxxx in modules

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3546862 View commit details
    Browse the repository at this point in the history
  8. change bool(modules) for modules is None

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0989859 View commit details
    Browse the repository at this point in the history
  9. add s which forgets attaching module

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4b8c66d View commit details
    Browse the repository at this point in the history
  10. move and integrate CLEAN at the first of init action

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3494fe6 View commit details
    Browse the repository at this point in the history
  11. rename incorrect names

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    1604c9f View commit details
    Browse the repository at this point in the history
  12. exit from programme if error occurs

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    8a513e0 View commit details
    Browse the repository at this point in the history
  13. format the programme

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f938e65 View commit details
    Browse the repository at this point in the history
  14. change if statement to do action after cleaning

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    eb1347b View commit details
    Browse the repository at this point in the history
  15. add 1 as an argument of exit

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    da742a0 View commit details
    Browse the repository at this point in the history
  16. add README.md about ckan command 'feedback init'

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ae8da13 View commit details
    Browse the repository at this point in the history
  17. modify README.md about ckan command

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    cd69b6d View commit details
    Browse the repository at this point in the history
  18. modify README.md about color of sentences

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a58453a View commit details
    Browse the repository at this point in the history
  19. add explanation about information of postgresql

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    35ae9f4 View commit details
    Browse the repository at this point in the history
  20. delete README.md

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c6f571f View commit details
    Browse the repository at this point in the history
  21. change option name from --name to -dbname

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c424fae View commit details
    Browse the repository at this point in the history
  22. delete feedback commnad from cli.py

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    882fa6f View commit details
    Browse the repository at this point in the history
  23. change the location of feedback.py

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    516498b View commit details
    Browse the repository at this point in the history
  24. change from \' to "

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    836e135 View commit details
    Browse the repository at this point in the history
  25. add environment variable in click.option

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d3356e9 View commit details
    Browse the repository at this point in the history
  26. delete short_help about click.group

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    bea74df View commit details
    Browse the repository at this point in the history
  27. add explanation about feedback command

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    467648c View commit details
    Browse the repository at this point in the history
  28. change cur and conn to cursor and connection

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a08d7d0 View commit details
    Browse the repository at this point in the history
  29. change the order of get_connection's argument

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7d38c48 View commit details
    Browse the repository at this point in the history
  30. delete else to reduce the nest

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4d45a9e View commit details
    Browse the repository at this point in the history
  31. put together error process

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4a8a3a1 View commit details
    Browse the repository at this point in the history
  32. move README.md about ckan command from misc to docs

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9d02898 View commit details
    Browse the repository at this point in the history
  33. add comment to example code

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    b50aaf3 View commit details
    Browse the repository at this point in the history
  34. delete cli.py and modify setup.sh because of movement of feedback.py

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    66e4538 View commit details
    Browse the repository at this point in the history
  35. change double-quart to single-quart

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    b3fda2d View commit details
    Browse the repository at this point in the history
  36. add explanation about config file

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    844b9f1 View commit details
    Browse the repository at this point in the history
  37. modify explanation about config file

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4696778 View commit details
    Browse the repository at this point in the history
  38. create function of drop tables and delete sql sentences

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    69eccce View commit details
    Browse the repository at this point in the history
  39. create function of creating utilization tables

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    926250c View commit details
    Browse the repository at this point in the history
  40. create function of creating resource tables

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    fe4c444 View commit details
    Browse the repository at this point in the history
  41. create function of creating download tables

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    049c926 View commit details
    Browse the repository at this point in the history
  42. change double-quart to single-quart of sql sentences

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    e5addfe View commit details
    Browse the repository at this point in the history
  43. use linter and formatter

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c65ceb2 View commit details
    Browse the repository at this point in the history
  44. test in container and fix some bugs

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9cd96ea View commit details
    Browse the repository at this point in the history
  45. change single-quart to double-quart at docstring

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d52b1c1 View commit details
    Browse the repository at this point in the history
  46. change the location of clean action

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ba9a52f View commit details
    Browse the repository at this point in the history
  47. fix the omitted word

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d600197 View commit details
    Browse the repository at this point in the history
  48. use f-string instead of format-function

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    682bf88 View commit details
    Browse the repository at this point in the history
  49. change type of POSTGRES_PORT from string to integer

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c0b483a View commit details
    Browse the repository at this point in the history
  50. rename genre1/genre2 to utilization_comment_category/resource_comment…

    …_category
    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    51e8553 View commit details
    Browse the repository at this point in the history
  51. use formatter/linter

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f8ed9c9 View commit details
    Browse the repository at this point in the history
  52. rename genre1/genre2 in the function of drop table

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    be7f6e5 View commit details
    Browse the repository at this point in the history
  53. move feedback.py to ckanext/feedback/commnad

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ddc9465 View commit details
    Browse the repository at this point in the history
  54. add IClick to install feedback command

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c5c3bda View commit details
    Browse the repository at this point in the history
  55. change double-quart to single-quart

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2b86c3d View commit details
    Browse the repository at this point in the history
  56. add tool.black to skip string normalization

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    40e715c View commit details
    Browse the repository at this point in the history
  57. add flake8-quotes setting to use single quotes

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    44b5c13 View commit details
    Browse the repository at this point in the history
  58. install flake8-quotes in pyproject.toml

    TokioMiyaoka authored and TokioMiyaoka committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f0e054a View commit details
    Browse the repository at this point in the history