summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'winh-note_form_spec-vue-test-utils' into 'master'Fatih Acet2019-03-011-59/+98
|\ | | | | | | | | Refactor note_form_spec.js to use Vue test utils See merge request gitlab-org/gitlab-ce!25571
| * Refactor note_form_spec.js to use Vue test utilsWinnie Hellmann2019-02-281-59/+98
| |
* | Merge branch '40396-remove-unneeded-restart-code' into 'master'Robert Speicher2019-02-282-88/+63
|\ \ | | | | | | | | | | | | Remove an obsolete workaround for GRPC unavailable errors See merge request gitlab-org/gitlab-ce!25645
| * | Revert "Restart Unicorn and Sidekiq when GRPC throws 14:Endpoint read failed"Nick Thomas2019-02-282-88/+63
| | | | | | | | | | | | This reverts commit 006753110a462e62f549cdf3c410e73eed068dbf.
* | | Merge branch '56863-system-messages-in-email' into 'master'Douglas Barbosa Alexandre2019-02-2810-19/+297
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Show header and footer system messages in email Closes #56863 See merge request gitlab-org/gitlab-ce!25474
| * | Show header and footer system messages in emailAlexandru Croitor2019-02-2710-19/+297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
* | | Merge branch 'web-ide-default-merge-request' into 'master'Nick Thomas2019-02-281-0/+2
|\ \ \ | | | | | | | | | | | | | | | | Use Web IDE path for merge request edit buttons See merge request gitlab-org/gitlab-ce!25595
| * | | Use Web IDE path for merge request edit buttonsPhil Hughes2019-02-271-0/+2
| | | |
* | | | Jira: Make issue links title compactDouglas Barbosa Alexandre2019-02-282-4/+8
| | | | | | | | | | | | | | | | Port of a community contribution from @glensc to upstream.
* | | | Resolve "Add missing karma tests to the the MR Diff components"Natalia Tepluhina2019-02-286-21/+428
| | | |
* | | | make assertions on objects instead of tag namesAlexis Reigel2019-02-271-12/+12
| | | |
* | | | don't filter tags by taggable typeAlexis Reigel2019-02-271-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to performance reasons we cannot use the type filter on the tags. The table for ActsAsTaggableOn is too big and too unoptimized, such that the queries time out on production. See the discussion https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19740#note_120087938 for more info.
* | | | use lazy ajax filter dropdown for runner tagsAlexis Reigel2019-02-272-17/+66
| | | | | | | | | | | | | | | | | | | | | | | | the potential number of available runner tags is too large to load it statically to a dropdown. we use the same lazy loaded dropdown as is used for the users dropdown already.
* | | | add tag filter to admin runners pageAlexis Reigel2019-02-273-0/+75
| | | |
* | | | add tag_list param to runners apiAlexis Reigel2019-02-271-0/+33
| |/ / |/| |
* | | Merge branch 'danger-ignores-gitlab-pot' into 'master'Robert Speicher2019-02-271-0/+1
|\ \ \ | | | | | | | | | | | | | | | | Danger ignores gitlab.pot See merge request gitlab-org/gitlab-ce!25594
| * | | Danger ignores gitlab.potNick Thomas2019-02-271-0/+1
| | |/ | |/|
* | | Merge branch 'fix-misspellings-app' into 'master'Rémy Coutable2019-02-2712-24/+24
|\ \ \ | | | | | | | | | | | | | | | | Fix misspellings in app/spec executable lines See merge request gitlab-org/gitlab-ce!25521
| * | | Fix misspellings in app/spec executable linesTakuya Noguchi2019-02-2712-24/+24
| | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | Merge branch ↵Kamil Trzciński2019-02-2715-113/+207
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '10014-ee-spec-models-ci-build_spec-rb-ee-spec-requests-api-runner_spec-rb-and-ee-spec-services-ci-process_pipeline_service_spec-rb-are-all-failing-ce' into 'master' Revert "Merge branch 'revert-8baf9e5f' into 'master'" See merge request gitlab-org/gitlab-ce!25584
| * | | | Revert "Merge branch 'revert-8baf9e5f' into 'master'"Matija Čupić2019-02-2715-113/+207
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f5201a816f2eff9393e16f362403451e5d86ee6c, reversing changes made to 48e6db0dad6f256e8423e0bd6c9b254803f50ccf.
* | | | | Merge branch 'osw-fetch-latest-version-when-creating-suggestions' into 'master'Sean McGivern2019-02-272-6/+52
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Enforce using the latest diff version when creating suggestions Closes gitlab-ee#9876 See merge request gitlab-org/gitlab-ce!25441
| * | | | Always fetch MR latest version when creating suggestionsOswaldo Ferreira2019-02-262-6/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an issue that can only be seen through EE. Further details can be seen on https://gitlab.com/gitlab-org/gitlab-ee/issues/9876. In general we should always use the latest diff version of a file in order to both create and apply suggestions.
* | | | | Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'57125-heatmap-chart-typeNick Thomas2019-02-277-0/+161
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Project fetch statistics API (HTTP only)" Closes #42086 See merge request gitlab-org/gitlab-ce!23596
| * | | | | Add project http fetch statistics APIJacopo2019-02-277-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.
* | | | | | Merge branch '58149-fix-read-list-board-policy' into 'master'Nick Thomas2019-02-271-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow `:read_list` when `:read_group` is allowed Closes #58149 See merge request gitlab-org/gitlab-ce!25524
| * | | | | Enable `:read_list` when `:read_group` is enabledHeinrich Lee Yu2019-02-251-2/+2
| | | | | |
* | | | | | Add Project template for go-microJason Lenny2019-02-271-1/+2
| | | | | |
* | | | | | Merge branch 'osw-merge-refs-refreshing-api' into 'master'Douwe Maan2019-02-271-0/+61
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API support for MR merge to temporary merge ref path Closes #57252 See merge request gitlab-org/gitlab-ce!24918
| * | | | | | Add API support for refreshing merge ref pathOswaldo Ferreira2019-02-262-28/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a merge_requests/:iid/merge_to_ref API which make use of the groundwork to write merge results into refs/merge-requests/:iid/merge.
| * | | | | | Support merge to ref for merge-commit and squashOswaldo Ferreira2019-02-261-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the ground work for writing into the merge ref refs/merge-requests/:iid/merge the merge result between source and target branches of a MR, without further side-effects such as mailing, MR updates and target branch changes.
* | | | | | | Prepare test suite for switch to Gitaly-embedded Git hooksJacob Vosmaer2019-02-274-8/+11
| | | | | | |
* | | | | | | Merge branch 'include-ci-yaml' into 'master'Grzegorz Bizon2019-02-272-3/+82
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: validate 'include' keywords in gitlab-ci.yml configuration files Closes #55863 See merge request gitlab-org/gitlab-ce!24098
| * | | | | | | tests(yaml_processor): complete test scenarios on 'include' keywordPaul B2019-02-192-8/+78
| | | | | | | |
| * | | | | | | tests: adding a failing unit testPaul B2019-02-191-0/+9
| | | | | | | |
* | | | | | | | Reduce code duplicationAlexander Koval2019-02-272-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move logic of obtaining Issuable data to separate method
* | | | | | | | Fix inconsistent pagination stylesClement Ho2019-02-276-11/+11
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'sh-wip-fix-duplicate-env-xhr' into 'master'Filipa Lacerda2019-02-271-0/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix pagination and duplicate requests in environments page Closes #58191 See merge request gitlab-org/gitlab-ce!25582
| * | | | | | | Add pagination spec and improve filtering of null valuesStan Hu2019-02-261-0/+17
| | | | | | | |
* | | | | | | | Merge branch 'web-ide-default-editor' into 'master'Filipa Lacerda2019-02-274-0/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes the Web IDE the default editor Closes #42382 See merge request gitlab-org/gitlab-ce!25171
| * | | | | | | | Makes the Web IDE the default editorPhil Hughes2019-02-264-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/42382
* | | | | | | | | Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'Phil Hughes2019-02-273-85/+133
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25542
| * | | | | | | | | Remove tests for labels dropdown from gfm_autocomplete_spec.rbWinnie Hellmann2019-02-271-83/+1
| | | | | | | | | |
| * | | | | | | | | Add tests for labels dropdown to gfm_auto_complete_spec.jsWinnie Hellmann2019-02-271-2/+92
| | | | | | | | | |
| * | | | | | | | | Add JSON fixture for labels autocomplete sourceWinnie Hellmann2019-02-271-0/+40
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Set up basic keyboard next/previous navigation in diff listDenys Mishunov2019-02-273-36/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mousetrap is used as the help-tool to listen to keystrokes Added currentDiffIndex getter to store that holds the index of currently active diff file in the list Instead of computing it on the component, we will take advantage of it being available for all components in DiffsApp Testing keyboard navigation and jumpToFile()
* | | | | | | | | Persist source sha and target sha for merge pipelinesShinya Maeda2019-02-275-4/+217
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | source_sha and target_sha are used for merge request pipelines
* | | | | | | | Added: Documentation for the APINermin Vehabovic2019-02-2610-39/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added: Specs for the API action
* | | | | | | | Remove N+1 query for tags in /admin/runners pageStan Hu2019-02-261-1/+18
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed in https://github.com/mbleigh/acts-as-taggable-on/issues/91, we can avoid N+1 queries if we use `tags` instead of `tag_list`. Seen while reviewing https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19740.
* | | | | | | Add name_without_type to environments.jsonVladimir Shushlin2019-02-263-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's needed to show shorter names in environments "folders"