2019-05-21 12:22:35 UTC - Rodric Rabbah: I scanned our openwhisk repo for 
“http” links (excluding docs and other files)
```
> /usr/local/opt/grep/libexec/gnubin/grep -r -P 
'http:\/\/(?!www\.apache\.org\/licenses|<http://docs.couchdb.org|docs.couchdb.org>)'
 --include "Dockerfile" --include "*.xml" --include "*.yml" --include "*.sh" 
--include "*gradle*" --exclude "*.md" .
```

this is the result
```
./tools/macos/docker-machine/tweak-dockermachine.sh:    sudo echo 
\"<http://ftp.nluug.nl/os/Linux/distr/tinycorelinux/\>" &gt; /opt/tcemirror
./tools/admin/build/poms/pom-default.xml:&lt;project 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
./tools/admin/build/poms/pom-default.xml:    
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
./tools/git/pre-commit-scalafmt-native.sh:#                See 
<http://scalameta.org/scalafmt/>
./tools/git/pre-commit-scalafmt-native.sh:  echo "See 
<http://scalameta.org/scalafmt/>"
./core/invoker/build/poms/pom-default.xml:&lt;project 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
./core/invoker/build/poms/pom-default.xml:    
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
./core/controller/Dockerfile:    sed -i 
s#<http://petstore.swagger.io/v2/swagger.json#/api/v1/api-docs#g> 
/swagger-ui/index.html
./core/controller/build/poms/pom-default.xml:&lt;project 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
./core/controller/build/poms/pom-default.xml:    
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
./tests/build/poms/pom-default.xml:&lt;project 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
./tests/build/poms/pom-default.xml:    
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
./ansible/roles/invoker/tasks/deploy.yml:  uri:  url="http://{{ ansible_host 
}}:{{ docker.port }}/info" return_content=yes
./ansible/roles/invoker/tasks/deploy.yml:  uri: url="http://{{ ansible_host 
}}:{{ docker.port }}/containers/json?filters={{ '{"name":[ "invoker" 
],"ancestor":[ "invoker" ]}' | urlencode }}" return_content=yes
./ansible/roles/apigateway/tasks/deploy.yml:    url: "http://{{ 
groups['apigateway'] | first }}:{{ apigateway.port.api }}/v1/apis"
./common/scala/build/poms/pom-default.xml:&lt;project 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
./common/scala/build/poms/pom-default.xml:    
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558441355160000?thread_ts=1558441355.160000&cid=C3TPCAQG1
----
2019-05-21 12:23:11 UTC - Rodric Rabbah: @chetanm are the maven references ones 
we should change to https?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558441391160500
----
2019-05-21 12:52:49 UTC - James Thomas: Been working on a new “event plugin” 
for the pluggable trigger feed provider for openwhisk 
(<https://github.com/apache/incubator-openwhisk-pluggable-provider>)….
I now have an AMQP event source that’ll support any compatible broker e.g. 
RabbitMQ or ActiveMQ
<https://github.com/jthomas/openwhisk-amqp-trigger-feed>
partyparrot : Rodric Rabbah, Dominic Kim
+1 : Rob Allen, Dominic Kim
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558443169161800?thread_ts=1558443169.161800&cid=C3TPCAQG1
----
2019-05-21 13:06:57 UTC - Rodric Rabbah: that’s awesome @James Thomas 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558444017162300
----
2019-05-21 13:07:13 UTC - James Thomas: redis next…. then maybe mqtt.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558444033162600
----
2019-05-21 13:07:37 UTC - James Thomas: It only takes like &lt; 100 lines of JS 
to implement a new event source with the pluggable provider - it’s great.
+1 : Dominic Kim
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558444057163200
----
2019-05-21 13:08:12 UTC - James Thomas: want to get the pluggable provider 
helm-installable to make it easy to add to a k8s based deployment
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558444092163700
----
2019-05-21 13:20:39 UTC - Rob Allen: Why does GitBox email 
<mailto:dev@openwhisk.apache.org|dev@openwhisk.apache.org>? It seems 
non-optimal that this has to be turned off all the time
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558444839164800
----
2019-05-21 13:35:51 UTC - Dave Grove: Someone made a mistake when they 
submitted the form to create the repo.  When creating a repo, you specify where 
the emails go.  See 
<https://cwiki.apache.org/confluence/display/OPENWHISK/Creating+a+new+github+repo>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558445751165700
----
2019-05-21 13:53:57 UTC - Rob Allen: I assumed it defaulted…
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558446837166000
----
2019-05-21 13:54:47 UTC - Dave Grove: it defaults to dev@ because the default 
at apache is to send everything to dev
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558446887166600
----
2019-05-21 14:13:40 UTC - chetanm: These are from generated pom.xml which refer 
to Maven pom xsd via http
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558448020166700?thread_ts=1558441355.160000&cid=C3TPCAQG1
----
2019-05-21 14:13:52 UTC - chetanm: Not sure if we can make them https … they 
are generated by gradle
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558448032166900?thread_ts=1558441355.160000&cid=C3TPCAQG1
----
2019-05-21 17:49:39 UTC - Karan Kamatgi: Even after binding cos service to my 
function in serverless.yml why am i not able to use ibm_boto3 ?? It fails with 
"ibm_botocore.exceptions.NoCredentialsError: Unable to locate credentials"
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558460979167500?thread_ts=1558460979.167500&cid=C3TPCAQG1
----
2019-05-21 18:27:02 UTC - Rodric Rabbah: @James Thomas might know
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1558463222167600?thread_ts=1558460979.167500&cid=C3TPCAQG1
----

Reply via email to