summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use configured git rather than system gituse-configured-gitRobert Schilling2017-01-055-14/+14
|
* Merge branch 'rs-absorb-gitlab_git' into 'master' Douwe Maan2017-01-0538-12/+6622
|\ | | | | | | | | | | | | Absorb gitlab_git Closes #24374 See merge request !8447
| * Ensure internal Gitlab::Git references use the namespacers-absorb-gitlab_gitRobert Speicher2017-01-047-27/+27
| |
| * Absorb gitlab_gitRobert Speicher2017-01-0438-12/+6622
| |
* | Merge branch 'ux-guide-search-box' into 'master' Achilleas Pipinellis2017-01-053-0/+13
|\ \ | | | | | | | | | | | | UX Guide: add section on search box See merge request !8429
| * | [ci skip] UX Guide: add section on search boxux-guide-search-boxAllison Whilden2017-01-033-0/+13
| | |
* | | Merge branch 'ux-guide-text-color' into 'master' Achilleas Pipinellis2017-01-053-0/+7
|\ \ \ | | | | | | | | | | | | | | | | UX Guide: Add new primary and secondary text colors See merge request !8449
| * | | [ci skip] UX Guide: Add new primary and secondary text colorsux-guide-text-colorAllison Whilden2017-01-043-0/+7
| | | |
* | | | Merge branch 'monkey-patch-comment' into 'master' Rémy Coutable2017-01-051-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Explain why we have this monkey-patch See merge request !8329
| * | | | Explain why there is a monkey-patchJacob Vosmaer2016-12-271-0/+6
| | | | |
* | | | | Merge branch 'zj-404-slack-error' into 'master' Kamil Trzciński2017-01-052-36/+64
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Add API route slack slash commands Closes #25954 See merge request !8362
| * | | | Add API route slack slash commandszj-404-slack-errorZ.J. van de Weg2017-01-032-36/+64
| | | | |
* | | | | Merge branch '26278-shaking-tab-pipelines-view' into 'master' Fatih Acet2017-01-042-2/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes invalid html and unneeded CSS to prevent shaking in the pipelines tab Closes #26278 See merge request !8411
| * | | | | Removes invalid html and unneed CSS to prevent shaking in the pipelines tab26278-shaking-tab-pipelines-viewFilipa Lacerda2017-01-032-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Updates CHANGELOG entry with MR ID
* | | | | | Merge branch 'terminal-fix' into 'master' Jacob Schatz2017-01-043-0/+3350
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Terminal: Add TextEncoder and TextDecoder in terminal bundle. Closes #25977 See merge request !8450
| * | | | | Terminal: Add TextEncoder and TextDecoder in terminal bundle.Fatih Acet2017-01-043-0/+3350
|/ / / / /
* | | | | Merge branch 'rs-fix-implicit-div' into 'master' 25725-remove-window-objectRobert Speicher2017-01-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix ImplicitDiv Haml lint failure See merge request !8441
| * | | | | Fix ImplicitDiv Haml lint failureRobert Speicher2017-01-041-1/+1
| | | | | |
* | | | | | Merge branch 'mrchrisw-repack-not-gc' into 'master' Jacob Vosmaer (GitLab)2017-01-041-7/+19
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Clarify git housekeeping See merge request !8373
| * | | | | Clarify git housekeepingmrchrisw-repack-not-gcChris Wilson2016-12-301-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changed in https://gitlab.com/gitlab-org/gitlab-ce/commit/6bcc52a53678ca68001189c801497862d3f6e758 The current docs are not clear in stating that we also run a `git repack` and that we respect the admin application setting values.
* | | | | | Merge branch 'recaptcha_500' into 'master' Rémy Coutable2017-01-043-23/+57
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly handle failed reCAPTCHA on user registration See merge request !8403
| * | | | | | Properly handle failed reCAPTCHA on user registrationDrew Blessing2017-01-033-23/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a user presses the 'Register' button too quickly after attempting to solve the reCAPTCHA, or the reCAPTCHA is not solved at all, the user would experience a 500 error. Now, the case is properly handled and the user will be sent back to the registration page with a clear error message and can try again.
* | | | | | | Merge branch 'add_email_password_confirmation' into 'master' Douwe Maan2017-01-046-18/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add email confirmation field to registration form Closes #3053 See merge request !7432
| * | | | | | | Add email and password confirmation fields to registration formDrew Blessing2017-01-036-18/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's too easy to mistype an email or password when signing up. The support team is receiving an increasing number of requests because users mistype their email. We can eliminate this problem by requiring users to confirm the email before registering. The same issue can occur for the password field so we should add this, too. We should note that password confirmation is part of the default Devise forms. I don't know why/when GitLab removed it.
* | | | | | | | Merge branch 'rs-remove-unused-method' into 'master' Douwe Maan2017-01-042-12/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused `Project#web_url_without_protocol` method See merge request !8416
| * | | | | | | | Remove unused `Project#web_url_without_protocol` methodrs-remove-unused-methodRobert Speicher2017-01-032-12/+0
| | | | | | | | |
* | | | | | | | | Merge branch 'review-commits-and-commit-scss' into 'master' Jacob Schatz2017-01-0416-290/+261
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Review commits and commit scss See merge request !8010
| * | | | | | | | | Remove double border from compare pagereview-commits-and-commit-scssAnnabel Dunstone Gray2016-12-291-0/+8
| | | | | | | | | |
| * | | | | | | | | Update file hader styles; remove and relocate more commits cssAnnabel Dunstone Gray2016-12-2911-172/+119
| | | | | | | | | |
| * | | | | | | | | Add table styling to commits tablesAnnabel Dunstone Gray2016-12-295-41/+68
| | | | | | | | | |
| * | | | | | | | | Start commits refactorAnnabel Dunstone Gray2016-12-295-173/+161
| | | | | | | | | |
* | | | | | | | | | Merge branch 'api-refactor-issues-filter' into 'master' Sean McGivern2017-01-041-21/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor issues filter in API See merge request !8432
| * | | | | | | | | | Add missing milestone parameterRobert Schilling2017-01-041-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Refactor issues filter in APIRobert Schilling2017-01-041-21/+7
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'api-hooks-changelog-entry' into 'master' Sean McGivern2017-01-041-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add changelog entry for renaming API param See merge request !8433
| * | | | | | | | | | Add changelog entry for renaming API param [ci skip]Robert Schilling2017-01-041-0/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'fix-api-project-hooks-params' into 'master' Sean McGivern2017-01-042-3/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix project hooks params Closes #26291 See merge request !8425
| * | | | | | | | | Fix project hooks paramsfix-api-project-hooks-paramsRobert Schilling2017-01-032-3/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'ldap_person_attributes' into 'master' include-uncovered-jasmineRobert Speicher2017-01-033-2/+65
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gitlab::LDAP::Person uses LDAP attributes configuration Closes #26290 See merge request !8418
| * | | | | | | | | Gitlab::LDAP::Person uses LDAP attributes configurationDrew Blessing2017-01-033-2/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We allow users to configure LDAP attribute preferences. For example, email can be configured to use `mail`, `email` and `userPrincipalName`, falling through to the next until a value is found. Prior to this change, Gitlab::LDAP::Person did not honor this configuration. Now, the class will honor `name` and `mail` configuration. It does not handle `username`, or fallback to `first_name` + `last_name` in the absence of `name`.
* | | | | | | | | | Merge branch '25580-trucate-dropdown-for-long-branch' into 'master' Fatih Acet2017-01-034-8/+42
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves overflow of dropdown text for long branch name Closes #25580 See merge request !8118
| * | | | | | | | | | fixes js lint warnings25580-trucate-dropdown-for-long-branchNur Rony2016-12-311-4/+3
| | | | | | | | | | |
| * | | | | | | | | | changelog entry addedNur Rony2016-12-311-0/+4
| | | | | | | | | | |
| * | | | | | | | | | trucates text to prevent overflow and adds tooltip to itNur Rony2016-12-312-4/+12
| | | | | | | | | | |
| * | | | | | | | | | fixes mobile viewsNur Rony2016-12-311-4/+27
| | | | | | | | | | |
* | | | | | | | | | | Merge branch ↵Fatih Acet2017-01-033-2/+51
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25836-changing-from-version-in-diff-comparison-does-not-preserve-to-version' into 'master' Resolve changing "from" version in diff comparison does not preserve "to" version Closes #25836 See merge request !8328
| * | | | | | | | | | | Preserve selected versions when comparing MR changes25836-changing-from-version-in-diff-comparison-does-not-preserve-to-versionSam Rose2016-12-313-2/+51
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch '25964-label-autocomplete-doesn-t-handle-spaces-after' into ↵Fatih Acet2017-01-031-8/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Label autocomplete doesn't handle spaces after `~~`" Closes #25964, #22058, and #23578 See merge request !8254
| * | | | | | | | | | | Remove unneeded prevention code25964-label-autocomplete-doesn-t-handle-spaces-afterLuke "Jared" Bennett2016-12-271-8/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Fixes #22058 and #23578Yann Gravrand2016-12-271-1/+3
| | | | | | | | | | | |