| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146854
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37147332
|
|
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146815
See https://gitlab.slack.com/archives/C0GQHHPGW/p1501779964878178
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146360
|
|
|
|
|
|
|
| |
Fixed value could potentially be not enough
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145886
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145729
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145640
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37144070
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143794
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143710
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143527
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143217
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143174
|
|
|
|
|
| |
Fix
http://192.168.1.135:3000/gitlab-org/gitlab-ce/blob/master/app/assets/javascripts/broadcast_message.js
|
|
|
|
|
| |
Fix
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37142936
|
|\
| |
| |
| |
| |
| |
| | |
Document new all-in-one Helm chart - docs
Closes #36039
See merge request !13333
|
|/ |
|
|\
| |
| |
| |
| | |
Start using 'toc' in yaml frontmatter to explicitly disable it
See merge request !13310
|
| |
| |
| |
| | |
See https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/107
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fix line numbers not matching up to code in code viewer.
Closes #29811
See merge request !13403
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Remove affix plugin from issuable sidebar with new navigation
See merge request !13449
|
| | |
| | |
| | |
| | | |
This isn't required with the new navigation as it is always position fixed so we are just creating a scroll event listener that will never actually do anything
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Render new issue link in failed job as a regular link instead of a UJS one
Closes #36158
See merge request !13450
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Added a template for database changes
See merge request !12355
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This template includes a rather large (but fairly easy to follow)
checklist. This checklist should hopefully take away quite a bit of work
from database specialists by requiring authors to provide all the
necessary info.
[ci skip]
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Fix conflicting redirect search
See merge request !13357
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Aligns OR separater to center properly
Closes #36185
See merge request !13446
|
| | | | | | |
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Include RE2 in the upgrade docs
See merge request !13448
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove unused `redirect_to_external_issue_tracker` method
See merge request !13444
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Its usage has been removed at 2fa22a0729.
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Updating Gemfile.lock for rubocop-rspec dependecy.
See merge request !13410
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
GDK pipeline is failing with this error:
```
Downloading rubocop-rspec-1.15.1 revealed dependencies not in the API or the
lockfile (rubocop (>= 0.42.0)).
Either installing with `--full-index` or running `bundle update rubocop-rspec`
should fix the problem.
```
Updated lockfile by running the bundle update.
`gdk install` works now.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
alternative route for download archive
See merge request !13439
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix the sticky changes bar on commits page
See merge request !13343
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Removed display styles when hiding the fly out navigation
Closes #36224
See merge request !13431
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Closes #36224
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Add missing command to compile GetText files
See merge request !13437
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Rename RPC 'Exists' to 'RepositoryExists'
See merge request !13277
|