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

Use link in UI which returned a relative url but not html_url which contains an absolute url #21986

Merged
merged 53 commits into from
Feb 6, 2023

Commits on Nov 30, 2022

  1. Use link in UI which returned a relative url but not html_url which c…

    …ontains an absolute url
    lunny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    20310a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d372b4 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    lunny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9aaef39 View commit details
    Browse the repository at this point in the history
  4. proper name

    lunny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c1a9695 View commit details
    Browse the repository at this point in the history
  5. Fix bug

    lunny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    08c9d23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bcf3c4 View commit details
    Browse the repository at this point in the history
  7. fix link

    lunny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    fc89f23 View commit details
    Browse the repository at this point in the history
  8. Fix link

    lunny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5b331cc View commit details
    Browse the repository at this point in the history
  9. Revert 2 places

    lunny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9062c7c View commit details
    Browse the repository at this point in the history
  10. fix fmt

    lunny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    10af358 View commit details
    Browse the repository at this point in the history
  11. Fix bug

    lunny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7f69929 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f3f1f42 View commit details
    Browse the repository at this point in the history
  13. Fix test

    lunny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f66f7d5 View commit details
    Browse the repository at this point in the history
  14. use currentAppUrl

    lunny committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    58cf943 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3c3ad26 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. use a function

    lunny committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    1deb827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b21845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b48f04 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

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

Commits on Dec 20, 2022

  1. merge main branch

    lunny committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6a1b940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0537504 View commit details
    Browse the repository at this point in the history
  3. follow @silverwind review

    lunny committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    eaed1c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Fix copy comment link

    lunny committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    445eab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f072529 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. follow @silverwind review

    lunny committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    5cfc482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4640083 View commit details
    Browse the repository at this point in the history
  3. fix frontend test

    lunny committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f36e900 View commit details
    Browse the repository at this point in the history
  4. fix package link

    lunny committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f09fb8a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    172c5ef View commit details
    Browse the repository at this point in the history
  2. improve js code

    lunny committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    9df63f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5bb0cb View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Update web_src/js/features/clipboard.js

    Co-authored-by: silverwind <me@silverwind.io>
    lunny and silverwind authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    49799bb View commit details
    Browse the repository at this point in the history
  2. Update templates/repo/issue/view_content/context_menu.tmpl

    Co-authored-by: silverwind <me@silverwind.io>
    lunny and silverwind authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    e3dc452 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

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

Commits on Jan 21, 2023

  1. merge main branch

    lunny committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    7ddb1fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ffc712 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. refactor link method

    lunny committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    93bdd1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcf0d8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0de2699 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. follow @delvh suggestion

    lunny committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8f2aebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    792b142 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fca5c1 View commit details
    Browse the repository at this point in the history
  4. follow @delvh suggestion

    lunny committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    d79bfb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0ceede View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ece9aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    387b365 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f3fe9d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6706f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5054766 View commit details
    Browse the repository at this point in the history
  11. Fix lint

    lunny committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    1ec019c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2dc74ef View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

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

Commits on Feb 6, 2023

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