toccatore 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +24 -24
  3. data/README.md +13 -0
  4. data/lib/toccatore/datacite_related.rb +1 -1
  5. data/lib/toccatore/orcid_update.rb +3 -1
  6. data/lib/toccatore/version.rb +1 -1
  7. data/spec/cli_spec.rb +1 -1
  8. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_fail.yml +13 -11
  9. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_query_by_DOI.yml +155 -155
  10. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_query_by_ORCID_ID.yml +575 -575
  11. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_succeed.yml +488 -490
  12. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_succeed_with_no_works.yml +9 -7
  13. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_allow_queries_by_DOI_of_the_Datacite_Metadata_Search_API.yml +4 -2
  14. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_allow_queries_by_ORCID_ID_of_the_Datacite_Metadata_Search_API.yml +2 -2
  15. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_report_if_there_are_no_works_returned_by_the_Datacite_Metadata_Search_API.yml +1 -1
  16. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +4 -2
  17. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_total/with_no_works.yml +4 -2
  18. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_total/with_works.yml +4 -2
  19. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/push_data/should_delete_claims.yml +6 -6
  20. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/push_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +288 -282
  21. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/queue_jobs/should_report_if_there_are_no_works_returned_by_the_Datacite_Metadata_Search_API.yml +1 -1
  22. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/queue_jobs/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +5 -3
  23. data/spec/orcid_update_spec.rb +1 -1
  24. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c2d076ad83a73165bf2089a008c4461e477081d
4
- data.tar.gz: e919fb11f3c1175f829a0df922b7e61316e89584
3
+ metadata.gz: e3f403a9be0abc0a29474ba5afe14da96d2fac0e
4
+ data.tar.gz: 7d518eaf6d26315f8291b7c71e92a66c0f2a6cae
5
5
  SHA512:
6
- metadata.gz: d75464dfcacaa20d34ac497a6c9d949ac5d9f8161e313268c68bd4dd926696c1069326167cc6e7475fafb3a2d9384b225836a3d15b71a1ed6f36d0f65e971652
7
- data.tar.gz: f77217f8bff00303217370b7688a1601ebb0314196ad9490cca592059687c57ad0fdb508b02dcd47c5014605e4add6231407a13dde42507ae4287bda1cd4d2b9
6
+ metadata.gz: bfa83ed964ebd3fdb4cfb6bbf6ecec63477c1d1f3917cecb1040840584468af911add82a09f8c6d079ab814caa8091e3441489dd22ecfab2b67ef24bb98679db
7
+ data.tar.gz: b8dd0cdd1975f5a0bd1508e6e8711d4e6e1538a46a8cd4b1fad0ec6a2837bb2c61ba54595f370a7c5d25b1153a5b36b707f7e559dd0b9ebf954db32f77518dc2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- toccatore (0.3.8)
4
+ toccatore (0.3.9)
5
5
  activesupport (~> 4.2, >= 4.2.5)
6
6
  dotenv (~> 2.1, >= 2.1.1)
7
7
  gender_detector (~> 1.0)
@@ -13,7 +13,7 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activesupport (4.2.8)
16
+ activesupport (4.2.9)
17
17
  i18n (~> 0.7)
18
18
  minitest (~> 5.1)
19
19
  thread_safe (~> 0.3, >= 0.3.4)
@@ -27,7 +27,7 @@ GEM
27
27
  safe_yaml (~> 1.0.0)
28
28
  diff-lcs (1.3)
29
29
  docile (1.1.5)
30
- dotenv (2.2.0)
30
+ dotenv (2.2.1)
31
31
  excon (0.45.4)
32
32
  faraday (0.9.2)
33
33
  multipart-post (>= 1.2, < 3)
@@ -36,10 +36,10 @@ GEM
36
36
  faraday_middleware (0.10.1)
37
37
  faraday (>= 0.7.4, < 1.0)
38
38
  gender_detector (1.0.0)
39
- hashdiff (0.3.2)
40
- i18n (0.8.1)
39
+ hashdiff (0.3.4)
40
+ i18n (0.8.4)
41
41
  json (2.1.0)
42
- maremma (3.5.7)
42
+ maremma (3.5.8)
43
43
  activesupport (>= 4.2.5)
44
44
  addressable (>= 2.3.6)
45
45
  builder (~> 3.2, >= 3.2.2)
@@ -50,39 +50,39 @@ GEM
50
50
  multi_json (~> 1.12)
51
51
  nokogiri (~> 1.6, >= 1.6.8)
52
52
  oj (~> 2.18, >= 2.18.1)
53
- mini_portile2 (2.1.0)
54
- minitest (5.10.1)
53
+ mini_portile2 (2.2.0)
54
+ minitest (5.10.2)
55
55
  multi_json (1.12.1)
56
56
  multipart-post (2.0.0)
57
57
  namae (0.11.3)
58
- nokogiri (1.7.1)
59
- mini_portile2 (~> 2.1.0)
58
+ nokogiri (1.8.0)
59
+ mini_portile2 (~> 2.2.0)
60
60
  oj (2.18.5)
61
61
  public_suffix (2.0.5)
62
- rack (2.0.1)
62
+ rack (2.0.3)
63
63
  rack-test (0.6.3)
64
64
  rack (>= 1.0)
65
65
  rake (12.0.0)
66
- rspec (3.5.0)
67
- rspec-core (~> 3.5.0)
68
- rspec-expectations (~> 3.5.0)
69
- rspec-mocks (~> 3.5.0)
70
- rspec-core (3.5.4)
71
- rspec-support (~> 3.5.0)
72
- rspec-expectations (3.5.0)
66
+ rspec (3.6.0)
67
+ rspec-core (~> 3.6.0)
68
+ rspec-expectations (~> 3.6.0)
69
+ rspec-mocks (~> 3.6.0)
70
+ rspec-core (3.6.0)
71
+ rspec-support (~> 3.6.0)
72
+ rspec-expectations (3.6.0)
73
73
  diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.5.0)
75
- rspec-mocks (3.5.0)
74
+ rspec-support (~> 3.6.0)
75
+ rspec-mocks (3.6.0)
76
76
  diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.5.0)
78
- rspec-support (3.5.0)
77
+ rspec-support (~> 3.6.0)
78
+ rspec-support (3.6.0)
79
79
  safe_yaml (1.0.4)
80
80
  simplecov (0.12.0)
81
81
  docile (~> 1.1.0)
82
82
  json (>= 1.8, < 3)
83
83
  simplecov-html (~> 0.10.0)
84
- simplecov-html (0.10.0)
85
- slack-notifier (2.1.0)
84
+ simplecov-html (0.10.1)
85
+ slack-notifier (2.2.2)
86
86
  thor (0.19.4)
87
87
  thread_safe (0.3.6)
88
88
  tzinfo (1.2.3)
data/README.md CHANGED
@@ -6,6 +6,19 @@
6
6
 
7
7
  Agent for Event Data service, providing links to ORCID IDs and DOIs not from DataCite as related identifiers in DataCite metadata.
8
8
 
9
+ ## Installation and use
10
+
11
+ ```
12
+ gem install toccatore
13
+ toccatore datacite_related --push_url https://example.org --access_token abc
14
+ ```
15
+
16
+ Or run as Docker container
17
+
18
+ ```
19
+ docker run datacite/toccatore toccatore datacite_related --push_url https://example.org --access_token abc
20
+ ```
21
+
9
22
  ## Development
10
23
 
11
24
  We use rspec for unit testing:
@@ -69,7 +69,7 @@ module Toccatore
69
69
  "type" => "events",
70
70
  "attributes" => item.except("id") }}
71
71
  response = Maremma.post(push_url, data: data.to_json,
72
- token: options[:access_token],
72
+ bearer: options[:access_token],
73
73
  content_type: 'json',
74
74
  host: host)
75
75
  else
@@ -49,7 +49,7 @@ module Toccatore
49
49
  push_url = (options[:push_url].presence || "https://profiles.datacite.org/api") + "/claims"
50
50
 
51
51
  response = Maremma.post(push_url, data: { "claim" => item }.to_json,
52
- token: options[:access_token],
52
+ bearer: options[:access_token],
53
53
  content_type: 'json')
54
54
  if response.body["data"].present?
55
55
  doi = response.body.fetch("data", {}).fetch("attributes", {}).fetch("doi", nil)
@@ -58,6 +58,8 @@ module Toccatore
58
58
  puts "#{claim_action.titleize} DOI #{doi} for ORCID ID #{orcid} pushed to Profiles service."
59
59
  0
60
60
  elsif response.body["errors"].present?
61
+ claim_action = options[:claim_action].presence || "create"
62
+
61
63
  puts "#{claim_action.titleize} DOI #{doi} for ORCID ID #{orcid} had an error:"
62
64
  puts "#{response.body['errors'].first['title']}"
63
65
  1
@@ -1,3 +1,3 @@
1
1
  module Toccatore
2
- VERSION = "0.3.8"
2
+ VERSION = "0.3.9"
3
3
  end
data/spec/cli_spec.rb CHANGED
@@ -8,7 +8,7 @@ describe Toccatore::CLI do
8
8
 
9
9
  describe "version" do
10
10
  it 'has version' do
11
- expect { subject.__print_version }.to output("0.3.8\n").to_stdout
11
+ expect { subject.__print_version }.to output("0.3.9\n").to_stdout
12
12
  end
13
13
  end
14
14
 
@@ -23,18 +23,20 @@ http_interactions:
23
23
  Content-Type:
24
24
  - application/json;charset=UTF-8
25
25
  Date:
26
- - Wed, 29 Mar 2017 13:23:58 GMT
26
+ - Tue, 04 Jul 2017 17:52:11 GMT
27
27
  Server:
28
28
  - openresty/1.11.2.2
29
+ Content-Length:
30
+ - '89'
29
31
  Connection:
30
32
  - keep-alive
31
33
  body:
32
34
  encoding: UTF-8
33
- string: '{"responseHeader":{"status":0,"QTime":21},"response":{"numFound":55,"start":0,"docs":[]}}
35
+ string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":55,"start":0,"docs":[]}}
34
36
 
35
37
  '
36
38
  http_version:
37
- recorded_at: Wed, 29 Mar 2017 13:23:58 GMT
39
+ recorded_at: Tue, 04 Jul 2017 17:52:11 GMT
38
40
  - request:
39
41
  method: get
40
42
  uri: https://search.datacite.org/api?fl=doi,resourceTypeGeneral,relatedIdentifier,nameIdentifier,minted,updated&fq=updated:%5B2015-04-07T00:00:00Z%20TO%202015-04-08T23:59:59Z%5D%20AND%20has_metadata:true%20AND%20is_active:true&q=nameIdentifier:ORCID%5C:*&rows=1000&start=0&wt=json
@@ -58,24 +60,24 @@ http_interactions:
58
60
  Content-Type:
59
61
  - application/json;charset=UTF-8
60
62
  Date:
61
- - Wed, 29 Mar 2017 13:23:59 GMT
63
+ - Tue, 04 Jul 2017 17:52:11 GMT
62
64
  Server:
63
65
  - openresty/1.11.2.2
