This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for python@3.10 on macOS 12.6 | |
| Build date: 2023-05-06 13:51:59 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for python@3.11 on macOS 12.6 | |
| Build date: 2023-05-06 13:52:12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cluster: | |
| name: "percolate" | |
| node: | |
| name: "longshot-s2-0" | |
| gateway: | |
| type: local | |
| recover_after_nodes : 22 | |
| recover_after_time : 5m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"ok":true,"acknowledged":true} | |
| {"ok":true,"acknowledged":true} | |
| {"ok":true,"acknowledged":true} | |
| {"ok":true,"_index":"test","_type":"test","_id":"1","_version":1} | |
| {"ok":true,"_index":"test","_type":"test","_id":"2","_version":1} | |
| {"ok":true,"_shards":{"total":4,"successful":3,"failed":0}} | |
| { | |
| "took" : 17, | |
| "timed_out" : false, | |
| "_shards" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cluster_name" : "percolate", | |
| "status" : "yellow", | |
| "timed_out" : false, | |
| "number_of_nodes" : 3, | |
| "number_of_data_nodes" : 3, | |
| "active_primary_shards" : 3, | |
| "active_shards" : 9, | |
| "relocating_shards" : 0, | |
| "initializing_shards" : 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [2011-10-15 15:31:21,943][INFO ][node ] [Ghost Rider] {0.18.0-SNAPSHOT}[22364]: stopping ... | |
| [2011-10-15 15:31:22,303][INFO ][node ] [Ghost Rider] {0.18.0-SNAPSHOT}[22364]: stopped | |
| [2011-10-15 15:31:22,303][INFO ][node ] [Ghost Rider] {0.18.0-SNAPSHOT}[22364]: closing ... | |
| [2011-10-15 15:31:22,753][INFO ][node ] [Ghost Rider] {0.18.0-SNAPSHOT}[22364]: closed | |
| [2011-10-15 15:31:24,433][INFO ][node ] [Rand, Daniel] {0.18.0-SNAPSHOT}[25549]: initializing ... | |
| [2011-10-15 15:31:24,443][INFO ][plugins ] [Rand, Daniel] loaded [], sites [] | |
| [2011-10-15 15:31:26,933][INFO ][node ] [Rand, Daniel] {0.18.0-SNAPSHOT}[25549]: initialized | |
| [2011-10-15 15:31:26,933][INFO ][node ] [Rand, Daniel] {0.18.0-SNAPSHOT}[25549]: starting ... | |
| [2011-10-15 15:31:27,013][INFO ][transport ] [Rand, Daniel] bound_address {inet[/10.177.163.200:9300]}, publish_address {inet[/10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -XPUT localhost:9200/_percolator/filters/filter_0131_0323_0007809 -d ' | |
| {"query": {"query_string": {"fields": ["actor_name", "actor_id", "title", "content"], "default_operator": "AND", "query": "att"}}, "filtid": "filter_0131_0323_0007809"}' | |
| echo ' | |
| -----' | |
| curl -XPUT localhost:9200/_percolator/filters/filter_0131_0222_0007964 -d ' | |
| {"query": {"query_string": {"fields": ["actor_name", "actor_id", "title", "content"], "default_operator": "AND", "query": "dsl"}}, "filtid": "filter_0131_0222_0007964"}' | |
| echo ' | |
| -----' | |
| curl -XPUT localhost:9200/_percolator/filters/filter_0131_0222_0003399 -d ' | |
| {"query": {"query_string": {"fields": ["actor_name", "actor_id", "title", "content"], "default_operator": "AND", "query": "(BHN AND OnDemand)"}}, "filtid": "filter_0131_0222_0003399"}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/pylibrabbitmq/__init__.py b/pylibrabbitmq/__init__.py | |
| index fb7d438..369df40 100644 | |
| --- a/pylibrabbitmq/__init__.py | |
| +++ b/pylibrabbitmq/__init__.py | |
| @@ -54,8 +54,8 @@ class Channel(object): | |
| def flow(self, enabled): | |
| pass | |
| - def basic_get(self, queue="", noack=False): | |
| - frame = self.connection._basic_get(queue, noack, self.channel_id) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| === modified file 'duplicity/backends/botobackend.py' | |
| --- duplicity/backends/botobackend.py 2010-11-20 16:19:04 +0000 | |
| +++ duplicity/backends/botobackend.py 2011-03-28 22:03:58 +0000 | |
| @@ -157,6 +157,12 @@ | |
| self.bucket = self.conn.lookup(self.bucket_name) | |
| def put(self, source_path, remote_filename=None): | |
| + from boto.s3.connection import S3ResponseError | |
| + if globals.s3_european_buckets: | |
| + if not globals.s3_use_new_style: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ok" : true, | |
| "_shards" : { | |
| "total" : 4, | |
| "successful" : 4, | |
| "failed" : 0 | |
| }, | |
| "indices" : { | |
| "twitter" : { | |
| "aliases" : [ ], |
NewerOlder