Skip to content

Releases: devops-works/slowql

v0.1.2

06 Jan 19:39
572126f
Compare
Choose a tag to compare

Changelog

v0.1.0

18 Oct 08:54
aa72ec8
Compare
Choose a tag to compare

Changelog

aa72ec8 Merge pull request #6 from devops-works/buffer-size-fix
3cef3bc fix typo in example
a3249e2 fixes buffer size issues

v0.0.1

23 Apr 07:21
Compare
Choose a tag to compare

Changelog

9dd21a8 Added vscode to gitignore
1eeb8d4 Create LICENSE
2b3da1d Merge branch 'main' of github.com:devops-works/slowql into main
149e667 Merge pull request #5 from devops-works/develop
d0c8620 Refactoring
86979d1 [wip] implementing goroutines
7ae6562 add build root to gitignore
f6cd38c add comments for doc
8ffb307 add date to logs
35433c3 add execution time measurement
c59f318 add features
ef9b7a9 add fingerprint function
9649f4a add logger to db
78f96db add mongodb to list
806310b add pcx support
7e80e87 add percona xtra cluster support
677739f add percona xtra cluster support
42ac8db add required ping before creating database object
a52687a add semicolons at the end of the pattern match
bb0869d add single makefile
10c606f added QC_hit field parsing for MariaDB
76938b2 added cache name in logs
150980c added color to flag helper function to indicate required flags
a7e38fe added comments
99bf9e7 added doc
104a75e added few sorting options and results in output
a1c87df added github CI
b53931c added header for documentation
f3e5a1d added list of DB kind, which can be seen with ? flag
003c1bb added more fields into Query struct
65c2770 added server meta in results and in cache
6ebaa84 added sorting when using cache
43e352c added statistics
fa6e6b2 added tests for digest
ee07762 added toc
e9153df bruteforce spaces between ID and value
c7f833f changed build root
f0dc88d changed int associated to PCX
ff29c75 changed layout in results
1b222e7 changed log position
27c6c0a changed spinner to progres bar and added info to results
bffc36e cleaned actions
48fe1fb code refacto
cc004c4 code refacto
3490ed5 create show function to easily enable/disable results display
4b2e2bf create slowql-replayer
c25ff83 created Dockerfile and Makefile for replayer
01472e3 created and fixed all the Dockerfiles, and updated doc according to modifications
85730d3 created caching implementation
c444374 created cmd
4338031 created digest documentation
cc47b4b created hash verification before restoring cache
0f0df32 created interface to parse different databases in a different way
e748a6a created readme
4ce5285 created tests
3fa8e74 delete entry from gitignore
25721ce did some quick refacto
01caaad ended implementation of statistics for slowql-digest
622297e finalize first "working" version
7c52fe6 first commit
b4aeb06 fix #3: add GetServerMeta method to package
ce6e10c fix bug with bloc length
1914fda fix build root
7819111 fix delay with mysql
1556a3e fix dependencies
7ef462c fix dependencies and remove print
0a9df4e fix error in doc
5717674 fix typo
0e29d3f fix typo
5b8b90a fix typo documentation
420c476 fix typo in doc
294e2bb fix typo in doc
9bbcd54 fixed error with speed factor under 0
dfa5c64 fixed unexported fields for JSON
2d5d747 ignore first 3 lines of the log file
9538d09 implement pprof to debug
154381a implemented -show-errors flag
8da34d6 optimisation of parseServerMeta
fe65dd9 reimplemented dry run
9f57407 remove link to example
0680beb remove timestamp and square brackets
84874bd remove useless call to strings.Prefix
b8e2012 removed debug fmt.Printf
9bf8214 removed duplicate function to reduce warm up duration
0016416 removed unused parsing conditions for MariaDB
b84e6e9 removed unused struct and refacto for { select { } } according to linter
9744807 rename pcx to pxc
d1adee2 renamed variables for clarity
629d908 some refacto to isolate cause of delay
f2c97a3 splitted big file into small others
0ab4467 started implementing digest basics
2280ea2 started the creation of slowql-digest
69609f8 update code based on reviews
de45378 update doc
f6399a4 update documentation
2126deb update documentation
73d6df4 update documentation
c1cbdba update documentation and fix typos
ef09f3f update example
fb876ac update gitignore to add output dir of makefile
c252407 update package doc
099e2be update package documentation
a2c8151 update some results informations
68b4b5a updated Makefile to tidy dependencies
1a199f8 updated action
ca01755 updated action
9a798a8 updated action
e69f80a updated action
108b16c updated action
c91b3e8 updated action
9aa72e8 updated action
bcc8601 updated action
b98ff25 updated action
7b84d8a updated documentation
0f42c2f updated package documentation
4fe0691 updated package documentation
0d476a7 wip - started implementing speed factors
d3b8b83 wrote comments for godoc
e63980b wrote doc
eb1ef11 wrote documentation
0663175 wrote tests
6f03df2 wrote tests for databases
c6b53a3 wrote tests for mysql database