64
66
  Connection:
65
67
  - keep-alive
66
68
  body:
67
69
  encoding: UTF-8
68
- string: '{"responseHeader":{"status":0,"QTime":21},"response":{"numFound":55,"start":0,"docs":[{"minted":"2014-06-02T01:33:35Z","updated":"2015-04-08T13:56:40Z","doi":"10.6084/M9.FIGSHARE.1041547","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-07T03:09:59Z","updated":"2015-04-07T03:09:59Z","doi":"10.6084/M9.FIGSHARE.1368269","nameIdentifier":["ORCID:0000-0002-4000-4167"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-07T03:22:11Z","updated":"2015-04-07T03:22:11Z","doi":"10.6084/M9.FIGSHARE.1368484","nameIdentifier":["ORCID:0000-0001-6176-2816"],"resourceTypeGeneral":"Image"},{"minted":"2015-04-07T04:17:39Z","updated":"2015-04-07T04:17:39Z","doi":"10.6084/M9.FIGSHARE.1368488","nameIdentifier":["ORCID:0000-0003-3796-827X"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-07T10:04:56Z","updated":"2015-04-07T10:04:57Z","doi":"10.6084/M9.FIGSHARE.1368581","nameIdentifier":["ORCID:0000-0003-1073-887X"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-07T13:40:59Z","updated":"2015-04-07T13:40:59Z","doi":"10.6084/M9.FIGSHARE.1368663","nameIdentifier":["ORCID:0000-0001-9873-8342"],"resourceTypeGeneral":"Collection"},{"minted":"2015-04-07T15:36:38Z","updated":"2015-04-07T15:36:38Z","doi":"10.6084/M9.FIGSHARE.1368671","nameIdentifier":["ORCID:0000-0002-3437-4911"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-07T17:49:57Z","updated":"2015-04-07T17:49:57Z","doi":"10.6084/M9.FIGSHARE.1368728","nameIdentifier":["ORCID:0000-0001-9873-8342"],"resourceTypeGeneral":"Image"},{"minted":"2015-04-07T19:15:46Z","updated":"2015-04-07T19:15:46Z","doi":"10.6084/M9.FIGSHARE.1368744","nameIdentifier":["ORCID:0000-0001-7757-8001"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-07T19:18:10Z","updated":"2015-04-07T19:18:10Z","doi":"10.6084/M9.FIGSHARE.1368745","nameIdentifier":["ORCID:0000-0001-7757-8001"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-07T19:35:40Z","updated":"2015-04-07T19:35:40Z","doi":"10.6084/M9.FIGSHARE.1368746","nameIdentifier":["ORCID:0000-0001-7757-8001"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-07T23:28:15Z","updated":"2015-04-07T23:28:15Z","doi":"10.6084/M9.FIGSHARE.1368761","nameIdentifier":["ORCID:0000-0001-6176-2816"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T01:46:24Z","updated":"2015-04-08T01:46:24Z","doi":"10.6084/M9.FIGSHARE.1368774","nameIdentifier":["ORCID:0000-0002-0311-9774"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T07:37:07Z","updated":"2015-04-08T07:37:07Z","doi":"10.6084/M9.FIGSHARE.1370882","nameIdentifier":["ORCID:0000-0001-6921-5307"],"resourceTypeGeneral":"Collection"},{"minted":"2015-04-08T10:13:29Z","updated":"2015-04-08T10:13:29Z","doi":"10.6084/M9.FIGSHARE.1226424","nameIdentifier":["ORCID:0000-0001-8478-7549"],"resourceTypeGeneral":"Image"},{"minted":"2015-04-08T14:05:30Z","updated":"2015-04-08T14:05:30Z","doi":"10.6084/M9.FIGSHARE.1371006","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Image"},{"minted":"2015-04-08T14:12:36Z","updated":"2015-04-08T14:12:36Z","doi":"10.6084/M9.FIGSHARE.1371005","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Image"},{"minted":"2015-04-08T17:22:40Z","updated":"2015-04-08T17:22:41Z","doi":"10.6084/M9.FIGSHARE.1371077","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Collection"},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371009","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371008","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371010","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T17:35:31Z","updated":"2015-04-08T17:35:31Z","doi":"10.6084/M9.FIGSHARE.1371011","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T17:35:33Z","updated":"2015-04-08T17:35:33Z","doi":"10.6084/M9.FIGSHARE.1371013","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T17:35:33Z","updated":"2015-04-08T17:35:33Z","doi":"10.6084/M9.FIGSHARE.1371014","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T17:35:34Z","updated":"2015-04-08T17:35:34Z","doi":"10.6084/M9.FIGSHARE.1371012","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T17:35:34Z","updated":"2015-04-08T17:35:34Z","doi":"10.6084/M9.FIGSHARE.1371015","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T17:35:36Z","updated":"2015-04-08T17:35:36Z","doi":"10.6084/M9.FIGSHARE.1371017","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T17:35:38Z","updated":"2015-04-08T17:35:38Z","doi":"10.6084/M9.FIGSHARE.1371018","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T17:35:37Z","updated":"2015-04-08T17:35:37Z","doi":"10.6084/M9.FIGSHARE.1371016","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T17:35:37Z","updated":"2015-04-08T17:35:37Z","doi":"10.6084/M9.FIGSHARE.1371019","nameIdentifier":["ORCID:0000-0001-5921-2399"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T20:30:18Z","updated":"2015-04-08T20:30:18Z","doi":"10.6084/M9.FIGSHARE.1371114","nameIdentifier":["ORCID:0000-0001-5882-6823"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T20:32:25Z","updated":"2015-04-08T20:32:25Z","doi":"10.6084/M9.FIGSHARE.1337953","nameIdentifier":["ORCID:0000-0001-5882-6823"],"resourceTypeGeneral":"Dataset"},{"minted":"2015-04-08T23:41:41Z","updated":"2015-04-08T23:41:41Z","doi":"10.6084/M9.FIGSHARE.1371137","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Image"},{"minted":"2015-04-08T23:48:49Z","updated":"2015-04-08T23:48:49Z","doi":"10.6084/M9.FIGSHARE.1371138","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Image"},{"minted":"2015-04-08T23:55:26Z","updated":"2015-04-08T23:55:26Z","doi":"10.6084/M9.FIGSHARE.1371139","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Image"},{"minted":"2014-04-16T00:45:06Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.999239","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2014-04-28T12:44:11Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1008321","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2014-04-28T13:12:45Z","updated":"2015-04-08T13:56:37Z","doi":"10.6084/M9.FIGSHARE.1008320","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2013-07-17T15:43:04Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.746960","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Image"},{"minted":"2013-08-01T01:56:31Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.760716","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2013-08-11T17:51:31Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.769272","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2013-08-11T17:58:38Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.769271","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2013-08-11T18:02:15Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.769270","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2013-08-22T00:40:17Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.778701","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2013-08-22T04:04:35Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.779705","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2013-07-01T02:46:44Z","updated":"2015-04-08T13:56:29Z","doi":"10.6084/M9.FIGSHARE.735810","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2013-07-01T02:48:05Z","updated":"2015-04-08T13:56:29Z","doi":"10.6084/M9.FIGSHARE.735811","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Image"},{"minted":"2013-07-14T00:34:46Z","updated":"2015-04-08T13:56:30Z","doi":"10.6084/M9.FIGSHARE.745301","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Image"},{"minted":"2013-07-14T19:57:14Z","updated":"2015-04-08T13:56:30Z","doi":"10.6084/M9.FIGSHARE.745313","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Dataset"},{"minted":"2013-05-28T23:17:58Z","updated":"2015-04-07T11:44:34Z","doi":"10.6084/M9.FIGSHARE.707350","nameIdentifier":["ORCID:0000-0001-9964-6984"],"resourceTypeGeneral":"Dataset"},{"minted":"2013-05-28T23:19:24Z","updated":"2015-04-07T11:44:34Z","doi":"10.6084/M9.FIGSHARE.707351","nameIdentifier":["ORCID:0000-0001-9964-6984"],"resourceTypeGeneral":"Dataset"},{"minted":"2014-05-02T23:51:05Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1014351","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Image"},{"minted":"2014-05-02T23:51:54Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1014348","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Image"},{"minted":"2014-05-03T00:43:42Z","updated":"2015-04-08T13:56:40Z","doi":"10.6084/M9.FIGSHARE.1014352","nameIdentifier":["ORCID:0000-0002-3546-1048"],"resourceTypeGeneral":"Image"},{"minted":"2015-04-08T08:54:57Z","updated":"2015-04-08T08:54:57Z","doi":"10.5284/1030449","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0003-3938-899X","ORCID:0000-0002-2725-6730"]}]}}
70
+ string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":55,"start":0,"docs":[{"minted":"2015-04-08T08:54:57Z","updated":"2015-04-08T08:54:57Z","doi":"10.5284/1030449","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0003-3938-899X","ORCID:0000-0002-2725-6730"]},{"minted":"2013-05-28T23:17:58Z","updated":"2015-04-07T11:44:34Z","doi":"10.6084/M9.FIGSHARE.707350","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-9964-6984"]},{"minted":"2013-05-28T23:19:24Z","updated":"2015-04-07T11:44:34Z","doi":"10.6084/M9.FIGSHARE.707351","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-9964-6984"]},{"minted":"2013-07-01T02:46:44Z","updated":"2015-04-08T13:56:29Z","doi":"10.6084/M9.FIGSHARE.735810","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-01T02:48:05Z","updated":"2015-04-08T13:56:29Z","doi":"10.6084/M9.FIGSHARE.735811","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-14T00:34:46Z","updated":"2015-04-08T13:56:30Z","doi":"10.6084/M9.FIGSHARE.745301","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-14T19:57:14Z","updated":"2015-04-08T13:56:30Z","doi":"10.6084/M9.FIGSHARE.745313","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-07-17T15:43:04Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.746960","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-01T01:56:31Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.760716","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-11T17:51:31Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.769272","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-11T17:58:38Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.769271","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-11T18:02:15Z","updated":"2015-04-08T13:56:32Z","doi":"10.6084/M9.FIGSHARE.769270","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-22T00:40:17Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.778701","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2013-08-22T04:04:35Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.779705","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-07T03:09:59Z","updated":"2015-04-07T03:09:59Z","doi":"10.6084/M9.FIGSHARE.1368269","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-4000-4167"]},{"minted":"2015-04-07T03:22:11Z","updated":"2015-04-07T03:22:11Z","doi":"10.6084/M9.FIGSHARE.1368484","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0001-6176-2816"]},{"minted":"2015-04-07T04:17:39Z","updated":"2015-04-07T04:17:39Z","doi":"10.6084/M9.FIGSHARE.1368488","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0003-3796-827X"]},{"minted":"2015-04-07T10:04:56Z","updated":"2015-04-07T10:04:57Z","doi":"10.6084/M9.FIGSHARE.1368581","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0003-1073-887X"]},{"minted":"2015-04-07T13:40:59Z","updated":"2015-04-07T13:40:59Z","doi":"10.6084/M9.FIGSHARE.1368663","resourceTypeGeneral":"Collection","nameIdentifier":["ORCID:0000-0001-9873-8342"]},{"minted":"2015-04-07T15:36:38Z","updated":"2015-04-07T15:36:38Z","doi":"10.6084/M9.FIGSHARE.1368671","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3437-4911"]},{"minted":"2015-04-07T17:49:57Z","updated":"2015-04-07T17:49:57Z","doi":"10.6084/M9.FIGSHARE.1368728","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0001-9873-8342"]},{"minted":"2015-04-07T19:15:46Z","updated":"2015-04-07T19:15:46Z","doi":"10.6084/M9.FIGSHARE.1368744","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-7757-8001"]},{"minted":"2015-04-07T19:18:10Z","updated":"2015-04-07T19:18:10Z","doi":"10.6084/M9.FIGSHARE.1368745","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-7757-8001"]},{"minted":"2015-04-07T19:35:40Z","updated":"2015-04-07T19:35:40Z","doi":"10.6084/M9.FIGSHARE.1368746","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-7757-8001"]},{"minted":"2015-04-07T23:28:15Z","updated":"2015-04-07T23:28:15Z","doi":"10.6084/M9.FIGSHARE.1368761","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-6176-2816"]},{"minted":"2015-04-08T01:46:24Z","updated":"2015-04-08T01:46:24Z","doi":"10.6084/M9.FIGSHARE.1368774","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-0311-9774"]},{"minted":"2015-04-08T07:37:07Z","updated":"2015-04-08T07:37:07Z","doi":"10.6084/M9.FIGSHARE.1370882","resourceTypeGeneral":"Collection","nameIdentifier":["ORCID:0000-0001-6921-5307"]},{"minted":"2015-04-08T10:13:29Z","updated":"2015-04-08T10:13:29Z","doi":"10.6084/M9.FIGSHARE.1226424","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0001-8478-7549"]},{"minted":"2015-04-08T14:05:30Z","updated":"2015-04-08T14:05:30Z","doi":"10.6084/M9.FIGSHARE.1371006","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T14:12:36Z","updated":"2015-04-08T14:12:36Z","doi":"10.6084/M9.FIGSHARE.1371005","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T17:22:40Z","updated":"2015-04-08T17:22:41Z","doi":"10.6084/M9.FIGSHARE.1371077","resourceTypeGeneral":"Collection","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371009","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371008","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:30Z","updated":"2015-04-08T17:35:30Z","doi":"10.6084/M9.FIGSHARE.1371010","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:31Z","updated":"2015-04-08T17:35:31Z","doi":"10.6084/M9.FIGSHARE.1371011","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:33Z","updated":"2015-04-08T17:35:33Z","doi":"10.6084/M9.FIGSHARE.1371013","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:33Z","updated":"2015-04-08T17:35:33Z","doi":"10.6084/M9.FIGSHARE.1371014","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:34Z","updated":"2015-04-08T17:35:34Z","doi":"10.6084/M9.FIGSHARE.1371012","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:34Z","updated":"2015-04-08T17:35:34Z","doi":"10.6084/M9.FIGSHARE.1371015","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:36Z","updated":"2015-04-08T17:35:36Z","doi":"10.6084/M9.FIGSHARE.1371017","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:38Z","updated":"2015-04-08T17:35:38Z","doi":"10.6084/M9.FIGSHARE.1371018","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:37Z","updated":"2015-04-08T17:35:37Z","doi":"10.6084/M9.FIGSHARE.1371016","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T17:35:37Z","updated":"2015-04-08T17:35:37Z","doi":"10.6084/M9.FIGSHARE.1371019","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5921-2399"]},{"minted":"2015-04-08T20:30:18Z","updated":"2015-04-08T20:30:18Z","doi":"10.6084/M9.FIGSHARE.1371114","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5882-6823"]},{"minted":"2015-04-08T20:32:25Z","updated":"2015-04-08T20:32:25Z","doi":"10.6084/M9.FIGSHARE.1337953","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0001-5882-6823"]},{"minted":"2015-04-08T23:41:41Z","updated":"2015-04-08T23:41:41Z","doi":"10.6084/M9.FIGSHARE.1371137","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T23:48:49Z","updated":"2015-04-08T23:48:49Z","doi":"10.6084/M9.FIGSHARE.1371138","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2015-04-08T23:55:26Z","updated":"2015-04-08T23:55:26Z","doi":"10.6084/M9.FIGSHARE.1371139","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-04-16T00:45:06Z","updated":"2015-04-08T13:56:35Z","doi":"10.6084/M9.FIGSHARE.999239","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-04-28T12:44:11Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1008321","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-04-28T13:12:45Z","updated":"2015-04-08T13:56:37Z","doi":"10.6084/M9.FIGSHARE.1008320","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-05-02T23:51:05Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1014351","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-05-02T23:51:54Z","updated":"2015-04-08T13:56:38Z","doi":"10.6084/M9.FIGSHARE.1014348","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-05-03T00:43:42Z","updated":"2015-04-08T13:56:40Z","doi":"10.6084/M9.FIGSHARE.1014352","resourceTypeGeneral":"Image","nameIdentifier":["ORCID:0000-0002-3546-1048"]},{"minted":"2014-06-02T01:33:35Z","updated":"2015-04-08T13:56:40Z","doi":"10.6084/M9.FIGSHARE.1041547","resourceTypeGeneral":"Dataset","nameIdentifier":["ORCID:0000-0002-3546-1048"]}]}}
69
71
 
