| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Update doc/user/project/repository/index.md
See merge request gitlab-org/gitlab-ce!21898
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Enable the ability to use the force env for rebuilding authorized_keys during a restore
See merge request gitlab-org/gitlab-ce!21896
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fast lookup of authorized SSH keys in the database was ported to CE in
v10.4. This change adds the option to enable the setting via the restore
rake task and assumes yes if the force env variable is set.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Update ldap.md If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters
See merge request gitlab-org/gitlab-ce!20460
|
| | | | |
| | | | |
| | | | | |
If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters.
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove background job throttling feature
Closes #51509
See merge request gitlab-org/gitlab-ce!21748
|
| | | | |
| | | | |
| | | | |
| | | | | |
We remove this feature as it never worked properly
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add Baw-Appie as Korean proofreader
See merge request gitlab-org/gitlab-ce!20586
|
| | | | | |
|
| | | | | |
|
| |_|_|/
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Correct grammar (setup to set-up) in Docs
See merge request gitlab-org/gitlab-ce!21857
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Cycle Analytics - Fix broken feature page link
See merge request gitlab-org/gitlab-ce!21855
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Gitaly servers require the GitLab Shell secret
See merge request gitlab-org/gitlab-ce!21847
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix broken link to modal component source
See merge request gitlab-org/gitlab-ce!21830
|
| | | | | | |
|
| |/ / / /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add Gitlab::Database::Subquery.self_join to delete_all with limit
See merge request gitlab-org/gitlab-ce!21839
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
`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>
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Correct Gitaly config typo in update guides
See merge request gitlab-org/gitlab-ce!21821
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The 9.4 to 9.5 and 9.5 to 10.0 guides missed a closing backtick. This
was corrected in the 10.0 to 10.1 guide, from which subsequent guides
were written without the error.
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Due to a missing `s`, a link to the blog archive
for releases was broken.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add wrapper rake task to migrate all uploads to OS
Closes #51571
See merge request gitlab-org/gitlab-ce!21779
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove EE-specific lines from Plan concerns
See merge request gitlab-org/gitlab-ce!21448
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Document the use of and need for using feature flags more frequently
See merge request gitlab-org/gitlab-ce!21478
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | | |
|