summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ce-10266-job-failed-173481892' into 'master'Luke Bennett2019-03-071-4/+6
|\ | | | | | | | | | | | | Fix for mismatch in EE on FIXTURE_PATHS to FIXTURE_PATH Closes gitlab-ee#10266 See merge request gitlab-org/gitlab-ce!25878
| * Fix for mismatch in EE on FIXTURE_PATHS to FIXTURE_PATHRémy Coutable2019-03-071-4/+6
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch '46464-improve-stop-pipeline-modal' into 'master'Kushal Pandya2019-03-071-1/+3
|\ \ | |/ |/| | | | | | | | | Resolve "Improve stop pipeline modal" Closes #46464 See merge request gitlab-org/gitlab-ce!25059
| * Add fields displayed in modal to testmfluharty2019-03-071-1/+3
| |
| * Update corresponding testmfluharty2019-03-071-1/+1
| |
* | Merge branch 'ce-extract-ee-specific-code-for-spec/support' into 'master'Dmitriy Zaporozhets2019-03-071-11/+11
|\ \ | | | | | | | | | | | | [CE] Extract EE specific code for spec/support See merge request gitlab-org/gitlab-ce!25569
| * | Reduce differences in spec/support/helpers/javascript_fixtures_helpers.rbRémy Coutable2019-03-071-11/+11
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Revert "Merge branch 'id-1951-filter-merge-requests-by-approvers' into 'master'"Igor2019-03-072-362/+334
| | | | | | | | | | | | This reverts merge request !24982
* | | Merge branch '56937-edit-knative-domain' into 'master'Grzegorz Bizon2019-03-074-84/+108
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Edit Knative domain after it has been deployed Closes #56937 See merge request gitlab-org/gitlab-ce!25386
| * | | Add ability to edit Knative domainjerasmus2019-03-054-84/+108
| | | | | | | | | | | | | | | | Added the functionality to edit the Knative domain
* | | | Merge branch 'expand-diff-to-full-file' into 'master'Douwe Maan2019-03-075-1/+304
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expand diff to entire file Closes #19054 See merge request gitlab-org/gitlab-ce!24406
| * | | | Add option to expand diff to full filePhil Hughes2019-03-065-1/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The user can also toggle between the diff changes and the full file diff. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/19054
* | | | | Moves shared quota getter into CEFilipa Lacerda2019-03-071-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In jobs store, moves the check for `shouldRenderSharedRunnerLimitWarning` to the CE codebase.
* | | | | Fix cluster health chartsAdriel Santiago2019-03-071-25/+19
| | | | | | | | | | | | | | | | | | | | Render both usage and capacity in chart
* | | | | Moved all emojis to the public folderTim Zallmann2019-03-073-72/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created new emojis map in public folder Renamed folder to emojis Loading now the emojis from Localstorage or from Server Moved all emojis to the public folder Loading the emojis.json file now through AJAX Loads now the map in the web element instead when building the emoji tag Updated the custom Element Setup to modern method Fixed Emoji Karma Specs for async loading Loading now the emojis from Localstorage or from Server Loads now the map in the web element instead when building the emoji tag Fixed problem with FIXTURE_PATH for emojis fixtures Fixes Linting Error in gemojione.rake Fixed Emoji Karma Specs Fix static type check in gemojione and check if already registered Testing if the Emoji Support Check is failing Rspec Change of CLass Name, returning true on check to test Fixes failing Emoji RSpec Tests Moved Emojis into public/-/emojis/1/ Fixed Linting Errors in gl_emoji Fix to fixtures creation for emojis Fixed path spec for new subdirectory -/emojis Optimized emojis.json output Fix for Emoji Spec failure due to unicode dataset Better catch handling for emojis
* | | | | Added a condition on squash message displayNatalia Tepluhina2019-03-071-3/+17
| | | | | | | | | | | | | | | | | | | | - also added a caret back to GlDropdown
* | | | | Improve files_decorator performancePaul Slaughter2019-03-072-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **How?** Previously the files_decorator inserted parent folders inefficiently. It started at the first part and ensured each was inserted. Since the file entries are given to use in alphabetical order, we can start at the last part of the blob's parents. If this exists, we can short circuit and be done inserting parents. **What else?** - Improve performance of decorateData. The object spread operator is not needed because the object is brand new.
* | | | | Merge branch '30299-transform-notes-from-polling-response' into 'master'Phil Hughes2019-03-071-0/+13
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Handle transformed notes from polling response See merge request gitlab-org/gitlab-ce!25792
| * | | | Handle transformed notes from polling responseHeinrich Lee Yu2019-03-061-0/+13
| | |_|/ | |/| | | | | | | | | | Transforms notes when the note was transformed in some other tab
* | | | Provide EE backports for filtering by approver featureIgor2019-03-072-334/+362
| | | | | | | | | | | | | | | | | | | | Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
* | | | Add zoom to metrics dashboardAdriel Santiago2019-03-061-5/+15
| | | | | | | | | | | | | | | | Adds the ability to change data zoom for metrics graphs
* | | | Add PersistentUserCallout factory methodLuke Bennett2019-03-061-0/+88
| | | | | | | | | | | | | | | | | | | | Use factory method to DRY safe instantiation. Add tests for PersistentUserCallout.
* | | | Merge branch 'contribute/fix-issue-board-weekday-shift' into 'master'Kushal Pandya2019-03-061-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Remove timezone conversion of issue due dates for issue board cards Closes #56251 See merge request gitlab-org/gitlab-ce!25512
| * | | Remove timezone conversion of issue due dates for issue board cardsElias Werberich2019-02-251-2/+2
| | | |
* | | | Add Component to Confirm Environment RollbackAndrew Fontaine2019-03-052-3/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure a vue.js component to confirm the re-deployment/rollback of an environment pops up when rollback/re-deploy has been clicked so the user must confirm their actions before accidentally rolling back or re-deploying an environment. Only on the `environment-table` view.
* | | | Merge branch '56851-error-tracking-page-seems-broken' into 'master'Filipa Lacerda2019-03-051-2/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Error tracking page seems broken" Closes #56851 See merge request gitlab-org/gitlab-ce!24806
| * | | | Fix error tracking page, not showing an empty stateJose Vargas2019-03-011-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR adds a missing empty state for when a backend response contains an empty error list, it shows the table but with `no data to display` empty state, also adds a reload button that allows to refresh for data
* | | | | Added tightLists option to copy_as_gfm markdown serializerConstance Okoghenun2019-03-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This removes extraneous newlines when copying comments with an ordered list.
* | | | | Revert "Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'"Winnie Hellmann2019-03-051-40/+0
| | | | | | | | | | | | | | | | | | | | This reverts merge request !25542
* | | | | Merge branch '49663-branch-to-mr-connection' into 'master'Phil Hughes2019-03-053-0/+128
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Link to the MR from current branch in Web IDE Closes #49663 See merge request gitlab-org/gitlab-ce!25689
| * | | | Extended Web IDE API to get MRs for a certain branch in a projectDenys Mishunov2019-03-043-0/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New `Api.projectMergeRequests` allows: - to query for all MRs on a project without specifying `mergeRequestId` - to filter the returned MRs using parameters from https://bit.ly/2H7We4V The new API request is used for fetching information about MRs associated with a particular branch in Web IDE to have IdeSidebar behave consistently in both scenarios: - getting to a branch from and MR (where we already have info about relevant MR), or - getting to a branch somehow differently directly For cases where there are several merge requests that the current branch is associated with, mark the most recent one as 'current' Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49663
* | | | | Fixed mutation for rootNatalia Tepluhina2019-03-043-9/+88
| | | | | | | | | | | | | | | | | | | | | | | | | - fixed test spec - added warning only if file is deleted
* | | | | CE backport of batch-comments-ee-store-modulePhil Hughes2019-03-044-4/+8
| | | | |
* | | | | Merge branch 'winh-import_projects_table_spec' into 'master'Fatih Acet2019-03-043-5/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Use factory method for import_projects store Closes gitlab-ee#10062 See merge request gitlab-org/gitlab-ce!25646
| * | | | Use factory method for import_projects storeWinnie Hellmann2019-03-013-5/+13
| | | | | | | | | | | | | | | | | | | | Make sure we always create a new instance of the import_projects store.
* | | | | Creates a function to check if repo is EEFilipa Lacerda2019-03-041-0/+3
| |/ / / |/| | | | | | | | | | | | | | | Adds EE information to gon Creates a global vue mixin
* | | | Fix transient dirty submitLuke Bennett2019-03-011-0/+2
| |/ / |/| |
* | | Refactor model and specReuben Pereira2019-03-018-0/+750
| | | | | | | | | | | | | | | | | | - Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
* | | Merge branch '10097-number-utils' into 'master'Phil Hughes2019-03-011-0/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Moves EE differences out of number_utils.js Closes gitlab-ee#10097 See merge request gitlab-org/gitlab-ce!25680
| * | | Moves utility function into CEFilipa Lacerda2019-03-011-0/+11
| | | |
* | | | Merge branch ↵Phil Hughes2019-03-011-16/+166
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '57991-frontend-pagination-needs-to-handle-cases-where-the-x-total-pages-header-isn-t-present' into 'master' Improve the JS pagination to handle the case when the `X-Total` and `X-Total-Pages` headers aren't present Closes #57991 See merge request gitlab-org/gitlab-ce!25601
| * | | | Make JS pagination handle missing 'X-Total-Pages' headerRémy Coutable2019-02-281-16/+166
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Move related issues shared components from EEFatih Acet2019-03-012-0/+305
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We will rewrite Related MRs widget in CE with Vue. It’s pretty much the same with Related Issues in EE. I made EE only components reusable and this is the CE backward compatability commit. Links: Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/57662 MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9730
* | | | Move EE differences in CE diff files into CEPhil Hughes2019-03-011-0/+8
| |/ / |/| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9974, https://gitlab.com/gitlab-org/gitlab-ee/issues/9973, https://gitlab.com/gitlab-org/gitlab-ee/issues/9969
* | | 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
| | |
* | | Resolve "Add missing karma tests to the the MR Diff components"Natalia Tepluhina2019-02-286-21/+428
| | |
* | | Fix misspellings in app/spec executable linesTakuya Noguchi2019-02-272-4/+4
| | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | Fix inconsistent pagination stylesClement Ho2019-02-275-10/+10
| | |
* | | Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'Phil Hughes2019-02-271-0/+40
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25542