70
72
  '
71
73
  http_version:
72
- recorded_at: Wed, 29 Mar 2017 13:23:59 GMT
74
+ recorded_at: Tue, 04 Jul 2017 17:52:11 GMT
73
75
  - request:
74
76
  method: post
75
77
  uri: "<SLACK_WEBHOOK_URL>"
76
78
  body:
77
79
  encoding: US-ASCII
78
- string: payload=%7B%22username%22%3A%22Event+Data+Agent%22%2C%22icon_url%22%3A%22https%3A%2F%2Fraw.githubusercontent.com%2Fdatacite%2Ftoccatore%2Fmaster%2Flib%2Ftoccatore%2Fimages%2Ftoccatore.png%22%2C%22attachments%22%3A%5B%7B%22title%22%3A%22Report+for+orcid_update%22%2C%22text%22%3A%2255+works+processed+for+date+range+2015-04-07+-+2015-04-08.%22%2C%22color%22%3A%22good%22%7D%5D%7D
80
+ string: payload=%7B%22username%22%3A%22Event+Data+Agent%22%2C%22icon_url%22%3A%22https%3A%2F%2Fraw.githubusercontent.com%2Fdatacite%2Ftoccatore%2Fmaster%2Flib%2Ftoccatore%2Fimages%2Ftoccatore.png%22%2C%22attachments%22%3A%5B%7B%22title%22%3A%22Report+for+orcid_update%22%2C%22text%22%3A%2255+works+processed+with+55+errors+for+date+range+2015-04-07+-+2015-04-08.%22%2C%22color%22%3A%22good%22%7D%5D%7D
79
81
  headers:
80
82
  Accept-Encoding:
81
83
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
@@ -99,7 +101,7 @@ http_interactions:
99
101
  Access-Control-Allow-Origin:
100
102
  - "*"
101
103
  Date:
102
- - Wed, 29 Mar 2017 13:23:59 GMT
104
+ - Tue, 04 Jul 2017 17:52:11 GMT
103
105
  Referrer-Policy:
104
106
  - no-referrer
105
107
  Server:
@@ -115,12 +117,12 @@ http_interactions:
115
117
  X-Cache:
116
118
  - Miss from cloudfront
117
119
  Via:
118
- - 1.1 23082ff4de65f70078e091bc7cd0cf24.cloudfront.net (CloudFront)
120
+ - 1.1 54430e3a116fc3eedb9a0318cb1ee1e9.cloudfront.net (CloudFront)
119
121
  X-Amz-Cf-Id:
120
- - 6-slLndHd1qfGr8Ma_wrvSbl94r98sTs_yFbX5Je_Xf2tf3nPont5w==
122
+ - nnO61d-tCy-1SXtpxqX3487_19oqCwdMNJGedgyMkiMfAWrtCJFk-A==
121
123
  body:
122
124
  encoding: ASCII-8BIT
123
125
  string: ok
124
126
  http_version:
125
- recorded_at: Wed, 29 Mar 2017 13:24:00 GMT
127
+ recorded_at: Tue, 04 Jul 2017 17:52:11 GMT
126
128
  recorded_with: VCR 3.0.3
@@ -23,18 +23,18 @@ http_interactions:
23
23
  Content-Type:
24
24
  - application/json;charset=UTF-8
25
25
  Date:
26
- - Wed, 29 Mar 2017 13:22:48 GMT
26
+ - Tue, 04 Jul 2017 17:51:44 GMT
27
27
  Server:
28
28
  - openresty/1.11.2.2
29
29
  Connection:
30
30
  - keep-alive
31
31
  body:
32
32
  encoding: UTF-8
33
- string: '{"responseHeader":{"status":0,"QTime":2875},"response":{"numFound":1,"start":0,"docs":[]}}
33
+ string: '{"responseHeader":{"status":0,"QTime":1},"response":{"numFound":1,"start":0,"docs":[]}}
34
34
 
35
35
  '
36
36
  http_version:
37
- recorded_at: Wed, 29 Mar 2017 13:22:48 GMT
37
+ recorded_at: Tue, 04 Jul 2017 17:51:44 GMT
38
38
  - request:
39
39
  method: get
40
40
  uri: https://search.datacite.org/api?fl=doi,resourceTypeGeneral,relatedIdentifier,nameIdentifier,minted,updated&fq=updated:%5B2013-01-01T00:00:00Z%20TO%202017-12-31T23:59:59Z%5D%20AND%20has_metadata:true%20AND%20is_active:true&q=doi:10.5438/6423&rows=1000&start=0&wt=json
@@ -58,18 +58,18 @@ http_interactions:
58
58
  Content-Type:
59
59
  - application/json;charset=UTF-8
60
60
  Date:
61
- - Wed, 29 Mar 2017 13:22:49 GMT
61
+ - Tue, 04 Jul 2017 17:51:45 GMT
62
62
  Server:
63
63
  - openresty/1.11.2.2
64
64
  Connection:
65
65
  - keep-alive
66
66
  body:
67
67
  encoding: UTF-8
