| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Now that the qa/ directory uses the X_if_ee methods we can backport all
these lines to CE.
|
|
|
|
|
|
|
| |
This ensures the InjectEnterpriseEditionModule cop is able to detect the
prepend patterns used in the qa/ directory. Previously it would not
detect them as all EE QA modules reside in QA::EE, and not the top-level
EE namespace.
|
|\
| |
| |
| |
| | |
Update GitLab Runner Helm Chart to 0.8.0/12.2.0
See merge request gitlab-org/gitlab-ce!32289
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
into 'master'
Update CE files for gitlab-ee!15334
See merge request gitlab-org/gitlab-ce!32046
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
A new param with_security_reports was added to
GET /groups/:id/projects API and the code to
support this logic in GroupProjectsFinder and
Project model. Also, a DB index was added to
ci_job_artifacts table to speed up the search
of security reports artifacts for projects
|
|\ \
| | |
| | |
| | |
| | | |
Add docs for new log file
See merge request gitlab-org/gitlab-ce!32051
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Migrate users.private_profile to disallow NULL values
Closes #57538
See merge request gitlab-org/gitlab-ce!29941
|
|/ /
| |
| |
| |
| |
| | |
This change sets NOT NULL constraint to users.private profile.
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57538
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Docs: Update Screenshots for protected tags and branches.
Closes #64574
See merge request gitlab-org/gitlab-ce!32262
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
CE-EE parity for root files
See merge request gitlab-org/gitlab-ce!32287
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Test coverage badges can be added at the Project level in GitLab and
don't need to be in the README.
The logo was gigantic, unable to be resized, and unnecessary in the
README.
|
| | |
| | |
| | |
| | | |
Having these defined in both CE and EE won't hurt anything.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add rubocop check for be success
See merge request gitlab-org/gitlab-ce!32091
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Improve specs output readability by replacing
`it_behaves_like` with `include_examples`
in `BeSuccessMatcher`
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Former shared examples were used only once.
Inlining them makes tests more clear.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Use Rubocop's Include
instead of manually checking the matcher in controllers specs.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
BeSuccessMatcher now supports following examples:
```
expect(response).to be_success
expect(response).to_not be_success
expect(response).not_to be_success
is_expected.to be_success
is_expected.to_not be_success
is_expected.not_to be_success
```
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Prevent using `be_success` call in controller specs to avoid
getting following deprecation warning:
```
DEPRECATION WARNING: The success? predicate is deprecated and
will be removed in Rails 6.0.
Please use successful? as provided by Rack::Response::Helpers.
```
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Makes LFS object link process OIDs in batches
Closes #66274
See merge request gitlab-org/gitlab-ce!32268
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
During a project import, `LfsLinkService` attempts to link `LfsObjects`
that have not already been associated with a project. It's possible for
a large repo to have thousands of OIDs, which can cause long database
query and parsing times. By processing a batch of 1000 at a time, we
can reduce that time at the expense of a few more SQL queries.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66274
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Apply bindings to queries from QueryRecorder
See merge request gitlab-org/gitlab-ce!31689
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- local tests that assume certain parameters to queries from
QueryRecorder fail. These same tests don't fail in the runners,
and I can't tell why. This fixes the local failures
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Upgrade Mermaid to v8.2.4
See merge request gitlab-org/gitlab-ce!32186
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This fixes a regression that does not permit spaces in subgraph titles.
Full details: https://github.com/knsv/mermaid/releases
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove token field from runners edit form
Closes #35060
See merge request gitlab-org/gitlab-ce!32231
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add changelog entry
Remove unnecessary test checking for form value
Translations updated for gitlab.pot
Use proper format on changelog entry
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change the way totalNotes is calculated
See merge request gitlab-org/gitlab-ce!32191
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
totalNotes is only used to prerender a number of
skeleton containers until real notes are loaded
issuable.discussions makes multiple requests, so
too expensive for this
This commit uses mere notes for this and sends
actual totalNotes number if it's less than 10;
otherwise it sends 10 - it allows us to avoid
bunch of skeleton prerenderings, which are not
necessary since they doesn't fit into the whole
screen and disappear quite fast
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix moving issues API failing when text includes commit URLs
Closes #66666
See merge request gitlab-org/gitlab-ce!32317
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
When a issue is moved from one project to another, all associated
Markdown text is rewritten in the context of the new project. If the
note contained a link to a commit URL, `CommitRewriter#rewrite` would
fail because `Commit#link_reference_pattern` would match `nil` `commit`
values in the HTML generated from the Markdown. These `nil` values were
passed along to `Project#commits_by` because `Commit#reference_valid?`
was always returning `true`.
To prevent this issue from happening, we tighten up the check for
`Commit#reference_valid?` to look for valid SHA values.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66666
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Adjusts snowplow to use cookies for sessions
Closes telemetry#77
See merge request gitlab-org/gitlab-ce!32236
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This also restructures how and where the configuration for
Snowplow lives.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Rename all filenames and occurrences to License Compliance
See merge request gitlab-org/gitlab-ce!32148
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- New redirect doc/user/application_security/license_compliance/index.md
- Renaming of images.
- Some links that were pointing to the old location are fixed.
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Remove a section for a now fixed bug
See merge request gitlab-org/gitlab-ce!32319
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Those guidelines where based on
https://gitlab.com/gitlab-org/gitlab-docs/issues/311 which seems
to be fixed.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Edit Feature Flags topic
See merge request gitlab-org/gitlab-ce!31956
|
|/ / / / / / / / |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Fix markdown in various docs (part 1)
See merge request gitlab-org/gitlab-ce!32267
|