Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove limited container on file viewfile-view-container | Annabel Dunstone Gray | 2017-04-07 | 1 | -3/+3 |
| | |||||
* | Merge branch 'clarify-mr-with-someone' into 'master' | Stan Hu | 2017-04-07 | 1 | -5/+14 |
|\ | | | | | | | | | Clarify what an MR needs to be 'with' a maintainer See merge request !10544 | ||||
| * | Clarify what an MR needs to be 'with' a maintainerclarify-mr-with-someone | Sean McGivern | 2017-04-07 | 1 | -5/+14 |
| | | |||||
* | | Merge branch 'safari-svg-bug' into 'master' | Jacob Schatz | 2017-04-07 | 2 | -2/+2 |
|\ \ | | | | | | | | | | | | | Give explicit height to SVG icons for Safari See merge request !10550 | ||||
| * | | Give explicit height to SVG icons for Safari | Annabel Dunstone Gray | 2017-04-07 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'dm-wait-for-pipeline' into 'master' | Stan Hu | 2017-04-07 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Wait for AJAX requests to complete so they don't blow up if they are only handle… Closes #30633 See merge request !10559 | ||||
| * | | | Actually include WaitForAjax! | Douwe Maan | 2017-04-07 | 1 | -0/+1 |
| | | | | |||||
| * | | | Wait for AJAX requests to complete so they don't blow up if they are only ↵ | Douwe Maan | 2017-04-07 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | handled after DatabaseCleaner has already run | ||||
* | | | | Merge branch 'adam-finish-5993-closed-issuable' into 'master' | Douwe Maan | 2017-04-07 | 18 | -153/+354 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add indication for closed or merged issuables in GFM Closes #1369 See merge request !9462 | ||||
| * | | | | Add indication for closed or merged issuables in GFMadam-finish-5993-closed-issuable | Adam Buckland | 2017-04-07 | 18 | -153/+354 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example: for issues that are closed, the links will now show '[closed]' following the issue number. This is done as post-process after the markdown has been loaded from the cache as the status of the issue may change between the cache being populated and the content being displayed. In order to avoid N+1 queries problem when rendering notes ObjectRenderer populates the cache of referenced issuables for all notes at once, before the post processing phase. As a part of this change, the Banzai BaseParser#grouped_objects_for_nodes method has been refactored to return a Hash utilising the node itself as the key, since this was a common pattern of usage for this method. | ||||
* | | | | | Merge branch 'activity-feed-user-name' into 'master' | Annabel Dunstone Gray | 2017-04-07 | 6 | -4/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Put back usernames in activity and profile feed See merge request !10539 | ||||
| * | | | | | Put back usernames in activity and profile feed | Annabel Dunstone Gray | 2017-04-07 | 6 | -4/+8 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'feature/add-rake-task-prints-storage-config-in-toml' into ↵ | Robert Speicher | 2017-04-07 | 4 | -0/+52 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add rake task that prints TOML storage configuration Closes gitaly#173 See merge request !10448 | ||||
| * | | | | | Add rake task that prints TOML storage configurationfeature/add-rake-task-prints-storage-config-in-toml | Ahmad Sherif | 2017-04-04 | 4 | -0/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#173 | ||||
* | | | | | | Merge branch '30588-fix-javascript-sourcemaps-w-chrome-breakpoints' into ↵ | Jacob Schatz | 2017-04-07 | 3 | -33/+48 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Upgrade webpack and webpack-dev-server to latest Closes #30588 and #28438 See merge request !10552 | ||||
| * | | | | | | add CHANGELOG.md entry for !10522 | Mike Greiling | 2017-04-07 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | upgrade webpack-dev-server to fix issues with SockJS causing odd reload ↵ | Mike Greiling | 2017-04-07 | 2 | -36/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | behavior in firefox https://github.com/webpack/webpack-dev-server/issues/762 | ||||
| * | | | | | | upgrade webpack to v2.3.3 to resolve sourcemap issues | Mike Greiling | 2017-04-07 | 2 | -25/+45 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'title-change-icon' into 'master' | Annabel Dunstone Gray | 2017-04-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | Update MR title change icon See merge request !10540 | ||||
| * | | | | | | Update MR title change icon | Annabel Dunstone Gray | 2017-04-07 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'test-failure-fix' into 'master' | Stan Hu | 2017-04-07 | 1 | -564/+457 |
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | | | | | | | | | | | Revert yarn.lock file changes Closes #30627 See merge request !10558 | ||||
| * | | | | Revert yarn.lock file changes | Phil Hughes | 2017-04-07 | 1 | -564/+457 |
| | |/ / | |/| | | |||||
* | | | | Merge branch '30151-fix-vue-production-warnings' into 'master' | Alfredo Sumaran | 2017-04-07 | 7 | -24/+17 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Vue from main bundle and disable production warnings Closes #30151 See merge request !10458 | ||||
| * | | | | Remove Vue from main bundle and disable production warnings | Mike Greiling | 2017-04-07 | 7 | -24/+17 |
|/ / / / | |||||
* | | | | Merge branch ↵ | Sean McGivern | 2017-04-07 | 16 | -25/+186 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | 'dosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation-with-quick-ui' into 'master' Add "engineering" UI for Pipeline Schedule See merge request !10533 | ||||
| * | | | Add ref and active to import/export config | Sean McGivern | 2017-04-07 | 1 | -0/+2 |
| | | | | |||||
| * | | | Fix last spec failure | Kamil Trzcinski | 2017-04-07 | 1 | -1/+6 |
| | | | | |||||
| * | | | Fix spec failure | Kamil Trzcinski | 2017-04-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Yet, another errorsdosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation-with-quick-ui | Kamil Trzcinski | 2017-04-07 | 2 | -2/+5 |
| | | | | |||||
| * | | | Another round of code review | Kamil Trzcinski | 2017-04-07 | 2 | -4/+10 |
| | | | | |||||
| * | | | Fix changelog | Kamil Trzcinski | 2017-04-07 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix test failures | Kamil Trzcinski | 2017-04-07 | 4 | -4/+6 |
| | | | | |||||
| * | | | Simplify if | Kamil Trzcinski | 2017-04-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update code to remove no longer needed changes | Kamil Trzcinski | 2017-04-07 | 2 | -7/+1 |
| | | | | |||||
| * | | | Update migrations | Kamil Trzcinski | 2017-04-07 | 4 | -45/+14 |
| | | | | |||||
| * | | | Update tests to cover trigger schedule | Kamil Trzcinski | 2017-04-07 | 5 | -32/+82 |
| | | | | |||||
| * | | | Fix ref reference | Kamil Trzcinski | 2017-04-07 | 10 | -36/+119 |
| | | | | |||||
| * | | | N/A to None. Revert validates from validates_presence_of. | Shinya Maeda | 2017-04-07 | 2 | -2/+2 |
| | | | | |||||
| * | | | create_params and update_params into trigger_params | Shinya Maeda | 2017-04-07 | 1 | -11/+4 |
| | | | | |||||
| * | | | Add def trigger_schedule in Trigger. Use persisted? for checling existance | Shinya Maeda | 2017-04-07 | 4 | -3/+5 |
| | | | | |||||
| * | | | before_create :set_project. Now TriggerSchedule saves project from parent | Shinya Maeda | 2017-04-07 | 2 | -5/+5 |
| | | | | |||||
| * | | | Add specs in triggers_spec.rb (Halfway) | Shinya Maeda | 2017-04-07 | 1 | -0/+8 |
| | | | | |||||
| * | | | Use allow_destroy. Remove condtion from form.haml. | Shinya Maeda | 2017-04-07 | 4 | -24/+13 |
| | | | | |||||
| * | | | Add form for scheduled trigger | Shinya Maeda | 2017-04-07 | 7 | -4/+59 |
| | | | | |||||
* | | | | Merge branch 'fix-github-import-rake-task' into 'master' | Sean McGivern | 2017-04-07 | 1 | -2/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix rake test to import Github repositories See merge request !10549 | ||||
| * | | | | Fix rake test to import Github repositories | Douglas Barbosa Alexandre | 2017-04-07 | 1 | -2/+9 |
| | | | | | |||||
* | | | | | Merge branch 'docs/ci-variables-remove-my-email' into 'master' | Achilleas Pipinellis | 2017-04-07 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove wrong user email from CI variables example output See merge request !10554 | ||||
| * | | | | | Remove wrong user email from CI variables example output | Achilleas Pipinellis | 2017-04-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | | Merge branch 'optimise-builds' into 'master' | Sean McGivern | 2017-04-07 | 4 | -1/+43 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimise Pipelines > Jobs index controller Closes #27389 See merge request !10546 | ||||
| * | | | | | Count number of queries | Kamil Trzcinski | 2017-04-07 | 4 | -1/+43 |
| | | | | | |