| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This gives flexiblity to avoid duplicated query of Project.
|
| |
|
|
|
|
|
| |
Extract language_from_git_attributes as a concern so it can
ben included in two blob classes.
|
|
|
|
|
|
| |
This is to DRY the repeated file size check.
Move spec and constants to Highlight
|
|
|
|
|
|
|
|
|
|
| |
This replaces the repository param.
This allows more flexiblity as sometimes we have highlight content
not related to repository. Sometimes we know ahead of time the language
of the content. Lastly language determination seems better fit as a
logic in the Blob class.
`repository` param is only used to determine the language, which seems
to be the responsiblity of Blob.
|
|
|
|
| |
Force FoundBlob to use BlobPresenter
|
|
|
|
|
| |
Ported from Highlight class since it as a concept is more related to
blob, and this allows more flexibility.
|
|
|
|
|
| |
seed_helper changed because testing requires attributes file in repo,
but repo was not a real git repo but instead faked.
|
|\ |
|
| |\
| | |
| | |
| | |
| | | |
Fix problem with spec that showed up in EE merge
See merge request gitlab-org/gitlab-ce!22675
|
| | | |
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
into 'master'
docs: Add deprecation notice for renamed licensed feature
See merge request gitlab-org/gitlab-ce!22575
|
| | | |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Added a note about machine types
See merge request gitlab-org/gitlab-ce!22572
|
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Update gitlab-ui to 1.9.0
See merge request gitlab-org/gitlab-ce!22632
|
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove mousetrap-rails gem
Closes #53270
See merge request gitlab-org/gitlab-ce!22647
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Make new merge request URL more friendly when pushing code
Closes #53012
See merge request gitlab-org/gitlab-ce!22526
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add e2e test to push using a private token
See merge request gitlab-org/gitlab-ce!22628
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Tests pushing over HTTP(S) using a personal access token
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update moment to 2.22.2
Closes #53273
See merge request gitlab-org/gitlab-ce!22648
|
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update GitLab Pages to v1.3.0
See merge request gitlab-org/gitlab-ce!22666
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Replace deprecated uniq on a Relation with distinct
See merge request gitlab-org/gitlab-ce!22625
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Rename 'sast_container' licensed feature
See merge request gitlab-org/gitlab-ce!22662
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Upgrade whitequark/parser to 2.5.3.0
See merge request gitlab-org/gitlab-ce!22652
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This squelches the following warning:
warning: parser/current is loading parser/ruby24, which recognizes
warning: 2.4.4-compliant syntax, but you are running 2.4.5.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
|
| |\ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|/ / /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Delete job_spec.js
See merge request gitlab-org/gitlab-ce!22664
|
| | | |_|_|/ / / /
| | |/| | | | | | |
|
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | | |
Truncate milestone title on collapsed sidebar
See merge request gitlab-org/gitlab-ce!22624
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Fix broken "Show whitespace changes" button on MR "Changes" tab
Closes #52122
See merge request gitlab-org/gitlab-ce!22539
|
| |/ / / / / / / / |
|
| |\ \ \ \ \ \ \ \
| | |_|_|/ / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Remove all tables from Pipeline page when there is no job for the Pipeline
Closes #45669
See merge request gitlab-org/gitlab-ce!18540
|
| |/ / / / / / / |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
'master'
Extract ee specific lines for issues and mr controllers
See merge request gitlab-org/gitlab-ce!22569
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Move access checks to their own method so they can be overridden, and
port an EE-only method to exist in CE too, with an EE-specific override.
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Fix open-ended params for api_json.log
Closes #53155
See merge request gitlab-org/gitlab-ce!22623
|
| |/ / / / / / / / |
|