68
- string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":1,"start":0,"docs":[{"minted":"2016-09-24T20:26:53Z","updated":"2017-02-06T14:24:31Z","doi":"10.5438/6423","relatedIdentifier":["HasPart:DOI:10.5281/ZENODO.30799","HasPart:DOI:10.5281/ZENODO.30800","HasPart:DOI:10.5281/ZENODO.31787","HasPart:DOI:10.5281/ZENODO.31932","HasPart:DOI:10.5281/ZENODO.31933","HasPart:DOI:10.5281/ZENODO.46761","HasPart:DOI:10.5281/ZENODO.48228","HasPart:DOI:10.5281/ZENODO.48705","HasPart:DOI:10.5281/ZENODO.58971","HasPart:DOI:10.5281/ZENODO.61176","HasPart:DOI:10.5281/zenodo.154592","HasPart:DOI:10.5281/zenodo.168043","HasPart:DOI:10.5281/zenodo.168181","HasPart:DOI:10.5281/zenodo.168184","HasPart:DOI:10.5281/zenodo.168187","HasPart:DOI:10.5281/zenodo.168188","HasPart:DOI:10.5281/zenodo.168190","HasPart:DOI:10.5281/zenodo.168202","HasPart:DOI:10.5281/zenodo.168213","HasPart:DOI:10.5281/zenodo.168214","HasPart:DOI:10.5438/BC11-CQW1","HasPart:DOI:10.5438/CJT2-T6DZ","HasPart:DOI:10.5438/W029-Y6W~","HasPart:DOI:10.5438/S8GF-0CK9","HasPart:DOI:10.6084/M9.FIGSHARE.4236428"],"nameIdentifier":["ORCID:0000-0001-5331-6592","ORCID:0000-0002-4259-9774","ORCID:0000-0002-8689-4935","ORCID:0000-0002-8099-7538","ORCID:0000-0002-9300-5278","ORCID:0000-0002-6137-2348","ORCID:0000-0003-2614-6676","ORCID:0000-0002-4695-7874","ORCID:0000-0003-0902-4386","ORCID:0000-0003-3096-6829","ORCID:0000-0003-3412-7192","ORCID:0000-0003-1419-2405","ORCID:0000-0003-3484-6875","ORCID:0000-0003-0183-6910","ORCID:0000-0001-5109-3700","ORCID:0000-0001-8771-7239","ORCID:0000-0001-6843-7960","ORCID:0000-0001-9623-2225","ORCID:0000-0002-1611-6935","ORCID:0000-0003-0762-2235","ORCID:0000-0002-9829-091X","ORCID:0000-0001-5952-7630","ORCID:0000-0001-5492-3212","ORCID:0000-0002-6133-2581"],"resourceTypeGeneral":"Collection"}]}}
68
+ string: '{"responseHeader":{"status":0,"QTime":1},"response":{"numFound":1,"start":0,"docs":[{"minted":"2016-09-24T20:26:53Z","updated":"2017-02-06T14:24:31Z","doi":"10.5438/6423","resourceTypeGeneral":"Collection","relatedIdentifier":["HasPart:DOI:10.5281/ZENODO.30799","HasPart:DOI:10.5281/ZENODO.30800","HasPart:DOI:10.5281/ZENODO.31787","HasPart:DOI:10.5281/ZENODO.31932","HasPart:DOI:10.5281/ZENODO.31933","HasPart:DOI:10.5281/ZENODO.46761","HasPart:DOI:10.5281/ZENODO.48228","HasPart:DOI:10.5281/ZENODO.48705","HasPart:DOI:10.5281/ZENODO.58971","HasPart:DOI:10.5281/ZENODO.61176","HasPart:DOI:10.5281/zenodo.154592","HasPart:DOI:10.5281/zenodo.168043","HasPart:DOI:10.5281/zenodo.168181","HasPart:DOI:10.5281/zenodo.168184","HasPart:DOI:10.5281/zenodo.168187","HasPart:DOI:10.5281/zenodo.168188","HasPart:DOI:10.5281/zenodo.168190","HasPart:DOI:10.5281/zenodo.168202","HasPart:DOI:10.5281/zenodo.168213","HasPart:DOI:10.5281/zenodo.168214","HasPart:DOI:10.5438/BC11-CQW1","HasPart:DOI:10.5438/CJT2-T6DZ","HasPart:DOI:10.5438/W029-Y6W~","HasPart:DOI:10.5438/S8GF-0CK9","HasPart:DOI:10.6084/M9.FIGSHARE.4236428"],"nameIdentifier":["ORCID:0000-0001-5331-6592","ORCID:0000-0002-4259-9774","ORCID:0000-0002-8689-4935","ORCID:0000-0002-8099-7538","ORCID:0000-0002-9300-5278","ORCID:0000-0002-6137-2348","ORCID:0000-0003-2614-6676","ORCID:0000-0002-4695-7874","ORCID:0000-0003-0902-4386","ORCID:0000-0003-3096-6829","ORCID:0000-0003-3412-7192","ORCID:0000-0003-1419-2405","ORCID:0000-0003-3484-6875","ORCID:0000-0003-0183-6910","ORCID:0000-0001-5109-3700","ORCID:0000-0001-8771-7239","ORCID:0000-0001-6843-7960","ORCID:0000-0001-9623-2225","ORCID:0000-0002-1611-6935","ORCID:0000-0003-0762-2235","ORCID:0000-0002-9829-091X","ORCID:0000-0001-5952-7630","ORCID:0000-0001-5492-3212","ORCID:0000-0002-6133-2581"]}]}}
69
69
 
70
70
  '
71
71
  http_version:
72
- recorded_at: Wed, 29 Mar 2017 13:22:49 GMT
72
+ recorded_at: Tue, 04 Jul 2017 17:51:45 GMT
73
73
  - request:
74
74
  method: post
75
75
  uri: https://profiles.test.datacite.org/api/claims
@@ -84,7 +84,7 @@ http_interactions:
84
84
  Accept:
85
85
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
86
86
  Authorization:
87
- - Token token=<VOLPINO_TOKEN>
87
+ - Bearer <VOLPINO_TOKEN>
88
88
  response:
89
89
  status:
90
90
  code: 202
@@ -103,7 +103,7 @@ http_interactions:
103
103
  Content-Type:
104
104
  - application/json; charset=utf-8
105
105
  Date:
106
- - Wed, 29 Mar 2017 13:22:50 GMT
106
+ - Tue, 04 Jul 2017 17:51:45 GMT
107
107
  Server:
108
108
  - openresty/1.11.2.2
109
109
  Status:
@@ -115,11 +115,11 @@ http_interactions:
115
115
  X-Frame-Options:
116
116
  - SAMEORIGIN
117
117
  X-Powered-By:
118
- - Phusion Passenger 5.1.2
118
+ - Phusion Passenger 5.1.5
119
119
  X-Request-Id:
120
- - 6da318db-df2f-4bd6-82cb-efcc0bd16264
120
+ - e67930c6-412f-4c85-b684-3ec5632363aa
121
121
  X-Runtime:
122
- - '0.027152'
122
+ - '0.019724'
123
123
  X-Xss-Protection:
124
124
  - 1; mode=block
125
125
  Content-Length:
@@ -130,7 +130,7 @@ http_interactions:
130
130
  encoding: UTF-8
131
131
  string: '{"data":{"id":"06bd74bb-bd4f-4e28-8a25-ace2209ce439","type":"claims","attributes":{"orcid":"0000-0001-5331-6592","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
132
132
  http_version:
133
- recorded_at: Wed, 29 Mar 2017 13:22:50 GMT
133
+ recorded_at: Tue, 04 Jul 2017 17:51:45 GMT
134
134
  - request:
135
135
  method: post
136
136
  uri: https://profiles.test.datacite.org/api/claims
@@ -145,7 +145,7 @@ http_interactions:
145
145
  Accept:
146
146
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
147
147
  Authorization:
148
- - Token token=<VOLPINO_TOKEN>
148
+ - Bearer <VOLPINO_TOKEN>
149
149
  response:
150
150
  status:
151
151
  code: 202
@@ -164,7 +164,7 @@ http_interactions:
164
164
  Content-Type:
165
165
  - application/json; charset=utf-8
166
166
  Date:
167
- - Wed, 29 Mar 2017 13:22:51 GMT
167
+ - Tue, 04 Jul 2017 17:51:45 GMT
168
168
  Server:
169
169
  - openresty/1.11.2.2
170
170
  Status:
@@ -176,11 +176,11 @@ http_interactions:
176
176
  X-Frame-Options:
177
177
  - SAMEORIGIN
178
178
  X-Powered-By:
179
- - Phusion Passenger 5.1.2
179
+ - Phusion Passenger 5.1.5
180
180
  X-Request-Id:
181
- - 5c582bc3-8234-467a-b625-2b536a1ff9b6
181
+ - 1c4d8978-6cbd-450b-8420-ff2a186e2c51
182
182
  X-Runtime:
183
- - '0.013914'
183
+ - '0.012914'
184
184
  X-Xss-Protection:
185
185
  - 1; mode=block
186
186
  Content-Length:
@@ -191,7 +191,7 @@ http_interactions:
191
191
  encoding: UTF-8
192
192
  string: '{"data":{"id":"7e971406-a81f-4de9-bd24-d43db36ed504","type":"claims","attributes":{"orcid":"0000-0002-4259-9774","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
193
193
  http_version:
194
- recorded_at: Wed, 29 Mar 2017 13:22:51 GMT
194
+ recorded_at: Tue, 04 Jul 2017 17:51:45 GMT
195
195
  - request:
196
196
  method: post
197
197
  uri: https://profiles.test.datacite.org/api/claims
@@ -206,7 +206,7 @@ http_interactions:
206
206
  Accept:
207
207
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
208
208
  Authorization:
209
- - Token token=<VOLPINO_TOKEN>
209
+ - Bearer <VOLPINO_TOKEN>
210
210
  response:
211
211
  status:
212
212
  code: 202
@@ -225,7 +225,7 @@ http_interactions:
225
225
  Content-Type:
226
226
  - application/json; charset=utf-8
227
227
  Date:
228
- - Wed, 29 Mar 2017 13:22:52 GMT
228
+ - Tue, 04 Jul 2017 17:51:45 GMT
229
229
  Server:
230
230
  - openresty/1.11.2.2
231
231
  Status:
@@ -237,11 +237,11 @@ http_interactions:
237
237
  X-Frame-Options:
238
238
  - SAMEORIGIN
239
239
  X-Powered-By:
240
- - Phusion Passenger 5.1.2
240
+ - Phusion Passenger 5.1.5
241
241
  X-Request-Id:
242
- - 2de80132-1821-4463-b06a-d00762027624
242
+ - 2384a9c1-a1cb-4c1d-9496-b3d4480ca55d
243
243
  X-Runtime:
244
- - '0.012487'
244
+ - '0.013361'
245
245
  X-Xss-Protection:
246
246
  - 1; mode=block
247
247
  Content-Length:
@@ -252,7 +252,7 @@ http_interactions:
252
252
  encoding: UTF-8
253
253
  string: '{"data":{"id":"8ebc15aa-f440-4cf4-a08d-bafc7afd9521","type":"claims","attributes":{"orcid":"0000-0002-8689-4935","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
254
254
  http_version:
255
- recorded_at: Wed, 29 Mar 2017 13:22:52 GMT
255
+ recorded_at: Tue, 04 Jul 2017 17:51:45 GMT
256
256
  - request:
257
257
  method: post
258
258
  uri: https://profiles.test.datacite.org/api/claims
@@ -267,7 +267,7 @@ http_interactions:
267
267
  Accept:
268
268
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
269
269
  Authorization:
270
- - Token token=<VOLPINO_TOKEN>
270
+ - Bearer <VOLPINO_TOKEN>
271
271
  response:
272
272
  status:
273
273
  code: 202
@@ -286,7 +286,7 @@ http_interactions:
286
286
  Content-Type:
