summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 'update-import-export-docs'update-import-export-docsAchilleas Pipinellis2017-02-02499-2304/+5300
|\
| * Merge branch 'fix-ruby-verification-command' into 'master' Achilleas Pipinellis2017-02-021-1/+1
| |\
| | * Fix Ruby verification commandfix-ruby-verification-commandSean McGivern2017-02-021-1/+1
| * | Merge branch '27321-double-separator-line-in-edit-projects-settings' into 'ma...Annabel Dunstone Gray2017-02-022-1/+5
| |\ \
| | * | Only render hr when user can't archive project.Bryce Johnson2017-02-022-1/+5
| * | | Merge branch 'simplify-ssh-doc' into 'master' Achilleas Pipinellis2017-02-021-4/+6
| |\ \ \ | | |/ / | |/| |
| | * | Simplify the SSH protocol introduction and link to a DO tutorialsimplify-ssh-docRémy Coutable2017-01-311-4/+6
| * | | Merge branch '27516-fix-wrong-call-to-project_cache_worker-method' into 'mast...Robert Speicher2017-02-022-1/+5
| |\ \ \
| | * | | Fix wrong call to ProjectCacheWorker.perform27516-fix-wrong-call-to-project_cache_worker-methodRémy Coutable2017-01-312-1/+5
| * | | | Merge branch 'group-label-sidebar-link' into 'master' Sean McGivern2017-02-023-1/+26
| |\ \ \ \
| | * | | | Fixed group label in issuable sidebargroup-label-sidebar-linkPhil Hughes2017-02-023-1/+26
| * | | | | Merge branch '27291-unify-mr-diff-file-buttons' into 'master' Annabel Dunstone Gray2017-02-026-9/+9
| |\ \ \ \ \
| | * | | | | removes old css class from everywhere27291-unify-mr-diff-file-buttonsNur Rony2017-02-023-7/+3
| | * | | | | adds changelogNur Rony2017-01-301-0/+4
| | * | | | | unifies mr diff file button styleNur Rony2017-01-302-2/+2
| * | | | | | Merge branch 'fix-filtered-search-manager-spec' into 'master' Filipa Lacerda2017-02-021-0/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Fix filtered search manager spec teaspoon errorfix-filtered-search-manager-specClement Ho2017-02-011-0/+1
| * | | | | | Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan2017-02-0218-38/+312
| |\ \ \ \ \ \
| | * | | | | | Be more lenient on build coverage value updates and fix specsLeandro Camargo2017-01-252-1/+2
| | * | | | | | Make some other refinements to validation logicLeandro Camargo2017-01-251-2/+2
| | * | | | | | Make more code improvements around the '/' stripping logicLeandro Camargo2017-01-257-37/+35
| | * | | | | | Improve/polish code logic for some Ci::Build methodsLeandro Camargo2017-01-251-4/+4
| | * | | | | | Force coverage value to always be surrounded by '/'Leandro Camargo2017-01-258-41/+65
| | * | | | | | Improve specs styles/organization and add some more specsLeandro Camargo2017-01-254-20/+38
| | * | | | | | Comply to more requirements and requests made in the code reviewLeandro Camargo2017-01-256-17/+28
| | * | | | | | Simplify coverage setting and comply to some requests in code reviewLeandro Camargo2017-01-256-62/+28
| | * | | | | | Fix wrong description for Coverage entry (in ruby comments)Leandro Camargo2017-01-251-1/+1
| | * | | | | | Add specs to cover the implemented feature and fix a small bugLeandro Camargo2017-01-256-6/+131
| | * | | | | | Add changelog entry and extend the documentation accordinglyLeandro Camargo2017-01-252-0/+55
| | * | | | | | Add `coverage` to the Global config entry as wellLeandro Camargo2017-01-251-1/+4
| | * | | | | | Change expected `coverage` structure for CI configuration YAML fileLeandro Camargo2017-01-254-9/+19
| | * | | | | | Comply to requests made in the review and adjust to the Entry/Node changesLeandro Camargo2017-01-255-11/+12
| | * | | | | | Add ability to define a coverage regex in the .gitlab-ci.ymlLeandro Camargo2017-01-258-7/+69
| * | | | | | | Merge branch '25811-pipeline-number-and-url-do-not-update-when-new-pipeline-i...Alfredo Sumaran2017-02-026-5/+56
| |\ \ \ \ \ \ \
| | * | | | | | | Update pipeline and commit URL and text on CI status change25811-pipeline-number-and-url-do-not-update-when-new-pipeline-is-triggeredSam Rose2017-02-016-5/+56
| * | | | | | | | Merge branch 'snippet-spam' into 'master' Rémy Coutable2017-02-020-0/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'snippet-spam' into 'master' Rémy Coutable2017-02-0225-26/+286
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Use `add_$role` helper in snippets specssnippet-spamSean McGivern2017-02-022-6/+6
| | * | | | | | | | Check public snippets for spamSean McGivern2017-02-0219-12/+277
| | * | | | | | | | Keep snippet visibility on errorSean McGivern2017-02-027-11/+6
| * | | | | | | | | Merge branch 'fix-depr-warn' into 'master' Rémy Coutable2017-02-024-4/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | add complete changelogAdam Pahlevi2017-01-311-0/+4
| | * | | | | | | | | resolve deprecation warningsAdam Pahlevi2017-01-313-4/+4
| * | | | | | | | | | Merge branch 'rs-why-five-times-surely-twice-is-enough' into 'master' Rémy Coutable2017-02-027-102/+72
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| | * | | | | | | | | Reduce the number of loops that Cycle Analytics specs users-why-five-times-surely-twice-is-enoughRobert Speicher2017-02-017-102/+72
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'jej-backport-active-tense-specs' into 'master' Douwe Maan2017-02-0214-29/+29
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Active tense test coveragejej-backport-active-tense-specsValery Sizov2017-02-0114-29/+29
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch '27067-mention-user-dropdown-does-not-suggest-by-non-ascii-chara...Filipa Lacerda2017-02-023-3/+20
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Support non-ASCII characters in GFM autocomplete27067-mention-user-dropdown-does-not-suggest-by-non-ascii-characters-in-namesamrose32017-02-013-3/+20
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'fix-broken-buil-9724713' into 'master' Fatih Acet2017-02-021-3/+2
| |\ \ \ \ \ \ \ \ \