Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Diff::Position#diff_file for positions on straight diffsdm-diff-file-straight-diff | Douwe Maan | 2017-06-06 | 4 | -18/+14 |
| | |||||
* | Accept a username for User-level Events API | Mark Fletcher | 2017-06-06 | 1 | -2/+2 |
| | |||||
* | Introduce an Events API | Mark Fletcher | 2017-06-06 | 4 | -31/+87 |
| | | | | | | | | | | | * Meld the following disparate endpoints: * `/projects/:id/events` * `/events` * `/users/:id/events` + Add result filtering to the above endpoints: * action * target_type * before and after dates | ||||
* | Merge branch '29690-rotate-otp-key-base' into 'master' | Brian Neel | 2017-06-06 | 2 | -0/+103 |
|\ | | | | | | | | | | | | | 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_base | Nick Thomas | 2017-06-05 | 2 | -0/+103 |
| | | |||||
* | | Merge branch 'pull-mirror-overhaul-ce-backport' into 'master' | Douwe Maan | 2017-06-05 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | backports changed import logic from pull mirroring feature into CE See merge request !11850 | ||||
| * | | backports changed import logic from pull mirroring feature into CE | Tiago Botelho | 2017-06-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'mk-fix-git-over-http-rejections' into 'master' | Douwe Maan | 2017-06-05 | 7 | -78/+148 |
|\ \ \ | | | | | | | | | | | | | | | | | Fix Git-over-HTTP rejections See merge request !11398 | ||||
| * | | | Remove unnecessary variablemk-fix-git-over-http-rejections | Michael Kozono | 2017-06-05 | 1 | -3/+1 |
| | | | | |||||
| * | | | Extract and memoize `user_access` | Michael Kozono | 2017-06-05 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | Because it is sometimes never used. | ||||
| * | | | Remove GitAccessStatus (no longer needed) | Michael Kozono | 2017-06-05 | 4 | -26/+9 |
| | | | | |||||
| * | | | Refactor construction of response | Michael Kozono | 2017-06-05 | 2 | -14/+22 |
| | | | | |||||
| * | | | Refactor to remove a special case | Michael Kozono | 2017-06-05 | 2 | -7/+14 |
| | | | | |||||
| * | | | Fix would-be regression | Michael Kozono | 2017-06-05 | 1 | -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 messages | Michael Kozono | 2017-06-05 | 1 | -8/+26 |
| | | | | | | | | | | | | | | | | And refactor to self-document a little better. | ||||
| * | | | Refactor to let GitAccess errors bubble up | Michael Kozono | 2017-06-05 | 5 | -45/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Move CI access logic into GitAccess | Michael Kozono | 2017-06-05 | 1 | -3/+17 |
| | | | | |||||
| * | | | Check disabled commands in GitAccess instead | Michael Kozono | 2017-06-05 | 1 | -1/+26 |
| | | | | |||||
| * | | | Fix Git over HTTP spec | Michael Kozono | 2017-06-05 | 3 | -16/+37 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Maan | 2017-06-05 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | Add Chinese translation of Cycle Analytics Page to I18N See merge request !11644 | ||||
| * | | | Update i18n.rb Indent style | Huang Tao | 2017-06-05 | 1 | -3/+3 |
| | | | | |||||
| * | | | Add translation zh_TW to I18N | 黄涛 | 2017-06-05 | 1 | -1/+2 |
| | | | | |||||
| * | | | Add translation zh_HK to I18N | 黄涛 | 2017-06-05 | 1 | -1/+2 |
| | | | | |||||
| * | | | Change the language name zh to zh_CN | 黄涛 | 2017-06-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update i18n.rb style | htve | 2017-06-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | added Simplified Chinese to I18N | 黄涛 | 2017-06-05 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge branch '28694-hard-delete-user-from-admin-panel' into 'master' | Douwe Maan | 2017-06-05 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow users to be hard-deleted from the admin panel Closes #28694 See merge request !11874 | ||||
| * | | | | Refactor the DeleteUserWorker | Nick Thomas | 2017-06-05 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch ↵ | Douwe Maan | 2017-06-05 | 2 | -9/+33 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | '31983-increase-merge-request-diff-file-size-limit-for-default-toggle-opening' into 'master' Increase diff limits to 100 KB for collapse and 200 KB overall Closes #31983 See merge request !11875 | ||||
| * | | | Increase diff limits to 100 KB for collapse and 200 KB overall31983-increase-merge-request-diff-file-size-limit-for-default-toggle-opening | Sean McGivern | 2017-06-02 | 2 | -9/+33 |
| | |/ | |/| | | | | | | | | | | | | | This is controlled with the feature flag gitlab_git_diff_size_limit_increase. Both of these limits were basically picked arbitrarily in the first place; disabling the feature flag reverts to the old limits. | ||||
* | | | Merge branch 'zj-job-view-goes-real-time' into 'master' | Kamil Trzciński | 2017-06-05 | 1 | -2/+6 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Initial implementation for real time job view Closes #31397 See merge request !11651 | ||||
| * | | Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-time | Kamil Trzcinski | 2017-06-02 | 53 | -633/+1073 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-time | Z.J. van de Weg | 2017-06-01 | 8 | -21/+159 |
| |\ \ \ | |||||
| * | | | | Initial implementation for real time job view | Z.J. van de Weg | 2017-05-31 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the needed keys and paths to a new entity, BuildDetailsEntity. Not renaming BuildEntity to BuildBasicEntity on explicit request. Most code now has test coverage, but not all. This will be added on later commits on this branch. Resolves gitlab-org/gitlab-ce#31397 | ||||
* | | | | | Merge branch 'projects-api-import-status' into 'master' | Douwe Maan | 2017-06-02 | 1 | -0/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose import_status in Projects API Closes #19646 See merge request !11851 | ||||
| * | | | | | Expose import_status in Projects API | Robin Bobbitt | 2017-06-02 | 1 | -0/+2 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch '28694-hard-delete-user-from-api' into 'master' | Douwe Maan | 2017-06-02 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Allow users to be hard-deleted from the API See merge request !11853 | ||||
| * | | | | | Allow users to be hard-deleted from the API | Nick Thomas | 2017-06-02 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Merge branch 'fix/use-new-gitaly-commit-diff-rpc' into 'master' | Robert Speicher | 2017-06-02 | 4 | -11/+63 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the new Gitaly CommitDiff RPC See merge request !11826 | ||||
| * | | | | | | Use the new Gitaly CommitDiff RPCfix/use-new-gitaly-commit-diff-rpc | Ahmad Sherif | 2017-06-02 | 4 | -11/+63 |
| | | | | | | | |||||
* | | | | | | | Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-cop | Rémy Coutable | 2017-06-02 | 14 | -26/+26 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | Merge branch '2361-pending-migrations-break-current-settings' into 'master' | Rémy Coutable | 2017-06-02 | 1 | -2/+3 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip loading application settings from the database when migrations are pending Closes gitlab-ee#2361 See merge request !11842 | ||||
| * | | | | | Skip loading application settings from the database when migrations are pending | Nick Thomas | 2017-06-02 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various Rails initializers (metrics, sentry, etc) are run before migrations, which can lead to a mismatch between app/models/application_settings.rb and schema. | ||||
* | | | | | | Merge branch '33242-create-project-for-user-api-ignores-path-parameter' into ↵ | Sean McGivern | 2017-06-02 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add optional path parameter and fix tests Closes #33242 See merge request !11868 | ||||
| * | | | | | | Fix missing optional path parameter in "Create project for user" API33242-create-project-for-user-api-ignores-path-parameter | Athar Hameed | 2017-06-02 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch '28080-system-checks' into 'master' | Sean McGivern | 2017-06-02 | 24 | -478/+903 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | SystemCheck library for executing checks from a rake task See merge request !9173 | ||||
| * | | | | | Refactor and move things around to improve in YAGNI perspective | Gabriel Mazetto | 2017-05-31 | 2 | -25/+23 |
| | | | | | | |||||
| * | | | | | Fix BasicExecutor specs | Gabriel Mazetto | 2017-05-31 | 2 | -27/+11 |
| | | | | | | |||||
| * | | | | | Fixed and improved some existing checks and SystemCheck library | Gabriel Mazetto | 2017-05-31 | 11 | -76/+58 |
| | | | | | | |||||
| * | | | | | Fix codestyle | Gabriel Mazetto | 2017-05-31 | 4 | -12/+8 |
| | | | | | |