287
287
  - application/json; charset=utf-8
288
288
  Date:
289
- - Wed, 29 Mar 2017 13:22:52 GMT
289
+ - Tue, 04 Jul 2017 17:51:46 GMT
290
290
  Server:
291
291
  - openresty/1.11.2.2
292
292
  Status:
@@ -298,11 +298,11 @@ http_interactions:
298
298
  X-Frame-Options:
299
299
  - SAMEORIGIN
300
300
  X-Powered-By:
301
- - Phusion Passenger 5.1.2
301
+ - Phusion Passenger 5.1.5
302
302
  X-Request-Id:
303
- - aff1849d-ec74-4aec-9b9f-0123a9583407
303
+ - b81d7906-42c5-4641-ba58-ddbc94a769ea
304
304
  X-Runtime:
305
- - '0.021038'
305
+ - '0.014444'
306
306
  X-Xss-Protection:
307
307
  - 1; mode=block
308
308
  Content-Length:
@@ -313,7 +313,7 @@ http_interactions:
313
313
  encoding: UTF-8
314
314
  string: '{"data":{"id":"7d626192-c800-49d1-be5c-293a783e8edf","type":"claims","attributes":{"orcid":"0000-0002-8099-7538","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
315
315
  http_version:
316
- recorded_at: Wed, 29 Mar 2017 13:22:52 GMT
316
+ recorded_at: Tue, 04 Jul 2017 17:51:46 GMT
317
317
  - request:
318
318
  method: post
319
319
  uri: https://profiles.test.datacite.org/api/claims
@@ -328,7 +328,7 @@ http_interactions:
328
328
  Accept:
329
329
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
330
330
  Authorization:
331
- - Token token=<VOLPINO_TOKEN>
331
+ - Bearer <VOLPINO_TOKEN>
332
332
  response:
333
333
  status:
334
334
  code: 202
@@ -347,7 +347,7 @@ http_interactions:
347
347
  Content-Type:
348
348
  - application/json; charset=utf-8
349
349
  Date:
350
- - Wed, 29 Mar 2017 13:22:53 GMT
350
+ - Tue, 04 Jul 2017 17:51:46 GMT
351
351
  Server:
352
352
  - openresty/1.11.2.2
353
353
  Status:
@@ -359,11 +359,11 @@ http_interactions:
359
359
  X-Frame-Options:
360
360
  - SAMEORIGIN
361
361
  X-Powered-By:
362
- - Phusion Passenger 5.1.2
362
+ - Phusion Passenger 5.1.5
363
363
  X-Request-Id:
364
- - b488d25d-1128-488b-a44e-84a7e904d1b3
364
+ - a25c27bd-6c88-401f-8efe-a0db5878f177
365
365
  X-Runtime:
366
- - '0.013465'
366
+ - '0.013346'
367
367
  X-Xss-Protection:
368
368
  - 1; mode=block
369
369
  Content-Length:
@@ -374,7 +374,7 @@ http_interactions:
374
374
  encoding: UTF-8
375
375
  string: '{"data":{"id":"9bc65008-421a-4a7b-aed5-d99048a63e62","type":"claims","attributes":{"orcid":"0000-0002-9300-5278","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
376
376
  http_version:
377
- recorded_at: Wed, 29 Mar 2017 13:22:53 GMT
377
+ recorded_at: Tue, 04 Jul 2017 17:51:46 GMT
378
378
  - request:
379
379
  method: post
380
380
  uri: https://profiles.test.datacite.org/api/claims
@@ -389,7 +389,7 @@ http_interactions:
389
389
  Accept:
390
390
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
391
391
  Authorization:
392
- - Token token=<VOLPINO_TOKEN>
392
+ - Bearer <VOLPINO_TOKEN>
393
393
  response:
394
394
  status:
395
395
  code: 202
@@ -408,7 +408,7 @@ http_interactions:
408
408
  Content-Type:
409
409
  - application/json; charset=utf-8
410
410
  Date:
411
- - Wed, 29 Mar 2017 13:22:54 GMT
411
+ - Tue, 04 Jul 2017 17:51:46 GMT
412
412
  Server:
413
413
  - openresty/1.11.2.2
414
414
  Status:
@@ -420,11 +420,11 @@ http_interactions:
420
420
  X-Frame-Options:
421
421
  - SAMEORIGIN
422
422
  X-Powered-By:
423
- - Phusion Passenger 5.1.2
423
+ - Phusion Passenger 5.1.5
424
424
  X-Request-Id:
425
- - 579611e9-0745-41df-9da0-728cc807d89d
425
+ - a0b6f8a8-d6ac-4e37-919f-0508ea4f465b
426
426
  X-Runtime:
427
- - '0.013723'
427
+ - '0.012575'
428
428
  X-Xss-Protection:
429
429
  - 1; mode=block
430
430
  Content-Length:
@@ -435,7 +435,7 @@ http_interactions:
435
435
  encoding: UTF-8
436
436
  string: '{"data":{"id":"46239857-8f62-44a4-913f-d68f52310b64","type":"claims","attributes":{"orcid":"0000-0002-6137-2348","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
437
437
  http_version:
438
- recorded_at: Wed, 29 Mar 2017 13:22:54 GMT
438
+ recorded_at: Tue, 04 Jul 2017 17:51:46 GMT
439
439
  - request:
440
440
  method: post
441
441
  uri: https://profiles.test.datacite.org/api/claims
@@ -450,7 +450,7 @@ http_interactions:
450
450
  Accept:
451
451
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
452
452
  Authorization:
453
- - Token token=<VOLPINO_TOKEN>
453
+ - Bearer <VOLPINO_TOKEN>
454
454
  response:
455
455
  status:
456
456
  code: 202
@@ -469,7 +469,7 @@ http_interactions:
469
469
  Content-Type:
470
470
  - application/json; charset=utf-8
471
471
  Date:
472
- - Wed, 29 Mar 2017 13:22:54 GMT
472
+ - Tue, 04 Jul 2017 17:51:46 GMT
473
473
  Server:
474
474
  - openresty/1.11.2.2
475
475
  Status:
@@ -481,11 +481,11 @@ http_interactions:
481
481
  X-Frame-Options:
482
482
  - SAMEORIGIN
483
483
  X-Powered-By:
484
- - Phusion Passenger 5.1.2
484
+ - Phusion Passenger 5.1.5
485
485
  X-Request-Id:
486
- - 3f2ccefb-2478-42b9-b947-4a24cc9b277f
486
+ - 109af183-048b-4553-a9d1-8c4701112992
487
487
  X-Runtime:
488
- - '0.017348'
488
+ - '0.012266'
489
489
  X-Xss-Protection:
490
490
  - 1; mode=block
491
491
  Content-Length:
@@ -496,7 +496,7 @@ http_interactions:
496
496
  encoding: UTF-8
497
497
  string: '{"data":{"id":"f65845ea-809a-4ad5-b70b-f914456550f3","type":"claims","attributes":{"orcid":"0000-0003-2614-6676","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
498
498
  http_version:
499
- recorded_at: Wed, 29 Mar 2017 13:22:54 GMT
499
+ recorded_at: Tue, 04 Jul 2017 17:51:46 GMT
500
500
  - request:
501
501
  method: post
502
502
  uri: https://profiles.test.datacite.org/api/claims
@@ -511,7 +511,7 @@ http_interactions:
511
511
  Accept:
512
512
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
513
513
  Authorization:
514
- - Token token=<VOLPINO_TOKEN>
514
+ - Bearer <VOLPINO_TOKEN>
515
515
  response:
516
516
  status:
517
517
  code: 202
@@ -530,7 +530,7 @@ http_interactions:
530
530
  Content-Type:
531
531
  - application/json; charset=utf-8
532
532
  Date:
533
- - Wed, 29 Mar 2017 13:22:55 GMT
533
+ - Tue, 04 Jul 2017 17:51:47 GMT
534
534
  Server:
535
535
  - openresty/1.11.2.2
536
536
  Status:
@@ -542,11 +542,11 @@ http_interactions:
542
542
  X-Frame-Options:
543
543
  - SAMEORIGIN
544
544
  X-Powered-By:
545
- - Phusion Passenger 5.1.2
545
+ - Phusion Passenger 5.1.5
546
546
  X-Request-Id:
547
- - b0f99b81-0e33-4480-a289-bf9f84bad6f2
547
+ - 7d540957-add3-4ab7-8e95-df4674eacc2e
548
548
  X-Runtime:
549
- - '0.014854'
549
+ - '0.036839'
550
550
  X-Xss-Protection:
551
551
  - 1; mode=block
552
552
  Content-Length:
@@ -557,7 +557,7 @@ http_interactions:
557
557
  encoding: UTF-8
558
558
  string: '{"data":{"id":"991fe498-e46f-4636-996c-fb5340fc507d","type":"claims","attributes":{"orcid":"0000-0002-4695-7874","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
559
559
  http_version:
560
- recorded_at: Wed, 29 Mar 2017 13:22:55 GMT
560
+ recorded_at: Tue, 04 Jul 2017 17:51:47 GMT
561
561
  - request:
562
562
  method: post
563
563
  uri: https://profiles.test.datacite.org/api/claims
@@ -572,7 +572,7 @@ http_interactions:
572
572
  Accept:
573
573
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
574
574
  Authorization:
575
- - Token token=<VOLPINO_TOKEN>
575
+ - Bearer <VOLPINO_TOKEN>
576
576
  response:
577
577
  status:
578
578
  code: 202
@@ -591,7 +591,7 @@ http_interactions:
591
591
  Content-Type:
592
592
  - application/json; charset=utf-8
593
593
  Date:
594
- - Wed, 29 Mar 2017 13:22:55 GMT
594
+ - Tue, 04 Jul 2017 17:51:47 GMT
595
595
  Server:
596
596
  - openresty/1.11.2.2
597
597
  Status:
@@ -603,11 +603,11 @@ http_interactions:
603
603
  X-Frame-Options:
604
604
  - SAMEORIGIN
605
605
  X-Powered-By:
606
- - Phusion Passenger 5.1.2
606
+ - Phusion Passenger 5.1.5
607
607
  X-Request-Id:
608
- - ce0ecd4d-22c8-4d47-8830-dae4989c717e
608
+ - 1bd8083f-59e3-4a9c-a983-4fd54a951e85
609
609
  X-Runtime:
610
- - '0.012510'
610
+ - '0.016167'
611
611
  X-Xss-Protection:
612
612
  - 1; mode=block
613
613
  Content-Length:
@@ -618,7 +618,7 @@ http_interactions:
618
618
  encoding: UTF-8
619
619
  string: '{"data":{"id":"a9849591-d3a3-4d1c-b073-325726b86507","type":"claims","attributes":{"orcid":"0000-0003-0902-4386","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
620
620
  http_version:
621
- recorded_at: Wed, 29 Mar 2017 13:22:55 GMT
621
+ recorded_at: Tue, 04 Jul 2017 17:51:47 GMT
622
622
  - request:
623
623
  method: post
624
624
  uri: https://profiles.test.datacite.org/api/claims
@@ -633,7 +633,7 @@ http_interactions:
633
633
  Accept:
