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

Variable expansion in repository templates #9163

Merged
merged 21 commits into from
Nov 30, 2019

Commits on Nov 26, 2019

  1. Start expansion

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    9a31860 View commit details
    Browse the repository at this point in the history
  2. _template rather than .template

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    f308abc View commit details
    Browse the repository at this point in the history
  3. Use ioutil

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    047b4c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc0eb97 View commit details
    Browse the repository at this point in the history
  5. Start globbing

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    9ba2f8e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Tune globbing

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    234ec94 View commit details
    Browse the repository at this point in the history
  2. Re-arrange imports

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    8f1f498 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    099b2d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Don't expand git hooks

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    0ab0daf View commit details
    Browse the repository at this point in the history
  2. Add glob tests for .giteatemplate

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    fa275ef View commit details
    Browse the repository at this point in the history
  3. Parse globs separately so they can be tested more easily

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b2e4d61 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Change template location and add docs

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8e3e095 View commit details
    Browse the repository at this point in the history
  2. nit

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    57cf49a View commit details
    Browse the repository at this point in the history
  3. Update docs/content/doc/features/gitea-directory.md

    Co-Authored-By: guillep2k <[email protected]>
    jolheiser and guillep2k authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f7d55ff View commit details
    Browse the repository at this point in the history
  4. Update docs/content/doc/features/gitea-directory.md

    Co-Authored-By: guillep2k <[email protected]>
    jolheiser and guillep2k authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    98cba56 View commit details
    Browse the repository at this point in the history
  5. Add upper-lower case match

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    b98f1ea View commit details
    Browse the repository at this point in the history
  6. Nits

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    981e182 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e06a3af View commit details
    Browse the repository at this point in the history
  8. Update models/repo_generate.go

    Co-Authored-By: guillep2k <[email protected]>
    jolheiser and guillep2k authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    98f8400 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4373f43 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3d57da View commit details
    Browse the repository at this point in the history