appengine-pipelines icon indicating copy to clipboard operation
appengine-pipelines copied to clipboard

makeViewerUrl

Results 34 appengine-pipelines issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit:junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

In development environments the version may not be determined. Using a bad target will cause task enqueue operations to break. If the version is not good, don't use it in...

Deployment of App Engine resources dictates that a version is no longer specified in app.yaml. As a consequence of this, attempts to get the current version via os.environ["CURRENT_VERSION_ID"] return "None."...

This combines a suggestion by @cdman with the existing code for detecting versions and modules, which should be robust. It's lightly tested in an App Engine development environment.

The root cause of this is [this GAE dev_server issue](https://code.google.com/p/googleappengine/issues/detail?id=13178&thanks=13178&ts=1470144087): when running a module locally with `dev_appserver.py` which doesn't have `version:` in `app.yaml`, it will have something like `"None.175924092260391774` in...

I have a mapreduce pipeline that worked in SDK 122 that now fails in the dev server with the following error after updating to SDK 123: Traceback (most recent call...