| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- New redirect doc/user/application_security/license_compliance/index.md
- Renaming of images.
- Some links that were pointing to the old location are fixed.
|
|\
| |
| |
| |
| | |
Remove a section for a now fixed bug
See merge request gitlab-org/gitlab-ce!32319
|
| |
| |
| |
| |
| |
| | |
Those guidelines where based on
https://gitlab.com/gitlab-org/gitlab-docs/issues/311 which seems
to be fixed.
|
|/
|
|
|
|
| |
Clean up issues that may cause the docs-lint
test to fail, such as trailing whitespace, no
EOF newline, blockquotes, etc
|
|\
| |
| |
| |
| | |
Improve documentation of stage, group, category, feature labels
See merge request gitlab-org/gitlab-ce!32053
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently, the DB migrations guide says that "you must" use non-blocking
operations (such as CREATE INDEX CONCURRENTLY), always.
But this does not make sense in cases of empty tables and leads to
splitting the work to multiple non-atomic
(with disable_ddl_transaction!) DB migrations.
To follow KISS principle, to have fewer DB migrations steps,
to have them atomic when it's possible and simplify deployment
and troubleshooting, the following exceptions were added
to the doc:
- index creation,
- index dropping,
- defining an FK,
- adding a column with DEFAULT,
|
| |
| |
| |
| |
| | |
Made it clear the pages are about feature flags,
and not documentation.
|
| |
| |
| |
| |
| | |
Clean up capitalization in /development /gitlab-basics and
/install
|
| |
| |
| |
| |
| |
| |
| | |
Change from ruby mdl to node markdownlint, add
config file to root of project, delete old config
file, update exceptions, and fix one doc that
was didn't meet standards
|
|/
|
|
|
|
| |
The flag defaulted to true, so there's no change unless users turned it
off. Given there's a lack of issues regarding object pools, this should
be OK.
|
| |
|
| |
|
|
|
|
| |
Explain Workhorse acceleration features
|
|\
| |
| |
| |
| | |
feat: smime signed notification emails
See merge request gitlab-org/gitlab-ce!30644
|
| |
| |
| |
| |
| |
| | |
- Add mail interceptor the signs outgoing email with SMIME
- Add lib and helpers to work with SMIME data
- New configuration params for setting up SMIME key and cert files
|
| |
| |
| |
| |
| |
| | |
Includes a new database case study about all the approaches taken to
store and update the namespace statistics in a performan manner
performant approach to store and update the namespaces statistics
|
| | |
|
| |
| |
| |
| |
| | |
Deletes extra spaces and line, makes lists consistent, and
fixes links.
|
|\ \
| | |
| | |
| | |
| | | |
Port of EE "Elasticsearch versioned schema for other ActiveRecord models"
See merge request gitlab-org/gitlab-ce!31660
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Doc for multi-indices archtecture
|
|/ / |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Docs: Require request specs when testing N+1 for controllers
See merge request gitlab-org/gitlab-ce!31940
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix minor typo: CE -> EE
See merge request gitlab-org/gitlab-ce!31952
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Delete trailing whitespace, fix blockquotes, fix note
boxes, with indentation, clean up tables, etc.
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Link to GitLab Performance Monitoring
See merge request gitlab-org/gitlab-ce!31947
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Docs fixup: Remove reference to old lib/api/ci dir
See merge request gitlab-org/gitlab-ce!31937
|
| | |/ /
| |/| |
| | | | |
This directory no longer exists (since 2017)
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Add `be_like_time` matcher to Testing Styleguide
See merge request gitlab-org/gitlab-ce!31833
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Remove MySQL references from development docs
See merge request gitlab-org/gitlab-ce!31712
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
I noticed the doc/development/testing_guide/best_practices.md still
referenced the `[run mysql]` tags, etc. They no longer work, so I
removed them, then realised I had better clean up the rest of
doc/development !
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Migrate legacy uploads rake tasks
See merge request gitlab-org/gitlab-ce!29409
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- move uploads created by AttachmentUploader
- handle also files created for legacy_diff_notes
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Clarify rules for code blocks, including spaces
above and below, and to use tilde when code blocks
contain triple backticks
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Don't use go mod vendor
See merge request gitlab-org/gitlab-ce!31721
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This change comes out of a discussion between Ben Kochie and me, around
this MR: https://gitlab.com/gitlab-org/gitlab-pages/merge_requests/164
gitlab-elasticsearch-indexer already uses `go mod` without a `vendor/`
directory. It has caused some intermittent build failures in the
gitlab-ce/ee CI pipelines, but has otherwise been fine. I think that
treating our Go dependencies in the same way we do our Ruby or Node.js
ones is reasonable, and it has some minor benefits:
* Contributors find it easier to submit MRs
* MRs are easier to review
* Makefiles are easier to write
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allow to use focus: true in specs
See merge request gitlab-org/gitlab-ce!31691
|
| | | | | | |
|
| |_|_|/ /
|/| | | | |
|