| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
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>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This copy button manages a local instance of the Clipboard plugin
specific to it, which means it is created/destroyed on the
creation/destruction of the component. This allows it to work well in
gitlab-ui modals, as the event listeners are bound on creation of the
button.
It also allows for bindings to the `container` option of the Clipboard
plugin, which allows it to work within the focus trap set by bootstrap's
modals.
|
|\ \
| |/
|/|
| |
| | |
Update docs on how to request approval for licenses/IP
See merge request gitlab-org/gitlab-ce!28535
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Squashed commit of the following:
commit c07a6a46aba640fe0980b603f6bcaac89dc6153b
Author: Jamie Hurewitz <jhurewitz@gitlab.com>
Date: Sun May 5 01:02:44 2019 +0000
Update licensing.md
|
| | |
|
| |
| |
| |
| |
| |
| | |
Previously it was unclear if the docs changes should be included in
the MR as well, and adding a changelog entry in the CE MR also triggers
the ee-specific-lines-check job in CI.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Use global IDs when exposing GraphQL resources
Closes #62650
See merge request gitlab-org/gitlab-ce!29080
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This exposes all fields named `id` as GlobalIDs so they can be used
across our entire GraphQL implementation.
When the objects loaded are `ApplicationRecord`s. We'll use our
existing batchloading to find them. Otherwise, we'll fall back to the
default implementation of `GlobalID`: Calling the `.find` method on
the class.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This gem allows you to get the `EXPLAIN ANALYZE` query plan, directly
from the Rails console.
The gem is installed with `require: false`, but if it was loaded on
launch, this would be it's memory load:
```
TOP: 145.3086 MiB
rails/all: 22.4844 MiB
...
activerecord-explain-analyze: 2.9648 MiB
active_record/connection_adapters/postgresql_adapter: 2.9648 MiB
pg: 2.9648 MiB
pg_ext: 2.9648 MiB
...
```
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Docs: Fix badly rendered code blocks in JavaScript styleguide
See merge request gitlab-org/gitlab-ce!29017
|
| |/ / |
|
|/ /
| |
| |
| |
| | |
Add a few useful links for those who want to learn more about
databases and database performance.
|
|\ \
| | |
| | |
| | |
| | | |
Remove render_if_exists partial caveat
See merge request gitlab-org/gitlab-ce!28959
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously the documentation was separated. If we want to bake
quality into the product, how better than to include everything
we use directly in the development documentation
Signed-off-by: ddavison <ddavison@gitlab.com>
Fix broken internal doc link
Move documentation for page objects to the e2e section
|
|\ \
| | |
| | |
| | |
| | | |
Rename Kubernetes Cluster Apps to GitLab Managed Apps
See merge request gitlab-org/gitlab-ce!28894
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Added FDW development documentation
Closes gitlab-ee#10587
See merge request gitlab-org/gitlab-ce!28501
|
| | |
| | |
| | |
| | |
| | |
| | | |
Improve existing FDW documentation in `doc/development` to include
additional information about the architecture and how to use FDW as
a developer.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'11609-geo-remove-support-for-using-geo-with-an-installation-from-source-docs' into 'master'
Geo - Remove support for using Geo with an installation from source
Closes gitlab-ee#11609
See merge request gitlab-org/gitlab-ce!28737
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Using Geo with source-based installs was deprecated in GitLab 11.5.
This commit removes this support now that the deprecation notice has
been in place for quite a few releases.
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Apply review turnaround time to community contributions
See merge request gitlab-org/gitlab-ce!28233
|
| | | | |
|
| | | | |
|
| |/ /
|/| |
| | |
| | | |
This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Explain and recommend developers to use `/-/` scope for group and
project routes in Rails
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update proofreader.md
See merge request gitlab-org/gitlab-ce!28649
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix MySQL CI jobs
Closes #62156 and #62151
See merge request gitlab-org/gitlab-ce!28593
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing
changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add "utility-first" section to FE scss style guide
Closes gitlab-ui#38
See merge request gitlab-org/gitlab-ce!28312
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update migration_style_guide.md
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|