| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This was caused by the `@projects` value being empty when the current
user does not have any personal projects.
|
|
|
|
|
|
|
|
|
| |
This allows users to quickly switch between all projects they have
access to & there own namespace projects. These tabs also keep
the same filtering/search options selected so the user can quickly
switch between the two different contexts.
Closes #29045
|
|\
| |
| |
| |
| |
| |
| | |
Fix `rake gitlab:incoming_email:check`
Closes #38197
See merge request gitlab-org/gitlab-ce!14423
|
| |
| |
| |
| | |
report error properly, so that we know what's really wrong.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Reserve refs/replace because `git-replace` is using it
Closes #38234
See merge request gitlab-org/gitlab-ce!14436
|
| | |
| | |
| | |
| | |
| | |
| | | |
See:
* https://www.kernel.org/pub/software/scm/git/docs/git-replace.html
* https://git-scm.com/book/en/v2/Git-Tools-Replace
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds gitlab features and components to usage ping data.
Closes #33328
See merge request gitlab-org/gitlab-ce!14305
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Ensure that Blob.raw returns always returns a valid blob object
See merge request gitlab-org/gitlab-ce!14412
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In gitlab-org/gitlab-ee!2976, we saw that a given OID could point
to a commit, which would cause the delta size check to fail.
Gitaly already returns nil if the OID isn't a blob, so this change
makes the Rugged implementation consistent.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add i18n support to pagination widget
See merge request gitlab-org/gitlab-ce!14407
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Improve emoji menu rendering performance
Closes #36949
See merge request gitlab-org/gitlab-ce!14233
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
into 'master'
Fix bad link on GitLab Omnibus Helm chart page - docs
Closes #38016
See merge request gitlab-org/gitlab-ce!14346
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | | |
Simplify a test
See merge request gitlab-org/gitlab-ce!14415
|
| | |_|_|/ /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Resolve "Better SVG Usage in the Frontend"
Closes #36231
See merge request gitlab-org/gitlab-ce!13435
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add view replaced file link for image diffs
See merge request gitlab-org/gitlab-ce!14394
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Do not clone the repo when running the review-docs jobs
See merge request gitlab-org/gitlab-ce!14420
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Previously, we checked out the branch and ran the script from there.
However, when the MR got merged and the cleanup job was run it would
fail since it could not find the now deleted branch.
This commit rather downloads the script from GitLab and skips
downloading the artifacts/dependencies/cache to speed up the process.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Replace the 'project/service.feature' spinach test with an rspec analog
Closes #23036
See merge request gitlab-org/gitlab-ce!14432
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Removed two legacy config options
See merge request gitlab-org/gitlab-ce!14425
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Removed the max_size and timeout options from the git config in
gitlab.yml.
|
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Display full pre-receive and post-receive hook output in GitLab UI
Closes #25214
See merge request gitlab-org/gitlab-ce!14222
|
| | |_|_|/ / / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix rendering double note issue
Closes #38139
See merge request gitlab-org/gitlab-ce!14429
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
IssueNotes: Switch back to Write pane when note cancel or submit.
Closes #37907
See merge request gitlab-org/gitlab-ce!14402
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Upgrade Nokogiri because of CVE-2017-9050
See merge request gitlab-org/gitlab-ce!14427
|
| | |_|_|_|_|/
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
IssueNotes: Resize comment form after note submit and discard.
Closes #38115
See merge request gitlab-org/gitlab-ce!14401
|
| | |_|_|_|/ /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bump VERSION to 10.1.0-pre
[ci skip]
See merge request gitlab-org/gitlab-ce!14426
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Standardize access to CSRF token in JavaScript
Closes #37773
See merge request gitlab-org/gitlab-ce!14241
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Do not show YAML frontmatter for doc pages under /help
See merge request gitlab-org/gitlab-ce!14345
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We recently started adding YAML frontmatter in docs so that we can
show more information, but that only works for the docs portal at
docs.gitlab.com.
For example, we want to add a last_updated entry
https://gitlab.com/gitlab-org/gitlab-ce/issues/37677
Whereas this is useful for the docs portal, it looks ugly for docs
under /help.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Force two up view
Closes #32613
See merge request gitlab-org/gitlab-ce!14397
|