Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d3131b11
Commit
d3131b11
authored
Jan 22, 2020
by
Brett Walker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove stub_const as it’s in master now
parent
b03d6d6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+2
-0
spec/requests/api/graphql/namespace/projects_spec.rb
spec/requests/api/graphql/namespace/projects_spec.rb
+0
-3
No files found.
doc/api/graphql/reference/index.md
View file @
d3131b11
...
...
@@ -51,6 +51,8 @@ An emoji awarded by a user.
## Board
Represents a project or group board
| Name | Type | Description |
| --- | ---- | ---------- |
|
`id`
| ID! | ID (global ID) of the board |
...
...
spec/requests/api/graphql/namespace/projects_spec.rb
View file @
d3131b11
...
...
@@ -32,9 +32,6 @@ describe 'getting projects' do
end
before
do
# we don't care how many SQL queries the spec takes
stub_const
(
"Gitlab::QueryLimiting::Transaction::THRESHOLD"
,
1000
)
group
.
add_owner
(
user
)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment