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 API to get/edit wiki #17278

Merged
merged 63 commits into from
Oct 25, 2021
Merged

Add API to get/edit wiki #17278

merged 63 commits into from
Oct 25, 2021

Commits on Oct 8, 2021

  1. Add API to get/edit wiki

    qwerty287 committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    878481b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    7981a21 View commit details
    Browse the repository at this point in the history
  2. fmt

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    48db90e View commit details
    Browse the repository at this point in the history
  3. Fix lint and rm comment

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    30a2377 View commit details
    Browse the repository at this point in the history
  4. Add page parameter

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    1312d58 View commit details
    Browse the repository at this point in the history
  5. Add pagination to pages

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    7f5b4ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba25936 View commit details
    Browse the repository at this point in the history
  7. Add tests

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    58fb2f6 View commit details
    Browse the repository at this point in the history
  8. fmt

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    06bb4cf View commit details
    Browse the repository at this point in the history
  9. Update func names

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    c908b69 View commit details
    Browse the repository at this point in the history
  10. Update error handling

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    d3ef69c View commit details
    Browse the repository at this point in the history
  11. Update type name

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    53f82fa View commit details
    Browse the repository at this point in the history
  12. Fix lint

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    8600b87 View commit details
    Browse the repository at this point in the history
  13. Don't delete Home

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    ceabfd7 View commit details
    Browse the repository at this point in the history
  14. Update func name

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    23f6475 View commit details
    Browse the repository at this point in the history
  15. Update routers/api/v1/repo/wiki.go

    Co-authored-by: delvh <dev.lh@web.de>
    qwerty287 and delvh authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    77e42d5 View commit details
    Browse the repository at this point in the history
  16. Remove unnecessary check

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    cfa6303 View commit details
    Browse the repository at this point in the history
  17. Fix lint

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    63ea38e View commit details
    Browse the repository at this point in the history
  18. Use English strings

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    8d568a4 View commit details
    Browse the repository at this point in the history
  19. Update integrations/api_wiki_test.go

    Co-authored-by: delvh <dev.lh@web.de>
    qwerty287 and delvh authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    bfbe3ac View commit details
    Browse the repository at this point in the history
  20. Update func and test names

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    65d1951 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3027d3f View commit details
    Browse the repository at this point in the history
  22. Improve error handling

    qwerty287 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    fc8443a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Return after error

    qwerty287 committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    1ea3fe1 View commit details
    Browse the repository at this point in the history
  2. Document 404 error

    qwerty287 committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    eefb617 View commit details
    Browse the repository at this point in the history
  3. Update swagger

    qwerty287 committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    b0ef969 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    qwerty287 committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    fd76be3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adbaf41 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: delvh <dev.lh@web.de>
    qwerty287 and delvh authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    7d04627 View commit details
    Browse the repository at this point in the history
  7. Document file encoding

    qwerty287 committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    f9455bc View commit details
    Browse the repository at this point in the history
  8. fmt

    qwerty287 committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    e642b2b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

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

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    0e1e979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40962d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    9a1590c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26b52b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Apply suggestions

    qwerty287 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ecc7ba6 View commit details
    Browse the repository at this point in the history
  2. Use convert

    qwerty287 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    34c6d71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b50c27 View commit details
    Browse the repository at this point in the history
  4. Fix integration test

    qwerty287 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    be93b48 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. simplify permissions

    noerw committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    952beef View commit details
    Browse the repository at this point in the history
  2. unify duplicate key Title/Name

    noerw committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    3b5d5ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89bbcfa View commit details
    Browse the repository at this point in the history
  4. improve types pt.2

    - add WikiPageMetaData.LastCommit
    - add WikiPageMetaData.HTMLURL
    - replace WikiPageMetaData.Updated with .LastCommit.Committer.Created
    
    also delete convert.ToWikiPage(), as it received too many arguments and
    only had one callsite anyway. sorry for bad advice earlier 🙃
    noerw committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    546a565 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f88605b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cafbea4 View commit details
    Browse the repository at this point in the history
  7. update swagger

    noerw committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    490a168 View commit details
    Browse the repository at this point in the history
  8. fix & DRY findWikiRepoCommit() error handling

    ListWikiPages() previously wrote error twice when repo wiki didn't exist
    noerw committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ab649d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    afd51f4 View commit details
    Browse the repository at this point in the history
  2. rename Content -> ContentBase64

    noerw committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    40e399f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d84e39d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    804458c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from noerw/wiki-api

    base64 encode + better error handling + misc
    qwerty287 authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    3a82d12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c67eff3 View commit details
    Browse the repository at this point in the history
  4. Fix test

    qwerty287 committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    933697d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

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

    qwerty287 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    75922f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Update var name

    qwerty287 committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    daf8ee0 View commit details
    Browse the repository at this point in the history
  2. suburl -> sub_url

    qwerty287 committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    7105721 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d78f2d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1de0d03 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

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

Commits on Oct 25, 2021

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