| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Fix capitalization in docs for works like GitLab, Git
Omnibus, etc
|
|
|
|
|
| |
Deletes extra spaces and line, makes lists consistent, and
fixes links.
|
| |
|
|
|
|
|
| |
Old cookies are still valid and are automatically
upgraded by Rails
|
|
|
|
|
|
|
|
|
|
| |
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 /topic, /university, /update
and /workflow docs.
|
|
|
|
|
|
| |
This updates redirected links in integration, update, user
and workflow dirs. Should now link to final URLs 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
|
|
|
|
| |
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
|
|
|
|
|
| |
It's fine to upgrade from 11.11.x to 12.x, so we remove the requirement
to first upgrade to 12.0.x.
|
|\
| |
| |
| |
| | |
Docs: Added source upgrade guides for 12.0.0
See merge request gitlab-org/gitlab-ce!29795
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This change refactors the pgloader instructions to have
less headings and be more straightforward.
|
|
|
|
|
| |
Update the documented version requirement of Ruby inside of Upgrading
from Source to show GitLab 11.8 needs Ruby 2.5
|
| |
|
|
|
|
|
|
|
|
|
| |
Markdown renderers find it easier to determine
where lists start and end when lists are surrounded
by new lines.
For consistency, also ensure entries in the list
are aligned when they span multipls lines.
|
|
|
|
|
| |
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
|
| |
|
|
|
|
|
|
|
|
| |
This changes the guides for upgrading from CE source to EE source so we
no longer need separate documents for every version. This removes the
need for release managers to create and update these documents, and
allows developers to add these instructions as part of their code
changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of requiring one separate document for every version (which is
created by release managers), we now use a single document for both
Community Edition and Enterprise Edition. This allows developers to add
guidelines right away, instead of release managers having to determine
what to add.
Version specific upgrading instructions are placed in a separate
section. This prevents instructions from lingering around for many
versions should a developer forget to remove them. This also ensures
that all instructions are kept in a single place, instead of being
spread across different documents.
A minor downside is that CE and EE guidelines now live in the same
document, which could cause merge conflicts. Since we are working
towards a single codebase, this should only be an issue until we merge
the codebases together; something we expect to do in the coming months.
This commit also removes all old upgrading instructions, but these can
still be accessed using Git branch specific URLs (included in the
updating README).
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Avoid installing Bundler 2.0 or higher on source-based install
Closes #55979
See merge request gitlab-org/gitlab-ce!24502
|
| |
| |
| |
| |
| |
| | |
to always use Bundler 1.x on source install at this moment
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
|/
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52346.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
| |
|
|
|
|
| |
- Also makes other minor Markdown fixes that were near the main fixes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|