Commit Graph

4208 Commits

Author SHA1 Message Date
Eduardo Mejía 317c787ea8 add stub to the boardsStore to spy on it and be able to use toHaveBeenCalledWith for the pre-defined labels test 2019-07-19 01:44:05 +00:00
Natalia Tepluhina 6911c3435a Resolve "Tooltips on note timestamps not showing for issues" 2019-07-18 13:16:18 +00:00
Nick Thomas 3069cb2545 Merge branch 'webide-commit-use-correct-parent' into 'master'
Use correct parent when committing in WebIDE

See merge request gitlab-org/gitlab-ce!29598
2019-07-18 10:47:35 +00:00
Paul Slaughter d4cc92db09
FE remove create branch call in IDE commit
Previously `start_sha` was intercepted on the frontend to create the
correct branch in a separate API call. Now that the commits API supports
the `start_sha` parameter directly this workaround is not needed
anymore.
2019-07-18 09:19:18 +02:00
Winnie Hellmann 7e87990ecd Move boards switcher partial
(cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
2019-07-17 20:42:33 +00:00
Nick Kipling 8236640b06 Updating wording as per desgn guidelines
Shortened descriptive text
Added copy button to code snippets
2019-07-15 23:51:36 +00:00
Winnie Hellmann 5b71c8b259 Add setCurrentBoard to boardsStore
(cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
2019-07-15 23:42:26 +00:00
Clement Ho e1d1728d40 Merge branch '64403-remove-setimmediate-polyfill' into 'master'
Remove setImmediate polyfill from production assets

See merge request gitlab-org/gitlab-ce!30591
2019-07-11 22:51:41 +00:00
Mike Greiling 7f8585c618
Update setImmediate use in karma specs 2019-07-11 14:32:37 -05:00
Mike Greiling 97482acb6f
Remove use of setTimeout in karma specs 2019-07-11 09:39:48 -05:00
Kushal Pandya b698e4ce87 Merge branch 'registry-fix-multi-delete-modal' into 'master'
Set unique modal IDs

See merge request gitlab-org/gitlab-ce!30532
2019-07-11 11:40:07 +00:00
Jose Ivan Vargas 202a150f72 Add support for additional panel types
This introduces the single stat chart component aside from
the area chart component
2019-07-10 21:12:46 +00:00
Winnie Hellmann 49d5cc34ca Remove deleteNote from notes service 2019-07-10 16:48:15 +00:00
Paul Gascou-Vaillancourt a076d1d88e Set unique modal IDs 2019-07-09 15:52:09 -04:00
Fatih Acet 14e2412ee4 CE Port of Allow bulk update for group issues
This is a port MR for CE

Original MR:

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
2019-07-09 11:46:16 +00:00
Tim Zallmann b9e52612fe Updates on success of an MR the count on top and in other tabs
New API endpoint for merge request count
Updates all open tabs at the same time with one call
Restructured API response

API response changed to 401 if no current_user

Added API + JS specs

Fix for Static Check

Updated Count on Open/Close, Assign/Unassign of MR's

Checking if MR Count is refreshed

Added # frozen_string_literal: true to spec

Added Changelog
2019-07-09 08:44:19 +00:00
Natalia Tepluhina 9613a34a24 Fixed editing form
- applied functional component patch
- fixed border radius for list
- fixed Karma test to take a correct li amount
2019-07-09 04:22:48 +00:00
Filipa Lacerda 902525abdf Merge branch '60213-fix-is-ee-webpack-checks' into 'master'
Replace runtime isEE check with compile time one

Closes #60213

See merge request gitlab-org/gitlab-ce!30351
2019-07-08 08:50:17 +00:00
Kushal Pandya 008aa6af4f Merge branch '60856-deleting-binary-file' into 'master'
Resolve "Removing an image via Web IDE shows binary data"

Closes #60856

See merge request gitlab-org/gitlab-ce!30314
2019-07-08 06:51:25 +00:00
Winnie Hellmann 23bd46cf01 Remove applySuggestion from notes service 2019-07-05 22:59:30 +00:00
Lukas Eipert 7ca77203c0
Replace runtime isEE check with compile time one
This has the benefit that CE bundles will remove dead code in CE only
builds.

We have a follow-up issue to get rid of this completely:

https://gitlab.com/gitlab-org/gitlab-ce/issues/64173
2019-07-05 16:37:39 +02:00
Denys Mishunov ff1a4a4241 Initiate editor for any file without content
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
2019-07-05 15:37:33 +02:00
Filipa Lacerda a816bad9a4 Merge branch 'fetch-forked-projects-create-mr' into 'master'
Create private merge requests in forks

Closes #58583

See merge request gitlab-org/gitlab-ce!29984
2019-07-05 13:16:19 +00:00
Phil Hughes 77c35d5d00
Create private merge requests in forks
https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
2019-07-05 12:16:46 +01:00
Sarah Yasonik 7fd7406d56 Fix alert creation dropdown menu 2019-07-05 08:49:33 +00:00
Christie Lenneville c433082f89 Change 'Todo' to 'To Do'
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
2019-07-04 15:45:54 +00:00
Winnie Hellmann 3c89dc99d9 Copy content from BoardService to boardsStore
(cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
2019-07-04 14:11:03 +00:00
Simon Knox 824ec018a1 Use gl-empty-state for monitor charts
Move a unit test to jest and use snapshot tests
2019-07-04 14:14:38 +10:00
Simon Knox ec54a56238 Move error_tracking_frontend specs to Jest
Update TEST_HOST import paths. Tests all pass
2019-07-03 14:13:08 +00:00
Fatih Acet 7a87468960 Merge branch '55487-enable-group-terminals-button' into 'master'
Enable terminals button for group clusters

Closes #55487

See merge request gitlab-org/gitlab-ce!30255
2019-07-03 14:02:13 +00:00
Winnie Hellmann f5461d7ba0 Migrate markdown header_spec.js to Jest 2019-07-03 13:18:49 +00:00
Sean McGivern b94daa35a4 Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953 2019-07-03 10:28:13 +01:00
Sean McGivern f90a7601c4 Merge branch 'sh-improve-redis-peek' into 'master'
Add Redis call details in Peek performance bar

See merge request gitlab-org/gitlab-ce!30191
2019-07-03 09:16:01 +00:00
Jason Goodman 7ecffe2987 Show upcoming status for releases
Add released_at field to releases API
Add released_at column to releases table
Return releases to the API sorted by released_at
2019-07-03 09:12:15 +00:00
Natalia Tepluhina d4151b14c2 Rebased and squashed commits
- all commits squashed to make danger review happy
2019-07-03 08:26:57 +00:00
Stan Hu dac8e99ee7 Add Redis call details in Peek performance bar
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.).
2019-07-02 21:55:34 -07:00
Winnie Hellmann c2429ed553 Fix typo in updateResolvableDiscussionsCounts action 2019-07-02 23:11:13 +00:00
Nick Kipling f01127ad25 Registry component now includes error messages
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.
2019-07-02 13:12:45 +00:00
Michel Engelen f41ab869ee prettified noteable_discussion spec file 2019-07-02 14:29:54 +02:00
Michel Engelen 385ef2abf7 prettified js testfile for noteable_discussion component 2019-07-02 14:29:54 +02:00
Michel Engelen e671ab06ce updated karma test for noteable_discussion component 2019-07-02 14:29:54 +02:00
Michel Engelen 2ded70292e prettified noteable_discussion component and updated tests 2019-07-02 14:29:54 +02:00
Michel Engelen f4de2453a0 updated Karma test for changed strings in mr-widget state 2019-07-02 14:29:54 +02:00
Denys Mishunov 5a7834e5a9 Allow adding new entries to existing path
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`.
2019-07-02 11:12:16 +00:00
Tiger 2b1dcc815b Enable terminals button for group clusters 2019-07-02 19:52:02 +10:00
Denys Mishunov 7e67000003 Hid re-named entries in subfolders 2019-07-02 00:57:37 +02:00
Phil Hughes 01a9785939 Merge branch '63590-pipeline-actions-cause-full-refresh' into 'master'
Resolve "Pipeline actions cause full refresh"

Closes #63590

See merge request gitlab-org/gitlab-ce!30190
2019-07-01 16:15:24 +00:00
Phil Hughes d5cf738c20 Merge branch '45120-fix-ide-editor-to-update-size-on-show-change' into 'master'
Fix IDE editor to update dimensions on show change

Closes #45120

See merge request gitlab-org/gitlab-ce!30135
2019-07-01 07:37:06 +00:00
shampton cfa0c6592a Fix pipelines table update after action
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.
2019-06-28 15:36:56 -07:00
Martin Hanzel 5c07812835 Allow collapsing all issue boards
All issue boards can now be collapsed via a button, re-ordered by
dragging the header, and the vertical collapsed header style was
reworked.
2019-06-28 21:20:05 +00:00