| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Clarify rules for code blocks, including spaces
above and below, and to use tilde when code blocks
contain triple backticks
|
|\
| |
| |
| |
| |
| |
| | |
Add development documentation on label filtering
Closes #49651
See merge request gitlab-org/gitlab-ce!30741
|
| |
| |
| |
| |
| |
| | |
This topic comes up periodically, and we've investigated several options
for changing the way we filter labels. Unfortunately, we have yet to
find an option that is strictly better than the current state.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add points how to prepare for database reviews
Closes #65126
See merge request gitlab-org/gitlab-ce!31158
|
| | |
| | |
| | |
| | |
| | |
| | | |
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65126.
Came up in the database office hours call on 2019-07-25.
|
|/ /
| |
| |
| |
| | |
Following the single docs codebase change, all internal links
should be relative. Also cleans up one table
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We have a fairly good guide to Code Reviews, but can be improved
by adding a few examples of what a good code review looks like
at GitLab, specifically ones where there is a bit of back and
forth, "nit-picking," etc. This would:
+ help set expectations of newly hired engineers around what our
process looks like when it is functioning what level of scrutiny
their code will be under
+ how we have technical conversations
+ show by example how after you're done crafting a solution, there
can still be extra work done either tidying up code and/or managing
the communication and conversations about your proposed MR
|
|\ \
| | |
| | |
| | |
| | | |
Add documentation on how to add dependencies to yarn
See merge request gitlab-org/gitlab-ce!31066
|
| | |
| | |
| | |
| | |
| | | |
Danger constantly warns about de-duplicating dependencies, so put these
instructions in the documentation so they can be searched.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some markdown headers needed tweaking to adhere
to standards, including blank lines above and below,
only one space after hash, first header should be
h1, and only one h1 per doc
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A project can have the same `LfsObject` linked with up to three
`LfsObjectsProject` records. Each of these records would be for a
different repository, recorded in the `repository_type` property. The
different repositories at time of writing are "project", "wiki", and
"design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894
This change exports the list of `repository_type`s as a JSON mapping of
oid => repository_types, which are imported to recreate the correct
`LfsObjectsProject` records.
https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
|
|/ / |
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | |
|
| | |
|
| |
| |
| |
| | |
See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Export frontend fixtures as pipeline artifact"
Closes #64722 and #59166
See merge request gitlab-org/gitlab-ce!30917
|
| | |
| | |
| | |
| | |
| | | |
Moves every fixture source file from
spec/javascripts to spec/frontend
|
| | |
| | |
| | |
| | |
| | |
| | | |
Introduces frontend:fixtures rake task to replace
karma:fixtures and update documentation and CI scripts
to match
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It's not uncommon that a single code change can reflect and
interact with multiple parts of GitLab codebase, making it
possible to break an existing feature.
This commit expands documentation in that regard for developers.
|
|/ /
| |
| |
| |
| | |
Ensure that all numbered lists use only 1. and no other numbers.
Also ensure that numbered lists use proper spacing.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Adds chaos endpoints to Sidekiq
Closes #64663
See merge request gitlab-org/gitlab-ce!30814
|
| | |
| | |
| | |
| | |
| | | |
This allows the chaos endpoints to be invoked in Sidekiq so that this
environment can be tested for resilience.
|
| | |
| | |
| | |
| | |
| | |
| | | |
The documentation referred to the .act method
This MR changes this to refer to the preferred
.perform method
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Correct the spacing of unordered markdown lists
in docs, to maintain standards of documentation.
|
| | |
| | |
| | |
| | |
| | | |
Documentation was lacking for the [data-qa-selector]
method of defining methods vs .qa-selector method.
|
|/ / |
|
| |
| |
| |
| |
| | |
Snowplow only accepts decimals for value
This MR removes sending of value implicitly with the value attribute
|
| |
| |
| |
| |
| | |
A "bad" example was given, however no solution was provided
for fixing the bad example
|
|/ |
|
| |
|
|
|
|
|
|
| |
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
|
| |
|
|\
| |
| |
| |
| | |
Move the gitlab-docs project under gitlab-org
See merge request gitlab-org/gitlab-ce!30620
|
| |
| |
| |
| |
| | |
Search and replace gitlab-com/gitlab-docs with gitlab-org/gitlab-docs.
For https://gitlab.com/gitlab-com/gitlab-docs/issues/310
|
|\ \
| | |
| | |
| | |
| | | |
Include AuthorizeResource module for all mutations
See merge request gitlab-org/gitlab-ce!30243
|
| |/
| |
| |
| |
| | |
This makes our authorization calls available to all GraphQL mutations
without the additional step of including the module first.
|
| |
| |
| |
| |
| | |
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
|
| |
| |
| |
| | |
All code blocks should be surrounded by blank lines
|
| |
| |
| |
| |
| | |
Hard tabs do not follow general markdown guidelines
are were removed from the few docs that used them
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add `db_spin` and refactor ChaosController
Closes #64425
See merge request gitlab-org/gitlab-ce!30559
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Refactor common_metrics importer into a more extensible pattern
Closes #63044
See merge request gitlab-org/gitlab-ce!30012
|
| |
| |
| |
| |
| | |
In order to avoid confusion between Gitlab::Importers module and other
like named modules, this renamed it to Gitlab::DatabaseImporters.
|