634
634
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
635
635
  Authorization:
636
- - Token token=<VOLPINO_TOKEN>
636
+ - Bearer <VOLPINO_TOKEN>
637
637
  response:
638
638
  status:
639
639
  code: 202
@@ -652,7 +652,7 @@ http_interactions:
652
652
  Content-Type:
653
653
  - application/json; charset=utf-8
654
654
  Date:
655
- - Wed, 29 Mar 2017 13:22:56 GMT
655
+ - Tue, 04 Jul 2017 17:51:47 GMT
656
656
  Server:
657
657
  - openresty/1.11.2.2
658
658
  Status:
@@ -664,11 +664,11 @@ http_interactions:
664
664
  X-Frame-Options:
665
665
  - SAMEORIGIN
666
666
  X-Powered-By:
667
- - Phusion Passenger 5.1.2
667
+ - Phusion Passenger 5.1.5
668
668
  X-Request-Id:
669
- - d24ba8db-b75c-4d45-bcef-d3bbcc2c8c32
669
+ - 0f61068d-a54c-447f-afb6-14b3e3fbf519
670
670
  X-Runtime:
671
- - '0.012574'
671
+ - '0.012205'
672
672
  X-Xss-Protection:
673
673
  - 1; mode=block
674
674
  Content-Length:
@@ -679,7 +679,7 @@ http_interactions:
679
679
  encoding: UTF-8
680
680
  string: '{"data":{"id":"4b6d6e07-d5b2-4462-bda9-c182f2e5ff2b","type":"claims","attributes":{"orcid":"0000-0003-3096-6829","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
681
681
  http_version:
682
- recorded_at: Wed, 29 Mar 2017 13:22:56 GMT
682
+ recorded_at: Tue, 04 Jul 2017 17:51:47 GMT
683
683
  - request:
684
684
  method: post
685
685
  uri: https://profiles.test.datacite.org/api/claims
@@ -694,7 +694,7 @@ http_interactions:
694
694
  Accept:
695
695
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
696
696
  Authorization:
697
- - Token token=<VOLPINO_TOKEN>
697
+ - Bearer <VOLPINO_TOKEN>
698
698
  response:
699
699
  status:
700
700
  code: 202
@@ -713,7 +713,7 @@ http_interactions:
713
713
  Content-Type:
714
714
  - application/json; charset=utf-8
715
715
  Date:
716
- - Wed, 29 Mar 2017 13:22:57 GMT
716
+ - Tue, 04 Jul 2017 17:51:47 GMT
717
717
  Server:
718
718
  - openresty/1.11.2.2
719
719
  Status:
@@ -725,11 +725,11 @@ http_interactions:
725
725
  X-Frame-Options:
726
726
  - SAMEORIGIN
727
727
  X-Powered-By:
728
- - Phusion Passenger 5.1.2
728
+ - Phusion Passenger 5.1.5
729
729
  X-Request-Id:
730
- - 42e39211-f987-453d-85bd-e1d4eadb45e8
730
+ - 897f12d0-4584-4209-b175-5e165c0205a2
731
731
  X-Runtime:
732
- - '0.023617'
732
+ - '0.064589'
733
733
  X-Xss-Protection:
734
734
  - 1; mode=block
735
735
  Content-Length:
@@ -740,7 +740,7 @@ http_interactions:
740
740
  encoding: UTF-8
741
741
  string: '{"data":{"id":"150f6ef2-7a9b-4b56-a587-2ff451055237","type":"claims","attributes":{"orcid":"0000-0003-3412-7192","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
742
742
  http_version:
743
- recorded_at: Wed, 29 Mar 2017 13:22:57 GMT
743
+ recorded_at: Tue, 04 Jul 2017 17:51:48 GMT
744
744
  - request:
745
745
  method: post
746
746
  uri: https://profiles.test.datacite.org/api/claims
@@ -755,7 +755,7 @@ http_interactions:
755
755
  Accept:
756
756
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
757
757
  Authorization:
758
- - Token token=<VOLPINO_TOKEN>
758
+ - Bearer <VOLPINO_TOKEN>
759
759
  response:
760
760
  status:
761
761
  code: 202
@@ -774,7 +774,7 @@ http_interactions:
774
774
  Content-Type:
775
775
  - application/json; charset=utf-8
776
776
  Date:
777
- - Wed, 29 Mar 2017 13:22:57 GMT
777
+ - Tue, 04 Jul 2017 17:51:48 GMT
778
778
  Server:
779
779
  - openresty/1.11.2.2
780
780
  Status:
@@ -786,11 +786,11 @@ http_interactions:
786
786
  X-Frame-Options:
787
787
  - SAMEORIGIN
788
788
  X-Powered-By:
789
- - Phusion Passenger 5.1.2
789
+ - Phusion Passenger 5.1.5
790
790
  X-Request-Id:
791
- - 5864c0cd-5e6f-491e-b2a8-0657c0ee2de6
791
+ - b7a0c216-844e-43e9-80aa-018ecc0e5013
792
792
  X-Runtime:
793
- - '0.005820'
793
+ - '0.006007'
794
794
  X-Xss-Protection:
795
795
  - 1; mode=block
796
796
  Content-Length:
@@ -801,7 +801,7 @@ http_interactions:
801
801
  encoding: UTF-8
802
802
  string: '{"data":{"id":"4e07aae9-2094-4594-96b0-c365c89e2967","type":"claims","attributes":{"orcid":"0000-0003-1419-2405","doi":"10.5438/6423","source-id":"orcid_update","state":"done","claim-action":"create","claimed-at":"2016-09-26T07:57:36Z"}}}'
803
803
  http_version:
804
- recorded_at: Wed, 29 Mar 2017 13:22:57 GMT
804
+ recorded_at: Tue, 04 Jul 2017 17:51:48 GMT
805
805
  - request:
806
806
  method: post
807
807
  uri: https://profiles.test.datacite.org/api/claims
@@ -816,7 +816,7 @@ http_interactions:
816
816
  Accept:
817
817
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
818
818
  Authorization:
819
- - Token token=<VOLPINO_TOKEN>
819
+ - Bearer <VOLPINO_TOKEN>
820
820
  response:
821
821
  status:
822
822
  code: 202
@@ -835,7 +835,7 @@ http_interactions:
835
835
  Content-Type:
836
836
  - application/json; charset=utf-8
837
837
  Date:
838
- - Wed, 29 Mar 2017 13:22:58 GMT
838
+ - Tue, 04 Jul 2017 17:51:48 GMT
839
839
  Server:
840
840
  - openresty/1.11.2.2
841
841
  Status:
@@ -847,11 +847,11 @@ http_interactions:
847
847
  X-Frame-Options:
848
848
  - SAMEORIGIN
849
849
  X-Powered-By:
850
- - Phusion Passenger 5.1.2
850
+ - Phusion Passenger 5.1.5
851
851
  X-Request-Id:
852
- - cfd1929b-2c35-4705-9956-2f4f616d1294
852
+ - 03478a63-54f1-4b33-9ee7-64619067e10f
853
853
  X-Runtime:
854
- - '0.013906'
854
+ - '0.042793'
855
855
  X-Xss-Protection:
856
856
  - 1; mode=block
857
857
  Content-Length:
@@ -862,7 +862,7 @@ http_interactions:
862
862
  encoding: UTF-8
863
863
  string: '{"data":{"id":"9cb248e0-952e-4826-901a-2e71b1ce6bad","type":"claims","attributes":{"orcid":"0000-0003-3484-6875","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
864
864
  http_version:
865
- recorded_at: Wed, 29 Mar 2017 13:22:58 GMT
865
+ recorded_at: Tue, 04 Jul 2017 17:51:48 GMT
866
866
  - request:
867
867
  method: post
868
868
  uri: https://profiles.test.datacite.org/api/claims
@@ -877,7 +877,7 @@ http_interactions:
877
877
  Accept:
878
878
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
879
879
  Authorization:
880
- - Token token=<VOLPINO_TOKEN>
880
+ - Bearer <VOLPINO_TOKEN>
881
881
  response:
882
882
  status:
883
883
  code: 202
@@ -896,7 +896,7 @@ http_interactions:
896
896
  Content-Type:
897
897
  - application/json; charset=utf-8
898
898
  Date:
899
- - Wed, 29 Mar 2017 13:22:58 GMT
899
+ - Tue, 04 Jul 2017 17:51:48 GMT
900
900
  Server:
901
901
  - openresty/1.11.2.2
902
902
  Status:
@@ -908,11 +908,11 @@ http_interactions:
908
908
  X-Frame-Options:
909
909
  - SAMEORIGIN
910
910
  X-Powered-By:
911
- - Phusion Passenger 5.1.2
911
+ - Phusion Passenger 5.1.5
912
912
  X-Request-Id:
913
- - d93c5f0b-6371-4d8f-8f69-98195e41313b
913
+ - 47789897-f2a3-488d-8826-c5f4aab77b63
914
914
  X-Runtime:
915
- - '0.011794'
915
+ - '0.011792'
916
916
  X-Xss-Protection:
917
917
  - 1; mode=block
918
918
  Content-Length:
@@ -923,7 +923,7 @@ http_interactions:
923
923
  encoding: UTF-8
924
924
  string: '{"data":{"id":"7d6f7282-1cce-47fd-aada-0627953f8e55","type":"claims","attributes":{"orcid":"0000-0003-0183-6910","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
925
925
  http_version:
926
- recorded_at: Wed, 29 Mar 2017 13:22:58 GMT
926
+ recorded_at: Tue, 04 Jul 2017 17:51:48 GMT
927
927
  - request:
928
928
  method: post
929
929
  uri: https://profiles.test.datacite.org/api/claims
@@ -938,7 +938,7 @@ http_interactions:
938
938
  Accept:
939
939
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
940
940
  Authorization:
941
- - Token token=<VOLPINO_TOKEN>
941
+ - Bearer <VOLPINO_TOKEN>
942
942
  response:
943
943
  status:
944
944
  code: 202
@@ -957,7 +957,7 @@ http_interactions:
957
957
  Content-Type:
958
958
  - application/json; charset=utf-8
959
959
  Date:
960
- - Wed, 29 Mar 2017 13:22:59 GMT
960
+ - Tue, 04 Jul 2017 17:51:49 GMT
961
961
  Server:
962
962
  - openresty/1.11.2.2
963
963
  Status:
@@ -969,11 +969,11 @@ http_interactions:
969
969
  X-Frame-Options:
970
970
  - SAMEORIGIN
971
971
  X-Powered-By:
972
- - Phusion Passenger 5.1.2
972
+ - Phusion Passenger 5.1.5
973
973
  X-Request-Id:
974
- - b2160ae1-beb1-4188-a765-c891ad10ed6d
974
+ - f3a01186-3c71-476a-9282-3002cf70b692
975
975
  X-Runtime:
976
- - '0.011461'
976
+ - '0.013389'
977
977
  X-Xss-Protection:
978
978
  - 1; mode=block
979
979
  Content-Length:
@@ -984,7 +984,7 @@ http_interactions:
984
984
  encoding: UTF-8
