| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Add links to useful browser extensions and learning resources to the
FE-accessibility documentation.
|
| |
|
| |
|
|
|
|
| |
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29921#note_184713939
|
|\
| |
| |
| |
| |
| |
| | |
Add code comments development guide
Closes #63132
See merge request gitlab-org/gitlab-ce!30043
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |
|
|/ |
|
|
|
|
|
| |
Also adds and one linting rule
and makes project conform to it.
|
| |
|
| |
|
|
|
|
|
|
| |
Since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23320,
personal access tokens are no longer needed for profiling an endpoint
since users are stubbed directly.
|
|
|
|
|
|
|
|
|
|
|
| |
This commit checks off two of the three components in the table that we
added for the CEO Challenge in Contribute 2019:
* Grafana:
https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3272
* GitLab Monitor:
https://gitlab.com/charts/gitlab/merge_requests/787
|
|\
| |
| |
| |
| | |
Update docs on how to run E2E tests
See merge request gitlab-org/gitlab-ce!29823
|
| |
| |
| |
| | |
Make instructions on how to run the E2E tests against GDK more
explicit and easier to find.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Only support postgresql (minimal version)
See merge request gitlab-org/gitlab-ce!29790
|
| | |
| | |
| | |
| | | |
Now MySQL is no longer supported, we need to change the docs
|
|/ /
| |
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14280
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
Add Create Deep Dives to development docs
See merge request gitlab-org/gitlab-ce!29793
|
| |
| |
| |
| | |
See https://gitlab.com/gitlab-org/create-stage/issues/1 for more context
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Update list items to conform to documentation style guide
See merge request gitlab-org/gitlab-ce!29739
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Backport the EE schema to CE
Closes gitlab-ee#9686
See merge request gitlab-org/gitlab-ce!26940
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This backports all EE schema changes to CE, including EE migrations,
ensuring both use the same schema.
== Updated tests
A spec related to ghost and support bot users had to be modified to make
it pass. The spec in question assumes that the "support_bot" column
exists when defining the spec. In the single codebase setup this is not
the case, as the column is backported in a later migration. Any attempt
to use a different schema version or use of "around" blocks to
conditionally disable specs won't help, as reverting the backport
migration would also drop the "support_bot" column. Removing the
"support_bot" tests entirely appears to be the only solution.
We also need to update some foreign key tests now that we have
backported the EE columns. Fortunately, these changes are very minor.
== Backporting migrations
This commit moves EE specific migrations (except those for the Geo
tracking database) and related files to CE, and also removes any traces
of the ee/db directory.
Some migrations had to be modified or removed, as they no longer work
with the schema being backported. These migrations were all quite old,
so we opted for removing them where modifying them would take too much
time and effort.
Some old migrations were modified in EE, while also existing in CE. In
these cases we took the EE code, and in one case removed them entirely.
It's not worth spending time trying to merge these changes somehow as we
plan to remove old migrations around the release of 12.0, see
https://gitlab.com/gitlab-org/gitlab-ce/issues/59177 for more details.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Fix list rendering on docs site
See merge request gitlab-org/gitlab-ce!29738
|
| |/ |
|
|/
|
|
|
|
| |
To improve doc readability.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62506
|
| |
|
|
|
|
| |
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
|
| |
|
| |
|
|
|
|
|
|
| |
Also update the Review Apps node pools description
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62505
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Adds a space to fix code display
See merge request gitlab-org/gitlab-ce!29463
|
| | |
|
| |
| |
| |
| |
| | |
- Wrap text
- Move image to /img/
|
|\ \
| | |
| | |
| | |
| | | |
Alertmanager on omnibus requires configuration
See merge request gitlab-org/gitlab-ce!28398
|
| |/ |
|
|/
|
|
|
|
|
| |
By default, all tables have a width of 100% on docs.gitlab.com.
In a few cases, the table will overlap the table of contents (ToC).
For these cases, we need to add an entry to the document’s frontmatter
to render them as a display block.
|
| |
|
|
|
|
| |
closes 62127
|
|\
| |
| |
| |
| | |
Documentation for dynamic element validation
See merge request gitlab-org/gitlab-ce!29169
|
| |
| |
| |
| |
| |
| | |
First iteration on the documentation for how
dynamic element validation works within the
GitLab QA framework and how to utilize it
|
| |
| |
| |
| | |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|