summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'sh-improve-redis-peek' into 'master'Sean McGivern2019-07-031-47/+0
|\ | | | | | | | | Add Redis call details in Peek performance bar See merge request gitlab-org/gitlab-ce!30191
| * Add Redis call details in Peek performance barsh-improve-redis-peekStan Hu2019-07-021-47/+0
| | | | | | | | | | | | | | | | | | | | | | | | Since Redis timings appear to be increasing in production, this change makes it easier to see what exactly which queries are being called and where. This is done by prepending modules in peek-redis to store the call details. This commit redact values for all SET commands (e.g. HMSET, GETSET, etc.).
* | Show upcoming status for releasesJason Goodman2019-07-031-6/+6
| | | | | | | | | | | | Add released_at field to releases API Add released_at column to releases table Return releases to the API sorted by released_at
* | Rebased and squashed commitsNatalia Tepluhina2019-07-035-150/+12
|/ | | | - all commits squashed to make danger review happy
* Fix typo in updateResolvableDiscussionsCounts actionWinnie Hellmann2019-07-021-8/+8
|
* Registry component now includes error messagesNick Kipling2019-07-021-4/+29
| | | | | | | | | Includes changes to the Vue container registry component to support the display of an empty message and error message when invalid characters are found in the group, project or branch name. repositories/index.html.haml has been changed to remove the content and place into Vue component.
* Allow adding new entries to existing pathDenys Mishunov2019-07-024-11/+139
| | | | | | | If an entry has been removed from the tree and later, during the same session, a user is trying to add a new item with the same name/path we should allow for that as long as the original entry is marked with `deleted`.
* Hid re-named entries in subfolders63984-rename-in-folderDenys Mishunov2019-07-021-0/+13
|
* Merge branch '63590-pipeline-actions-cause-full-refresh' into 'master'Phil Hughes2019-07-011-6/+2
|\ | | | | | | | | | | | | Resolve "Pipeline actions cause full refresh" Closes #63590 See merge request gitlab-org/gitlab-ce!30190
| * Fix pipelines table update after action63590-pipeline-actions-cause-full-refreshshampton2019-06-281-6/+2
| | | | | | | | | | | | | | The pipelines table was showing the loading icon after the user cancelled or retried a pipeline. This fixes that so the pipeline updates without removing the table from the DOM.
* | Merge branch '45120-fix-ide-editor-to-update-size-on-show-change' into 'master'Phil Hughes2019-07-011-7/+56
|\ \ | | | | | | | | | | | | | | | | | | Fix IDE editor to update dimensions on show change Closes #45120 See merge request gitlab-org/gitlab-ce!30135
| * | Fix IDE editor to update dimensions on show change45120-fix-ide-editor-to-update-size-on-show-changePaul Slaughter2019-06-281-7/+56
| | |
* | | Allow collapsing all issue boardsMartin Hanzel2019-06-281-29/+32
| | | | | | | | | | | | | | | | | | All issue boards can now be collapsed via a button, re-ordered by dragging the header, and the vertical collapsed header style was reworked.
* | | Fix modal related testsPaul Gascou-Vaillancourt2019-06-282-25/+12
| | |
* | | Fix selector in karma specLukas Eipert2019-06-281-1/+1
| | |
* | | Set logModifiedComponents in jest and karmaPaul Slaughter2019-06-281-0/+4
| |/ |/| | | | | | | Also: - stub MutationObserver in Jest
* | Merge branch 'id-extract-widget-into-different-request' into 'master'Ash McKenzie2019-06-281-1/+2
|\ \ | | | | | | | | | | | | | | | | | | Extract MR's widget into a separate request Closes #62723 See merge request gitlab-org/gitlab-ce!29979
| * | Extract MR's widget into a separate endpointid-extract-widget-into-different-requestIgor Drozdov2019-06-281-1/+2
| | | | | | | | | | | | | | | | | | This commits extracts /merge_requests/1.json?serializer=widget Into a separate /merge_requests/1/widget.json endpoint This will allow to use caching for this request
* | | Rearrange discussion resolve buttons & update button displaySamantha Ming2019-06-281-0/+20
| | | | | | | | | | | | | | | - next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements
* | | Merge branch ↵Clement Ho2019-06-271-3/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '11888-regression-deploy-correlation-markers-on-monitoring-graphs-not-clickable' into 'master' Turn commit sha in monitor charts popover to link Closes gitlab-ee#11888 See merge request gitlab-org/gitlab-ce!29914
| * | | Turn commit sha in monitor charts popover to link11888-regression-deploy-correlation-markers-on-monitoring-graphs-not-clickableDhiraj Bodicherla2019-06-261-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | Commit sha in deployment popovers within monitoring dashboard are not clickable or selectable. This commit makes those commit sha links selectable and point to projects commit page
* | | | Merge branch '12436-mr-widget' into 'master'Phil Hughes2019-06-271-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Removes EE differences for spec/javascripts/vue_mr_widget/mr_widget_options_spec.js Closes gitlab-ee#12436 See merge request gitlab-org/gitlab-ce!30091
| * | | Removes EE differences12436-mr-widgetFilipa Lacerda2019-06-261-1/+1
| | | |
* | | | Add feature flag and dashboard endpointSimon Knox2019-06-264-6/+89
|/ / / | | | | | | | | | | | | | | | First part of FE for Prometheus API Dashboard endpoint fetches all info except for chart results Renders empty groups after loading
* | | Always display environment selectorReuben Pereira2019-06-261-9/+37
| | | | | | | | | | | | | | | | | | On the metrics dashboard, always display the environment selector, even if there is no data to display for that environment. This allows the user to switch to the metrics dashboard of another environment.
* | | Re-name entries in one commitDenys Mishunov2019-06-264-11/+61
| |/ |/| | | | | | | | | | | | | Update window's URL after entry's re-name Set proper hook for correct fileLanguage Filtered out `moved` entries from the tree
* | Merge branch ↵Filipa Lacerda2019-06-251-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | '63177-follow-up-from-use-scoped-routes-for-labels-and-milestones' into 'master' Resolve "Follow-up from "Use scoped routes for labels and milestones"" Closes #63177 See merge request gitlab-org/gitlab-ce!29983
| * Remove baseEndpoint from search dropdwon63177-follow-up-from-use-scoped-routes-for-labels-and-milestonesDmitriy Zaporozhets2019-06-241-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Keep empty folders in the tree listDenys Mishunov2019-06-251-0/+27
| | | | | | | | | | | | | | | | When removing the last file from a folder in WebIDE, do not remove the folder from the view. We keep those to give users possibility to re-upload files to the same folders. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60860
* | Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-trackingHeinrich Lee Yu2019-06-253-20/+85
| | | | | | | | Changes migration and all other places the attribute is used
* | Merge branch 'jivanvl-add-column-chart-monitoring-dashboard' into 'master'Mike Greiling2019-06-241-0/+58
|\ \ | | | | | | | | | | | | Add column chart component to the monitoring bundle See merge request gitlab-org/gitlab-ce!29293
| * | Add column chart component to the monitoring bundlejivanvl-add-column-chart-monitoring-dashboardJose Vargas2019-06-211-0/+58
| | | | | | | | | | | | | | | This merge request just adds the column chart component without integrating it to the dashboard
* | | Improve group list UIDennis Tang2019-06-242-12/+7
| |/ |/| | | | | | | | | | | | | | | | | | | This updates the groups list UI to match the style of the project list: - New layout - Improve loading state when loading group children - Larger, responsive text - Icon and text colors changed to secondary - Smaller button sizes - Content list description colors were standardized to body text
* | Merge branch 'update-pagination-texts' into 'master'Kushal Pandya2019-06-241-2/+2
|\ \ | | | | | | | | | | | | Update pagination prev and next texts See merge request gitlab-org/gitlab-ce!29911
| * | Update pagination prev and next textsupdate-pagination-textsPaul Gascou-Vaillancourt2019-06-201-2/+2
| |/
* | Merge branch 'mg-upgrade-prettier' into 'master'Clement Ho2019-06-214-23/+7
|\ \ | | | | | | | | | | | | Upgrade prettier to latest (v1.18.2) See merge request gitlab-org/gitlab-ce!29943
| * | Upgrade prettier to latest (v1.18.2)Mike Greiling2019-06-214-23/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html
* | | Add confirmation for registry image deletionPaul Gascou-Vaillancourt2019-06-213-3/+73
|/ / | | | | | | | | Adds a modal to let the user confirm their action before proceeding to registry/image deletion
* | Merge branch '38105-pre-release-tag' into 'master'Kushal Pandya2019-06-211-1/+13
|\ \ | | | | | | | | | | | | Renders pre-release tag for pre-releases See merge request gitlab-org/gitlab-ce!29797
| * | Renders pre-release tag for pre-releases38105-pre-release-tagFilipa Lacerda2019-06-211-1/+13
| | | | | | | | | | | | | | | When a release is a pre release, we render an orange badge with `pre-release` label
* | | Add back trimChar method to remove trailing +/-Samantha Ming2019-06-211-0/+13
| |/ |/| | | | | Add test for checking output
* | Merge branch 'fe-vue-test-utils-for-tooltip-on-truncate-spec' into 'master'Mike Greiling2019-06-191-82/+98
|\ \ | |/ |/| | | | | Use @vue/test-utils for tooltip_on_truncate_spec See merge request gitlab-org/gitlab-ce!29249
| * Use @vue/test-utils for tooltip_on_truncate_specfe-vue-test-utils-for-tooltip-on-truncate-specPaul Slaughter2019-06-171-82/+98
| |
* | Merge branch '59023-fix-web-ide-creating-branches-off-new-commits' into 'master'Phil Hughes2019-06-182-7/+15
|\ \ | | | | | | | | | | | | Fix IDE commit to use start_ref See merge request gitlab-org/gitlab-ce!29769
| * | Fix IDE commit to use start_ref59023-fix-web-ide-creating-branches-off-new-commitsPaul Slaughter2019-06-172-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | **Why?** The branch HEAD could be changed since the IDE was opened. This leads to user's unintentionally creating commits that overwrite other changes. https://gitlab.com/gitlab-org/gitlab-ce/issues/59023
* | | Merge branch 'generate-spans-for-sections' into 'master'Sean McGivern2019-06-172-0/+52
|\ \ \ | |/ / |/| | | | | | | | Add collapsible sections to job log See merge request gitlab-org/gitlab-ce!28642
| * | Update class namesFilipa Lacerda2019-06-142-3/+3
| | |
| * | Adds specs and changelog - squashFilipa Lacerda2019-06-132-0/+52
| | |
* | | Merge branch 'error-pipelines-for-blocked-users' into 'master'Grzegorz Bizon2019-06-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Preventing blocked users and their PipelineSchdules from creating new Pipelines Closes #47756 See merge request gitlab-org/gitlab-ce!27318
| * | | preventing blocked users and their PipelineSchdules from creating new Pipelinesdrew cimino2019-06-041-1/+1
| | | | | | | | | | | | | | | | updated several specs and factories to accomodate new permissions