graphql-engine/server/src-lib/Hasura/Server
Rakesh Emmadi b5bbb966f2 add consolePath in console.html template (#1222)
Server templates `consolePath` key in `window.__env` object in console html template.
If server is hit at `/console/table/author` then `window.__env` in served html looks like
```
{
   consoleMode: "server",
   urlPrefix: "/console",
   consolePath: "/console/table/author",
   isAccessKeySet: true
}
```
2018-12-18 15:09:01 +05:30
..
Auth refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
App.hs add consolePath in console.html template (#1222) 2018-12-18 15:09:01 +05:30
Auth.hs refactor server cli code, add more cli options & version command (closes #51, #144, #1090, #1195) (#1200) 2018-12-14 08:51:41 +05:30
CheckUpdates.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Init.hs refactor server cli code, add more cli options & version command (closes #51, #144, #1090, #1195) (#1200) 2018-12-14 08:51:41 +05:30
Logging.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Middleware.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Query.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Utils.hs apply update permissions for upsert mutations (#628) 2018-12-15 21:40:29 +05:30
Version.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30