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
2017-10-18Add a new RSpec::EnvAssignment cop to prevent assigning to ENV in specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-18Stub ENV in the LDAP task spec fileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-18Stub ENV in the Gitaly task spec fileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-18Stub ENV in the backup task spec fileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-18Merge branch '39253-jobs-fail-because-of-brazilian-portuguese-translations' ↵Rémy Coutable
into 'master' Resolve "Jobs fail because of Brazilian Portuguese translations" Closes #39253 See merge request gitlab-org/gitlab-ce!14939
2017-10-18Merge branch 'pms-fix-tooltip-padding' into 'master'Annabel Dunstone Gray
Fix tooltip padding to align to 8px grid See merge request gitlab-org/gitlab-ce!14928
2017-10-18Merge branch '39237-fix-ee_compat_check' into 'master'Sean McGivern
Improve the gitlab:dev:ee_compat_check task to pass a repo URL without credentials Closes #39237 See merge request gitlab-org/gitlab-ce!14934
2017-10-18Prevent ApplicationHelper specs from polluting later onesSean McGivern
We don't want the locale to be set to Brazilian Portuguese for any subsequent specs!
2017-10-18Improve the gitlab:dev:ee_compat_check task to pass a repo URL without ↵Rémy Coutable
credentials Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-18Merge branch 'bvl-fix-locale-path' into 'master'Tim Zallmann
Render region codes for locale assets with an `_` instead of a `-` Closes #39225 See merge request gitlab-org/gitlab-ce!14924
2017-10-18Merge branch 'add-lazy-option-to-user-avatar-image-component' into 'master'Tim Zallmann
Add lazy option to UserAvatarImage See merge request gitlab-org/gitlab-ce!14895
2017-10-18Merge branch 'fix-resolved-side-by-side' into 'master'Phil Hughes
Fix resolved discussions not expanding on side by side view Closes #39209 See merge request gitlab-org/gitlab-ce!14918
2017-10-18Fix resolved discussions not expanding on side by side viewClement Ho
2017-10-18Fix tooltip padding to align to 8px gridPedro Moreira da Silva
2017-10-18Merge branch '38986-due-date' into 'master'Phil Hughes
Fix Pikaday Closes #38986 See merge request gitlab-org/gitlab-ce!14881
2017-10-18Fix PikadayFilipa Lacerda
2017-10-18Merge branch 'feature/migrate-wiki-write-page-to-gitaly' into 'master'Sean McGivern
Migrate Gitlab::Git::Wiki#write_page to Gitaly Closes gitaly#638 See merge request gitlab-org/gitlab-ce!14870
2017-10-18Merge branch '39201-improve-google-image' into 'master'Phil Hughes
Replace google login image Closes #39201 See merge request gitlab-org/gitlab-ce!14919
2017-10-18Build the locale path with an `_` instead of a `-`Bob Van Landuyt
The locale code is turned into an asset path with an underscore instead of a dash. The language codes are transformed by `I18n.locale` into a code with a dash. But the resources for translating are always stored in a path using a `_` separating the language and the region code.
2017-10-18Merge branch 'sh-security-fix-backports-master' into 'master'Robert Speicher
Backport all fixes from GitLab 10.1 into master See merge request gitlab-org/gitlab-ce!14922
2017-10-18Merge branch '30140-restore-readme-only-preference' into 'master'Douwe Maan
Add readme only option as project view Closes #30140 See merge request gitlab-org/gitlab-ce!14900
2017-10-18Merge branch '37032-get-project-branch-invalid-name-message' into 'master'Rémy Coutable
Get Project Branch API shows an helpful error message on invalid refname Closes #37032 See merge request gitlab-org/gitlab-ce!14884
2017-10-18Merge branch 'tc-saml-fix-false-empty' into 'master'Douwe Maan
SAML fix when auth hash attributes do not define groups Closes #38923 See merge request gitlab-org/gitlab-ce!14913
2017-10-18Small code style changesDouwe Maan
2017-10-18Merge branch 'kt/bug/fix-revision-and-size-for-container-registry' into 'master'Grzegorz Bizon
Add short_revision and use total_size Closes #39203 See merge request gitlab-org/gitlab-ce!14917
2017-10-18Fix SAML error 500 when no groups are defined for userToon Claes
When there are no groups defined in the auth hash attributes, `Gitlab::Saml::AuthHash#groups` should return an empty array, and `Gitlab::Saml::User#find_user` should not mark the user as external. Closes gitlab-org/gitlab-ce#38923.
2017-10-18Get Project Branch API shows an helpful error message on invalid refnameJacopo
In API v4 when requesting a branch with an invalid refname shows an helpful error message: 'The branch refname is invalid'.
2017-10-18Merge branch 'improve-database-yml-examples' into 'master'Rémy Coutable
Improve database yml examples See merge request gitlab-org/gitlab-ce!10247
2017-10-18Remove already released CHANGELOG filesStan Hu
2017-10-18Merge branch 'master' into sh-security-fix-backports-masterStan Hu
2017-10-18Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin
Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
2017-10-17Fix broken testFilipa Lacerda
2017-10-17Add lazy option to UserAvatarImageEric Eastwood
2017-10-17Update scripts/prepare_build.shbogdanvlviv
2017-10-17Update database.yml.postgresqlbogdanvlviv
host is omitted by default
2017-10-17Set 'staging specific' in database.yml.mysqlbogdanvlviv
2017-10-17Merge branch 'ph-multi-file-editor-restructure-data' into 'master'Filipa Lacerda
Refactored multi-file data structure See merge request gitlab-org/gitlab-ce!14862
2017-10-17Add readme title and check for rich_viewerAnnabel Dunstone Gray
2017-10-17Merge branch 'add-inline-edit-button' into 'master'Filipa Lacerda
Add inline edit button to issue_show app See merge request gitlab-org/gitlab-ce!14875
2017-10-17Add inline edit button to issue_show appClement Ho
2017-10-17Merge branch 'winh-project-deletion-message' into 'master'Annabel Dunstone Gray
Change project deletion message from alert to notice Closes #26956 See merge request gitlab-org/gitlab-ce!14756
2017-10-17Change project deletion message from alert to noticeWinnie Hellmann
2017-10-17Merge branch ↵Rémy Coutable
'20930-very-first-commit-to-default-branch-didn-t-close-referenced-issue' into 'master' Fix #20930: automatic closing is not triggered on very first push. Closes #20930 See merge request gitlab-org/gitlab-ce!11899
2017-10-17Fix #20930: automatic closing is not triggered on very first push.Sébastien
2017-10-17Fix failed testKamil Trzcinski
2017-10-17Replace google login imageFilipa Lacerda
2017-10-17Merge branch 'move-user-avatar-specs' into 'master'Phil Hughes
Move user avatar specs to folder to mimic javascript directory Closes #39169 See merge request gitlab-org/gitlab-ce!14901
2017-10-17Merge branch 'improve-sprite-icon-spec' into 'master'Phil Hughes
Improve sprite icon spec Closes #39199 See merge request gitlab-org/gitlab-ce!14914
2017-10-17Improve sprite icon specClement Ho
2017-10-17Merge branch 'bvl-do-not-use-redis-keys' into 'master'Rémy Coutable
Avoid using `Redis#keys` See merge request gitlab-org/gitlab-ce!14889