]> granicus.if.org Git - pgbadger/log
pgbadger
4 years agoFix RDS log parsing for rows without client/user/db information. Thanks to Konrad... master
Gilles Darold [Fri, 11 Oct 2019 13:27:26 +0000 (15:27 +0200)]
Fix RDS log parsing for rows without client/user/db information. Thanks to Konrad for the report.

4 years agoUpdate Changelog and version to 11.1 v11.1
Gilles Darold [Mon, 16 Sep 2019 14:02:34 +0000 (16:02 +0200)]
Update Changelog and version to 11.1

4 years agoImprove documentation about rebuilding and monthmy report.
Gilles Darold [Mon, 16 Sep 2019 13:22:39 +0000 (15:22 +0200)]
Improve documentation about rebuilding and monthmy report.

4 years agoAdd new configuration option --month-report to be able to build monthly
Gilles Darold [Mon, 16 Sep 2019 07:40:05 +0000 (09:40 +0200)]
Add new configuration option --month-report to be able to build monthly
incremental reports.

By default pgBadger in incremental mode only compute daily and weekly reports.
If you want monthly cumulative reports you will have to use a separate command
to specify the report to build. For example to build a report for August 2019:

    pgbadger --month-report 2919-08 /var/www/pg_reports/

this will add a link to the month name into the calendar view of incremental
reports to look at monthly report. The report for a current month can be run
every day it is entirely rebuilt each time. The monthly report is not built by
default because it could take lot of time following the amount of data.

Like with --rebuild option, if you use per database report you must add
the -E option to the command.

Thanks to hvisage and Deyu Tian for the feature request.

4 years agoDo not fail if pod2markdown is not installed
Gilles Darold [Sat, 14 Sep 2019 13:47:42 +0000 (15:47 +0200)]
Do not fail if pod2markdown is not installed

4 years agoFix table of content autogenerated in README.md
Gilles Darold [Sat, 14 Sep 2019 13:13:33 +0000 (15:13 +0200)]
Fix table of content autogenerated in README.md

4 years agoUpdate README.md
Gilles Darold [Sat, 14 Sep 2019 13:11:59 +0000 (15:11 +0200)]
Update README.md

4 years agoAdd automatic generation of README.md using: make README.md - Thanks to Derek Yang...
Gilles Darold [Sat, 14 Sep 2019 12:47:20 +0000 (14:47 +0200)]
Add automatic generation of README.md using: make README.md - Thanks to Derek Yang for the patch.

4 years agoRemove some commented code.
Gilles Darold [Sat, 14 Sep 2019 10:29:12 +0000 (12:29 +0200)]
Remove some commented code.

4 years agoFix regressions tests.
Gilles Darold [Thu, 12 Sep 2019 07:19:27 +0000 (09:19 +0200)]
Fix regressions tests.

4 years agoTranslate action WITH into CTE, regression introduced in last release
Gilles Darold [Thu, 12 Sep 2019 07:18:32 +0000 (09:18 +0200)]
Translate action WITH into CTE, regression introduced in last release

4 years agoFix support of Windows Operating System
Gilles Darold [Thu, 12 Sep 2019 06:42:19 +0000 (08:42 +0200)]
Fix support of Windows Operating System

4 years agoAdd support to RDS and CloudWatch log format, use -f rds if pgbadger is not able...
Gilles Darold [Tue, 10 Sep 2019 06:25:30 +0000 (08:25 +0200)]
Add support to RDS and CloudWatch log format, use -f rds if pgbadger is not able to auto-detect this log format. Thanks to peruuparkar and bhushanuparkar2 for the feature request.

4 years agoFix option -f | --format that was not applied on all files get from the parameter...
Gilles Darold [Tue, 10 Sep 2019 04:47:43 +0000 (06:47 +0200)]
Fix option -f | --format that was not applied on all files get from the parameter list where log format auto-detection was failing, the format was taken from the fist file parsed. Thanks to Levente Birta for the report.

