summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'issue-23254' into 'master'Rémy Coutable2017-06-063-8/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup style of confirmation page See merge request !11774
| * | | | | | | | Fixed style on unsubscribe pageGustav Ernberg2017-06-033-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unnecassary logic Added missing 'the' Fix case Fixed specs
* | | | | | | | | Merge branch 'sh-fix-typo-user-activity-service' into 'master'Rémy Coutable2017-06-061-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in user activity debug log message See merge request !11898
| * | | | | | | | Fix typo in user activity debug log messagesh-fix-typo-user-activity-serviceStan Hu2017-06-031-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch '29690-rotate-otp-key-base' into 'master'Brian Neel2017-06-065-0/+256
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a Rake task to aid in rotating otp_key_base Closes #29690 See merge request !11881
| * | | | | | | | Add a Rake task to aid in rotating otp_key_baseNick Thomas2017-06-055-0/+256
| | | | | | | | |
* | | | | | | | | Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'Douwe Maan2017-06-0515-71/+143
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backports changed import logic from pull mirroring feature into CE See merge request !11850
| * | | | | | | | | backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-0515-71/+143
| | | | | | | | | |
* | | | | | | | | | Merge branch ↵Robert Speicher2017-06-051-1/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '33321-spec-failure-in-spec-javascripts-pipelines-header_component_spec-js-46-expected-failed-pipeline-123-triggered-4-weeks-ago-by-foo-to-equal-failed-pipeline-123-triggered-3-weeks-ago-by-foo' into 'master' Resolve "Spec failure in spec/javascripts/pipelines/header_component_spec.js:46 : Expected 'failed Pipeline #123 triggered 4 weeks ago by Foo' to equal 'failed Pipeline #123 triggered 3 weeks ago by Foo'." Closes #33321 See merge request !11915
| * | | | | | | | | | Fix header component spec33321-spec-failure-in-spec-javascripts-pipelines-header_component_spec-js-46-expected-failed-pipeline-123-triggered-4-weeks-ago-by-foo-to-equal-failed-pipeline-123-triggered-3-weeks-ago-by-fooClement Ho2017-06-051-1/+4
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'mk-fix-git-over-http-rejections' into 'master'Douwe Maan2017-06-0518-537/+887
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Git-over-HTTP rejections See merge request !11398
| * | | | | | | | | | Remove unnecessary variablemk-fix-git-over-http-rejectionsMichael Kozono2017-06-051-3/+1
| | | | | | | | | | |
| * | | | | | | | | | Add changelog entryMichael Kozono2017-06-051-0/+4
| | | | | | | | | | |
| * | | | | | | | | | Extract and memoize `user_access`Michael Kozono2017-06-051-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because it is sometimes never used.
| * | | | | | | | | | Remove GitAccessStatus (no longer needed)Michael Kozono2017-06-054-26/+9
| | | | | | | | | | |
| * | | | | | | | | | Refactor construction of responseMichael Kozono2017-06-052-14/+22
| | | | | | | | | | |
| * | | | | | | | | | Refactor to remove a special caseMichael Kozono2017-06-053-7/+29
| | | | | | | | | | |
| * | | | | | | | | | Fix would-be regressionMichael Kozono2017-06-051-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/commit/57e3e942de1adef2c8621905370f07d7da7870c4 I changed it to a separate condition rather than depending on the order of the case-when statements to prevent this mistake again.
| * | | | | | | | | | Clarify error messagesMichael Kozono2017-06-053-13/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And refactor to self-document a little better.
| * | | | | | | | | | Refactor to let GitAccess errors bubble upMichael Kozono2017-06-059-203/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No external behavior change. This allows `GitHttpController` to set the HTTP status based on the type of error. Alternatively, we could have added an attribute to GitAccessStatus, but this pattern seemed appropriate.
| * | | | | | | | | | Refactor to let `GitAccess` check protocol configMichael Kozono2017-06-051-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This already works due to previous refactoring.
| * | | | | | | | | | Specify new Git-LFS-over-HTTP behaviorMichael Kozono2017-06-051-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to `GitHttpClientController`’s authentication logic caused this behavior change. The old 401 Unauthorized statuses didn’t cause any harm, but they weren’t quite as accurate as the new behavior.
| * | | | | | | | | | Move CI access logic into GitAccessMichael Kozono2017-06-057-57/+198
| | | | | | | | | | |
| * | | | | | | | | | RefactorMichael Kozono2017-06-052-10/+6
| | | | | | | | | | |
| * | | | | | | | | | Check disabled commands in GitAccess insteadMichael Kozono2017-06-053-6/+68
| | | | | | | | | | |
| * | | | | | | | | | Render GitAccess message if authorizedMichael Kozono2017-06-051-5/+1
| | | | | | | | | | |
| * | | | | | | | | | Fix Git over HTTP specMichael Kozono2017-06-055-269/+419
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The spec has 7 failures at this point * Specify rendered error messages * Render the GitAccess message rather than “Access denied” * Render the Not Found message provided by GitAccess, instead of a custom one * Expect GitAccess to check the config for whether Git-over-HTTP pull or push is disabled, rather than doing it in the controller * Add more thorough testing for authentication * Dried up a lot of tests * Fixed some broken tests
* | | | | | | | | | Merge branch 'added_chinese_for_i18n' into 'master'Douwe Maan2017-06-0511-1/+686
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Chinese translation of Cycle Analytics Page to I18N See merge request !11644
| * \ \ \ \ \ \ \ \ \ added changelog for Chinese translations黄涛2017-06-051-0/+4
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Optimize translation content黄涛2017-05-316-87/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Optimize the translation of zh-TW 2. Synchronous zh-CN, zh-HK translation
| | * | | | | | | | | | Update i18n.rb Indent styleHuang Tao2017-05-271-3/+3
| | | | | | | | | | | |
| | * | | | | | | | | | Add translation zh_TW to I18N黄涛2017-05-274-1/+228
| | | | | | | | | | | |
| | * | | | | | | | | | Add translation zh_HK to I18N黄涛2017-05-274-1/+228
| | | | | | | | | | | |
| | * | | | | | | | | | Change the language name zh to zh_CN黄涛2017-05-275-198/+4
| | | | | | | | | | | |
| | * | | | | | | | | | fix plural form of translation黄涛2017-05-262-45/+54
| | | | | | | | | | | |
| | * | | | | | | | | | optimize part of the translation黄涛2017-05-262-56/+57
| | | | | | | | | | | |
| | * | | | | | | | | | Update i18n.rb stylehtve2017-05-231-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | added Simplified Chinese to I18N黄涛2017-05-234-1/+412
| | | | | | | | | | | |
| * | | | | | | | | | | Optimize translation content黄涛2017-06-056-87/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Optimize the translation of zh-TW 2. Synchronous zh-CN, zh-HK translation
| * | | | | | | | | | | Update i18n.rb Indent styleHuang Tao2017-06-051-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Add translation zh_TW to I18N黄涛2017-06-054-1/+228
| | | | | | | | | | | |
| * | | | | | | | | | | Add translation zh_HK to I18N黄涛2017-06-054-1/+228
| | | | | | | | | | | |
| * | | | | | | | | | | Change the language name zh to zh_CN黄涛2017-06-055-198/+4
| | | | | | | | | | | |
| * | | | | | | | | | | fix plural form of translation黄涛2017-06-052-45/+54
| | | | | | | | | | | |
| * | | | | | | | | | | optimize part of the translation黄涛2017-06-052-56/+57
| | | | | | | | | | | |
| * | | | | | | | | | | Update i18n.rb stylehtve2017-06-051-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | added Simplified Chinese to I18N黄涛2017-06-054-1/+412
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '28694-hard-delete-user-from-admin-panel' into 'master'Douwe Maan2017-06-0515-21/+82
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow users to be hard-deleted from the admin panel Closes #28694 See merge request !11874
| * | | | | | | | | | | | Add changelog entryNick Thomas2017-06-051-0/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Allow users to be hard-deleted from the admin user show pageNick Thomas2017-06-052-1/+23
| | | | | | | | | | | | |