Skip to content

Commit

Permalink
Fix persistence of chart scale selection
Browse files Browse the repository at this point in the history
Fix persistence of chart scale selection
  • Loading branch information
szkiba authored May 21, 2024
2 parents 3d00faf + 2dbf7a5 commit e977608
Show file tree
Hide file tree
Showing 31 changed files with 334 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test
uses: magefile/mage-action@v3
with:
version: latest
version: v1.14.0
args: test

- name: Upload Coverage
Expand Down
16 changes: 7 additions & 9 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# v1.55.2
# v1.57.2
# Please don't remove the first line. It uses in CI to determine the golangci version
run:
deadline: 5m
timeout: 5m

issues:
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
Expand All @@ -24,6 +24,11 @@ issues:
- gocognit
- funlen
- lll
- forcetypeassert
- path: js\/modules\/k6\/html\/.*\.go
text: "exported: exported "
linters:
- revive
- path: js\/modules\/k6\/http\/.*_test\.go
linters:
# k6/http module's tests are quite complex because they often have several nested levels.
Expand All @@ -38,17 +43,10 @@ issues:
text: 'use of `os\.(SyscallError|Signal|Interrupt)` forbidden'

linters-settings:
nolintlint:
# Disable to ensure that nolint directives don't have a leading space. Default is true.
allow-leading-space: false
exhaustive:
default-signifies-exhaustive: true
govet:
check-shadowing: true
cyclop:
max-complexity: 25
maligned:
suggest-new: true
dupl:
threshold: 150
goconst:
Expand Down
50 changes: 0 additions & 50 deletions dashboard/assets/packages/ui/dist/assets/index-5a43f090.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e977608

Please sign in to comment.