985
985
  string: '{"data":{"id":"a1f7c9b8-52d1-41d5-b4c5-c0dc495a9947","type":"claims","attributes":{"orcid":"0000-0001-5109-3700","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
986
986
  http_version:
987
- recorded_at: Wed, 29 Mar 2017 13:22:59 GMT
987
+ recorded_at: Tue, 04 Jul 2017 17:51:49 GMT
988
988
  - request:
989
989
  method: post
990
990
  uri: https://profiles.test.datacite.org/api/claims
@@ -999,7 +999,7 @@ http_interactions:
999
999
  Accept:
1000
1000
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
1001
1001
  Authorization:
1002
- - Token token=<VOLPINO_TOKEN>
1002
+ - Bearer <VOLPINO_TOKEN>
1003
1003
  response:
1004
1004
  status:
1005
1005
  code: 202
@@ -1018,7 +1018,7 @@ http_interactions:
1018
1018
  Content-Type:
1019
1019
  - application/json; charset=utf-8
1020
1020
  Date:
1021
- - Wed, 29 Mar 2017 13:22:59 GMT
1021
+ - Tue, 04 Jul 2017 17:51:49 GMT
1022
1022
  Server:
1023
1023
  - openresty/1.11.2.2
1024
1024
  Status:
@@ -1030,11 +1030,11 @@ http_interactions:
1030
1030
  X-Frame-Options:
1031
1031
  - SAMEORIGIN
1032
1032
  X-Powered-By:
1033
- - Phusion Passenger 5.1.2
1033
+ - Phusion Passenger 5.1.5
1034
1034
  X-Request-Id:
1035
- - de7478a0-8527-4109-9dc6-e5ada01ba24b
1035
+ - b3a8a020-f93b-4fc1-8d8a-314420287bfe
1036
1036
  X-Runtime:
1037
- - '0.012479'
1037
+ - '0.040869'
1038
1038
  X-Xss-Protection:
1039
1039
  - 1; mode=block
1040
1040
  Content-Length:
@@ -1045,7 +1045,7 @@ http_interactions:
1045
1045
  encoding: UTF-8
1046
1046
  string: '{"data":{"id":"1eb1e9cd-c31a-4135-8ba6-4a0e359118d1","type":"claims","attributes":{"orcid":"0000-0001-8771-7239","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
1047
1047
  http_version:
1048
- recorded_at: Wed, 29 Mar 2017 13:22:59 GMT
1048
+ recorded_at: Tue, 04 Jul 2017 17:51:49 GMT
1049
1049
  - request:
1050
1050
  method: post
1051
1051
  uri: https://profiles.test.datacite.org/api/claims
@@ -1060,7 +1060,7 @@ http_interactions:
1060
1060
  Accept:
1061
1061
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
1062
1062
  Authorization:
1063
- - Token token=<VOLPINO_TOKEN>
1063
+ - Bearer <VOLPINO_TOKEN>
1064
1064
  response:
1065
1065
  status:
1066
1066
  code: 202
@@ -1079,7 +1079,7 @@ http_interactions:
1079
1079
  Content-Type:
1080
1080
  - application/json; charset=utf-8
1081
1081
  Date:
1082
- - Wed, 29 Mar 2017 13:23:00 GMT
1082
+ - Tue, 04 Jul 2017 17:51:49 GMT
1083
1083
  Server:
1084
1084
  - openresty/1.11.2.2
1085
1085
  Status:
@@ -1091,11 +1091,11 @@ http_interactions:
1091
1091
  X-Frame-Options:
1092
1092
  - SAMEORIGIN
1093
1093
  X-Powered-By:
1094
- - Phusion Passenger 5.1.2
1094
+ - Phusion Passenger 5.1.5
1095
1095
  X-Request-Id:
1096
- - 033f02fa-67e9-4dfc-8240-d080042f0bc6
1096
+ - 51578caa-19c8-48f2-bc0d-67b970030959
1097
1097
  X-Runtime:
1098
- - '0.013192'
1098
+ - '0.012089'
1099
1099
  X-Xss-Protection:
1100
1100
  - 1; mode=block
1101
1101
  Content-Length:
@@ -1106,7 +1106,7 @@ http_interactions:
1106
1106
  encoding: UTF-8
1107
1107
  string: '{"data":{"id":"dc06bb3d-0f98-415f-8665-bdc8ad8a2b2c","type":"claims","attributes":{"orcid":"0000-0001-6843-7960","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
1108
1108
  http_version:
1109
- recorded_at: Wed, 29 Mar 2017 13:23:00 GMT
1109
+ recorded_at: Tue, 04 Jul 2017 17:51:49 GMT
1110
1110
  - request:
1111
1111
  method: post
1112
1112
  uri: https://profiles.test.datacite.org/api/claims
@@ -1121,7 +1121,7 @@ http_interactions:
1121
1121
  Accept:
1122
1122
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
1123
1123
  Authorization:
1124
- - Token token=<VOLPINO_TOKEN>
1124
+ - Bearer <VOLPINO_TOKEN>
1125
1125
  response:
1126
1126
  status:
1127
1127
  code: 202
@@ -1140,7 +1140,7 @@ http_interactions:
1140
1140
  Content-Type:
1141
1141
  - application/json; charset=utf-8
1142
1142
  Date:
1143
- - Wed, 29 Mar 2017 13:23:01 GMT
1143
+ - Tue, 04 Jul 2017 17:51:49 GMT
1144
1144
  Server:
1145
1145
  - openresty/1.11.2.2
1146
1146
  Status:
@@ -1152,11 +1152,11 @@ http_interactions:
1152
1152
  X-Frame-Options:
1153
1153
  - SAMEORIGIN
1154
1154
  X-Powered-By:
1155
- - Phusion Passenger 5.1.2
1155
+ - Phusion Passenger 5.1.5
1156
1156
  X-Request-Id:
1157
- - 707d2f40-b9a0-48d7-a10a-06314a658557
1157
+ - a20b04c9-6ff8-43c5-85d2-e81c91e5f32d
1158
1158
  X-Runtime:
1159
- - '0.013663'
1159
+ - '0.011732'
1160
1160
  X-Xss-Protection:
1161
1161
  - 1; mode=block
1162
1162
  Content-Length:
@@ -1167,7 +1167,7 @@ http_interactions:
1167
1167
  encoding: UTF-8
1168
1168
  string: '{"data":{"id":"276cb9da-8f56-4a20-8199-b5998f795257","type":"claims","attributes":{"orcid":"0000-0001-9623-2225","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
1169
1169
  http_version:
1170
- recorded_at: Wed, 29 Mar 2017 13:23:01 GMT
1170
+ recorded_at: Tue, 04 Jul 2017 17:51:49 GMT
1171
1171
  - request:
1172
1172
  method: post
1173
1173
  uri: https://profiles.test.datacite.org/api/claims
@@ -1182,7 +1182,7 @@ http_interactions:
1182
1182
  Accept:
1183
1183
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
1184
1184
  Authorization:
1185
- - Token token=<VOLPINO_TOKEN>
1185
+ - Bearer <VOLPINO_TOKEN>
1186
1186
  response:
1187
1187
  status:
1188
1188
  code: 202
@@ -1201,7 +1201,7 @@ http_interactions:
1201
1201
  Content-Type:
1202
1202
  - application/json; charset=utf-8
1203
1203
  Date:
1204
- - Wed, 29 Mar 2017 13:23:01 GMT
1204
+ - Tue, 04 Jul 2017 17:51:50 GMT
1205
1205
  Server:
1206
1206
  - openresty/1.11.2.2
1207
1207
  Status:
@@ -1213,11 +1213,11 @@ http_interactions:
1213
1213
  X-Frame-Options:
1214
1214
  - SAMEORIGIN
1215
1215
  X-Powered-By:
1216
- - Phusion Passenger 5.1.2
1216
+ - Phusion Passenger 5.1.5
1217
1217
  X-Request-Id:
1218
- - 4ed9b435-30d5-4657-b397-52307d621a57
1218
+ - ac222648-49ff-4eed-a029-45ff5d241cda
1219
1219
  X-Runtime:
1220
- - '0.013359'
1220
+ - '0.018534'
1221
1221
  X-Xss-Protection:
1222
1222
  - 1; mode=block
1223
1223
  Content-Length:
@@ -1228,7 +1228,7 @@ http_interactions:
1228
1228
  encoding: UTF-8
1229
1229
  string: '{"data":{"id":"4d6dfee8-73fc-4fdc-b9a3-5cf9a2f025fe","type":"claims","attributes":{"orcid":"0000-0002-1611-6935","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
1230
1230
  http_version:
1231
- recorded_at: Wed, 29 Mar 2017 13:23:01 GMT
1231
+ recorded_at: Tue, 04 Jul 2017 17:51:50 GMT
1232
1232
  - request:
1233
1233
  method: post
1234
1234
  uri: https://profiles.test.datacite.org/api/claims
@@ -1243,7 +1243,7 @@ http_interactions:
1243
1243
  Accept:
1244
1244
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
1245
1245
  Authorization:
1246
- - Token token=<VOLPINO_TOKEN>
1246
+ - Bearer <VOLPINO_TOKEN>
1247
1247
  response:
1248
1248
  status:
1249
1249
  code: 202
@@ -1262,7 +1262,7 @@ http_interactions:
1262
1262
  Content-Type:
1263
1263
  - application/json; charset=utf-8
1264
1264
  Date:
1265
- - Wed, 29 Mar 2017 13:23:02 GMT
1265
+ - Tue, 04 Jul 2017 17:51:50 GMT
1266
1266
  Server:
1267
1267
  - openresty/1.11.2.2
1268
1268
  Status:
@@ -1274,11 +1274,11 @@ http_interactions:
1274
1274
  X-Frame-Options:
1275
1275
  - SAMEORIGIN
1276
1276
  X-Powered-By:
1277
- - Phusion Passenger 5.1.2
1277
+ - Phusion Passenger 5.1.5
1278
1278
  X-Request-Id:
1279
- - fdd75471-52ce-4001-b60f-cc681165ef46
1279
+ - d5c735ee-105e-49e6-afce-8a4a4a2fa355
1280
1280
  X-Runtime:
1281
- - '0.027540'
1281
+ - '0.012249'
1282
1282
  X-Xss-Protection:
1283
1283
  - 1; mode=block
1284
1284
  Content-Length:
@@ -1289,7 +1289,7 @@ http_interactions:
1289
1289
  encoding: UTF-8
1290
1290
  string: '{"data":{"id":"95a8d571-92b2-4283-b813-024bd7c35d56","type":"claims","attributes":{"orcid":"0000-0003-0762-2235","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
1291
1291
  http_version:
1292
- recorded_at: Wed, 29 Mar 2017 13:23:02 GMT
1292
+ recorded_at: Tue, 04 Jul 2017 17:51:50 GMT
1293
1293
  - request:
1294
1294
  method: post
1295
1295
  uri: https://profiles.test.datacite.org/api/claims
@@ -1304,7 +1304,7 @@ http_interactions:
1304
1304
  Accept:
1305
1305
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
1306
1306
  Authorization:
