| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Fixed link in doc/ci/yaml/README.md
See merge request gitlab-org/gitlab-ce!23433
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Refactor the only and except complex section
See merge request gitlab-org/gitlab-ce!23792
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Split up refs and kubernetes to their own section
- Use only and except in all headings explicitly
- Document the boolean logic of only and except
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Because we removed rails 4 support, this document is not needed
anymore.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update prettier.md with VSCode Settings section
See merge request gitlab-org/gitlab-ce!23810
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
**Why?**
This is a recurring issue that new team members keep running into.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
doc/ci/yaml: improve wording to explain better deep vs recursive merging
See merge request gitlab-org/gitlab-ce!22542
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add dplanella as Catalan proofreader
See merge request gitlab-org/gitlab-ce!23827
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Docs add empty space to render list
See merge request gitlab-org/gitlab-ce!23756
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
missing list. Different output between gitlab internal .md reader and docs.gitlab.com rendered documentation.
|
| |/ / / / /
|/| | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix base64 example to use universal option
Closes #55218
See merge request gitlab-org/gitlab-ce!23787
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
`-D` is OSX speific and is invalid on Linux, etc
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/55218
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Revert "Document gitaly network architecture"
See merge request gitlab-org/gitlab-ce!23743
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This reverts commit cc7353523bc1d19054769d7a0a61b0cb7f6ce4e3.
I pushed this commit to master accidentally. Oops!
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The strategy name and interval was incorrect, and the link back to the
developer documentation was in the wrong place.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Restore Object Pools when restoring an object pool
Closes gitaly#1355
See merge request gitlab-org/gitlab-ce!23682
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Pool repositories are persisted in the database, and when the DB is
restored, the data need to be restored on disk. This is done by
resetting the state machine and rescheduling the object pool creation.
This is not an exact replica of the state like at the time of the
creation of the backup. However, the data is consistent again.
Dumping isn't required as internally GitLab uses git bundles which
bundle all refs and include all objects in the bundle that they require,
reduplicating as more repositories get backed up. This does require more
data to be stored.
Fixes https://gitlab.com/gitlab-org/gitaly/issues/1355
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Nurtch link
See merge request gitlab-org/gitlab-ce!23668
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Ref
https://docs.gitlab.com/ee/development/documentation/styleguide.html#lin
ks
|
| | | | | | | |
|
| |/ / / / / |
|
| | | | | | |
|
| |_|_|/ /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Resolve various database deprecation warnings
See merge request gitlab-org/gitlab-ce!23772
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Extending from ActiveRecord::Migration is deprecated, but was still used
in a bunch of places.
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update automatic merging documentation
See merge request gitlab-org/gitlab-ce!23689
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We're moving from merging + reverting to only merging with the `ours`
strategy, removing the need for merge requests or reverting conflicts.
For more details, refer to Merge Train merge request
https://gitlab.com/gitlab-org/merge-train/merge_requests/6.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Docs: Add spaces before code snippets in vuex.md
See merge request gitlab-org/gitlab-ce!23737
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Documentation: Content corrections for reCAPTCHA docs
See merge request gitlab-org/gitlab-ce!23667
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Specified that reCAPTCHA v2 keys must be used
* Updated the URL for application settings
* Some small rewording
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
add information about how merge requests related to forks are processed
See merge request gitlab-org/gitlab-ce!23764
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | | |
the added note describes code from https://gitlab.com/gitlab-org/gitlab-ee/blob/master/lib/gitlab/import_export/merge_request_parser.rb#L15
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add docs to help choose the best GitLab installation method
Closes #54308
See merge request gitlab-org/gitlab-ce!23254
|
| | | | | | | | |
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
tatkins-installation-method-docs
|
| | | | | | | | | |
|
| | | | | | | | | |
|