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

[stable27] Adapt to SystemTags optimizations on server #1925

Merged
merged 6 commits into from
Jul 7, 2023

Commits on Jul 7, 2023

  1. Adapt to SystemTags optimizations on server

    Essentially, the tags overview fetches all info from systemtags-current,
    which contains all necessary data. Only on tags details view, files are
    actually being requested per REPORT.
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    41784af View commit details
    Browse the repository at this point in the history
  2. fix: remove now unneeded tags-count initial state

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ee219c1 View commit details
    Browse the repository at this point in the history
  3. chore: satisfy linter

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    17acf08 View commit details
    Browse the repository at this point in the history
  4. style: cleanup and remove duplicated code

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    90f57e1 View commit details
    Browse the repository at this point in the history
  5. build: js assets

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9f717c4 View commit details
    Browse the repository at this point in the history
  6. style: satisfy linter

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8ee1f54 View commit details
    Browse the repository at this point in the history