summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* DRY with Gitlab.config.webpack.dev_server referenceswebpackMike Greiling2017-02-021-10/+12
|
* Merge branch 'master' into webpackMike Greiling2017-02-02154-612/+1805
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (63 commits) Use `add_$role` helper in snippets specs removes old css class from everywhere Fixes broken build: Use jquery to get the element position in the page Check public snippets for spam Keep snippet visibility on error Update pipeline and commit URL and text on CI status change Support non-ASCII characters in GFM autocomplete Active tense test coverage Fix filtered search manager spec teaspoon error Reduce the number of loops that Cycle Analytics specs use Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion. update spec Change the reply shortcut to focus the field even without a selection. use destroy_all Remove settings cog from within admin scroll tabs; keep links centered add changelog remove old project members from project add spec replicating validation error Improve styling of the new issue message Don't capitalize environment name in show page ...
| * Merge branch '27291-unify-mr-diff-file-buttons' into 'master' Annabel Dunstone Gray2017-02-026-9/+9
| |\ | | | | | | | | | | | | | | | | | | unifies mr diff file button style Closes #27291 See merge request !8874
| | * 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 error See merge request !8919
| | * | 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
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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