Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor migration to not require downtime26908-add-foreign-keys-to-timelogs | Ruben Davila | 2017-02-07 | 4 | -12/+76 |
| | |||||
* | Use normal associations instead of polymorphic. | Ruben Davila | 2017-02-07 | 9 | -9/+106 |
| | | | | | | | We can't properly use foreign keys on columns that are configured for polymorphic associations which has disadvantages related to data integrity and storage. Given we only use time tracking for Issues and Merge Requests we're moving to the usage of regular associations. | ||||
* | Merge branch 'jej-fix-backup-rake-color' into 'master' | Sean McGivern | 2017-02-07 | 1 | -6/+6 |
|\ | | | | | | | | | Fixed backup.rake colorize method following Pages -> CE See merge request !9031 | ||||
| * | Fixed backup.rake colorize method following Pages -> CEjej-fix-backup-rake-color | Connor Shea | 2017-02-07 | 1 | -6/+6 |
| | | | | | | Cherry-picked 'Remove colorize methods that weren't in CE.' | ||||
* | | Merge branch '8082-permalink-to-file' into 'master' | Alfredo Sumaran | 2017-02-07 | 7 | -32/+87 |
|\ \ | | | | | | | | | | | | | | | | | | | Add keyboard shortcut to move to file permalink `y` Closes #8082 See merge request !8799 | ||||
| * | | Add keyboard shortcut to move to file permalink8082-permalink-to-file | Eric Eastwood | 2017-02-06 | 7 | -32/+87 |
| | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/8082 | ||||
* | | | Merge branch '21518_recaptcha_spam_issues' into 'master' | Sean McGivern | 2017-02-07 | 20 | -32/+400 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Use reCaptcha when an issue identified as spam Closes #21518 See merge request !8846 | ||||
| * | | | Use reCaptcha when an issue identified as spam | Jarka Kadlecova | 2017-02-07 | 20 | -32/+400 |
| | | | | |||||
* | | | | Merge branch 'remove-deploy-key-endpoint' into 'master' | Rémy Coutable | 2017-02-07 | 6 | -89/+383 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deploy key endpoint Closes #20569 See merge request !8716 | ||||
| * | | | | Remove /projects/:id/keys/.. endpoints | Robert Schilling | 2017-02-07 | 6 | -89/+383 |
| | | | | | |||||
* | | | | | Merge branch '27632_fix_mr_widget_url' into 'master' | Sean McGivern | 2017-02-07 | 3 | -6/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MR widget url Closes #27632 See merge request !8989 | ||||
| * | | | | | Fix MR widget url | Jarka Kadlecova | 2017-02-07 | 3 | -6/+12 |
| | | | | | | |||||
* | | | | | | Merge branch '27785-fix-init-script-after-pages-to-ce' into 'master' | Douwe Maan | 2017-02-07 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix syntax error in init.d/gitlab after Pages -> CE Closes #27785 See merge request !9026 | ||||
| * | | | | | | Fix syntax error in init.d/gitlab after Pages -> CE | Drew Blessing | 2017-02-07 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | | | | | | | Cherry-picked ‘Fix syntax error in conditional statement’ | ||||
* | | | | | | Merge branch 'update-gitignore-templates' into 'master' | James Lopez | 2017-02-07 | 24 | -179/+141 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update .gitignore templates See merge request !9015 | ||||
| * | | | | | | Update .gitignore templatesupdate-gitignore-templates | Ruben Davila | 2017-02-07 | 24 | -179/+141 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'update-guides' into 'master' | James Lopez | 2017-02-07 | 2 | -2/+241 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | Update guides for 8.17 version See merge request !9014 | ||||
| * | | | | | | Update guides for 8.17 versionupdate-guides | Ruben Davila | 2017-02-06 | 2 | -2/+241 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'api-remove-snippets-expires-at' into 'master' | Sean McGivern | 2017-02-07 | 12 | -88/+416 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove deprecated 'expires_at' from project snippets API Closes #14156 See merge request !8723 | ||||
| * | | | | | Split V3 entities into a separate fileapi-remove-snippets-expires-at | Robert Schilling | 2017-02-07 | 6 | -93/+95 |
| | | | | | | |||||
| * | | | | | Remove deprecated 'expires_at' from project snippets API | Robert Schilling | 2017-02-07 | 8 | -17/+343 |
| | | | | | | |||||
* | | | | | | Merge branch 'fix/import-group-members' into 'master' | Rémy Coutable | 2017-02-07 | 10 | -13/+124 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing group members from Import/Export Closes #25124 See merge request !8923 | ||||
| * | | | | | | Add missing group members to export for I/Efix/import-group-members | James Lopez | 2017-02-07 | 10 | -13/+124 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'docs/fix-broken-links' into 'master' | Achilleas Pipinellis | 2017-02-07 | 46 | -65/+60 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken links to docs See merge request !9022 | ||||
| * | | | | | | Fix broken links to docs | Achilleas Pipinellis | 2017-02-06 | 46 | -65/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | | | Merge branch 'fix/grape-routes' into 'master' | James Lopez | 2017-02-07 | 1 | -1/+5 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Grape routes to work with current version of Grape See merge request !8992 | ||||
| * | | | | | | | added missed commit in rebase | James Lopez | 2017-02-07 | 1 | -3/+1 |
| | | | | | | | | |||||
| * | | | | | | | update Grape routes to work with current version of Grape | James Lopez | 2017-02-07 | 1 | -1/+7 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'issue_19262' into 'master' | Sean McGivern | 2017-02-07 | 3 | -0/+44 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow system notes for closed issuables Closes #19262 See merge request !8848 | ||||
| * | | | | | | | | Disallow system notes for closed issuablesissue_19262 | Felipe Artur | 2017-02-06 | 3 | -0/+44 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch '26920-hover-cursor-on-pagination-element' into 'master' | Filipa Lacerda | 2017-02-07 | 2 | -0/+18 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Mouse text cursor above pagination elements" Closes #26920 See merge request !9003 | ||||
| * | | | | | | | | adds changelog26920-hover-cursor-on-pagination-element | Nur Rony | 2017-02-07 | 1 | -0/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | fixes cursor issue on pipeline pagination | Nur Rony | 2017-02-07 | 1 | -0/+14 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch ↵ | Kamil Trzciński | 2017-02-07 | 23 | -63/+209 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26165-combine-runners-and-variables-and-triggers-and-ci-cd-pipelines-settings-pages' into 'master' Merge Triggers, Runners, Variables and Pipelines to a single option called "CI/CD Pipelines" Closes #26165 See merge request !8430 | ||||
| * | | | | | | | | Fixed variables_controller_spec.rb test26165-combine-runners-and-variables-and-triggers-and-ci-cd-pipelines-settings-pages | Jose Ivan Vargas | 2017-02-06 | 1 | -2/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Updated the #create action to render the show view in case of a form error | Jose Ivan Vargas | 2017-02-06 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Improved code styling on the variables_controller_spec | Jose Ivan Vargas | 2017-02-06 | 3 | -12/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updated the #update action inside the variables controller as to render the show and not redirect back to the settings route | ||||
| * | | | | | | | | Added tests for the variables controller #update action | Jose Ivan Vargas | 2017-02-06 | 2 | -3/+29 |
| | | | | | | | | | |||||
| * | | | | | | | | Added a variable_controller_spec test to test for flash messages on the ↵ | Jose Ivan Vargas | 2017-02-06 | 2 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #create action | ||||
| * | | | | | | | | Modified redirection logic in the variables cont. | Jose Ivan Vargas | 2017-02-06 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redirections now show a flash message wether the variable was created correctly or not using a flash message | ||||
| * | | | | | | | | Added redirections to the index actions for the variables and triggers ↵ | Jose Ivan Vargas | 2017-02-06 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | controllers | ||||
| * | | | | | | | | Added a flash message to the creation of triggers | Jose Ivan Vargas | 2017-02-06 | 1 | -2/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Fixed tests, renamed files and methods | Jose Ivan Vargas | 2017-02-06 | 8 | -6/+28 |
| | | | | | | | | | |||||
| * | | | | | | | | Changed the controller/route name to 'ci/cd' and renamed the corresponding files | Jose Ivan Vargas | 2017-02-06 | 13 | -34/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added tests to verify the access policy to the new controller | ||||
| * | | | | | | | | Added private methods to initialize variables in the ci_cd_pipelines_controller | Jose Ivan Vargas | 2017-02-06 | 2 | -5/+17 |
| | | | | | | | | | |||||
| * | | | | | | | | Corrected titles on the triggers and pipelines sections | Jose Ivan Vargas | 2017-02-06 | 3 | -3/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Corrected tests and changed trigger controller redirects to the ↵ | Jose Ivan Vargas | 2017-02-06 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ci_cd_pipelines_settings controller | ||||
| * | | | | | | | | Removed options from the gear button in the projects and consolidated into one | Jose Ivan Vargas | 2017-02-06 | 2 | -14/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added test for the CiCdPipelinesController | ||||
| * | | | | | | | | Fixed badges test | Jose Ivan Vargas | 2017-02-06 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | changed pipelines controller name to ci_cd_pipelines | Jose Ivan Vargas | 2017-02-06 | 8 | -13/+13 |
| | | | | | | | | |