summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Autolink the raw text and “transfer” the found links to the highlighted textdm-autolink-in-blobsDouwe Maan2017-05-121-3/+36
|
* Autolink all of the highlighted text at onceDouwe Maan2017-05-121-15/+2
|
* Update specsDouwe Maan2017-05-121-1/+1
|
* Autolink URLs and emails in blobs and diffsDouwe Maan2017-05-124-9/+98
|
* Make AutolinkFilter smarter about trailing punctuationDouwe Maan2017-05-122-1/+10
|
* Merge branch 'dm-dependency-linker-gemfile' into 'master' Sean McGivern2017-05-1224-148/+514
|\ | | | | | | | | Autolink package names in Gemfile See merge request !11224
| * Add changelogdm-dependency-linker-gemfileDouwe Maan2017-05-121-0/+4
| |
| * Remove unrelated link from specDouwe Maan2017-05-121-7/+0
| |
| * Link Gemfile git URLsDouwe Maan2017-05-122-1/+8
| |
| * Fix specsDouwe Maan2017-05-102-4/+4
| |
| * Turn blob dependency links blueDouwe Maan2017-05-105-0/+25
| |
| * Autolink package names in GemfileDouwe Maan2017-05-107-10/+263
| |
| * Add Gitlab::StringRegexMarkerDouwe Maan2017-05-103-2/+33
| |
| * Extract generic parts of Gitlab::Diff::InlineDiffMarkerDouwe Maan2017-05-107-134/+187
| |
* | Merge branch 'dm-copy-mr-source-branch-as-gfm' into 'master' Sean McGivern2017-05-122-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-gfmDouwe Maan2017-05-12202-1886/+2238
| |\ \ | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.js
| * | | Satisfy ESlintDouwe Maan2017-05-121-3/+4
| | | |
| * | | Paste a copied MR source branch name as code when pasted into a GFM formDouwe Maan2017-05-112-1/+13
| | | |
* | | | Merge branch 'remove-droplab-object-assign-calls' into 'master' Clement Ho2017-05-127-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" Bennett2017-05-127-263/+208
|/ / / / | | | | | | | | | | | | some …
* | | | Merge branch '27439-performance-deltas' into 'master' Douwe Maan2017-05-1216-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 Chojnacki2017-05-122-22/+53
| | | | | | | | | | | | | | | | | | | | implemented
| * | | | Avoid comma t the end of hashPawel Chojnacki2017-05-123-3/+3
| | | | |
| * | | | match query times with appropriate deltaPawel Chojnacki2017-05-111-8/+9
| | | | |
| * | | | Keep presentation logic in one place and remove unecessary arguments.Pawel Chojnacki2017-05-116-17/+22
| | | | | | | | | | | | | | | | | | | | + fix tests
| * | | | Custom queries for prometheusPawel Chojnacki2017-05-1113-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 Maan2017-05-122-1/+32
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Only rename namespaces and projects with an invalid path See merge request !11338
| * | | | Update rename_base.rbJames Lopez2017-05-121-1/+1
| | | | |
| * | | | Only rename namespaces and projects with an invalid pathBob Van Landuyt2017-05-122-1/+32
| | | | | | | | | | | | | | | | | | | | For exact matches, not namespaces that end with an invalid path
* | | | | Merge branch 'dm-consistent-commit-sha-style' into 'master' Sean McGivern2017-05-1278-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 namesDouwe Maan2017-05-1278-365/+314
| | | | | |
* | | | | | Merge branch 'fix-form_spec-failure-wait_for_ajax-unneeded-command' into ↵Douwe Maan2017-05-121-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-commandLuke "Jared" Bennett2017-05-121-2/+2
| | | | | | |
| * | | | | | Fix form_spec.rb failure relating to wait_for_ajax and unneeded commandsLuke "Jared" Bennett2017-05-121-8/+10
| | | | | | |
* | | | | | | Merge branch 'improve-milestone_filter_spec-wait_for_ajax-correct-flow' into ↵Sean McGivern2017-05-121-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-flowLuke "Jared" Bennett2017-05-121-6/+7
| | | | | | |
* | | | | | | Merge branch ↵Annabel Dunstone Gray2017-05-123-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-formBryce Johnson2017-05-111-0/+2
| | | | | | | |
| * | | | | | | Remove 'New issue' button when issues search returns no results.Bryce Johnson2017-05-112-1/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'sh-fix-failing-rc1-backup-spec' into 'master' Stan Hu2017-05-121-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix failing backup filename spec for RCs See merge request !11318
| * | | | | | | Fix failing backup filename spec for RCssh-fix-failing-rc1-backup-specStan Hu2017-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://rubular.com/r/9oI7K8b773 for more details.
* | | | | | | | Merge branch ↵Kamil Trzciński2017-05-122-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-iconBryce Johnson2017-05-112-1/+3
| | | | | | | | |
* | | | | | | | | Merge branch 'update_assignee_cache_counts_refactoring' into 'master' Sean McGivern2017-05-1212-99/+68
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework update_assignee_cache_counts Closes #31873 See merge request !11270
| * | | | | | | | | Move update_assignee_cache_counts to the serviceValery Sizov2017-05-1212-99/+68
| | | | | | | | | |
* | | | | | | | | | Merge branch 'acet-mr-widget-fix-link' into 'master' Filipa Lacerda2017-05-126-9/+16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MRWidget: Fix target branch link. See merge request !11267
| * | | | | | | | | | MRWidget: Use targetBranchPath in everywhere.acet-mr-widget-fix-linkFatih Acet2017-05-125-7/+6
| | | | | | | | | | |
| * | | | | | | | | | MRWidget: Fix target branch link.Fatih Acet2017-05-124-5/+13
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'protected-branches-no-one-merge' into 'master' Sean McGivern2017-05-127-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-mergePhil Hughes2017-05-121-3/+7
| | | | | | | | | | |