summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Initiate editor for any file without content60856-deleting-binary-fileDenys Mishunov2019-07-052-0/+60
| | | | | | Important to get file data for any file that has no content set yet: we need this information in order to build a previe for changed/staged files if they were not yet opened in the editor
* Fix alert creation dropdown menuSarah Yasonik2019-07-051-0/+37
|
* Change 'Todo' to 'To Do'Christie Lenneville2019-07-042-12/+12
| | | | | | | | | | | | | | | | Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
* Copy content from BoardService to boardsStoreWinnie Hellmann2019-07-041-1/+4
| | | | (cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
* Use gl-empty-state for monitor chartslittle-cluster-health-charts-ceSimon Knox2019-07-041-101/+0
| | | | Move a unit test to jest and use snapshot tests
* Move error_tracking_frontend specs to JestSimon Knox2019-07-038-750/+0
| | | | Update TEST_HOST import paths. Tests all pass
* Merge branch '55487-enable-group-terminals-button' into 'master'Fatih Acet2019-07-031-26/+14
|\ | | | | | | | | | | | | Enable terminals button for group clusters Closes #55487 See merge request gitlab-org/gitlab-ce!30255
| * Enable terminals button for group clusters55487-enable-group-terminals-buttonTiger2019-07-021-26/+14
| |
* | Migrate markdown header_spec.js to JestWinnie Hellmann2019-07-031-111/+0
| |
* | Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953Sean McGivern2019-07-039-215/+55
|\ \
| * \ 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.
* | | prettified noteable_discussion spec fileMichel Engelen2019-07-021-6/+4
| | |
* | | prettified js testfile for noteable_discussion componentMichel Engelen2019-07-021-3/+3
| | |
* | | updated karma test for noteable_discussion componentMichel Engelen2019-07-021-1/+1
| | |
* | | prettified noteable_discussion component and updated testsMichel Engelen2019-07-021-18/+18
| | |
* | | updated Karma test for changed strings in mr-widget stateMichel Engelen2019-07-021-4/+4
|/ /
* | 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
| |/