Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autolink the raw text and “transfer” the found links to the highlighted textdm-autolink-in-blobs | Douwe Maan | 2017-05-12 | 1 | -3/+36 |
| | |||||
* | Autolink all of the highlighted text at once | Douwe Maan | 2017-05-12 | 1 | -15/+2 |
| | |||||
* | Update specs | Douwe Maan | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | Autolink URLs and emails in blobs and diffs | Douwe Maan | 2017-05-12 | 4 | -9/+98 |
| | |||||
* | Make AutolinkFilter smarter about trailing punctuation | Douwe Maan | 2017-05-12 | 2 | -1/+10 |
| | |||||
* | Merge branch 'dm-dependency-linker-gemfile' into 'master' | Sean McGivern | 2017-05-12 | 24 | -148/+514 |
|\ | | | | | | | | | Autolink package names in Gemfile See merge request !11224 | ||||
| * | Add changelogdm-dependency-linker-gemfile | Douwe Maan | 2017-05-12 | 1 | -0/+4 |
| | | |||||
| * | Remove unrelated link from spec | Douwe Maan | 2017-05-12 | 1 | -7/+0 |
| | | |||||
| * | Link Gemfile git URLs | Douwe Maan | 2017-05-12 | 2 | -1/+8 |
| | | |||||
| * | Fix specs | Douwe Maan | 2017-05-10 | 2 | -4/+4 |
| | | |||||
| * | Turn blob dependency links blue | Douwe Maan | 2017-05-10 | 5 | -0/+25 |
| | | |||||
| * | Autolink package names in Gemfile | Douwe Maan | 2017-05-10 | 7 | -10/+263 |
| | | |||||
| * | Add Gitlab::StringRegexMarker | Douwe Maan | 2017-05-10 | 3 | -2/+33 |
| | | |||||
| * | Extract generic parts of Gitlab::Diff::InlineDiffMarker | Douwe Maan | 2017-05-10 | 7 | -134/+187 |
| | | |||||
* | | Merge branch 'dm-copy-mr-source-branch-as-gfm' into 'master' | Sean McGivern | 2017-05-12 | 2 | -1/+14 |
|\ \ | | | | | | | | | | | | | Paste a copied MR source branch name as code when pasted into a GFM form See merge request !11315 | ||||
| * \ | Merge branch 'master' into 'dm-copy-mr-source-branch-as-gfm'dm-copy-mr-source-branch-as-gfm | Douwe Maan | 2017-05-12 | 202 | -1886/+2238 |
| |\ \ | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.js | ||||
| * | | | Satisfy ESlint | Douwe Maan | 2017-05-12 | 1 | -3/+4 |
| | | | | |||||
| * | | | Paste a copied MR source branch name as code when pasted into a GFM form | Douwe Maan | 2017-05-11 | 2 | -1/+13 |
| | | | | |||||
* | | | | Merge branch 'remove-droplab-object-assign-calls' into 'master' | Clement Ho | 2017-05-12 | 7 | -263/+208 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Removed all instances of Object.assign by using es6 classes, also includes some … See merge request !11288 | ||||
| * | | | | Removed all instances of Object.assign by using es6 classes, also includes ↵ | Luke "Jared" Bennett | 2017-05-12 | 7 | -263/+208 |
|/ / / / | | | | | | | | | | | | | some … | ||||
* | | | | Merge branch '27439-performance-deltas' into 'master' | Douwe Maan | 2017-05-12 | 16 | -83/+213 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Expose memory deltas between app deployments and refactor prometheus queries to support more custom queries See merge request !10981 | ||||
| * | | | | Respond with 404 when metrics are not enabled or deployment_metrics is not ↵ | Pawel Chojnacki | 2017-05-12 | 2 | -22/+53 |
| | | | | | | | | | | | | | | | | | | | | implemented | ||||
| * | | | | Avoid comma t the end of hash | Pawel Chojnacki | 2017-05-12 | 3 | -3/+3 |
| | | | | | |||||
| * | | | | match query times with appropriate delta | Pawel Chojnacki | 2017-05-11 | 1 | -8/+9 |
| | | | | | |||||
| * | | | | Keep presentation logic in one place and remove unecessary arguments. | Pawel Chojnacki | 2017-05-11 | 6 | -17/+22 |
| | | | | | | | | | | | | | | | | | | | | + fix tests | ||||
| * | | | | Custom queries for prometheus | Pawel Chojnacki | 2017-05-11 | 13 | -53/+146 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tests for prometheus queries - fix rubocop warnings - Remove unused method. Add more queries to deployment queries. - Wrap BaseQuery in module hierarchy Renname Prometheus class to PrometheusClient | ||||
* | | | | | Merge branch 'bvl-fix-dynamic-path-query' into 'master' | Douwe Maan | 2017-05-12 | 2 | -1/+32 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | Only rename namespaces and projects with an invalid path See merge request !11338 | ||||
| * | | | | Update rename_base.rb | James Lopez | 2017-05-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Only rename namespaces and projects with an invalid path | Bob Van Landuyt | 2017-05-12 | 2 | -1/+32 |
| | | | | | | | | | | | | | | | | | | | | For exact matches, not namespaces that end with an invalid path | ||||
* | | | | | Merge branch 'dm-consistent-commit-sha-style' into 'master' | Sean McGivern | 2017-05-12 | 78 | -365/+314 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Consistently use monospace font for commit SHAs and branch and tag names See merge request !11276 | ||||
| * | | | | | Consistently use monospace font for commit SHAs and branch and tag names | Douwe Maan | 2017-05-12 | 78 | -365/+314 |
| | | | | | | |||||
* | | | | | | Merge branch 'fix-form_spec-failure-wait_for_ajax-unneeded-command' into ↵ | Douwe Maan | 2017-05-12 | 1 | -8/+10 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix form_spec.rb See merge request !11330 | ||||
| * | | | | | | Fix wait_for_ajax in describe blockfix-form_spec-failure-wait_for_ajax-unneeded-command | Luke "Jared" Bennett | 2017-05-12 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Fix form_spec.rb failure relating to wait_for_ajax and unneeded commands | Luke "Jared" Bennett | 2017-05-12 | 1 | -8/+10 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'improve-milestone_filter_spec-wait_for_ajax-correct-flow' into ↵ | Sean McGivern | 2017-05-12 | 1 | -6/+7 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix milestone_filter_spec.rb See merge request !11329 | ||||
| * | | | | | | Fix milestone_filter_spec.rb by using wait_for_ajax and a correct user flowimprove-milestone_filter_spec-wait_for_ajax-correct-flow | Luke "Jared" Bennett | 2017-05-12 | 1 | -6/+7 |
| | | | | | | | |||||
* | | | | | | | Merge branch ↵ | Annabel Dunstone Gray | 2017-05-12 | 3 | -1/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '31384-new-issue-button-on-no-results-page-after-search-doesn-t-go-to-correct-form' into 'master' Remove 'New Issue' button from 'There are no issues to show' state graphic Closes #31384 See merge request !11263 | ||||
| * | | | | | | | Ensure issues are enabled on the project.31384-new-issue-button-on-no-results-page-after-search-doesn-t-go-to-correct-form | Bryce Johnson | 2017-05-11 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | Remove 'New issue' button when issues search returns no results. | Bryce Johnson | 2017-05-11 | 2 | -1/+4 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'sh-fix-failing-rc1-backup-spec' into 'master' | Stan Hu | 2017-05-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix failing backup filename spec for RCs See merge request !11318 | ||||
| * | | | | | | | Fix failing backup filename spec for RCssh-fix-failing-rc1-backup-spec | Stan Hu | 2017-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://rubular.com/r/9oI7K8b773 for more details. | ||||
* | | | | | | | | Merge branch ↵ | Kamil Trzciński | 2017-05-12 | 2 | -1/+3 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '32103-last-scheduled-pipeline-link-only-showing-ci-status-icon' into 'master' Adds pipeline id to 'Last Pipeline' link in pipeline schedules Closes #32103 See merge request !11258 | ||||
| * | | | | | | | | Add pipeline id to Last Pipeline cell link.32103-last-scheduled-pipeline-link-only-showing-ci-status-icon | Bryce Johnson | 2017-05-11 | 2 | -1/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'update_assignee_cache_counts_refactoring' into 'master' | Sean McGivern | 2017-05-12 | 12 | -99/+68 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework update_assignee_cache_counts Closes #31873 See merge request !11270 | ||||
| * | | | | | | | | | Move update_assignee_cache_counts to the service | Valery Sizov | 2017-05-12 | 12 | -99/+68 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'acet-mr-widget-fix-link' into 'master' | Filipa Lacerda | 2017-05-12 | 6 | -9/+16 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MRWidget: Fix target branch link. See merge request !11267 | ||||
| * | | | | | | | | | | MRWidget: Use targetBranchPath in everywhere.acet-mr-widget-fix-link | Fatih Acet | 2017-05-12 | 5 | -7/+6 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | MRWidget: Fix target branch link. | Fatih Acet | 2017-05-12 | 4 | -5/+13 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'protected-branches-no-one-merge' into 'master' | Sean McGivern | 2017-05-12 | 7 | -29/+37 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabled 'no one' as a merge access level in protected branches Closes #31541 See merge request !11232 | ||||
| * | | | | | | | | | | Style changes to Ruby fileprotected-branches-no-one-merge | Phil Hughes | 2017-05-12 | 1 | -3/+7 |
| | | | | | | | | | | |