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

Template Repositories #8768

Merged
merged 45 commits into from
Nov 11, 2019
Merged

Template Repositories #8768

merged 45 commits into from
Nov 11, 2019

Commits on Oct 29, 2019

  1. Start work on templates

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    1f45556 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Continue work

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    91034c9 View commit details
    Browse the repository at this point in the history
  2. Fix IsTemplate vs IsGenerated

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    3c90fea View commit details
    Browse the repository at this point in the history
  3. Fix tabs vs spaces

    jolheiser committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    f58ee24 View commit details
    Browse the repository at this point in the history
  4. Tabs vs Spaces

    jolheiser committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8859b38 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Add templates to API & start adding tests

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    5802f96 View commit details
    Browse the repository at this point in the history
  2. Fix integration tests

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    8e43600 View commit details
    Browse the repository at this point in the history
  3. Remove unused User

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    bb56344 View commit details
    Browse the repository at this point in the history
  4. Move template tests to existing repos

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    53ea33a View commit details
    Browse the repository at this point in the history
  5. Minor re-check updates and cleanup

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    ca2970e View commit details
    Browse the repository at this point in the history
  6. make fmt

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    fb45530 View commit details
    Browse the repository at this point in the history
  7. Test cleanup

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    2a27a58 View commit details
    Browse the repository at this point in the history
  8. Fix optionalbool

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    b135b00 View commit details
    Browse the repository at this point in the history
  9. make fmt

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    a2c7aff View commit details
    Browse the repository at this point in the history
  10. Test fixes and icon change

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    a9d5fd2 View commit details
    Browse the repository at this point in the history
  11. Add new user and repo for tests

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    ea3885f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    2ca82bf View commit details
    Browse the repository at this point in the history
  2. Fix tests (finally)

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    2c5a087 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4989d66 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Update meta repo with env variables

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    40d115e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Configuration menu
    Copy the full SHA
    dc6138e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    6d6e01a View commit details
    Browse the repository at this point in the history
  2. Move generation to create page

    Combine with repo create template
    Modify API search to prioritize owner for repo
    
    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    a0dbee4 View commit details
    Browse the repository at this point in the history
  3. Fix tests and coverage

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    f491cd7 View commit details
    Browse the repository at this point in the history
  4. Fix swagger and JS lint

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    b1bb752 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d724d26 View commit details
    Browse the repository at this point in the history
  6. Fix API searching for own private repos

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    e5b6e95 View commit details
    Browse the repository at this point in the history
  7. Change wording

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    0fcd460 View commit details
    Browse the repository at this point in the history
  8. Fix repo search test. User had a private repo that didn't show up

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    06cce3d View commit details
    Browse the repository at this point in the history
  9. Another search test fix

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    df50f7e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Clarify git content

    Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
    jolheiser and guillep2k committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    814b639 View commit details
    Browse the repository at this point in the history
  2. Feedback updates

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    1e05961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14ec85f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    beffea3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Resolve migration conflict

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    6dc86ff View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    837f336 View commit details
    Browse the repository at this point in the history
  2. Add topics WIP

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    2b9fc60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a22fbe View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Finish adding topics

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    4832df7 View commit details
    Browse the repository at this point in the history
  2. Update locale

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    7941084 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52c9537 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Merge master, update migration, and fix 404 on empty repo generate

    Signed-off-by: jolheiser <john.olheiser@gmail.com>
    jolheiser committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    7f16347 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    658e5a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b552049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a11f2ed View commit details
    Browse the repository at this point in the history