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-09-30WIP: Download patch with code comments for unresolved discussionsdm-download-discussions-as-patchDouwe Maan
2018-09-29Merge branch 'frozen-string-app-enforce' into 'master'Stan Hu
Check frozen string in style builds See merge request gitlab-org/gitlab-ce!21999
2018-09-29Merge branch 'docs-50507-pages-overview' into 'master'Mike Lewis
Docs: improve Pages overview (to deprecate feature page) Closes #50507 See merge request gitlab-org/gitlab-ce!21798
2018-09-29Docs: improve Pages overview (to deprecate feature page)Marcia Ramos
2018-09-28Check frozen string in style buildsgfyoung
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-28Merge branch '51404-update-groups-and-projects-api-docs' into 'master'Achilleas Pipinellis
Docs for Project/Groups members API with inherited members Closes #51404 See merge request gitlab-org/gitlab-ce!21984
2018-09-28Document how to merge translations from CrowdinBob Van Landuyt
2018-09-28Merge branch 'dz-migration-index-helper' into 'master'Dmitriy Zaporozhets
Add mysql_compatible_index_length to migration helpers Closes #50253 See merge request gitlab-org/gitlab-ce!21852
2018-09-28Merge branch '51927-fix-job_details-json-schema' into 'master'Grzegorz Bizon
Fix job_details.json schema Closes #51927 See merge request gitlab-org/gitlab-ce!21983
2018-09-28Fix job_details.json schemaSteve Azzopardi
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51927
2018-09-28Merge branch 'da-clarify-subgroup-permissions' into 'master'Achilleas Pipinellis
Clarify subgroup permissions See merge request gitlab-org/gitlab-ce!21769
2018-09-28Docs for Project/Groups members API with inherited membersJacopo
Expains the differences between `api/projects/:id/members` and `api/projects/:id/members/all` related to inherited members.
2018-09-28Update notes notation in subgroups docsAchilleas Pipinellis
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-28Merge branch 'fix-karma-out-of-memory' into 'master'Filipa Lacerda
Fix karma out-of-memory failures See merge request gitlab-org/gitlab-ce!21912
2018-09-28Merge branch 'rename-local-variable' into 'master'Filipa Lacerda
Rename block scope local variable in table pagination spec See merge request gitlab-org/gitlab-ce!21969
2018-09-28Merge branch 'fix_css-badge-class' into 'master'Filipa Lacerda
Change class .label to .badge for 2FA label in group members view See merge request gitlab-org/gitlab-ce!21759
2018-09-28Merge branch 'docs-50503-issueboards-overview' into 'master'Mike Lewis
Docs: improve Issue Boards overview (to deprecate feature page) Closes #50503 See merge request gitlab-org/gitlab-ce!21905
2018-09-28Docs: improve Issue Boards overview (to deprecate feature page)Marcia Ramos
2018-09-28Merge branch 'mk/asymmetric-exists-cache' into 'master'Stan Hu
Resolve "Geo: Does not mark repositories as missing on primary due to stale cache" Closes #50211 and #44044 See merge request gitlab-org/gitlab-ce!21789
2018-09-28Remove send-in-send for safety and readabilityMichael Kozono
I attempted to refactor so that the caller of `wrap_method` passes in a block, rather than a method name, but I was unsuccessful. I kept getting the following error: NoMethodError: undefined method `cache_method_output' for Repository:Class If you can figure this out, then feel free to dry up these class methods again without doing a send-within-a-send.
2018-09-28Add changelog entryMichael Kozono
2018-09-28Expire RequestStore cache properlyMichael Kozono
2018-09-28Cache `Repository#exists?` false in RequestStoreMichael Kozono
* Only truthy values are cached in Redis. * All values are cached in RequestStore and in an instance variable.
2018-09-28Extract `Repository.memoize_method` methodMichael Kozono
And reuse `Gitlab::Utils::StrongMemoize`. There is a subtle behavior change required to reuse StrongMemoize in this case. The early fallback check now occurs *before* reading the memoized value instead of after. I think this is fine since a memoized value should only exist if `exists?` is also already memoized as `true`.
2018-09-28Merge branch '6717_extend_reports_for_security_products' into 'master'Kamil Trzciński
Extend reports to support security features See merge request gitlab-org/gitlab-ce!21892
2018-09-28Extend reports to support security featuresOlivier Gonzalez
2018-09-28Merge branch 'pedroms-master-patch-57786' into 'master'Annabel Dunstone Gray
Fix blue, orange, and red colors See merge request gitlab-org/gitlab-ce!21972
2018-09-28Fix blue, orange, and red colorsPedro Moreira da Silva
2018-09-27Merge branch 'qa-fix-sanity-framework-test' into 'master'Douglas Barbosa Alexandre
Fix a sanity framework test See merge request gitlab-org/gitlab-ce!21956
2018-09-27Merge branch 'group-weight-icon-and-text' into 'master'Annabel Dunstone Gray
Add right margin to board-card-number See merge request gitlab-org/gitlab-ce!21939
2018-09-27Merge branch 'more-table-widths' into 'master'Filipa Lacerda
Adds an extra width to the responsive tables See merge request gitlab-org/gitlab-ce!21928
2018-09-27Merge branch 'qa-fix-register-spec-failure' into 'master'Rémy Coutable
QA: Resolve "Failure in qa/specs/features/browser_ui/1_manage/login/register_spec.rb" See merge request gitlab-org/gitlab-ce!21963
2018-09-27Rename block scope local variable in table pagination specGeorge Tsiolis
2018-09-27Merge branch 'sh-bump-gitlab-workhorse-6.1.1' into 'master'Nick Thomas
Bump gitlab-workhorse to 6.1.1 to fix custom error handling See merge request gitlab-org/gitlab-ce!21967
2018-09-27Merge branch '50904-use-vuex-store-job' into 'master'Phil Hughes
Uses new Vuex store in job log page See merge request gitlab-org/gitlab-ce!21961
2018-09-27Bump gitlab-workhorse to 6.1.1 to fix custom error handlingStan Hu
2018-09-27Merge branch '4907-improve-build-create-performance-for-license-management' ↵Kamil Trzciński
into 'master' Dont create license_management build when not included in license See merge request gitlab-org/gitlab-ce!21958
2018-09-27Merge branch 'dz-expose-cluster-id-to-jupyter' into 'master'Dmitriy Zaporozhets
Add GitLab cluster id to jupyter config Closes #51474 and #51594 See merge request gitlab-org/gitlab-ce!21796
2018-09-27Set initial password if promptedMark Lapierre
Fabricating a user might be the first action in the first test. If so, set the initial password
2018-09-27Merge branch 'patch-29' into 'master'Stan Hu
Typo in log message of gitlab-rake gitlab:artifacts:migrate See merge request gitlab-org/gitlab-ce!21936
2018-09-27Typo in log message of gitlab-rake gitlab:artifacts:migrateMichael Bisbjerg
2018-09-27Uses new Vuex store in job log pageFilipa Lacerda
Removes old mediator and service pattern and uses the new store. Middle step before moving everything into one single vue app
2018-09-27Dont create license_management build when not included in licenseDylan Griffith
This improves CI performance since we do not create a whole new job that just exits quickly. This is important based on https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/4907#note_104742212
2018-09-27Merge branch '50904-api-adjustments-components' into 'master'Phil Hughes
Updates Vue job components to match new API See merge request gitlab-org/gitlab-ce!21930
2018-09-27Updates Vue job components to match new APIFilipa Lacerda
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-27Merge branch '51925-expose-has_trace-in-job-api' into 'master'Kamil Trzciński
Add has_trace to `Projects::JobController#show.json` Closes #51925 See merge request gitlab-org/gitlab-ce!21950
2018-09-27Merge branch '43832-adds-chdmod-to-commits-actions-api' into 'master'Rémy Coutable
Allows to work with execute permissions in GitLab API Closes #43832 See merge request gitlab-org/gitlab-ce!21866