1307
- - Token token=<VOLPINO_TOKEN>
1307
+ - Bearer <VOLPINO_TOKEN>
1308
1308
  response:
1309
1309
  status:
1310
1310
  code: 202
@@ -1323,7 +1323,7 @@ http_interactions:
1323
1323
  Content-Type:
1324
1324
  - application/json; charset=utf-8
1325
1325
  Date:
1326
- - Wed, 29 Mar 2017 13:23:02 GMT
1326
+ - Tue, 04 Jul 2017 17:51:50 GMT
1327
1327
  Server:
1328
1328
  - openresty/1.11.2.2
1329
1329
  Status:
@@ -1335,11 +1335,11 @@ http_interactions:
1335
1335
  X-Frame-Options:
1336
1336
  - SAMEORIGIN
1337
1337
  X-Powered-By:
1338
- - Phusion Passenger 5.1.2
1338
+ - Phusion Passenger 5.1.5
1339
1339
  X-Request-Id:
1340
- - b74f239e-2874-4060-9e80-9c4cfd73dc4e
1340
+ - f5b565a0-7dab-453f-81e0-8134c1ea242f
1341
1341
  X-Runtime:
1342
- - '0.011361'
1342
+ - '0.012331'
1343
1343
  X-Xss-Protection:
1344
1344
  - 1; mode=block
1345
1345
  Content-Length:
@@ -1350,7 +1350,7 @@ http_interactions:
1350
1350
  encoding: UTF-8
1351
1351
  string: '{"data":{"id":"96d55578-b067-4971-90ef-8ef9f829dc17","type":"claims","attributes":{"orcid":"0000-0002-9829-091X","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
1352
1352
  http_version:
1353
- recorded_at: Wed, 29 Mar 2017 13:23:02 GMT
1353
+ recorded_at: Tue, 04 Jul 2017 17:51:50 GMT
1354
1354
  - request:
1355
1355
  method: post
1356
1356
  uri: https://profiles.test.datacite.org/api/claims
@@ -1365,7 +1365,7 @@ http_interactions:
1365
1365
  Accept:
1366
1366
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
1367
1367
  Authorization:
1368
- - Token token=<VOLPINO_TOKEN>
1368
+ - Bearer <VOLPINO_TOKEN>
1369
1369
  response:
1370
1370
  status:
1371
1371
  code: 202
@@ -1384,7 +1384,7 @@ http_interactions:
1384
1384
  Content-Type:
1385
1385
  - application/json; charset=utf-8
1386
1386
  Date:
1387
- - Wed, 29 Mar 2017 13:23:03 GMT
1387
+ - Tue, 04 Jul 2017 17:51:50 GMT
1388
1388
  Server:
1389
1389
  - openresty/1.11.2.2
1390
1390
  Status:
@@ -1396,11 +1396,11 @@ http_interactions:
1396
1396
  X-Frame-Options:
1397
1397
  - SAMEORIGIN
1398
1398
  X-Powered-By:
1399
- - Phusion Passenger 5.1.2
1399
+ - Phusion Passenger 5.1.5
1400
1400
  X-Request-Id:
1401
- - 83a03230-397a-4aa5-9d96-cbe0fd4479c3
1401
+ - 724b7d54-1171-472f-a298-b55619f8f82f
1402
1402
  X-Runtime:
1403
- - '0.013300'
1403
+ - '0.012469'
1404
1404
  X-Xss-Protection:
1405
1405
  - 1; mode=block
1406
1406
  Content-Length:
@@ -1411,7 +1411,7 @@ http_interactions:
1411
1411
  encoding: UTF-8
1412
1412
  string: '{"data":{"id":"9adac474-3c1a-41b1-b387-cc4f4dc09386","type":"claims","attributes":{"orcid":"0000-0001-5952-7630","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
1413
1413
  http_version:
1414
- recorded_at: Wed, 29 Mar 2017 13:23:03 GMT
1414
+ recorded_at: Tue, 04 Jul 2017 17:51:50 GMT
1415
1415
  - request:
1416
1416
  method: post
1417
1417
  uri: https://profiles.test.datacite.org/api/claims
@@ -1426,7 +1426,7 @@ http_interactions:
1426
1426
  Accept:
1427
1427
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
1428
1428
  Authorization:
1429
- - Token token=<VOLPINO_TOKEN>
1429
+ - Bearer <VOLPINO_TOKEN>
1430
1430
  response:
1431
1431
  status:
1432
1432
  code: 202
@@ -1445,7 +1445,7 @@ http_interactions:
1445
1445
  Content-Type:
1446
1446
  - application/json; charset=utf-8
1447
1447
  Date:
1448
- - Wed, 29 Mar 2017 13:23:03 GMT
1448
+ - Tue, 04 Jul 2017 17:51:51 GMT
1449
1449
  Server:
1450
1450
  - openresty/1.11.2.2
1451
1451
  Status:
@@ -1457,11 +1457,11 @@ http_interactions:
1457
1457
  X-Frame-Options:
1458
1458
  - SAMEORIGIN
1459
1459
  X-Powered-By:
1460
- - Phusion Passenger 5.1.2
1460
+ - Phusion Passenger 5.1.5
1461
1461
  X-Request-Id:
1462
- - f69e60ad-ea3f-4287-8f63-fa8983783ab9
1462
+ - aba49d83-fc85-4f38-94fe-d684f039d56e
1463
1463
  X-Runtime:
1464
- - '0.011246'
1464
+ - '0.036143'
1465
1465
  X-Xss-Protection:
1466
1466
  - 1; mode=block
1467
1467
  Content-Length:
@@ -1472,7 +1472,7 @@ http_interactions:
1472
1472
  encoding: UTF-8
1473
1473
  string: '{"data":{"id":"b9f20bf7-e252-4422-8771-ffbfb3f6a0db","type":"claims","attributes":{"orcid":"0000-0001-5492-3212","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
1474
1474
  http_version:
1475
- recorded_at: Wed, 29 Mar 2017 13:23:04 GMT
1475
+ recorded_at: Tue, 04 Jul 2017 17:51:51 GMT
1476
1476
  - request:
1477
1477
  method: post
1478
1478
  uri: https://profiles.test.datacite.org/api/claims
@@ -1487,7 +1487,7 @@ http_interactions:
1487
1487
  Accept:
1488
1488
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
1489
1489
  Authorization:
1490
- - Token token=<VOLPINO_TOKEN>
1490
+ - Bearer <VOLPINO_TOKEN>
1491
1491
  response:
1492
1492
  status:
1493
1493
  code: 202
@@ -1506,7 +1506,7 @@ http_interactions:
1506
1506
  Content-Type:
1507
1507
  - application/json; charset=utf-8
1508
1508
  Date:
1509
- - Wed, 29 Mar 2017 13:23:04 GMT
1509
+ - Tue, 04 Jul 2017 17:51:51 GMT
1510
1510
  Server:
1511
1511
  - openresty/1.11.2.2
1512
1512
  Status:
@@ -1518,11 +1518,11 @@ http_interactions:
1518
1518
  X-Frame-Options:
1519
1519
  - SAMEORIGIN
1520
1520
  X-Powered-By:
1521
- - Phusion Passenger 5.1.2
1521
+ - Phusion Passenger 5.1.5
1522
1522
  X-Request-Id:
1523
- - 96765581-63e8-482f-b690-bb1d08590377
1523
+ - 39a75f11-819f-494b-ad10-fd38201a4a65
1524
1524
  X-Runtime:
1525
- - '0.022793'
1525
+ - '0.012235'
1526
1526
  X-Xss-Protection:
1527
1527
  - 1; mode=block
1528
1528
  Content-Length:
@@ -1533,13 +1533,13 @@ http_interactions:
1533
1533
  encoding: UTF-8
1534
1534
  string: '{"data":{"id":"019981cc-ee7e-407d-bb4c-3c3a45e05e8b","type":"claims","attributes":{"orcid":"0000-0002-6133-2581","doi":"10.5438/6423","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
1535
1535
  http_version:
1536
- recorded_at: Wed, 29 Mar 2017 13:23:04 GMT
1536
+ recorded_at: Tue, 04 Jul 2017 17:51:51 GMT
1537
1537
  - request:
1538
1538
  method: post
1539
1539
  uri: "<SLACK_WEBHOOK_URL>"
1540
1540
  body:
1541
1541
  encoding: US-ASCII
1542
- string: payload=%7B%22username%22%3A%22Event+Data+Agent%22%2C%22icon_url%22%3A%22https%3A%2F%2Fraw.githubusercontent.com%2Fdatacite%2Ftoccatore%2Fmaster%2Flib%2Ftoccatore%2Fimages%2Ftoccatore.png%22%2C%22attachments%22%3A%5B%7B%22title%22%3A%22Report+for+orcid_update%22%2C%22text%22%3A%221+works+processed+for+date+range+2013-01-01+-+2017-12-31.%22%2C%22color%22%3A%22good%22%7D%5D%7D
1542
+ string: payload=%7B%22username%22%3A%22Event+Data+Agent%22%2C%22icon_url%22%3A%22https%3A%2F%2Fraw.githubusercontent.com%2Fdatacite%2Ftoccatore%2Fmaster%2Flib%2Ftoccatore%2Fimages%2Ftoccatore.png%22%2C%22attachments%22%3A%5B%7B%22title%22%3A%22Report+for+orcid_update%22%2C%22text%22%3A%221+works+processed+with+0+errors+for+date+range+2013-01-01+-+2017-12-31.%22%2C%22color%22%3A%22good%22%7D%5D%7D
1543
1543
  headers:
1544
1544
  Accept-Encoding:
1545
1545
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
@@ -1563,7 +1563,7 @@ http_interactions:
1563
1563
  Access-Control-Allow-Origin:
1564
1564
  - "*"
1565
1565
  Date:
1566
- - Wed, 29 Mar 2017 13:23:05 GMT
1566
+ - Tue, 04 Jul 2017 17:51:51 GMT
1567
1567
  Referrer-Policy:
1568
1568
  - no-referrer
1569
1569
  Server:
@@ -1579,12 +1579,12 @@ http_interactions:
1579
1579
  X-Cache:
1580
1580
  - Miss from cloudfront
1581
1581
  Via:
1582
- - 1.1 b8b7a48d4425abc8f20c14956fccf2e5.cloudfront.net (CloudFront)
1582
+ - 1.1 7b6339693d82ec593824b8c6ad776117.cloudfront.net (CloudFront)
1583
1583
  X-Amz-Cf-Id:
1584
- - qlVIIy1-A8luM5boCaAnLV-C5drQO8qG1s7pW0r3PVfuSpVZ747OuA==
1584
+ - 5lGKZOTxcOWLQsrQccelc8yEyl_kx_HI6CXxAwArRV8WTL-cgHZyGQ==
1585
1585
  body:
1586
1586
  encoding: ASCII-8BIT
1587
1587
  string: ok
1588
1588
  http_version:
1589
- recorded_at: Wed, 29 Mar 2017 13:23:05 GMT
1589
+ recorded_at: Tue, 04 Jul 2017 17:51:51 GMT
1590
1590
  recorded_with: VCR 3.0.3