apps/ |
#!/usr/bin/python | |
# https://github.com/ansible/ansible/issues/21185 | |
# Copyright: (c) 2018, Dusty Mabe <dusty@dustymabe.com> | |
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) | |
# Make coding more python3-ish | |
from __future__ import (absolute_import, division, print_function) | |
__metaclass__ = type |
TypeError: cb is not a function | |
at noSupport (/opt/app-root/src/lib/handlers/targets/openshift3/index.js:12:10) | |
at /opt/app-root/src/lib/handlers/targets/openshift3/index.js:106:12 | |
at /opt/app-root/src/lib/handlers/targets/openshift3/index.js:112:26 | |
at /opt/app-root/src/lib/handlers/mbaas.js:94:38 | |
at Layer.handle [as handle_request] (/opt/app-root/src/node_modules/express/lib/router/layer.js:76:5) | |
at next (/opt/app-root/src/node_modules/express/lib/router/route.js:100:13) | |
at /opt/app-root/src/lib/handlers/targets/openshift3/prefetch.js:48:12 | |
at /opt/app-root/src/lib/handlers/targets/openshift3/prefetch.js:37:12 | |
at setup (/opt/app-root/src/lib/handlers/targets/openshift3/prefetch.js:8:10) |
<console-handler name="AEROGEAR"> | |
<formatter> | |
<named-formatter name="COLOR-PATTERN"/> | |
</formatter> | |
</console-handler> | |
<logger category="org.jboss.aerogear.unifiedpush" use-parent-handlers="false"> | |
<level name="FINEST"/> | |
<handlers> | |
<handler name="AEROGEAR"/> | |
</handlers> |
Result: 1 | |
Items { | |
TemplateId: "BADGE_BATTLE_ATTACK_WON" | |
Badge { | |
BadgeType: BADGE_BATTLE_ATTACK_WON | |
BadgeRanks: 4 | |
Targets: "\nd\350\007" | |
} | |
} | |
Items { |
Say that you have followed the instructions in import.md and now want to update a deployment configuration or a running pod so that it uses that image.
First list the image of intrest:
$ docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
danbev/es latest 59d06a20aff1 17 hours ago 415.9 MB
First tag the image. Add the namespace/project name after the registry ip:port. For example, I'm going to add the image to the mbaas-logging
namespace/project
-
Continue the working on Integration of dependency management tools like node.js/bower/npm into JSDT, thus in order to make it possible for developers to use such tools right from the IDE. A number of CQs is created and approved, due to make it possible to invoke native node.js/bower/npm utilities installed in user environment:
- https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9479 - Use of node.js installation on user environment Version: v0.12.2 and later
- https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9487 - Use of npm installation on user environment Version: v2.7.5
- https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9488 - Use of Bower installation on user environment Version: v1.4.1 and later
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=459732 - Bower IDE contribution
-
An extension point for configuring and invoking node.js and npm. The default implementation should allow users to select their node/npm installation as preference but tools like JBT should be able to extend and prov