1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-28 08:58:52 +02:00
Commit Graph

239 Commits

Author SHA1 Message Date
Katrin Leinweber
6b6439946e rephrase to make it sound more natural 2017-06-13 20:36:45 +02:00
Katrin Leinweber
6da511c912 add (definite) articles to improve flow of reading 2017-06-13 20:33:27 +02:00
Katrin Leinweber
1024897fd5 fix typos, assuming en_US 2017-06-13 20:30:33 +02:00
Katrin Leinweber
959a729b8b harmonize wording on same page and with help.html 2017-06-13 20:26:48 +02:00
Hubert depesz Lubaczewski
8439410c5b Add "optimizations" for plans 2017-05-19 18:45:41 +02:00
Hubert depesz Lubaczewski
bf6f295579 use newer script to launch development 2017-05-01 16:29:35 +02:00
Hubert depesz Lubaczewski
b681476002 Merge pull request #8 from webervin/patch-1
grant use of schema plans to db user
2017-04-25 07:54:18 +02:00
Ervin Weber
5dcbd2056e grant use of schema plans to db user
altered grant, fixes #7
2017-04-24 14:06:51 +03:00
Hubert depesz Lubaczewski
e9820912a4 Add some statistic-reporting views 2017-04-19 19:33:59 +02:00
Hubert depesz Lubaczewski
e289a74ccb Remove unnecessary second-level encoding
This caused problems when dealing with non-ascii characters, as it was
already converted to utf by Mojo, and then again, by explain.depesz.com
itself.
2017-02-08 15:39:08 +01:00
Hubert depesz Lubaczewski
72447070f5 Don't upload production conf to github 2016-11-08 21:00:00 +01:00
Hubert depesz Lubaczewski
125175b865 Sync to current version on old host 2016-11-08 20:37:06 +01:00
Hubert depesz Lubaczewski
5fc15d5ed8 Move to partitioned plans
We don't have that many of them, but on slow(ish) server dumps or vacuums
take long time. Partitioning will make it possible to handle work in
smaller increments
2016-04-05 14:57:53 +02:00
Hubert depesz Lubaczewski
8cc4c357fc add development startup script 2016-04-05 14:09:23 +02:00
Hubert depesz Lubaczewski
9a708e6d77 update copyright 2015-11-12 12:11:23 +01:00
Hubert depesz Lubaczewski
a430bd9a3f Add subquery name to display, forgotten 2015-10-13 12:55:36 +02:00
Hubert depesz Lubaczewski
03bbaf960f Add links to docs about explain node types
The links point to blogposts in "Explaining the unexplainable" series on
my blog: http://www.depesz.com/tag/unexplainable/
2015-10-13 12:47:09 +02:00
Hubert depesz Lubaczewski
8da4d84698 Merge pull request #5 from graphaelli/vagrant-nginx-tweak
disable nginx default site
2015-10-02 11:40:36 +02:00
Gilad Raphaelli
1e4b5f94c2 disable nginx default site
This enables access to vm hosted explain.depesz.com without
intervention following vagrant provisioning.
2015-10-01 12:41:57 -04:00
Hubert depesz Lubaczewski
055e74bc99 Allow nodes with no actual time
In process also fix never-executed nodes
2015-06-03 11:41:12 +02:00
Hubert depesz Lubaczewski
7e484cf008 add gitignore to ignore log dir 2015-05-19 23:16:10 +02:00
Hubert depesz Lubaczewski
36b3844c15 Change tagline to mention PostgreSQL 2015-05-19 22:45:12 +02:00
Hubert depesz Lubaczewski
0cf6dabb12 Use official github repo url 2015-01-08 21:42:46 +01:00
Hubert depesz Lubaczewski
1b7ad1f9dd Merge pull request #4 from pkorobeinikov/master
Automate installation
2015-01-08 21:41:06 +01:00
Hubert depesz Lubaczewski
1a3ac8fbe0 Merge pull request #3 from olshevskiy87/master
Update README.md
2015-01-07 18:30:46 +01:00
Petr A. Korobeinikov
504c1d77f4 Consistently name db, dbuser, and password. 2015-01-06 19:03:57 +03:00
Petr A. Korobeinikov
7278f98ef9 Flat puppet directory structure. 2015-01-06 18:45:08 +03:00
Petr A. Korobeinikov
cccef5552a Parameter based project dir path. 2015-01-06 18:17:29 +03:00
Petr A. Korobeinikov
0c9ebb5936 Change protocol. 2015-01-06 12:25:49 +03:00
Petr A. Korobeinikov
e95df7accd Readme notes. 2015-01-06 11:27:27 +03:00
Petr A. Korobeinikov
f44cac4774 No need to support systems other than Debian. 2015-01-06 10:41:30 +03:00
Petr A. Korobeinikov
9316c3fac2 File structure cosmetics. 2015-01-06 10:38:14 +03:00
Petr A. Korobeinikov
1fe4ee0f29 Timeout notice. 2015-01-06 10:34:46 +03:00
Petr A. Korobeinikov
58b087e1fe Apply patches in single exec. 2015-01-06 10:34:11 +03:00
Petr A. Korobeinikov
f0e5f2d0b6 No need to create separate user. 2015-01-06 10:14:09 +03:00
Petr A. Korobeinikov
58a81a7edb Add nginx proxy. 2015-01-06 10:12:23 +03:00
Petr A. Korobeinikov
645d7a2acf Common fixes on default manitfest.
Remove usesess sudo calls.
Increase Pg::Explain install timeout.
Fix createuser command.
2015-01-06 07:56:57 +03:00
Petr A. Korobeinikov
2987c7830e A bit of automation. 2015-01-05 21:21:10 +03:00
olshevskiy87
2cb8a44ab7 Update README.md
fix typo in "Mail::Sender" package name
2015-01-04 13:22:03 +03:00
Hubert depesz Lubaczewski
578dedddd8 Merge branch 'master' of github.com:depesz/explain.depesz.com 2014-11-06 06:31:03 +01:00
Hubert depesz Lubaczewski
37225faca2 remove things that might cause irrelevant warnings 2014-11-06 06:30:47 +01:00
Hubert depesz Lubaczewski
b8b01447b0 Merge branch 'master' of github.com:depesz/explain.depesz.com 2014-11-05 16:31:04 +01:00
Hubert depesz Lubaczewski
ab58eddac3 Commify long numbers in presented explains 2014-11-05 16:30:32 +01:00
Hubert depesz Lubaczewski
f185e5c746 Add /info page
This is only for users logged in, with granted "admin" privileges
(is_admin column in users table in database, by default false for
everybody, has to be manually changed in database).

Info page shows loaded modules, perl version and paths to used perl
interpreter and top level of explain.depesz.com application.
2014-10-31 22:03:11 +01:00
Hubert depesz Lubaczewski
0dd0cac324 Merge branch 'master' of github.com:depesz/explain.depesz.com 2014-10-31 16:03:34 +01:00
Hubert depesz Lubaczewski
930f22b1c6 Editorialization of last merge
- change the secret/secrets code so that it will work in both old and new
  Mojolicious versions.
- Add information that perl modules can be installed from distribution
  package repositories, and not neccessarily from cpan
- Add more description to information on config file
- Revert default config to previous state
- Add tests (to be run by explain.pl test) that check for required perl
  modules
2014-10-31 15:55:59 +01:00
Hubert depesz Lubaczewski
916d0d9581 Merge pull request #2 from jlpoolen/master
Pull request #1
2014-10-31 15:29:58 +01:00
John Poole
cb3a519766 server runs, not fully tested 2014-10-31 06:04:52 -07:00
John Poole
cd980e2c24 Update README.md
Further instructions
2014-10-31 06:00:30 -07:00
John Poole
560de1b790 Create README.md
First draft of installation instructions
2014-10-31 05:42:09 -07:00