Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-18Merge branch 'docs-tech-debt-followup-issues' into 'master'Filipa Lacerda
When to create follow-up technical debt issues See merge request gitlab-org/gitlab-ce!22384
2018-10-18Merge branch 'dm-document-role-maintainer' into 'master'Grzegorz Bizon
Document the role of the maintainer Closes #52114 See merge request gitlab-org/gitlab-ce!22232
2018-10-17Strongly recommend involving a domain expert, especially when in doubt.Douwe Maan
2018-10-17Maintainers should be involved in follow-up issuesNick Thomas
2018-10-17Amend the tech debt in follow-ups policyNick Thomas
2018-10-17Round P/S labels up, not downNick Thomas
2018-10-17Merge branch 'master' into 'dm-document-role-maintainer'Douwe Maan
# Conflicts: # doc/development/code_review.md
2018-10-17Clarify responsibilities of MR author and maintainer based on feedback.Douwe Maan
2018-10-16Fix "ready for review" linkJan Provaznik
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.
2018-10-16When to create follow-up technical debt issuesNick Thomas
2018-10-15Define Stage labels in issue workflowFabio Busatto
2018-10-15Merge branch 'ready-for-review-doc' into 'master'Douwe Maan
Add documentation how to assign a merge request for review See merge request gitlab-org/gitlab-ce!21327
2018-10-15Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett
2018-10-15Add documentation how to assign a merge request for reviewJarka Kadlecová
2018-10-15Adjust link to docs development guideWinnie Hellmann
2018-10-15Merge branch 'docs-improve-contributing-guide' into 'master'Achilleas Pipinellis
Improve the contributing documentation See merge request gitlab-org/gitlab-ce!22291
2018-10-15Link to DeclarativePolicy page from /developmentThong Kuah
2018-10-15Docs: Fixing some bad linksMarcel Amirault
2018-10-11Merge branch 'frontend-feature-flags' into 'master'Rémy Coutable
Support pushing of feature flags to the frontend Closes gitlab-org/release/framework#17 See merge request gitlab-org/gitlab-ce!22197
2018-10-11Support pushing of feature flags to the frontendYorick Peterse
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
2018-10-11Improve the contributing documentationRémy Coutable
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>
2018-10-10Merge branch 'docs/fix-link-to-eslint-config' into 'master'Achilleas Pipinellis
Fix broken link and file improvements See merge request gitlab-org/gitlab-ce!22244
2018-10-10Merge branch 'dimitrieh-master-patch-11276' into 'master'Rémy Coutable
Add in review specifics See merge request gitlab-org/gitlab-ce!22242
2018-10-10Rewrite guidance on getting your merge request reviewed, approved, and mergedDouwe Maan
2018-10-10Fix broken linkEvan Read
Also includes some basic fixes to Markdown to make it adhere to styleguide.
2018-10-10Add in review specificsDimitrie Hoekstra
2018-10-09Document the role of the maintainerDouwe Maan
2018-10-09Clarify SLA for defectsMek Stittri
2018-10-09Merge branch 'docs/rs-feature-flag-check-by-default' into 'master'Yorick Peterse
Documentation for feature flags defaulting to on Closes gitlab-ee#7883 See merge request gitlab-org/gitlab-ce!22157
2018-10-09Fix links that 404 and style changesEvan Read
- 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.
2018-10-08Fix link to MR-template and other improvementsEvan Read
2018-10-05Documentation for feature flags defaulting to onRobert Speicher
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/7883
2018-10-04Use proper Configure label instead of Configuration in issue_workflow.mdZsolt Kovari
2018-10-03Merge branch 'remove-rugged' into 'master'Douwe Maan
Remove Gitlab::Git::Repository#rugged See merge request gitlab-org/gitlab-ce!22039
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
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.
2018-10-02Merge branch 'osw-configurable-single-diff-file-limit' into 'master'Douwe Maan
Make single diff patch limit configurable Closes #48027 See merge request gitlab-org/gitlab-ce!21886
2018-10-01Add missing changelog type [ci skip]George Tsiolis
2018-10-01Make single diff patch limit configurableOswaldo Ferreira
- 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
2018-09-30Update docs regarding frozen stringgfyoung
xref #47424.
2018-09-28Merge branch 'bvl-merge-translations-docs' into 'master'Achilleas Pipinellis
[Docs] Document how to merge translations from Crowdin See merge request gitlab-org/gitlab-ce!21924
2018-09-28Document how to merge translations from CrowdinBob Van Landuyt
2018-09-28Merge branch 'patch-28' into 'master'Achilleas Pipinellis
Documentation: Fix broken link of feature proposal template in issue_workflow.md See merge request gitlab-org/gitlab-ce!21894
2018-09-27Merge branch 'docs-fix-gitlab-capitalization-ce' into 'master'Marcia Ramos
Correcting Gitlab to GitLab in docs See merge request gitlab-org/gitlab-ce!21827
2018-09-27Document community rolesRay Paik
2018-09-27Merge branch 'docs/linting-section' into 'master'Marcia Ramos
Add linting section to documentation guidelines See merge request gitlab-org/gitlab-ce!21849
2018-09-27Remove DocToc frontmatter from published pagesEvan Read
- Also fix some markdown syntax.
2018-09-26Resolve "Un-vendor CI templates"Dylan Griffith
2018-09-26Add linting section to documentation guidelinesEvan Read
2018-09-25Add clarity to EE feature styles for features introduced before and after 9.2Evan Read
2018-09-25Merge branch 'mk/improve-usage-of-request-store' into 'master'Yorick Peterse
Resolve "Provide NullStore for RequestStore" Closes #51718 See merge request gitlab-org/gitlab-ce!21848