Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
json_api_book
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
project
json_api_book
Commits
eb005b4e
Commit
eb005b4e
authored
1 year ago
by
Jürgen Haas
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3393567
by jurgenhaas: Drupal 10 only version
parent
3543ad3d
No related branches found
No related tags found
No related merge requests found
Pipeline
#52700
passed
1 year ago
Stage: build
Stage: validate
Stage: test
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+23
-0
23 additions, 0 deletions
.gitlab-ci.yml
composer.json
+26
-0
26 additions, 0 deletions
composer.json
json_api_book.info.yml
+1
-1
1 addition, 1 deletion
json_api_book.info.yml
phpstan.neon
+4
-0
4 additions, 0 deletions
phpstan.neon
with
54 additions
and
1 deletion
.gitlab-ci.yml
0 → 100644
+
23
−
0
View file @
eb005b4e
include
:
-
project
:
$_GITLAB_TEMPLATES_REPO
ref
:
$_GITLAB_TEMPLATES_REF
file
:
-
'
/includes/include.drupalci.main.yml'
-
'
/includes/include.drupalci.variables.yml'
-
'
/includes/include.drupalci.workflows.yml'
variables
:
SKIP_ESLINT
:
'
1'
phpstan
:
stage
:
validate
rules
:
-
if
:
'
$SKIP_PHPSTAN
==
"1"'
when
:
never
-
when
:
on_success
artifacts
:
when
:
always
reports
:
codequality
:
phpstan-report.json
script
:
-
vendor/bin/phpstan analyze --memory-limit=2G --no-interaction --no-progress --error-format=gitlab $_WEB_ROOT/modules/custom | tee phpstan-report.json
This diff is collapsed.
Click to expand it.
composer.json
0 → 100644
+
26
−
0
View file @
eb005b4e
{
"name"
:
"drupal/json_api_book"
,
"type"
:
"drupal-module"
,
"description"
:
"Add book support to JSON:API."
,
"keywords"
:
[
"Drupal"
,
"GitLab"
,
"API"
],
"license"
:
"GPL-2.0-or-later"
,
"homepage"
:
"https://www.drupal.org/project/json_api_book"
,
"authors"
:
[
{
"name"
:
"Jürgen Haas"
,
"homepage"
:
"https://www.drupal.org/u/jurgenhaas"
}
],
"minimum-stability"
:
"dev"
,
"support"
:
{
"issues"
:
"https://www.drupal.org/project/issues/json_api_book"
,
"source"
:
"https://git.drupal.org/project/json_api_book"
},
"require"
:
{
"php"
:
">=8.1"
,
}
}
This diff is collapsed.
Click to expand it.
json_api_book.info.yml
+
1
−
1
View file @
eb005b4e
name
:
'
JSON:API
Book'
type
:
module
description
:
'
Add
book
support
to
JSON:API.'
core_version_requirement
:
^
9.5
|| ^1
0
core_version_requirement
:
^
10
|| ^1
1
package
:
'
Web
services'
dependencies
:
-
drupal:book
...
...
This diff is collapsed.
Click to expand it.
phpstan.neon
0 → 100644
+
4
−
0
View file @
eb005b4e
parameters:
level: 6
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
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