glide icon indicating copy to clipboard operation
glide copied to clipboard

Create awesome apps on Google App Engine in a snap

Results 13 glide issues
Sort by recently updated
recently updated
newest added

in the generated appengine-web.xml

The plugin is kinda weird in sense that requires some command line tools installed, but overall that looks like plugin that will be supported going forward.

When Running locally, after clean builds, the data disappears because the local db file is removed. Have a provision to preserve the file across `clean`s

Currently when user downloads the runner, which happens to be a small download, it completes immediately. But when a glide app is run for the first time, and if user...

enhancement
runner

Where ever supported. Don't break the build if browser could not be opened. This might not be required or REST API only apps. It should be enabled/disabled from extension.

runner
plugin
ready

In the user app glide config, if we need to make a filter load before any other filter, currently there's no way to specify so.

may be by adding explicit excludes on some of appengine's transitive deps

With the new release (where we don't overlay two webapps), we have lost the ability to store static pages. We can create a generic servlet in glide filters (and may...

runtime

Which means those urls matching that pattern will be exempted by the Filter and it will let them pass through. `allow` sounds too generic and feels as if `allow` takes...

runtime

Not sure how feasible this would be, but if files put in `src` dir can be compiled on change and, `test` to be run automatically and app could be restarted,...

enhancement
plugin