| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "Provide NullStore for RequestStore"
Closes #51718
See merge request gitlab-org/gitlab-ce!21848
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Postgres alignment padding – logic fixed
See merge request gitlab-org/gitlab-ce!21764
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
alignment padding is applied based on the next column's data type,
so, for example, we cannot state that for "boolean" (1 byte of
data), the alignment is not needed. This commit fixes the logic
in the doc.
Update ordering_table_columns.md
Typos fixed
more polishing of text
Minor improvements of text style
Get rid of two "following" words in one line, having different meanings
More text style polishing according @eread's comments
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
Add Baw-Appie as Korean proofreader
See merge request gitlab-org/gitlab-ce!20586
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix broken link to modal component source
See merge request gitlab-org/gitlab-ce!21830
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
`delete_all` doesn't support limit, so you'd need to subquery
that. And instead of subquerying with `where(id: query)`, it's better
to use an `INNER JOIN`. This method also works with MySQL, while
subquerying doesn't (without another layer of subquerying)
Reference:
https://stackoverflow.com/questions/17892762/mysql-this-version-of-mysql-doesnt-yet-support-limit-in-all-any-some-subqu/17892886#17892886
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Document Review Apps
Closes #51201
See merge request gitlab-org/gitlab-ce!21574
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
Signed-off-by: ddavison <ddavison@gitlab.com>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add wrapper rake task to migrate all uploads to OS
Closes #51571
See merge request gitlab-org/gitlab-ce!21779
|
| | | | | |
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Enhance some performance guideline titles
See merge request gitlab-org/gitlab-ce!21797
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
This enhances a few performance guideline titles in the development
README, making it easier to understand what topics they cover.
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This adds a development guide explaining that we are going to use
feature flags more often, why, what the benefits are, and so on.
See https://gitlab.com/gitlab-org/gitlab-ce/issues/49619 for more
information.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is based on the discussion in
https://gitlab.com/gitlab-org/gitlab-ce/issues/49653 and the example
merge request found at
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20908. The idea
is fairly straightforward: we define a variety of abstractions, then
state which can reuse which. This should ultimately foster _better_ code
reuse, make it easier to debug problems, and make it harder to
accidentally introduce a performance regression.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove Rugged and shell code from Gitlab::Git
Closes gitaly#1124
See merge request gitlab-org/gitlab-ce!21488
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Update code_review.md to include a recommendation for assigning maintainers from different teams
See merge request gitlab-org/gitlab-ce!21644
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
from different teams
Improve recommended maintainer docs
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Add steps for closing product discovery issue
See merge request gitlab-org/gitlab-ce!21273
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update doc: url reference to grafana
See merge request gitlab-org/gitlab-ce!21637
|
| | |/ /
| |/| | |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add Documentation Dangerfile
See merge request gitlab-org/gitlab-ce!21395
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Every time a doc change is made, a comment to
ping the @gl-docsteam is added.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add guidance on using colons in bullet lists, and make styleguide adhere closer to styleguide.
Closes #51086
See merge request gitlab-org/gitlab-ce!21549
|
| | | | |
| | | | |
| | | | |
| | | | | |
closer to styleguide.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
# Conflicts:
# db/schema.rb
|
| | | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
This allows you to default a feature flag to 'on' when
checking whether it's enabled/disabled.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Exclude frontend development dependencies from license restrictions
See merge request gitlab-org/gitlab-ce!21430
|
| |/ / / |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The pngquant tool was used https://pngquant.org, and particularly, the
following command:
/usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png
Before: 47584K
After : 34924K
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Feature flag to disable Hashed Storage migration when renaming a repository
Closes #50345
See merge request gitlab-org/gitlab-ce!21291
|