Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Azure-Samples/python-docs-hello-world
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ftnext/python-docs-hello-world
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 6 files changed
  • 1 contributor

Commits on May 3, 2018

  1. [chore] change Flask version

    * バージョンを指定しなかったところ、Flask==0.12.2でも動いた。バージョン指定の重要性を痛感したので、0.12.2に設定
    (参考:[Python3.6を境にjson.loads()の動きが変わっていたことで1週間ハマりました ToT](https://qiita.com/ftnext/items/e2120cfa0fcecbd599c1))
    ftnext committed May 3, 2018
    Configuration menu
    Copy the full SHA
    c4564e8 View commit details
    Browse the repository at this point in the history
  2. [feat] skip automatically deployment

    * Python3.6の拡張機能を使うにはデプロイメント手順をスキップする必要があるようなので追加。
    https://docs.microsoft.com/ja-jp/azure/app-service/web-sites-python-configure#customize-git-deployment
    >Python 固有のすべてのデプロイメント手順をスキップする場合は、空のファイルを作成します。
    ftnext committed May 3, 2018
    Configuration menu
    Copy the full SHA
    8ac5d4d View commit details
    Browse the repository at this point in the history
  3. [chore] rename web.config

    * web.configファイルが1つあればよいようなので、2.7系の方を削除し、3.4系の方をrename
    ftnext committed May 3, 2018
    Configuration menu
    Copy the full SHA
    93a1bb8 View commit details
    Browse the repository at this point in the history
  4. [chore] change Python path

    * scriptProcesserで拡張機能Pythonのパスを指定
    ftnext committed May 3, 2018
    Configuration menu
    Copy the full SHA
    d41444e View commit details
    Browse the repository at this point in the history
  5. [chore] add log file path

    * ポータルからも設定できるようだが、web.configに記載してしまう。
    https://blogs.msdn.microsoft.com/azureossds/2015/07/14/troubleshoot-logging-python-application-errors-on-azure-webapi-apps/
    * デバッグのために記載することが推奨されている。
    https://docs.microsoft.com/ja-jp/visualstudio/python/managing-python-on-azure-app-service#configuring-the-fastcgi-handler
    ftnext committed May 3, 2018
    Configuration menu
    Copy the full SHA
    77fb3b1 View commit details
    Browse the repository at this point in the history
  6. [feat] add POST endpoint

    ftnext committed May 3, 2018
    Configuration menu
    Copy the full SHA
    6545579 View commit details
    Browse the repository at this point in the history
  7. [style] indent uses 4 spaces

    ftnext committed May 3, 2018
    Configuration menu
    Copy the full SHA
    17a6f0b View commit details
    Browse the repository at this point in the history
  8. [docs] update README

    * WebAppsでPython3.6を設定する方法がわかったので手順を記載
    ftnext committed May 3, 2018
    Configuration menu
    Copy the full SHA
    ad8aaba View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1 from ftnext/feature/setup_python36

    setup python36 on Azure Web Apps
    ftnext authored May 3, 2018
    Configuration menu
    Copy the full SHA
    cfda2b9 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. [style] correct README style

    ftnext committed May 4, 2018
    Configuration menu
    Copy the full SHA
    3d1f6cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ftnext/feature/setup_python36

    correct README style
    ftnext authored May 4, 2018
    Configuration menu
    Copy the full SHA
    b3b7eda View commit details
    Browse the repository at this point in the history
Loading