| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Replace backticks with single quotes
|
|
|
|
|
|
|
| |
Replace backticks with single quotes
Add additional translations
Fix ESLint warnings
Fixed - prettier updates
|
|
|
|
|
|
|
|
|
|
|
| |
Some `__` imports were not automatically
added during the i18n autofix of these files.
Removed potential false positives
Potential false postives that we do not
want to lint have been removed and logged
in a separate issue
|
|
|
|
|
| |
i18n linting for .vue files under the
app/assets/javascripts/vue_shared directory
|
|\
| |
| |
| |
| | |
Remove applySuggestion from notes service
See merge request gitlab-org/gitlab-ce!30399
|
|/ |
|
|\
| |
| |
| |
| | |
Fix invalid SSL certificate errors on Drone CI service
See merge request gitlab-org/gitlab-ce!30422
|
|/
|
|
|
|
| |
Some services can raise OpenSSL::X509::CertificateError due
to an invalid SSL certificates, with OpenSSL::OpenSSLError
we can handle these errors.
|
|\
| |
| |
| |
| | |
Add queue_size method to ApplicationWorker
See merge request gitlab-org/gitlab-ce!30416
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Edit text, using correct terms
See merge request gitlab-org/gitlab-ce!30382
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Added experimental languages to license management docs.
See merge request gitlab-org/gitlab-ce!29932
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Fix failing e2e tests - initialize Issue labels
See merge request gitlab-org/gitlab-ce!30375
|
| | |
| | |
| | |
| | |
| | | |
This provides a valid default value when labels are
not specified explicitly.
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Fix top position of sticky file header on discussion tab
Closes #63976
See merge request gitlab-org/gitlab-ce!30410
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Edit new text on visibility setting
See merge request gitlab-org/gitlab-ce!30281
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Documentation: Update installation from source document
See merge request gitlab-org/gitlab-ce!30380
|
|/ / /
| | |
| | |
| | |
| | | |
Line 170(make install) causes permission error.
This command should execute with sudo.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Remove unresolved class and fixed height in discussion header
See merge request gitlab-org/gitlab-ce!28440
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Docs: Change even more absolute links to relative
See merge request gitlab-org/gitlab-ce!30387
|
|/ / /
| | |
| | |
| | |
| | | |
Change assorted absolute links to ce and ee docs
to relative links
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removes EE differences for app/views/layouts/fullscreen.html.haml
Closes gitlab-ee#12550
See merge request gitlab-org/gitlab-ce!30403
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adding order by to list runner jobs api.
Closes #51794
See merge request gitlab-org/gitlab-ce!29629
|
| |\ \ \ \ |
|
| | |\ \ \ \ |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into 'master'
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14328
See merge request gitlab-org/gitlab-ce!30003
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Remove unused Gitaly feature flags
See merge request gitlab-org/gitlab-ce!30302
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
When GitLab was migrating to Gitaly, feature flags were used. These are
now out of use, and essentially a no-op. But they do make the output of
chatops ugly and the feature table is selected in full by the
application.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
CE Port: Extend `MergeToRefService` to create merge ref from an arbitrary ref
See merge request gitlab-org/gitlab-ce!30361
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Currently, MergeToRefService is specifically designed for
createing merge commits from source branch and target branch of
merge reqeusts. We extend this behavior to source branch and any
target ref paths.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
CE Port: Split AutoMergeService interfaces into two `cancel` and `abort`
See merge request gitlab-org/gitlab-ce!30249
|
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Create explicit endpoint - abort.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Create private merge requests in forks
Closes #58583
See merge request gitlab-org/gitlab-ce!29984
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Fix call to removed GitPushService
See merge request gitlab-org/gitlab-ce!30222
|
| | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / /
|/| | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Removes EE differences for app/views/profiles/preferences/show.html.haml
Closes gitlab-ee#12553
See merge request gitlab-org/gitlab-ce!30397
|
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Fix divergence graph loading error
Closes #64143
See merge request gitlab-org/gitlab-ce!30393
|