summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Ruby verification commandfix-ruby-verification-commandSean McGivern2017-02-021-1/+1
|
* Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan2017-02-0218-38/+312
|\ | | | | | | | | | | | | Add ability to define a coverage regex in the .gitlab-ci.yml Closes #20428 See merge request !7447
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using: `coverage: /\(\d+.\d+%\) covered/` This structure must be used now: ``` coverage: output_filter: /\(\d+.\d+%\) covered/` ``` The surrounding '/' is optional.
| * Comply to requests made in the review and adjust to the Entry/Node changesLeandro Camargo2017-01-255-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit: * Turns `coverage_regex` into `coverage` entry in yml file * Fixes smaller requests from code reviewers for the previous commit * This commit is temporary (will be squashed afterwards) This commit does not (further commits will do though): * Add global `coverage` entry handling in yml file as suggested by Grzegorz * Add specs * Create changelog * Create docs
| * Add ability to define a coverage regex in the .gitlab-ci.ymlLeandro Camargo2017-01-258-7/+69
| | | | | | | | * Instead of using the proposed `coverage` key, this expects `coverage_regex`
* | Merge branch ↵Alfredo Sumaran2017-02-026-5/+56
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '25811-pipeline-number-and-url-do-not-update-when-new-pipeline-is-triggered' into 'master' Update pipeline and commit URL and text on CI status change Closes #25811 See merge request !8351
| * | 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
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Snippet spam Closes #26276 See merge request !8911
* \ \ \ Merge branch 'snippet-spam' into 'master' Rémy Coutable2017-02-0225-26/+286
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Snippet spam Closes #26276 See merge request !8911
| * | | Use `add_$role` helper in snippets specssnippet-spamSean McGivern2017-02-022-6/+6
| | | |
| * | | Check public snippets for spamSean McGivern2017-02-0219-12/+277
| | | | | | | | | | | | | | | | | | | | | | | | Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
| * | | Keep snippet visibility on errorSean McGivern2017-02-027-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When a snippet is submitted, but there's an error, we didn't keep the visibility level. As the default is private, this means that submitting a public snippet that failed would then fall back to being a private snippet.
* | | | Merge branch 'fix-depr-warn' into 'master' Rémy Coutable2017-02-024-4/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolve deprecation warnings Closes #27423 See merge request !8855
| * | | | add complete changelogAdam Pahlevi2017-01-311-0/+4
| | | | |
| * | | | resolve deprecation warningsAdam Pahlevi2017-01-313-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don’t pass AR object, use the ID to avoid depr warning pass in the id instead of AR object to specs for `ProjectDestroyWorker`
* | | | | 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 use See merge request !8871
| * | | | | Reduce the number of loops that Cycle Analytics specs users-why-five-times-surely-twice-is-enoughRobert Speicher2017-02-017-102/+72
| | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/27402
* | | | | | Merge branch 'jej-backport-active-tense-specs' into 'master' Douwe Maan2017-02-0214-29/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port 'Active tense test coverage' changes from EE See merge request !8921
| * | | | | | Active tense test coveragejej-backport-active-tense-specsValery Sizov2017-02-0114-29/+29
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/642 back into CE
* | | | | | Merge branch ↵Filipa Lacerda2017-02-023-3/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '27067-mention-user-dropdown-does-not-suggest-by-non-ascii-characters-in-name' into 'master' Resolve "Mention @user dropdown does not suggest by non-ASCII characters in name" Closes #27067 See merge request !8729
| * | | | | | 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
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes broken build: Use jquery to get the element position in the page See merge request !8926
| * | | | | | | Fixes broken build: Use jquery to get the element position in the pagefix-broken-buil-9724713Filipa Lacerda2017-02-021-3/+2
| | | | | | | |
* | | | | | | | Merge branch 'move-dashboard-shortcuts-from-spinach-to-rspec' into 'master' Sean McGivern2017-02-023-28/+29
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Move Dashboard shortcuts specs from Spinah to RSpec See merge request !8899
| * | | | | | | Move Dashboard shortcuts specs from Spinah to RSpecmove-dashboard-shortcuts-from-spinach-to-rspecRémy Coutable2017-01-313-28/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Merge branch 'ux-guide-hover-animation-guidance-update' into 'master' Achilleas Pipinellis2017-02-021-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | UX guide: Update animation guidance to 100ms See merge request !8692
| * | | | | | | [ci skip] UX guide: Update animation guidance to 100msux-guide-hover-animation-guidance-updateAllison Whilden2017-01-211-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'empty-selection-reply-shortcut' into 'master' Clement Ho2017-02-014-25/+38
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the reply shortcut to focus the field even without a selection. See merge request !8873
| * | | | | | | | Remove unnecessary returns / unset variables from the CoffeeScript -> JS ↵Brian Hall2017-02-011-25/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion.
| * | | | | | | | Change the reply shortcut to focus the field even without a selection.Brian Hall2017-01-314-5/+21
| | | | | | | | |
* | | | | | | | | Merge branch '24462-reduce_ldap_queries_for_lfs' into 'master' Robert Speicher2017-02-013-29/+82
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce hits to LDAP on Git HTTP auth by reordering auth mechanisms Closes #24462 See merge request !8752
| * | | | | | | | | Reduce hits to LDAP on Git HTTP auth by reordering auth mechanismsDrew Blessing2017-01-303-29/+82
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We accept half a dozen different authentication mechanisms for Git over HTTP. Fairly high in the list we were checking user password, which would also query LDAP. In the case of LFS, OAuth tokens or personal access tokens, we were unnecessarily hitting LDAP when the authentication will not succeed. This was causing some LDAP/AD systems to lock the account. Now, user password authentication is the last mechanism tried since it's the most expensive.
* | | | | | | | | Merge branch '27089-26860-27151-fix-discussion-note-permalink-collapsed' ↵Filipa Lacerda2017-02-010-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix permalink discussion note being collapsed Closes #26860, #27089, and #27151 See merge request !8773
* \ \ \ \ \ \ \ \ \ Merge branch '27089-26860-27151-fix-discussion-note-permalink-collapsed' ↵Filipa Lacerda2017-02-010-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix permalink discussion note being collapsed Closes #26860, #27089, and #27151 See merge request !8773
* | | | | | | | | | Merge branch '27089-26860-27151-fix-discussion-note-permalink-collapsed' ↵Filipa Lacerda2017-02-013-10/+49
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | / / / / / | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix permalink discussion note being collapsed Closes #26860, #27089, and #27151 See merge request !8773
| * | | | | | | | Fix permalink discussion note being collapsed27089-26860-27151-fix-discussion-note-permalink-collapsedEric Eastwood2017-01-263-10/+49
| | | | | | | | |
* | | | | | | | | Merge branch 'fix-filtering-username-with-multiple-words' into 'master' Filipa Lacerda2017-02-013-1/+52
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix filtering usernames with multiple words Closes #27404 See merge request !8851
| * | | | | | | | | Fix filtering usernames with multiple wordsfix-filtering-username-with-multiple-wordsClement Ho2017-01-273-1/+52
| | | | | | | | | |