Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch v7 #5

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
cdc59ad
Migrate to ES v7
penelopec May 18, 2020
8aa2ec5
Migate to ES v7
penelopec May 18, 2020
4ca7549
MIgrate to ES v7
penelopec May 18, 2020
731a6cb
Migrate to ES v7
penelopec May 18, 2020
46cb369
Migrate to v7 - typos
penelopec May 18, 2020
c190ed9
Migrate to ES v7
penelopec May 18, 2020
f8a72d2
Migrate to ES v7
penelopec May 18, 2020
4d58146
Migrate to ES v7
penelopec May 18, 2020
91cb457
MIgrate to ES v7
penelopec May 18, 2020
4567480
Migration ES v7
penelopec May 19, 2020
a9ac081
Migrate to ES v7 - typos
penelopec May 19, 2020
b0cb093
Update attachments_v2.0.0.json
penelopec May 19, 2020
6544c86
Delete attachments_v2.0.0.json
penelopec May 19, 2020
4fc3640
Migrate to ES v7
penelopec May 19, 2020
25b4341
Migrate to ES v7
penelopec May 19, 2020
636d9bd
Migrate ES v7 - typos
penelopec May 19, 2020
235dd5c
Migrate to ES v7
penelopec May 19, 2020
8da1c14
Delete events_v2.0.0.json
penelopec May 19, 2020
a07ebf7
Migrate to ES v7
penelopec May 19, 2020
0b5ca21
Delete contributions_v2.0.0.json
penelopec May 19, 2020
5a8a53c
Migrate to ES v7
penelopec May 19, 2020
5b93196
Migrate to ES v7
penelopec May 19, 2020
a8a6284
Delete notes_v2.0.0.json
penelopec May 19, 2020
db0a131
Migrate to ES v7
penelopec May 19, 2020
caa6741
Migrate to ES v7
penelopec May 19, 2020
8e217b3
Migrate to ES v7 - fixed indentation
penelopec May 19, 2020
9a7acf3
Migrate to ES v7 - fixed indentation
penelopec May 19, 2020
797ad66
Migrate to ES v7 - fixed indentation
penelopec May 19, 2020
e3fcd1c
Migrate to ES v7 - fixed indentation
penelopec May 19, 2020
6b10137
Migrate to ES v7 - fixed indentation
penelopec May 19, 2020
4456ed6
Migrate to ES v7 - fixed indentation
penelopec May 19, 2020
91408f9
Migrate to ES v7 - fixed indentation
penelopec May 19, 2020
fed8ef0
Migrate to ES v7 - fixed indentation
penelopec May 19, 2020
71d1050
Migrate to ES v7
penelopec May 19, 2020
30f3bd2
Changes merged to v1.0.0
penelopec May 19, 2020
9f95e62
Migrate to ES v7
penelopec May 19, 2020
3095509
changes merged to v1.0.0
penelopec May 19, 2020
4c64e05
Migrate to ES v7
penelopec May 19, 2020
c426ce5
Migrate to ES v7
penelopec May 19, 2020
0982d38
changes merged to v1.0.0
penelopec May 19, 2020
153451d
Migrate to ES v7
penelopec May 19, 2020
a4e69ae
changes merged to v1.0.0
penelopec May 19, 2020
5704d0d
Migrate to ES v7
penelopec May 19, 2020
082f25d
changes merged to v1.0.0
penelopec May 19, 2020
64468cd
Fixed "title", "id", "$schema" values
penelopec May 19, 2020
011f7f0
Fixed "title", "id", "$schema" values
penelopec May 19, 2020
5f2bc43
Fixed "title", "id", "$schema" values
penelopec May 19, 2020
7289ba5
Fixed "title", "id", "$schema" values
penelopec May 19, 2020
ee8b79f
Fixed "title", "id", "$schema" values
penelopec May 19, 2020
555da66
Removed "_created", "_updated", "control_number"
penelopec May 20, 2020
61a0296
Removed "_created", "_updated", "control_number"
penelopec May 20, 2020
4686c54
Removed "_created", "_updated", "control_number"
penelopec May 20, 2020
c74bd15
Removed "_created", "_updated", "control_number"
penelopec May 20, 2020
c6a7ba4
Removed "_created", "_updated", "control_number"
penelopec May 20, 2020
482a70f
Changed nested fields to arrays
penelopec May 21, 2020
9054129
person_list only name and affiliation
penelopec May 21, 2020
e1971cb
Updated speakers_chairs and list_of_persons
penelopec May 28, 2020
3f709f1
Fixed date format
penelopec Jun 5, 2020
8811449
Merge branch 'Elasticsearch-v7' of https://github.com/penelopec/cern-…
penelopec Jun 5, 2020
5a6a250
Fixed typo
penelopec Jun 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,46 +33,52 @@
}
}
},
"id": {
"type": "string",
"description": "Attachments id."
},
"category_path": {
"type": "array",
"items": {
"type": "string"
},
"description": "Attachments category path (ordered array)."
},
"event_id": {
"type": "string",
"description": "Event id."
},
"contribution_id": {
"type": "string",
"description": "Contribution id.",
"required": false
},
"subcontribution_id": {
"type": "string",
"description": "Event id.",
"required": false
},
"_data": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Attachments id."
},
"category_path": {
"type": "array",
"items": {
"type": "string"
},
"description": "Attachments category path (ordered array)."
},
"event_id": {
"type": "string",
"description": "Event id."
},
"contribution_id": {
"type": "string",
"description": "Contribution id.",
"required": false
},
"subcontribution_id": {
"type": "string",
"description": "Event id.",
"required": false
},
"filename": {
"type": "string",
"description": "Attachments filename."
},
"content": {
"type": "string",
"description": "Attachments content."
},
"url": {
"type": "string",
"description": "Full path Attachment URL"
}
}
},
"creation_date": {
"type": "string",
"description": "Attachments creation date."
},
"filename": {
"type": "string",
"description": "Attachments filename."
},
"content": {
"type": "string",
"description": "Attachments content."
},
"custom_pid": {
"type": "string"
},
"$schema": {
"type": "string"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,48 @@
}
}
},
"id": {
"type": "string",
"description": "Contributions id."
},
"category_path": {
"type": "array",
"items": {
"type": "string"
},
"description": "Contributions category path (ordered array)."
},
"event_id": {
"type": "string",
"description": "Event id."
},
"creation_date": {
"type": "string",
"description": "Contributions creation date."
"_data": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Contributions id."
},
"category_path": {
"type": "array",
"items": {
"type": "string"
},
"description": "Contributions category path (ordered array)."
},
"event_id": {
"type": "string",
"description": "Event id."
},
"location": {
"type": "string",
"description": "Contributions location."
},
"title": {
"type": "string",
"description": "Contributions title."
},
"description": {
"type": "string",
"description": "Contributions description."
},
"list_of_persons": {
"type": "array",
"items": {
"type": "string"
},
"description": "Contributions person's name, affiliation."
},
"url": {
"type": "string",
"description": "Full path Contribution URL"
}
}
},
"start_date": {
"type": "string",
Expand All @@ -60,44 +84,6 @@
"type": "string",
"description": "Contributions end date."
},
"location": {
"type": "string",
"description": "Contributions location."
},
"title": {
"type": "string",
"description": "Contributions title."
},
"description": {
"type": "string",
"description": "Contributions description."
},
"list_of_persons": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Contributions person's name."
},
"affiliation": {
"type": "string",
"description": "Contributions person's affiliation."
},
"role": {
"type": "array",
"items": {
"type": "string"
},
"description": "Contributions person's role(s)."
}
}
}
},
"custom_pid": {
"type": "string"
},
"$schema": {
"type": "string"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,48 @@
}
}
},
"id": {
"type": "string",
"description": "Event id."
},
"category_path": {
"type": "array",
"items": {
"type": "string"
},
"description": "Event category path (ordered array)."
},
"event_type": {
"type": "string",
"description": "Event type."
"_data": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Event id."
},
"category_path": {
"type": "array",
"items": {
"type": "string"
},
"description": "Event category path (ordered array)."
},
"event_type": {
"type": "string",
"description": "Event type."
},
"location": {
"type": "string",
"description": "Event location."
},
"title": {
"type": "string",
"description": "Event title."
},
"description": {
"type": "string",
"description": "Event description."
},
"speakers_chairs": {
"type": "array",
"items": {
"type": "string"
},
"description": "Event speaker/chair name, affiliation."
},
"url": {
"type": "string",
"description": "Full path Event URL"
}
}
},
"creation_date": {
"type": "string",
Expand All @@ -60,37 +88,6 @@
"type": "string",
"description": "Event end date."
},
"location": {
"type": "string",
"description": "Event location."
},
"title": {
"type": "string",
"description": "Event title."
},
"description": {
"type": "string",
"description": "Event description."
},
"speakers_chairs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Event speaker/chair name."
},
"affiliation": {
"type": "string",
"description": "Event speaker/chair affiliation."
}
}
}
},
"custom_pid": {
"type": "string"
},
"$schema": {
"type": "string"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,42 +33,48 @@
}
}
},
"id": {
"type": "string",
"description": "Notes id."
},
"category_path": {
"type": "array",
"items": {
"type": "string"
},
"description": "Notes category path (ordered array)."
},
"event_id": {
"type": "string",
"description": "Notes id."
},
"contribution_id": {
"type": "string",
"description": "Notes id.",
"required": false
},
"subcontribution_id": {
"type": "string",
"description": "Notes id.",
"required": false
"_data": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Notes id."
},
"category_path": {
"type": "array",
"items": {
"type": "string"
},
"description": "Notes category path (ordered array)."
},
"event_id": {
"type": "string",
"description": "Notes id."
},
"contribution_id": {
"type": "string",
"description": "Notes id.",
"required": false
},
"subcontribution_id": {
"type": "string",
"description": "Notes id.",
"required": false
},
"content": {
"type": "string",
"description": "Attachments content."
},
"url": {
"type": "string",
"description": "Full path Note URL"
}
}
},
"creation_date": {
"type": "string",
"description": "Attachments creation date."
},
"content": {
"type": "string",
"description": "Attachments content."
},
"custom_pid": {
"type": "string"
},
"$schema": {
"type": "string"
}
Expand Down
Loading