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

Migrate Flask tutorial to Charmcraft RTD #1976

Open
wants to merge 63 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. Add Flask tutorial

    erinecon authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2d2d5ba View commit details
    Browse the repository at this point in the history
  2. nest in tutorial directory

    erinecon authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1d8c5cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec84743 View commit details
    Browse the repository at this point in the history
  4. Create task.yaml

    added a few commands taken from the rockcraft task.yaml
    erinecon authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3917b92 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. add more commands to task.yaml

    skipped over the parts where code files were changed (for now)
    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3e6d311 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b073e1f View commit details
    Browse the repository at this point in the history
  3. Create requirements.txt

    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b70ee97 View commit details
    Browse the repository at this point in the history
  4. Create greeting_app.py

    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    af2fc63 View commit details
    Browse the repository at this point in the history
  5. Create setup.rst

    24.04 blueprint
    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5e71d20 View commit details
    Browse the repository at this point in the history
  6. Update flask.rst

    Move setup text to its own file
    Fix some linting issues
    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    371ad5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ed76ed View commit details
    Browse the repository at this point in the history
  8. Update task.yaml

    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    416e28a View commit details
    Browse the repository at this point in the history
  9. Update task.yaml

    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    4491fb5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5fdd47f View commit details
    Browse the repository at this point in the history
  11. Update task.yaml

    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    dac9233 View commit details
    Browse the repository at this point in the history
  12. Create visitors_app.py

    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ecbbb94 View commit details
    Browse the repository at this point in the history
  13. Update task.yaml

    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    73cc0fe View commit details
    Browse the repository at this point in the history
  14. Create migrate.py

    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    90bdb74 View commit details
    Browse the repository at this point in the history
  15. Replace more code with corresponding files

    migrate.py
    visitors_app.py
    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    efc85d1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    31536bb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    81377c0 View commit details
    Browse the repository at this point in the history
  18. Fix trailing whitespaces

    erinecon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b98a43a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f1db5a6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bb66b89 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Update task.yaml

    erinecon authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9fba6d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    d377244 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cbdf8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb66af3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    70da76a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d8da8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    314caaa View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    9f4dffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3c6952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    187ac5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29e6b0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a51e987 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Delete docs/tutorial/code/flask/migrate.py

    So that the spread test won't pick it up too early in the test (causing a blocked status in the flask-hello-world app)
    erinecon authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ecbf30b View commit details
    Browse the repository at this point in the history
  2. Run CI

    erinecon committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5018e11 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    c8bc347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17921d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e62911 View commit details
    Browse the repository at this point in the history
  4. Run CI

    erinecon committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    66a9c41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3ab3ca View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    1a0df9b View commit details
    Browse the repository at this point in the history
  2. snap refresh juju

    erinecon committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7e5d4ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87cc035 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b3bdd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. remove force flag

    erinecon committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    07a3506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e2be05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3db0da View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    381c9f3 View commit details
    Browse the repository at this point in the history
  2. specify revision of nginx

    erinecon committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    dd2e254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44dc02f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66eac38 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    f4fa1a7 View commit details
    Browse the repository at this point in the history
  2. changes from review

    erinecon committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9926ddc View commit details
    Browse the repository at this point in the history
  3. remove trailing whitespace

    erinecon committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a781527 View commit details
    Browse the repository at this point in the history
  4. add tutorial index

    erinecon committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0ae0120 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a8e45d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1e16ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e69855 View commit details
    Browse the repository at this point in the history
  8. reorder Diataxis sections

    erinecon committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3005bf2 View commit details
    Browse the repository at this point in the history
  9. remove whitespace

    erinecon committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    127b386 View commit details
    Browse the repository at this point in the history