1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2025-07-05 00:58:52 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
22b973d093 WIP - users support
- users can now:
    - register
    - login
    - logout
    - change password
- new explains know about logged user (it's stored in database)
2013-10-28 14:58:17 +01:00
6a31c2e4a1 Make it possible to delete plans
Each plan will have now delete_key (random, 50 character string), which
can be used with url like http://.../d/plan-id/delete-key
to delete it.

The delete key is shown once just after plan creation
2013-03-30 20:18:27 +01:00
a5fc1f2544 Added title for plan
Nathan Thom requested ability to add title to plan.

It wasn't very complicated, so it's added :)
2011-06-28 15:25:14 +02:00
761cc4742b Add anonymization
Added checkbox, and additional logic which uses anonymization feature of
Pg::Explain from 0.60
2011-06-11 04:44:41 +02:00
53fb63b2d2 Database plugin fix 2011-03-14 13:37:48 +00:00
e5eaff7de9 fix for history pagination 2011-03-14 11:07:08 +00:00
1ecd0f9518 history date-based pagination update 2011-03-11 10:33:49 +00:00
198b38717a 1. history pagination changed to date ranges
2. index renamed to new explain
3. form styling changes
2011-03-11 06:19:50 +00:00
046da81e8c new version of explain.depesz.com, by metys - llewandowski.pl 2011-03-10 15:19:34 +00:00