Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
typo3-solr
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chef Cookbooks
typo3-solr
Commits
b6048c0e
Commit
b6048c0e
authored
5 years ago
by
Stefan Galinski
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Update default versions
parent
a58c90ac
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/app.rb
+4
-3
4 additions, 3 deletions
resources/app.rb
resources/core.rb
+1
-1
1 addition, 1 deletion
resources/core.rb
with
5 additions
and
4 deletions
resources/app.rb
+
4
−
3
View file @
b6048c0e
actions
:add
attribute
:solr
,
:kind_of
=>
String
,
:default
=>
'6.6.2'
attribute
:tika_server
,
:kind_of
=>
String
,
:default
=>
'1.17'
attribute
:extension
,
:kind_of
=>
String
,
:default
=>
'7.5'
# https://docs.typo3.org/typo3cms/extensions/solr/Appendix/VersionMatrix.html
attribute
:solr
,
:kind_of
=>
String
,
:default
=>
'7.6.0'
attribute
:tika_server
,
:kind_of
=>
String
,
:default
=>
'1.19.1'
attribute
:extension
,
:kind_of
=>
String
,
:default
=>
'9.0'
def
initialize
(
*
args
)
super
...
...
This diff is collapsed.
Click to expand it.
resources/core.rb
+
1
−
1
View file @
b6048c0e
...
...
@@ -2,7 +2,7 @@ actions :add, :remove
attribute
:name
,
:kind_of
=>
String
,
:name_attribute
=>
true
attribute
:language
,
:kind_of
=>
String
,
:default
=>
'english'
attribute
:config_directory
,
:kind_of
=>
String
,
:default
=>
'ext_solr_
7_5
_0'
attribute
:config_directory
,
:kind_of
=>
String
,
:default
=>
'ext_solr_
9_0
_0'
def
initialize
(
*
args
)
super
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment