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

Add feature flags to the config for Wiki and Issues #7032

Closed
wants to merge 10 commits into from

Commits on Aug 7, 2019

  1. Implement ENABLE_WIKI config option

    Signed-off-by: Julian Picht <julian.picht@gmail.com>
    jpicht committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    2e43a6a View commit details
    Browse the repository at this point in the history
  2. Implement ENABLE_ISSUES config option

    Signed-off-by: Julian Picht <julian.picht@gmail.com>
    jpicht committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    7d753f9 View commit details
    Browse the repository at this point in the history
  3. Clean up the repo settings page, if both issues and wiki are disabled

    Signed-off-by: Julian Picht <julian.picht@gmail.com>
    jpicht committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    f14272e View commit details
    Browse the repository at this point in the history
  4. remove unneccessary changes

    Signed-off-by: Julian Picht <julian.picht@gmail.com>
    jpicht committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    033d7e1 View commit details
    Browse the repository at this point in the history
  5. set EnableIssues = true for TestUpdateIssueLabel_Clear

    Signed-off-by: Julian Picht <julian.picht@gmail.com>
    jpicht committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    061316c View commit details
    Browse the repository at this point in the history
  6. Revert "set EnableIssues = true for TestUpdateIssueLabel_Clear"

    This reverts commit e2eb47569ed4d8cd05f89abac600b4e062f7f8a7.
    
    Signed-off-by: Julian Picht <julian.picht@gmail.com>
    jpicht committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    d91679e View commit details
    Browse the repository at this point in the history
  7. Actually set default values for Service.EnableWiki and Service.Enable…

    …Issues
    
    Signed-off-by: Julian Picht <julian.picht@gmail.com>
    jpicht committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    161500b View commit details
    Browse the repository at this point in the history
  8. Fix the repository options page not displaying pull request options

    Signed-off-by: Julian Picht <julian.picht@gmail.com>
    jpicht committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    fe8ae36 View commit details
    Browse the repository at this point in the history
  9. move config options Service.EnableWiki, Server.EnableWiki to Repository

    Signed-off-by: Julian Picht <julian.picht@gmail.com>
    jpicht committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    c8d84df View commit details
    Browse the repository at this point in the history
  10. Fix ".Repository" in templates maps to different type on different pages

    Signed-off-by: Julian Picht <julian.picht@gmail.com>
    jpicht committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    3647ab6 View commit details
    Browse the repository at this point in the history