4 years agoUpdate source documentation file to replace reference to pgBadger v7.x with v11....
Gilles Darold [Sun, 8 Sep 2019 02:17:23 +0000 (04:17 +0200)]
Update source documentation file to replace reference to pgBadger v7.x with v11. Thanks to Will Buckner for the patch.

4 years agoMerge pull request #525 from willbuckner/patch-1
Gilles Darold [Sun, 8 Sep 2019 02:14:40 +0000 (04:14 +0200)]
Merge pull request #525 from willbuckner/patch-1

Update README to reference 11.x instead of 7.x

4 years agoUpdate README to reference 11.x instead of 7.x
Will Buckner [Sat, 7 Sep 2019 20:56:16 +0000 (13:56 -0700)]
Update README to reference 11.x instead of 7.x

Installation instructions currently indicate 7.x as the current version, while 11.x is the current release.

4 years agoLimit height display size of top queries to avoid taking the whole page
Gilles Darold [Wed, 28 Aug 2019 07:19:27 +0000 (09:19 +0200)]
Limit height display size of top queries to avoid taking the whole page
with huge queries. Thanks to ilias ilisepe1 for the patch.
Fix overflow of queries and detail in Slowest individual queries.

4 years agoAdd report of top N queries that consume most time in the prepare or
Gilles Darold [Fri, 23 Aug 2019 13:48:44 +0000 (15:48 +0200)]
Add report of top N queries that consume most time in the prepare or
parse stage.
Add report of top N queries that consume most time in the bind stage.

4 years agoAdd report of timing for prepare/bind/execute queries parts. Reported
Gilles Darold [Thu, 22 Aug 2019 20:11:54 +0000 (22:11 +0200)]
Add report of timing for prepare/bind/execute queries parts. Reported
in a new "Duration" tab in Global Stats report. Example:
    Total query duration: 6m16s
    Prepare/parse total duration: 45s564ms
    Bind total duration: 4m46s
    Execute total duration: 44s71m

This also fix previous report of "Total query duration" that was only
reporting execute total duration.

4 years agoMerge branch 'master' of github.com:darold/pgbadger
Gilles Darold [Tue, 6 Aug 2019 08:36:03 +0000 (10:36 +0200)]
Merge branch 'master' of github.com:darold/pgbadger

4 years agoRevert commit 5e88446, with very logn queries this was worth than
Gilles Darold [Thu, 1 Aug 2019 21:20:42 +0000 (23:20 +0200)]
Revert commit 5e88446, with very logn queries this was worth than
truncating at --maxlength (10Kb by default). Thanks to Bhushan Uparkar
for the report.

4 years agoMerge pull request #517 from tbussmann/patch-ssh-wildcard
Gilles Darold [Fri, 12 Jul 2019 15:03:35 +0000 (17:03 +0200)]
Merge pull request #517 from tbussmann/patch-ssh-wildcard

fix SSH URIs for files, directories and wildcards

4 years agoMerge pull request #516 from tbussmann/patch-doc-uris
Gilles Darold [Fri, 12 Jul 2019 15:03:16 +0000 (17:03 +0200)]
Merge pull request #516 from tbussmann/patch-doc-uris

Fix URI samples in documentation

4 years agofix SSH URIs for files, directories and wildcards
tbussmann [Fri, 12 Jul 2019 14:39:57 +0000 (16:39 +0200)]
fix SSH URIs for files, directories and wildcards

835231a / PR #500 did break again the use of wildcards in SSH URI filenames that 0a45659 / #477 took care of. This patch should finally offer a solution that can deal with absolute and relative paths, spaces in paths, wildcards in filenames, single files and whole directories.

4 years agoFix URI samples in documentation
tbussmann [Fri, 12 Jul 2019 14:12:38 +0000 (16:12 +0200)]
Fix URI samples in documentation

again - was accidentially broken by bf2cb1e / forgotten in d9602a6 and d06af8b

