Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-12Merge branch '64403-remove-setimmediate-polyfill' into 'master'Clement Ho
Remove setImmediate polyfill from production assets See merge request gitlab-org/gitlab-ce!30591
2019-07-11Update setImmediate use in karma specsMike Greiling
2019-07-11Remove use of setTimeout in karma specsMike Greiling
2019-07-11Merge branch 'registry-fix-multi-delete-modal' into 'master'Kushal Pandya
Set unique modal IDs See merge request gitlab-org/gitlab-ce!30532
2019-07-11Add support for additional panel typesJose Ivan Vargas
This introduces the single stat chart component aside from the area chart component
2019-07-10Remove deleteNote from notes serviceWinnie Hellmann
2019-07-09Set unique modal IDsPaul Gascou-Vaillancourt
2019-07-09CE Port of Allow bulk update for group issuesFatih Acet
This is a port MR for CE Original MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
2019-07-09Updates on success of an MR the count on top and in other tabsTim Zallmann
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-09Fixed editing formNatalia Tepluhina
- applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount
2019-07-08Merge branch '60213-fix-is-ee-webpack-checks' into 'master'Filipa Lacerda
Replace runtime isEE check with compile time one Closes #60213 See merge request gitlab-org/gitlab-ce!30351
2019-07-08Merge branch '60856-deleting-binary-file' into 'master'Kushal Pandya
Resolve "Removing an image via Web IDE shows binary data" Closes #60856 See merge request gitlab-org/gitlab-ce!30314
2019-07-06Remove applySuggestion from notes serviceWinnie Hellmann
2019-07-05Replace runtime isEE check with compile time oneLukas Eipert
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-05Initiate editor for any file without contentDenys Mishunov
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-05Merge branch 'fetch-forked-projects-create-mr' into 'master'Filipa Lacerda
Create private merge requests in forks Closes #58583 See merge request gitlab-org/gitlab-ce!29984
2019-07-05Create private merge requests in forksPhil Hughes
https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
2019-07-05Fix alert creation dropdown menuSarah Yasonik
2019-07-04Change 'Todo' to 'To Do'Christie Lenneville
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-04Copy content from BoardService to boardsStoreWinnie Hellmann
(cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
2019-07-04Use gl-empty-state for monitor chartsSimon Knox
Move a unit test to jest and use snapshot tests
2019-07-03Move error_tracking_frontend specs to JestSimon Knox
Update TEST_HOST import paths. Tests all pass
2019-07-03Merge branch '55487-enable-group-terminals-button' into 'master'Fatih Acet
Enable terminals button for group clusters Closes #55487 See merge request gitlab-org/gitlab-ce!30255
2019-07-03Migrate markdown header_spec.js to JestWinnie Hellmann
2019-07-03Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953Sean McGivern
2019-07-03Merge branch 'sh-improve-redis-peek' into 'master'Sean McGivern
Add Redis call details in Peek performance bar See merge request gitlab-org/gitlab-ce!30191
2019-07-03Show upcoming status for releasesJason Goodman
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-03Rebased and squashed commitsNatalia Tepluhina
- all commits squashed to make danger review happy
2019-07-03Add Redis call details in Peek performance barStan Hu
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-03Fix typo in updateResolvableDiscussionsCounts actionWinnie Hellmann
2019-07-02Registry component now includes error messagesNick Kipling
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-02prettified noteable_discussion spec fileMichel Engelen
2019-07-02prettified js testfile for noteable_discussion componentMichel Engelen
2019-07-02updated karma test for noteable_discussion componentMichel Engelen
2019-07-02prettified noteable_discussion component and updated testsMichel Engelen
2019-07-02updated Karma test for changed strings in mr-widget stateMichel Engelen
2019-07-02Allow adding new entries to existing pathDenys Mishunov
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-02Enable terminals button for group clustersTiger
2019-07-02Hid re-named entries in subfoldersDenys Mishunov
2019-07-01Merge branch '63590-pipeline-actions-cause-full-refresh' into 'master'Phil Hughes
Resolve "Pipeline actions cause full refresh" Closes #63590 See merge request gitlab-org/gitlab-ce!30190
2019-07-01Merge branch '45120-fix-ide-editor-to-update-size-on-show-change' into 'master'Phil Hughes
Fix IDE editor to update dimensions on show change Closes #45120 See merge request gitlab-org/gitlab-ce!30135
2019-06-29Fix pipelines table update after actionshampton
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-29Allow collapsing all issue boardsMartin Hanzel
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-28Fix modal related testsPaul Gascou-Vaillancourt
2019-06-28Fix selector in karma specLukas Eipert
2019-06-28Set logModifiedComponents in jest and karmaPaul Slaughter
Also: - stub MutationObserver in Jest
2019-06-28Fix IDE editor to update dimensions on show changePaul Slaughter
2019-06-28Merge branch 'id-extract-widget-into-different-request' into 'master'Ash McKenzie
Extract MR's widget into a separate request Closes #62723 See merge request gitlab-org/gitlab-ce!29979
2019-06-28Extract MR's widget into a separate endpointIgor Drozdov
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
2019-06-28Rearrange discussion resolve buttons & update button displaySamantha Ming
- next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements