Carlos Colon
Carlos Colon
If I define a list with a mapped name then using `name` as a default column does not work. I would think this should work. Furthermore, using the mapped field...
Reviewing a PR that has had a module renamed still shows the old name in the review panel Files Changed list. The browser-based stash PR review panel shows the correct...
How feasible is it to add support for this to play nice with the local emulator (e.g. azurite) where you do not have to signin to azure? When I run...
Similar to how the keystone Admin UI dependsOn works...in fact, may be able to borrow logic. But the keystone dependsOn feature is currently being made more useful so perhaps wait...
Since we need to describe the lists with meta might as well consider implementing a generator of the documentation for the REST API being described via the profiles. A special...
KNE uses to many global environment variables making the code hard to reason about. A possible alternative may be to gather all settings that are required by the Nightwatch runner...
The keystone e2e tests sometimes failed with the following error. Need to figure out why NightwatchJS is not getting notified and/or it is not notifying KNE of any errors. ```...
KNE works with different environments and platforms and browsers and configures a lot of that for the upstream Nightwatch runner. Some of the current functionality may currently be untestable thus...
See https://github.com/keystonejs/keystone/pull/2964
There are currently some sorting features in the Admin UI that I cannot seem to figure out if they work or not, or if I'm using them wrong. We need...