4 years agoHide message of use of default out file when --rebuild is used.
Gilles Darold [Tue, 2 Jul 2019 20:49:50 +0000 (22:49 +0200)]
Hide message of use of default out file when --rebuild is used.

4 years agoAdd extra newline to usage() output to not bread POD documentation at make time.
Gilles Darold [Thu, 27 Jun 2019 13:29:46 +0000 (15:29 +0200)]
Add extra newline to usage() output to not bread POD documentation at make time.

4 years agoReapply --exclude-client option description in documention. Thanks to Christoph Berg...
Gilles Darold [Thu, 27 Jun 2019 13:15:24 +0000 (15:15 +0200)]
Reapply --exclude-client option description in documention. Thanks to Christoph Berg for the report.

4 years agoUpdata ChangeLog and version to 11.0 v11.0
Gilles Darold [Tue, 25 Jun 2019 05:55:45 +0000 (07:55 +0200)]
Updata ChangeLog and version to 11.0

4 years agoFix basics test.
Gilles Darold [Tue, 25 Jun 2019 05:54:44 +0000 (07:54 +0200)]
Fix basics test.

4 years agoFix basics tests with new data format.
Gilles Darold [Mon, 24 Jun 2019 09:19:15 +0000 (11:19 +0200)]
Fix basics tests with new data format.

4 years agoAdd a warning about version and skip loading incompatible binary file.
Gilles Darold [Sat, 22 Jun 2019 20:45:00 +0000 (22:45 +0200)]
Add a warning about version and skip loading incompatible binary file.

4 years agoUpdate code formatter to pgFormatter 4.0.
Gilles Darold [Fri, 21 Jun 2019 20:35:08 +0000 (22:35 +0200)]
Update code formatter to pgFormatter 4.0.

4 years agoRemove a comment.
Gilles Darold [Wed, 19 Jun 2019 06:56:58 +0000 (08:56 +0200)]
Remove a comment.

4 years agoRegroup cursor related query (DECLARE,CLOSE,FETCH,MOVE) to CURSOR query type.
Gilles Darold [Tue, 18 Jun 2019 14:27:03 +0000 (16:27 +0200)]
Regroup cursor related query (DECLARE,CLOSE,FETCH,MOVE) to CURSOR query type.

4 years agoWhen a query is > 10Kb we first limit size of all constant string parameters
Gilles Darold [Tue, 18 Jun 2019 08:22:58 +0000 (10:22 +0200)]
When a query is > 10Kb we first limit size of all constant string parameters
to 30 charaters and then the query is truncated to 10Kb. This prevent
pgbadger to waste time/hang with very long queries when inserting bytea
for example. The 10Kb limit can be controled witgh the --maxlength
command line parameter.

4 years agoFix test with logplex log format.
Gilles Darold [Mon, 17 Jun 2019 20:12:46 +0000 (22:12 +0200)]
Fix test with logplex log format.

4 years agoFix pgbadger hang on Windows OS. Thanks to JMLessard for the report.
Gilles Darold [Mon, 17 Jun 2019 19:54:08 +0000 (21:54 +0200)]
Fix pgbadger hang on Windows OS. Thanks to JMLessard for the report.

4 years agoUpdate tools/pgbadger_tools script to be compatible with new binary file format in...
Gilles Darold [Mon, 17 Jun 2019 14:42:29 +0000 (16:42 +0200)]
Update tools/pgbadger_tools script to be compatible with new binary file format in pgBadger v11.

4 years agoAllow collect of bind query generating temporary files. Until now only
Gilles Darold [Sun, 16 Jun 2019 21:14:01 +0000 (23:14 +0200)]
Allow collect of bind query generating temporary files. Until now only
temporary file statistics was reported but not the query generating
these file. This collect is possible only if log_connection and
log_disconnection are activated in postgresql.conf. Thanks to Ildefonso
Camargo for the feature request.

4 years agoFix auto detection of timezone. Thanks to massimosala for the fix.
Gilles Darold [Sun, 16 Jun 2019 19:40:11 +0000 (21:40 +0200)]
Fix auto detection of timezone. Thanks to massimosala for the fix.

4 years agoRemove some remaining graph when --nograph is used
Gilles Darold [Sat, 15 Jun 2019 17:51:37 +0000 (19:51 +0200)]
Remove some remaining graph when --nograph is used

4 years agoForce use of .txt extension when --normalized-only is used.
Gilles Darold [Sat, 15 Jun 2019 15:08:39 +0000 (17:08 +0200)]
Force use of .txt extension when --normalized-only is used.

4 years agoAdd --exclude-client name command line option to be able to exclude
Gilles Darold [Sat, 15 Jun 2019 08:39:00 +0000 (10:39 +0200)]
Add --exclude-client name command line option to be able to exclude
log entries for the specified client ip. Can be used multiple time.

4 years agoFix report of auto vacuum/analyze in logplex format. Thanks to Konrad zichul for...
Gilles Darold [Fri, 14 Jun 2019 09:45:58 +0000 (11:45 +0200)]
Fix report of auto vacuum/analyze in logplex format. Thanks to Konrad zichul for the report.

4 years agoFix a case where the progress bar pipe can still be called on Windows.
Gilles Darold [Thu, 13 Jun 2019 13:44:01 +0000 (15:44 +0200)]
Fix a case where the progress bar pipe can still be called on Windows.

4 years agoFix use of progress bar on Windows operating system. Thanks to JMLessard for the...
Gilles Darold [Thu, 13 Jun 2019 07:38:45 +0000 (09:38 +0200)]
Fix use of progress bar on Windows operating system. Thanks to JMLessard for the report.

4 years agoCosmetic changes and generalization of {'t_timestamp'} if time from log is forced...
Gilles Darold [Mon, 10 Jun 2019 09:12:21 +0000 (11:12 +0200)]
Cosmetic changes and generalization of {'t_timestamp'} if time from log is forced to a timezone.

4 years agoMerge pull request #509 from fluca1978/use_t_time_variable
Gilles Darold [Mon, 10 Jun 2019 08:48:32 +0000 (10:48 +0200)]
Merge pull request #509 from fluca1978/use_t_time_variable

Use a `$prefix_vars{'t_time'} to store the log time.

4 years agoUse a `$prefix_vars{'t_time'} to store the log time.
Luca Ferrari [Mon, 10 Jun 2019 07:55:30 +0000 (09:55 +0200)]
Use a `$prefix_vars{'t_time'} to store the log time.

This is related to PR #501 and comment
<https://github.com/darold/pgbadger/pull/501#issuecomment-500052105>.

4 years agoUpdate usage and documentation.
Gilles Darold [Mon, 10 Jun 2019 07:17:57 +0000 (09:17 +0200)]
Update usage and documentation.

4 years agoMerge pull request #508 from fluca1978/remove_perl_from_documentation
Gilles Darold [Mon, 10 Jun 2019 07:12:54 +0000 (09:12 +0200)]
Merge pull request #508 from fluca1978/remove_perl_from_documentation

Remove perl from documentation

4 years agoRemove 'perl` from `pgbadger` invocations into the program.
Luca Ferrari [Mon, 10 Jun 2019 06:57:49 +0000 (08:57 +0200)]
Remove 'perl` from `pgbadger` invocations into the program.

Makes the documentation line shorter.

4 years agoRemove `perl` from `pgbadger` invocation.
Luca Ferrari [Mon, 10 Jun 2019 06:54:52 +0000 (08:54 +0200)]
Remove `perl` from `pgbadger` invocation.

See comment <https://github.com/darold/pgbadger/pull/504#issuecomment-500051470>
This makes lines a little shorter.

4 years agoMerge pull request #501 from fluca1978/align_statements
Gilles Darold [Fri, 7 Jun 2019 21:56:05 +0000 (23:56 +0200)]
Merge pull request #501 from fluca1978/align_statements

Use begin and end with times without date

4 years agoMerge pull request #506 from crashALot/patch1
Gilles Darold [Fri, 7 Jun 2019 21:53:47 +0000 (23:53 +0200)]
Merge pull request #506 from crashALot/patch1

Minor readme edit

4 years agoMerge pull request #504 from fluca1978/fix_readme
Gilles Darold [Fri, 7 Jun 2019 21:53:13 +0000 (23:53 +0200)]
Merge pull request #504 from fluca1978/fix_readme

Fix readme

4 years agoMinor README edit
crashALot [Wed, 5 Jun 2019 02:50:49 +0000 (22:50 -0400)]
Minor README edit

Added some very minor spelling and grammar fixes to the readme file.

4 years agoPut single sentence on a single Perl module.
Luca Ferrari [Tue, 4 Jun 2019 10:21:15 +0000 (12:21 +0200)]
Put single sentence on a single Perl module.

4 years agoChange 'there is' to 'there are' since talking about 'options'.
Luca Ferrari [Tue, 4 Jun 2019 10:14:30 +0000 (12:14 +0200)]
Change 'there is' to 'there are' since talking about 'options'.

4 years agoAlign title to following text.
Luca Ferrari [Tue, 4 Jun 2019 10:14:09 +0000 (12:14 +0200)]
Align title to following text.

4 years agoReowrd 'chapter' in 'section'.
Luca Ferrari [Tue, 4 Jun 2019 10:12:39 +0000 (12:12 +0200)]
Reowrd 'chapter' in 'section'.

4 years agoFix benchmark statement.
Luca Ferrari [Tue, 4 Jun 2019 10:08:07 +0000 (12:08 +0200)]
Fix benchmark statement.

4 years agoMerge branch 'master' of github.com:darold/pgbadger into align_statements
Luca Ferrari [Tue, 4 Jun 2019 06:29:08 +0000 (08:29 +0200)]
Merge branch 'master' of github.com:darold/pgbadger into align_statements

4 years agoRemove wrong comment preventing the program to exit if no logs are there.
Luca Ferrari [Tue, 4 Jun 2019 06:27:10 +0000 (08:27 +0200)]
Remove wrong comment preventing the program to exit if no logs are there.

See discussion
<https://github.com/darold/pgbadger/pull/501#issuecomment-498476989>
I should have introduced this comment to prevent the program to exit while
testing.

4 years agoUse of internal values for hours, minutes and seconds.
Luca Ferrari [Tue, 4 Jun 2019 06:25:18 +0000 (08:25 +0200)]
Use of internal values for hours, minutes and seconds.

See discussion
<https://github.com/darold/pgbadger/pull/501#issuecomment-498476989>

4 years agoMerge pull request #500 from fluca1978/fix_ssh_remote_file
Gilles Darold [Tue, 4 Jun 2019 00:17:54 +0000 (02:17 +0200)]
Merge pull request #500 from fluca1978/fix_ssh_remote_file

Fix remote paths when using SSH.

4 years agoMerge branch 'master' of github.com:darold/pgbadger into align_statements
Luca Ferrari [Mon, 3 Jun 2019 10:04:05 +0000 (12:04 +0200)]
Merge branch 'master' of github.com:darold/pgbadger into align_statements

Merge with commit e2e85807ef6bc3d6e1a748c2e52437659c70c665.

4 years agoMerge upstream master branch.
Luca Ferrari [Mon, 3 Jun 2019 09:21:28 +0000 (11:21 +0200)]
Merge upstream master branch.

4 years agoAdd report per database support to incremental mode. In this mode there
Gilles Darold [Mon, 3 Jun 2019 02:42:56 +0000 (04:42 +0200)]
Add report per database support to incremental mode. In this mode there
will be a sub directory per database with dedicated incremental reports
and time based sub directory storing the binary statistic data.

Add -H, --html-dir option to be able to set a different path where HTML
report must be written in incremental mode. Binary files remain on directory
defined with -O, --outdir option.

4 years agoAdd -E | --explode option to explode the main report into one report
Gilles Darold [Sun, 2 Jun 2019 13:45:06 +0000 (15:45 +0200)]
Add -E | --explode option to explode the main report into one report
per database. Global information not related to a database are added
to the postgres database report.

Update regression test to works with new structure introduced with the
per database report feature.

4 years agoChanged the if..else about hour and time begin/end parameters.
Luca Ferrari [Fri, 24 May 2019 15:00:30 +0000 (17:00 +0200)]
Changed the if..else about hour and time begin/end parameters.

Also added some more logging and improved the online error message to
support hours.

4 years agoUpdate POD documentation.
Luca Ferrari [Fri, 24 May 2019 13:21:26 +0000 (15:21 +0200)]
Update POD documentation.

4 years agoUpdate documentation to reflect the begin/end time.
Luca Ferrari [Fri, 24 May 2019 13:03:56 +0000 (15:03 +0200)]
Update documentation to reflect the begin/end time.

4 years agoFix fractional seconds in all begin and end parameters.
Luca Ferrari [Fri, 24 May 2019 13:02:39 +0000 (15:02 +0200)]
Fix fractional seconds in all begin and end parameters.

4 years agoImplement begin/end hours without the date.
Luca Ferrari [Fri, 24 May 2019 12:48:54 +0000 (14:48 +0200)]
Implement begin/end hours without the date.

See #495

The idea is to check the '--begin' and '--end' parameters to see if they
represent only a time instead of a timestamp, and then accept them placing the
value into '$from_hour' or '$to_hour' internal variables.
Then, in 'skip_unwanted_lines' check if the time of the line is not between
the limits, similarly to what is done with the timestamp check.
Return the same values as the timestamp check.

4 years agoAlign return statements when checking timestamps.
Luca Ferrari [Fri, 24 May 2019 12:23:49 +0000 (14:23 +0200)]
Align return statements when checking timestamps.

Seems there is no reason for extra curly braces on the $to case.

4 years agoFix remote paths when using SSH.
Luca Ferrari [Fri, 24 May 2019 12:04:41 +0000 (14:04 +0200)]
Fix remote paths when using SSH.

When specifying a directory instead of a remote file, the program aborts
with a message like:

% pgbadger  ssh://postgres@pghost//postgres/data/log/
FATAL: can't get size of remote file,
       please check what's going wrong with command:
       ssh postgres@pghost "ls -l postgresql-Fri.log"

The problem is that the set_file_list function does not include the path
on the remote host, managing each file path as relative. Therefore
now there is an addition of $dirs before pushing the path to the @lfiles array.
However, this is due only when there is a directory, that is when the number
of remote files on each function invocation is not equal at one.

4 years agoFix documentation URL. Thanks to Kara Mansel for the report.
Gilles Darold [Wed, 22 May 2019 07:10:22 +0000 (09:10 +0200)]
Fix documentation URL. Thanks to Kara Mansel for the report.

4 years agoFix parsing of auto_explain.
Gilles Darold [Tue, 21 May 2019 09:07:25 +0000 (11:07 +0200)]
Fix parsing of auto_explain.

5 years agoAdd more information about -U option that can be used multiple time. Thanks to Dougla...
Darold Gilles [Sun, 21 Apr 2019 08:45:25 +0000 (10:45 +0200)]
Add more information about -U option that can be used multiple time. Thanks to Douglas J Hunley for the report.

5 years agoApply conflicting pull request #493 of Pierre Giraud.
Gilles Darold [Fri, 19 Apr 2019 10:28:33 +0000 (12:28 +0200)]
Apply conflicting pull request #493 of Pierre Giraud.

5 years agoMerge pull request #491 from pgiraud/html_validation
Gilles Darold [Fri, 19 Apr 2019 10:06:14 +0000 (12:06 +0200)]
Merge pull request #491 from pgiraud/html_validation

Fix some invalid HTML issues

5 years agoMerge pull request #490 from pgiraud/hash_position
Gilles Darold [Fri, 19 Apr 2019 10:05:56 +0000 (12:05 +0200)]
Merge pull request #490 from pgiraud/hash_position

Hash position

5 years agoFix not allowed nesting elements
Pierre GIRAUD [Wed, 17 Apr 2019 07:13:47 +0000 (09:13 +0200)]
Fix not allowed nesting elements

5 years agoFix table number of columns in colspan
Pierre GIRAUD [Wed, 17 Apr 2019 07:12:17 +0000 (09:12 +0200)]
Fix table number of columns in colspan

5 years agoFix invalid DOM, <tr> in <div>
Pierre GIRAUD [Wed, 17 Apr 2019 06:42:27 +0000 (08:42 +0200)]
Fix invalid DOM, <tr> in <div>

5 years agoMake sure panel header is visible on navigation click
Pierre GIRAUD [Tue, 16 Apr 2019 13:53:08 +0000 (15:53 +0200)]
Make sure panel header is visible on navigation click

5 years agoHarmonization of panels spacing
Pierre GIRAUD [Tue, 16 Apr 2019 08:35:30 +0000 (10:35 +0200)]
Harmonization of panels spacing

Less space lost

5 years agoMerge pull request #489 from pgiraud/auto_scroll
Gilles Darold [Tue, 16 Apr 2019 13:06:11 +0000 (15:06 +0200)]
Merge pull request #489 from pgiraud/auto_scroll

Update source file - See #485

5 years agoMerge pull request #488 from pgiraud/main_container_margin
Gilles Darold [Tue, 16 Apr 2019 13:05:48 +0000 (15:05 +0200)]
Merge pull request #488 from pgiraud/main_container_margin

Update source file - See #483

5 years agoUpdate source file - See #485
Pierre GIRAUD [Tue, 16 Apr 2019 12:47:53 +0000 (14:47 +0200)]
Update source file - See #485

5 years agoUpdate source file - See #483
Pierre GIRAUD [Tue, 16 Apr 2019 12:39:30 +0000 (14:39 +0200)]
Update source file - See #483

5 years agoMerge pull request #485 from pgiraud/auto_scroll
Gilles Darold [Tue, 16 Apr 2019 12:27:48 +0000 (14:27 +0200)]
Merge pull request #485 from pgiraud/auto_scroll

WIP - Scroll to top when clicking on top menu item

5 years agoMerge pull request #483 from pgiraud/main_container_margin
Gilles Darold [Tue, 16 Apr 2019 12:27:30 +0000 (14:27 +0200)]
Merge pull request #483 from pgiraud/main_container_margin

WIP - Margin on top of body

5 years agoMerge pull request #487 from darold/revert-486-hash_position
Gilles Darold [Tue, 16 Apr 2019 12:26:59 +0000 (14:26 +0200)]
Merge pull request #487 from darold/revert-486-hash_position

Revert "WIP - Hash position"

5 years agoMerge pull request #484 from pgiraud/top_queries_heading
Gilles Darold [Tue, 16 Apr 2019 12:24:55 +0000 (14:24 +0200)]
Merge pull request #484 from pgiraud/top_queries_heading

Fix top queries header inconsistency

5 years agoRevert "WIP - Hash position"
Gilles Darold [Tue, 16 Apr 2019 12:23:58 +0000 (14:23 +0200)]
Revert "WIP - Hash position"

5 years agoMerge pull request #486 from pgiraud/hash_position
Gilles Darold [Tue, 16 Apr 2019 12:22:31 +0000 (14:22 +0200)]
Merge pull request #486 from pgiraud/hash_position

WIP - Hash position