| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
and pass real query contexts into certain specs
|
|
|
|
|
| |
The `GraphQL::Function` has been deprecated in
favor of resolvers.
|
|\
| |
| |
| |
| |
| |
| | |
'master'
Fix issuable sidebar icon of notification disabled
See merge request gitlab-org/gitlab-ce!32134
|
| |
| |
| |
| | |
by adding the proper notification icon
|
|\ \
| | |
| | |
| | |
| | | |
Fix link to issue template
See merge request gitlab-org/gitlab-ce!32144
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
into 'master'
Adds cop to enforce string limits on migrations
See merge request gitlab-org/gitlab-ce!31433
|
|/ /
| |
| |
| |
| |
| |
| | |
This cop will analyze migrations that add columns with string, and
report an offense if the string has no limit enforced
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64505
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
'55999-misleading-pipeline-tooltip-messages-and-misleading-ci-status-icons-on-simple-commits' into 'master'
Change misleading pipeline status tooltip
See merge request gitlab-org/gitlab-ce!31861
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Some pipeline status icon tooltips were showing
"Commit: ..." which customers found to be
misleading since it was not the commit that was
failing but the pipeline.
We are changing all status icon tooltips to say
"Pipeline: ..." instead of "Commit: ..." now.
|
|\ \
| | |
| | |
| | |
| | | |
Resolve "Use Visual Review Tools NPM package"
See merge request gitlab-org/gitlab-ce!32159
|
| | |
| | |
| | |
| | |
| | | |
Remove the visual review toolbar code
in favor of using the NPM package.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Read pipelines from public projects though API
See merge request gitlab-org/gitlab-ce!31816
|
|/ / /
| | |
| | |
| | |
| | | |
Allow users to read pipelines for public projects
with public builds enabled without providing an access token.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Return correct user for manual deployments
See merge request gitlab-org/gitlab-ce!32004
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Prefer the deployable user over the deployment user.
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/66037.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
New cycle analytics backend stage events
See merge request gitlab-org/gitlab-ce!31713
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
- Introducting StageEvents to define the available events
- Define the event pairing rules, since some events are not compatible
- Express default Cycle Analytics stages with the event structure
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Adding gitaly feature flag for go implementation of get all lfs pointers
See merge request gitlab-org/gitlab-ce!31696
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove redundant index
See merge request gitlab-org/gitlab-ce!31487
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[CE backport] Enforced SSO shouldn't break container registry authentication
See merge request gitlab-org/gitlab-ce!32110
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This used without a session and issues a sessionless token, so we
should avoid causing access checks based on the session.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add label_id parameter to label API for PUT and DELETE
Closes #62322
See merge request gitlab-org/gitlab-ce!31804
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Add specs for new parameter and updated documentation as well.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Handle when server info doesn't have the storage in question
See merge request gitlab-org/gitlab-ce!32023
|
| | |/ / / /
| |/| | | | |
|
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | | |
Eliminate Gitaly N+1 queries with notes API
See merge request gitlab-org/gitlab-ce!32089
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Similar to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31834,
we see that in https://gitlab.com/gitlab-org/gitlab-ce/issues/65957
there can be hundreds, even thousands, of Gitaly requests in the
`/api/:version/projects/:id/merge_requests/:noteable_id/notes` endpoint.
Previously, the API to retrieve notes generated hundreds of Gitaly calls
to determine whether a system note should be shown to the user. It did
this by:
1. Rendering the Markdown
2. Extracting cross-references from the Markdown
3. Issuing a Gitaly `FindCommit` RPC for every reference to validate
that the commit exists.
The last step is unnecessary because we don't need to display a commit
if the user doesn't have access to the project in the first place.
`RendersNotes#prepare_notes_for_rendering` is already used in
`MergeRequestsController`, which is why we don't see N+1 Gitaly calls
there. We use it here to optimize the note redaction process.
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
Quarantine filter issue comments test
See merge request gitlab-org/gitlab-ce!32152
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Docs health check failure examples
Closes #64193
See merge request gitlab-org/gitlab-ce!31945
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
CE: Update sort options for issues list
See merge request gitlab-org/gitlab-ce!31849
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Increase sort options for issues list from updated_at and create_at,
to include more options close to what is required in actual issue list
UI.
This helps us to use REST API for issues list with sorting capabilities
https://gitlab.com/gitlab-org/gitlab-ce/issues/57402
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Fail E2E tests early if template not found via API
See merge request gitlab-org/gitlab-ce!31955
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
62514 - update prometheus metrics docs
Closes #62514
See merge request gitlab-org/gitlab-ce!31987
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Strikeout for metrics that aren't reported anymore
- added :thumbsup: for all the metrics that appear to be still
available
- Added :new: for the new metrics.
- Determine Release when the new metrics appeared
- Add descriptions for the new metrics
- remove the adornments :new: and :thumbsup:
- removce the lines with strikeout
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Reduce dedup calls to gc only
See merge request gitlab-org/gitlab-ce!32083
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Hide duplicate board list while dragging
See merge request gitlab-org/gitlab-ce!32099
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Update dependencies api doc
See merge request gitlab-org/gitlab-ce!32061
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Document uploads development guidelines
Closes #63097
See merge request gitlab-org/gitlab-ce!31290
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Explain Workhorse acceleration features
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add frozen_string_literal to lib part 2
See merge request gitlab-org/gitlab-ce!32094
|