| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of highlighting all lines when not all of them are
needed, only highlight specific lines.
The `BlobPresenter#highlight` method has been updated to
support `since` and `to` params. These params will be used to
limit the content to be highlighted.
Modify `Gitlab::Highlight` to support `since` param which will
then be used to determine the starting line number.
|
|\
| |
| |
| |
| |
| |
| | |
Use Rails 5.2 Redis caching store
Closes #64794
See merge request gitlab-org/gitlab-ce!30966
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is the first step in providing a fault-tolerant and distributed
Redis caching store. We disable compression to avoid introducing a
change that could have an adverse effect in production.
Note that we won't be able to take advantage of the fault-tolerance and
distributed features yet until we solve
https://gitlab.com/gitlab-org/gitlab-ce/issues/64829.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64794
|
|\ \
| | |
| | |
| | |
| | | |
Fix links to unassigned, low weight issues for first time contributors
See merge request gitlab-org/gitlab-ce!31485
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(Really) Fix Ruby 2.5 compatibility for diverging counts of branches
Closes #64143
See merge request gitlab-org/gitlab-ce!31491
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
!31480 does not fully restore compatibility because another Ruby 2.6
feature besides `Enumerable#filter` was used in commit ca5cd7b7. The use
of `Enumerable#to_h`'s block is now replaced by an explicit
`Enumerable#map` call.
Error message:
TypeError (wrong element type Gitlab::Git::Branch at 0 (expected array)):
app/controllers/projects/branches_controller.rb:53:in `to_h'
See https://bugs.ruby-lang.org/issues/15143.
Fixes #64143.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
Fix Admin area user access level radio button labels
See merge request gitlab-org/gitlab-ce!31154
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
In the admin user edit form, access level radio button labels didn't have
the correct 'for' value. Clicking on the label did not select the radio
button. This makes usability a bit nicer since the click area is increased
when the label is clickable.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Add padding to "merged by" widget"
Closes #64831
See merge request gitlab-org/gitlab-ce!30972
|
|/ / /
| | |
| | |
| | | |
This reverts commit c3751046d217008404a0bd371e59d6ffd6734923.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Update dependency @gitlab/ui to v5.14.0
See merge request gitlab-org/gitlab-ce!31482
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add example to plugins file
See merge request gitlab-org/gitlab-ce!30508
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add description how to set custom CI file
See merge request gitlab-org/gitlab-ce!31445
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix error on project name
See merge request gitlab-org/gitlab-ce!31471
|
|/ / /
| | |
| | |
| | | |
Add project path to sql query to build proper path
|
| | |
| | |
| | | |
[ci skip]
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into 'master'
Resolve "API endpoint to list the Docker images/tags of a group"
See merge request gitlab-org/gitlab-ce!30817
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
API endpoints for requesting container repositories
and container repositories with their tag information
are enabled for users that want to specify the group
containing the repository rather than the specific project.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Only track Redis calls if Peek is enabled
See merge request gitlab-org/gitlab-ce!31438
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In dev environments, Sidekiq was encountering the message:
Circular dependency detected while autoloading constant Gitlab::Profiler
This saves some overhead during normal usage.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Removed external dashboard legend border
Closes #64675
See merge request gitlab-org/gitlab-ce!31407
|
|/ / / / |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'63474-applying-a-quick-action-does-not-show-the-correct-message' into 'master'
Fixed bug from extra parenthesis
Closes #63474
See merge request gitlab-org/gitlab-ce!31479
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Bring diagnostics_tools.md from debug project to docs
See merge request gitlab-org/gitlab-ce!31399
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Document when quotes aren't needed for quick actions
Closes #63735
See merge request gitlab-org/gitlab-ce!31338
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add missing timezone when copying legacy artifacts (ci_builds)
See merge request gitlab-org/gitlab-ce!31447
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- ci_builds.artifacts_expire_at are copied to
ci_job_artifacts.expire_at with incorrect timestamps when the
database timezone is NOT utc
- ci_builds.artifacts_expire_at is `timestamp without time zone` and
ci_job_artifacts.expire_at is `timestamp with time zone` on
postgresql
- Tests fail locally for `rspec
./spec/lib/gitlab/import_export/import_export_spec.rb` without this
change
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Updates security templates
[ci skip]
See merge request gitlab-org/gitlab-ce!31431
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Use stubbed key and certificate in Helm factory
See merge request gitlab-org/gitlab-ce!31169
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Use select instead of filter to support 2.5
See merge request gitlab-org/gitlab-ce!31480
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'
Add shell scripting guides to development README
Closes #64016
See merge request gitlab-org/gitlab-ce!31467
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update Unicorn Worker recommendation
See merge request gitlab-org/gitlab-ce!31404
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update the Unicorn worker documentation based on the new scaling
formula.
https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4535
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Docs - Strongly discourage installing ES on the same server as GitLab
See merge request gitlab-org/gitlab-ce!30169
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'11467-remove-feature-flag-for-visual-review-app-button-ce-backport' into 'master'
Remove visual review app feature flag
See merge request gitlab-org/gitlab-ce!31429
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is the CE backport for
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14958
Now that we are confident with the visual review
app link being there, we are removing the
feature flag entirely.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
'master'
Refactor passing props to jobs/index.js
See merge request gitlab-org/gitlab-ce!31472
|
| | | | | | | |
|