| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
I'm adding some wording to our hardware requirements to explain that needs vary
by workload. I also included some examples of factors that may influence the
workload.
|
|\
| |
| |
| |
| |
| |
| | |
Update HA resource descriptions
Closes #61192 and #27833
See merge request gitlab-org/gitlab-ce!31064
|
| |
| |
| |
| |
| |
| |
| | |
* Use `GiB memory` to describe memory needs.
* Add local storage recommendation for monitoring node.
* Better align CPU/Memory to match common cloud provider instnace types.
* Update requirements based on the new 10k user standard.
|
|/ |
|
| |
|
|
|
|
|
| |
Following the single docs codebase change, all internal links
should be relative. Also cleans up one table
|
|\
| |
| |
| |
| | |
Update index.md - Fixing a minor typo on the postgreSQL setup instructions
See merge request gitlab-org/gitlab-ce!30437
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues, and cleans up
minor white space issues in install and integration docs
|
|\ \
| | |
| | |
| | |
| | | |
Update the installation link
See merge request gitlab-org/gitlab-ce!30489
|
| | |
| | |
| | |
| | |
| | | |
The installation link has changed from /installation/ to /install/. This
commit will update all the remaining links that are missing.
|
|/ /
| |
| |
| |
| |
| | |
Updating redirected links in the development, install, policy
raketasks and university dirs. Should now link to final
URL to avoid redirect hops
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.
This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.
See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
|
|
|
|
|
| |
Line 170(make install) causes permission error.
This command should execute with sudo.
|
|
|
|
|
| |
Change assorted absolute links to ce and ee docs
to relative links
|
|
|
|
| |
Add backticks around square brackets, or fix links, as necessary.
|
|
|
|
|
|
| |
Linting rule not enabled for now
because tooling produces false
positives.
|
|
|
|
| |
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
|
| |
|
|
|
|
| |
Now MySQL is no longer supported, we need to change the docs
|
| |
|
|
|
|
|
|
|
|
| |
This updates our build images to use node@12. We are also adding a
sentence to the from-source installation that while we require a minimum
version of node@8, we also recommend node@12. Last but not least, we
change the version of node in the .nvmrc so that developers using nvm
can automatically use node@12 with the project
|
| |
|
|\
| |
| |
| |
| | |
Improve details about acceptable number of unicorn workers
See merge request gitlab-org/gitlab-ce!28262
|
| | |
|
| |
| |
| |
| |
| | |
Also another factor of consideration for
runner server requirements.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is an initiative to ensure all documentation complies completely
with the Documentation Style Guide section "Documentation is the single
source of truth (SSOT)" according to this epic
https://gitlab.com/groups/gitlab-org/-/epics/1280.
In particular, the changes of this commit touch all files under
doc/install/. Most notably:
- install/redis.md:
Redirect to Redis section of install guide.
- install/pivotal/index.md:
Changed its content to reflect the current status, which is no
longer supported (since 2017!).
- install/google-protobuf.md:
Incorporated inside installation.md under the troubleshooting section.
- install/openshift_and_gitlab.md:
Clarified that this guide is no longer relevant. We might want to
redirect to the Chart docs in the future.
- install/structure.md:
Incorporated inside installation.md under its own section.
- install/kubernetes/index.md:
Redirected to https://docs.gitlab.com/charts
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Add docs to describe how to compile git with libpcre2
See merge request gitlab-org/gitlab-ce!28199
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | |
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
* Add a solution for JavaScript heap out of memory error when compiling
assets
* Add note about postgres database config
* Start gitaly before gitlab:setup as it won't work otherwise
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \
| | |
| | |
| | |
| | | |
Upgrade Ruby version to 2.6.3
See merge request gitlab-org/gitlab-ce!28117
|
| |/
| |
| |
| |
| |
| |
| | |
Ruby 2.6 offers better performance and memory usage:
https://www.rubyguides.com/2018/11/ruby-2-6-new-features/
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
|
|\ \
| |/
|/|
| |
| | |
fix doc link issues
See merge request gitlab-org/gitlab-ce!28166
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Document how to properly configure `GITLAB_LICENSE_FILE` environment
variable in source and omnibus installations.
Resolves: https://gitlab.com/gitlab-org/gitlab-ee/issues/10808
Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
|
|\ \
| | |
| | |
| | |
| | | |
fix alert box formatting
See merge request gitlab-org/gitlab-ce!28159
|
| |/ |
|
|/
|
| |
Compiling git has a wrong symbol that leads into invalid command
|
| |
|
| |
|
| |
|
|
|
|
| |
https://gitlab.com/gitlab-com/gitlab-docs/-/jobs/196921364
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Redirect Kubernetes installation to the charts docs
Closes #58870
See merge request gitlab-org/gitlab-ce!26159
|
| |
| |
| |
| |
| | |
With the advent of the new chart docs, we should deprecate the old ones
and redirect them to the new ones.
|
| | |
|