Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab_api
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
gitlab_api
Commits
22735066
Commit
22735066
authored
1 year ago
by
Jürgen Haas
Browse files
Options
Downloads
Patches
Plain Diff
Fix cspell tests
parent
86de96d3
No related branches found
No related tags found
No related merge requests found
Pipeline
#203568
passed
1 year ago
Stage: build
Stage: validate
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.cspell-project-words.txt
+3
-0
3 additions, 0 deletions
.cspell-project-words.txt
src/Api.php
+7
-7
7 additions, 7 deletions
src/Api.php
src/Entity/GitlabServer.php
+1
-1
1 addition, 1 deletion
src/Entity/GitlabServer.php
src/GitLabEvents.php
+1
-1
1 addition, 1 deletion
src/GitLabEvents.php
with
12 additions
and
9 deletions
.cspell-project-words.txt
0 → 100644
+
3
−
0
View file @
22735066
CREATEPROJECT
Webform
webform
This diff is collapsed.
Click to expand it.
src/Api.php
+
7
−
7
View file @
22735066
...
...
@@ -126,7 +126,7 @@ class Api {
* @param string $message
* The commit message.
* @param \Drupal\gitlab_api\CommitAction[] $actions
* Li
o
st of commit actions.
* List of commit actions.
*
* @return array
* The commit details.
...
...
@@ -157,7 +157,7 @@ class Api {
* @return array
* The created pipeline.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
t:2.2
.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
:3.0
.0.
* Use ::getClient()->createPipeline() instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
...
...
@@ -209,7 +209,7 @@ class Api {
* @return array
* The list of namespaces.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
t:2.2
.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
:3.0
.0.
* Use ::getClient()->namespaces()->all() instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
...
...
@@ -303,7 +303,7 @@ class Api {
* @return array
* The project pipeline.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
t:2.2
.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
:3.0
.0.
* Use ::getClient()->projects()->pipeline() instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
...
...
@@ -323,7 +323,7 @@ class Api {
* @return array
* The list of pipeline jobs.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
t:2.2
.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
:3.0
.0.
* Use ::getClient()->pipelineJobs() instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
...
...
@@ -435,7 +435,7 @@ class Api {
* @return array
* The list of branches.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
t:2.2
.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
:3.0
.0.
* Use ::getClient()->repositories()->branches() instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
...
...
@@ -455,7 +455,7 @@ class Api {
* @return array
* The branch.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
t:2.2
.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api
:3.0
.0.
* Use ::getClient()->repositories()->branch instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
...
...
This diff is collapsed.
Click to expand it.
src/Entity/GitlabServer.php
+
1
−
1
View file @
22735066
...
...
@@ -82,7 +82,7 @@ class GitlabServer extends ConfigEntityBase {
* Get the default GitLab server.
*
* @return \Drupal\gitlab_api\Entity\GitlabServer|null
* The default GitLab server
v
on
d
ig entity or NULL, if it doesn't exist.
* The default GitLab server
c
on
f
ig entity or NULL, if it doesn't exist.
*/
public
static
function
loadDefaultServer
():
?GitlabServer
{
try
{
...
...
This diff is collapsed.
Click to expand it.
src/GitLabEvents.php
+
1
−
1
View file @
22735066
...
...
@@ -3,7 +3,7 @@
namespace
Drupal\gitlab_api
;
/**
* Contains all events thrown by the
wayfinding
module.
* Contains all events thrown by the
gitlab_api
module.
*/
final
class
GitLabEvents
{
...
...
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