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 links to npm packages in package.json file view #29344

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    d617918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    405e737 View commit details
    Browse the repository at this point in the history
  3. tweak test

    silverwind committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fdb81a7 View commit details
    Browse the repository at this point in the history
  4. rename

    silverwind committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f57ecc7 View commit details
    Browse the repository at this point in the history
  5. extract another function

    silverwind committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1a12f18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c472295 View commit details
    Browse the repository at this point in the history
  7. add comment

    silverwind committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d7b4a34 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge remote-tracking branch 'origin/main' into npmlink

    * origin/main: (332 commits)
      Refactor external URL detection (go-gitea#29973)
      Refactor repo header/list (go-gitea#29969)
      Fix various loading states, remove `.loading` class (go-gitea#29920)
      Update register application URL for GitLab (go-gitea#29959)
      Refactor StringsToInt64s (go-gitea#29967)
      Switch to happy-dom for testing (go-gitea#29948)
      Performance improvements for pull request list page (go-gitea#29900)
      Refactor URL detection (go-gitea#29960)
      Solving the issue of UI disruption when the review is deleted without refreshing (go-gitea#29951)
      Fix JS error and improve error message styles (go-gitea#29963)
      Fix the bug that user may logout if he switch pages too fast (go-gitea#29962)
      Cancel previous runs of the same PR automatically (go-gitea#29961)
      Exclude `routers/private/tests` from air (go-gitea#29949)
      Remove codecov badge (go-gitea#29950)
      Misc color tweaks (go-gitea#29943)
      Fix and rewrite markup anchor processing (go-gitea#29931)
      Remove fomantic grid module (go-gitea#29894)
      Add background to dashboard navbar, fix missing padding (go-gitea#29940)
      Prevent layout shift in `<overflow-menu>` items (go-gitea#29831)
      Fix loadOneBranch panic (go-gitea#29938)
      ...
    silverwind committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    62b58d5 View commit details
    Browse the repository at this point in the history
  2. restructure and improve

    silverwind committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    33b66c7 View commit details
    Browse the repository at this point in the history
  3. revert change

    silverwind committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9b2f650 View commit details
    Browse the repository at this point in the history
  4. add more keys

    silverwind committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8aa5c5e View commit details
    Browse the repository at this point in the history
  5. fix lint

    silverwind committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c2217a4 View commit details
    Browse the repository at this point in the history
  6. fix lint

    silverwind committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1f3a151 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    c28fe8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53ff681 View commit details
    Browse the repository at this point in the history
  3. format

    silverwind committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    1dd1343 View commit details
    Browse the repository at this point in the history
  4. add check

    silverwind committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3dedb85 View commit details
    Browse the repository at this point in the history