| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Split troubleshooting docs review apps in own section
See merge request gitlab-org/gitlab-ce!22462
|
| | |
|
| |
| |
| |
| |
| |
| | |
- Links to MRs that introduced them
- Explains how to omit them
- Follows https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/341
|
|\ \
| | |
| | |
| | |
| | | |
When to create follow-up technical debt issues
See merge request gitlab-org/gitlab-ce!22384
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Document the role of the maintainer
Closes #52114
See merge request gitlab-org/gitlab-ce!22232
|
| | | | |
|
| |\ \ \
| | | |/
| | |/|
| | | | |
# Conflicts:
# doc/development/code_review.md
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Remove assignee_id=0 condition from search filters, we agreed
that just presence of "ready of review" label is sufficient
for filtering MRs, no need to unassign yourself.
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
Add documentation how to assign a merge request for review
See merge request gitlab-org/gitlab-ce!21327
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Improve the contributing documentation
See merge request gitlab-org/gitlab-ce!22291
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This removes duplicated content from CONTRIBUTING.md and consolidate
everything under doc/development/contributing/.
This also fixes missing links.
Lastly, this moves the style guides from the "Implement design & UI
elements" page to a new "Style guides" page.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Support pushing of feature flags to the frontend
Closes gitlab-org/release/framework#17
See merge request gitlab-org/gitlab-ce!22197
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This adds a method to Gitlab::GonHelper called
`push_frontend_feature_flag`. This method can be used to easily expose
the state of a feature flag to Javascript code. For example, using this
method we may write the following controller code:
before_action do
push_frontend_feature_flag(:vim_bindings)
end
def index
# ...
end
def edit
# ...
end
In Javascript we can then check the state of the flag as follows:
if ( gon.features.vimBindings ) {
// ...
}
Fixes https://gitlab.com/gitlab-org/release/framework/issues/17
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix broken link and file improvements
See merge request gitlab-org/gitlab-ce!22244
|
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
Also includes some basic fixes to Markdown to make it
adhere to styleguide.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
Add in review specifics
See merge request gitlab-org/gitlab-ce!22242
|
| |/ / |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Documentation for feature flags defaulting to on
Closes gitlab-ee#7883
See merge request gitlab-org/gitlab-ce!22157
|
| | |
| | |
| | |
| | | |
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/7883
|
| |/
|/|
| |
| |
| |
| |
| | |
- Some links internal links were incorrect.
- Removed some #overview anchor links, because they don't
jump much content.
- Made text confirm to suggested proselint and mardownlint rules.
|
|/ |
|
| |
|
|\
| |
| |
| |
| | |
Remove Gitlab::Git::Repository#rugged
See merge request gitlab-org/gitlab-ce!22039
|
| |
| |
| |
| |
| |
| |
| |
| | |
Cleanup code, and refactor tests that still use Rugged. After this, there should
be no Rugged code that access the instance's repositories on non-test
environments. There is still some rugged code for other tasks like the
repository import task, but since it doesn't access any repository storage path
it can stay.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Make single diff patch limit configurable
Closes #48027
See merge request gitlab-org/gitlab-ce!21886
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Creates a new column to hold the single patch limit value on
application_settings
- Allows updating this value through the application_settings API
- Calculates single diff patch collapsing limit based on
diff_max_patch_bytes column
- Updates diff limit documentation
- Adds documentation (with warning) as of how one can update this limit
|
| |/
|/| |
|
| |
| |
| |
| | |
xref #47424.
|
|\ \
| | |
| | |
| | |
| | | |
[Docs] Document how to merge translations from Crowdin
See merge request gitlab-org/gitlab-ce!21924
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
Documentation: Fix broken link of feature proposal template in issue_workflow.md
See merge request gitlab-org/gitlab-ce!21894
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Correcting Gitlab to GitLab in docs
See merge request gitlab-org/gitlab-ce!21827
|
| | | | |
|
| | | | |
|