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-09Don't show an "Unsubscribe" link in snippet comment notificationsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09Merge branch 'bvl-fork-network-migrations' into 'master'Yorick Peterse
Create fork networks for root projects that are deleted Closes #38905 See merge request gitlab-org/gitlab-ce!14752
2017-10-09Merge branch '37552-replace-js-true-with-js' into 'master'Rémy Coutable
Replaces `tag: true` into `:tag` in the specs Closes #37552 See merge request gitlab-org/gitlab-ce!14653
2017-10-09Merge branch 'rc/do-not-retry-ee_compat_check' into 'master'Sean McGivern
Do not retry jobs that are allowed to fail See merge request gitlab-org/gitlab-ce!14757
2017-10-09Merge branch 'icons-update-fix-regression-on-groups' into 'master'Phil Hughes
Updated Icons + Fix for Collapsed Groups Angle See merge request gitlab-org/gitlab-ce!14754
2017-10-09Merge branch '38869-commitslist' into 'master'Phil Hughes
Removes CommitsList from global namespace See merge request gitlab-org/gitlab-ce!14735
2017-10-09Removes CommitsList from global namespaceFilipa Lacerda
2017-10-09Merge branch 'jramsay-4012-improve-internationization-docs' into 'master'Achilleas Pipinellis
Improve internationalization docs See merge request gitlab-org/gitlab-ce!14570
2017-10-09Merge branch 'abuse-reports-module' into 'master'Filipa Lacerda
Convert AbuseReports class to a module See merge request gitlab-org/gitlab-ce!14709
2017-10-09Fix link to new i18n index pageAchilleas Pipinellis
2017-10-09Update i18n docsAchilleas Pipinellis
2017-10-09Move i18n/introduction to i18n/indexAchilleas Pipinellis
2017-10-09Merge branch 'master' into jramsay-4012-improve-internationization-docsAchilleas Pipinellis
2017-10-09Merge branch ↵Achilleas Pipinellis
'38840-simple-documentation-update-backup-to-restore-in-restore-section' into 'master' Resolve "Simple documentation update - backup to restore in restore section" Closes #38840 See merge request gitlab-org/gitlab-ce!14720
2017-10-09Resolve "Simple documentation update - backup to restore in restore section"Alexander
2017-10-09Merge branch '28860-AjaxLoadingSpinner' into 'master'Phil Hughes
Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace See merge request gitlab-org/gitlab-ce!14738
2017-10-09Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespaceFilipa Lacerda
2017-10-09Merge branch 'sh-show-all-slack-names' into 'master'Robert Speicher
Include GitLab full name with username in Slack messages Closes #38865 See merge request gitlab-org/gitlab-ce!14740
2017-10-09Merge branch 'sh-pgloader-fixes' into 'master'Achilleas Pipinellis
Improve pgloader documentation See merge request gitlab-org/gitlab-ce!14733
2017-10-09Merge branch '34371-ca-main-template' into 'master'Phil Hughes
Move cycle analytics banner into a vue file See merge request gitlab-org/gitlab-ce!14690
2017-10-09Move cycle analytics banner into a vue fileFilipa Lacerda
2017-10-09Updated Icons + Fix for Collapsed Groups AngleTim Zallmann
2017-10-09Don't create fork networks for root projects that are deletedBob Van Landuyt
2017-10-08Merge branch 'sh-remove-ux-chmod-permissions' into 'master'Achilleas Pipinellis
Remove executable permissions on images to make docs lint happy See merge request gitlab-org/gitlab-ce!14750
2017-10-07Merge branch '38890-fix-gpg-signature-updater-when-commit-is-missing' into ↵Stan Hu
'master' Fix error with GPG signature updater when commit was deleted Closes #38890 See merge request gitlab-org/gitlab-ce!14749
2017-10-07Merge branch 'mk-normalize-ldap-user-dns' into 'master'Douwe Maan
Normalize LDAP user DNs (downcase and remove excess spaces) See merge request gitlab-org/gitlab-ce!14697
2017-10-07Remove executable permissions on images to make docs lint happyStan Hu
[ci skip]
2017-10-07Merge branch 'cleanup_old_nav_stuff' into 'master'Filipa Lacerda
Remove old navigation CSS See merge request gitlab-org/gitlab-ce!14573
2017-10-07Sync up hard coded DN class in migrationMichael Kozono
2017-10-07Redefine `respond_to?` in light of `method_missing`Michael Kozono
2017-10-07Make internal methods privateMichael Kozono
2017-10-07Leave bad DNs alone instead of raising errorsMichael Kozono
2017-10-07Refactor DN error classesMichael Kozono
2017-10-07Add changelog entry for LDAP normalizationMichael Kozono
2017-10-07Add migration specsMichael Kozono
2017-10-07Move migration to backgroundMichael Kozono
2017-10-07Update DN class in migrationMichael Kozono
2017-10-07Normalize values, reusing DN normalization codeMichael Kozono
I first attempted to extract logic from the code that normalizes DNs, but I was unsuccessful. This is a hack but it works.
2017-10-07Remove telephoneNumber format commentMichael Kozono
Since that behavior changed, and is now under the malformed DN context.
2017-10-07Fix space strippingMichael Kozono
Especially from the last attribute value.
2017-10-07Rename method to `to_normalized_s`Michael Kozono
2017-10-07Refactor initialize method for clarityMichael Kozono
2017-10-07Move downcasing to normalize methodMichael Kozono
2017-10-07Normalize existing persisted DNsMichael Kozono
2017-10-07Resolve Rubocop offensesMichael Kozono
Disabling some for now since this is based on `Net::LDAP::DN`.
2017-10-07Switch to new DN classMichael Kozono
for normalizing and parsing DNs
2017-10-07Fix newline testsMichael Kozono
2017-10-07Fix trailing escaped newlineMichael Kozono
2017-10-07Add valid DN tests using OIDsMichael Kozono
2017-10-07Test malformed DNsMichael Kozono