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-09-02Merge branch '66393-proposal-remove-area-chart-in-favor-of-time-series' into ↵Tim Zallmann
'master' Remove area chart in favor of time series Closes #66393 See merge request gitlab-org/gitlab-ce!32129
2019-08-30Merge branch 'nfriend-add-anchor-tag-to-release-block' into 'master'Kushal Pandya
Add `id` attribute to release blocks See merge request gitlab-org/gitlab-ce!32360
2019-08-30Merge branch 'ce-13479-rename-atmtwps-to-mtwps' into 'master'Paul Slaughter
CE backport for gitlab-org/gitlab-ee!15535: Resolve "Rename `ATMTWPS` to `MTWPS` in code" See merge request gitlab-org/gitlab-ce!32112
2019-08-29Make it harder to delete issuables accidentallyStan Hu
Previously submitting a DELETE request to an issuable URL would be enough to destroy it, but this should require human confirmation. We now require that the `destroy_confirm` parameter is set to a truthy value before this can complete. In addition, we log a Sentry error if a deletion arrived without confirmation. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387
2019-08-29Merge branch 'ce-xanf-move-auto-merge-failed-to-jest' into 'master'Kushal Pandya
Resolve "Migrate spec/javascripts/vue_mr_widget/components/states/mr_widget_auto_merge_failed_spec.js to Jest" See merge request gitlab-org/gitlab-ce!32282
2019-08-29Merge branch ↵Kushal Pandya
'56130-operations-environments-shows-incorrect-deployment-date-for-manual-deploy-jobs' into 'master' Show correct deployment date for a manual job Closes #56130 See merge request gitlab-org/gitlab-ce!32072
2019-08-28Merge branch 'ce-xanf-move-file-icon-spec-to-jest' into 'master'Clement Ho
Resolve "Migrate spec/javascripts/vue_shared/components/file_icon_spec.js to Jest" See merge request gitlab-org/gitlab-ce!32278
2019-08-28Refactored Karma spec to Jest for file_iconIllya Klymov
2019-08-28Add id to release blockNathan Friend
This commit adds an id attribute to release blocks to allow them to be targeted as anchor links.
2019-08-28Show correct deployment date for a manual jobjakeburden
Only display time if the job has deployed Update JS tests for displaying job deployment time Simplify boolean check in deployedDate
2019-08-28Merge branch 'id-change-total-notes-calculation' into 'master'Ash McKenzie
Change the way totalNotes is calculated See merge request gitlab-org/gitlab-ce!32191
2019-08-28Change the way totalNotes is calculatedIgor Drozdov
totalNotes is only used to prerender a number of skeleton containers until real notes are loaded issuable.discussions makes multiple requests, so too expensive for this This commit uses mere notes for this and sends actual totalNotes number if it's less than 10; otherwise it sends 10 - it allows us to avoid bunch of skeleton prerenderings, which are not necessary since they doesn't fit into the whole screen and disappear quite fast
2019-08-27Refactored Karma spec to Jest for mr_widget_auto_merge_failedIllya Klymov
2019-08-27Move gke_cluster_dropdowns to create_cluster dirEnrique Alcantara
This commit creates a create_cluster directory to collect all Vue applications related to creating kubernetes applications using gitlab. It also moves the gke_cluster_dropdowns collection of apps to the create_cluster directory. gke_cluster_dropdowns contains dropdown components used to select configuration options to create a Kubernetes cluster in Google Cloud.
2019-08-26Add edit_note and spec for editing quick actionsPatrick Derichs
Call QuickActionsService on Note update Add support for notes which just contain commands after editing Return http status gone (410) if note was deleted Temporary frontend addition so it is not failing when a note is deleted Move specs to shared examples Fix rubocop style issue Deleting note on frontend when status is 410 Use guard clause for note which got deleted Simplified condition for nil note This method should no longer be called with nil note Refactoring of execute method to reduce complexity Move errors update to delete_note method Note is now deleted visually when it only contains commands after update Add expectation Fix style issues Changing action to fix tests Add tests for removeNote and update deleteNote expectations
2019-08-24Remove area.vue componentMiguel Rincon
2019-08-24Merge branch ↵Tim Zallmann
'66073-use-time-series-chart-instead-of-area-chart-in-panel_types' into 'master' Enable line charts in dashbaord panels and embedded charts Closes #66073 See merge request gitlab-org/gitlab-ce!31920
2019-08-23fix charts scroll handle iconLaura Montemayor
2019-08-23Always pre-select "Start a new merge request"Denys Mishunov
One exception: there is an existing MR for the current branch and the branch is non-default and non-protected. Extended mock_data for ide/stores to have different types of branches: default, protected and regular Cleaned new MR checkbox view
2019-08-22Rename ATMTWPS to MTWPS (CE)Nathan Friend
This commit does a find-and-replace from ATMTWPS -> MTWPS.
2019-08-22Merge branch 'ce-6878-add-epic-select-dropdown' into 'master'Nick Thomas
Add `searchBy` helper & `SidebarItemEpicsSelect` placeholder component See merge request gitlab-org/gitlab-ce!31859
2019-08-22Remove mergeTrain from FE since it's used only in EEIgor
2019-08-22Add `searchBy` helper & `SidebarItemEpicsSelect`Kushal Pandya
- Adds `searchBy` util in common utils - Adds placeholder `SidebarItemEpicsSelect`
2019-08-21Merge branch 'refactor/notes-getters' into 'master'Paul Slaughter
Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId getters Closes #65817 See merge request gitlab-org/gitlab-ce!31754
2019-08-21Backport: Issue sidebar trackingDonald Cook
Added snowplow event tracking to Edit buttons
2019-08-21Fixed tech debt of using custom componentNick Kipling
Changed the container registry to use the empty state component Removed the custom svg-component
2019-08-21Resolve "HTML code shown in merge request"Ezekiel Kigbo
- Fixes double escaped text in `mr_widget_rebase.vue`
2019-08-21Replace the area with time series where usedMiguel Rincon
- Replace in panel_type.vue - Replace in embed.vue - Port changes to support embed in 2 cols in large screens - Update specs
2019-08-21This commit adds a new time series componentMiguel Rincon
Adds a time series component for line and area charts. Displays new charts in the dashboard. - Use dynamic components for line/area swapping - Add new line charts to dashboard in 2 panels
2019-08-21Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master'Rémy Coutable
Improve UX multi assigness in MR See merge request gitlab-org/gitlab-ce!31545
2019-08-21Fix to show renamed file in mrSamantha Ming
2019-08-21Throw error for multiple RecaptchaModal instancesWinnie Hellmann
2019-08-21CE Port: Use EE panel type to display alert menu correctly in dashboardsMiguel Rincon
2019-08-20Apply patch and update spec per MR commentsSamantha Ming
- Use wrapper instead of global Vue object - Use vue utils helper method - Remove redundant spec tests
2019-08-20Improve UX multi assigness in MRSamantha Ming
Add merge warning on avatar in: - open view assigness - collapsed view assigness - dropdown (search) view assigness Add can_merge option to MR sidebar entity
2019-08-20Embed metrics undefined param fixTristan Read
2019-08-20Merge branch 'kp-add-vue-input-autofocus-directive' into 'master'Filipa Lacerda
Add `autofocusonshow` directive for input elements See merge request gitlab-org/gitlab-ce!31584
2019-08-19Merge branch '64677-delete-directory-webide' into 'master'Paul Slaughter
Fixed deletion of directories in Web IDE Closes #64677 See merge request gitlab-org/gitlab-ce!31727
2019-08-19Add `autofocus` directive for input elementsKushal Pandya
2019-08-16Add clipboard button to metric chart dropdownTristan Read
Adds a clipboard button to the metrics dashboard, that allows copying a link to an individual chart.
2019-08-16Rewrite changed_file_icon_spec in JestPaul Slaughter
- Uses vue-test-utils - More complete coverage with parameterized tests
2019-08-16Merge branch '24705-multi-selection-for-delete-on-registry-page' into 'master'Thong Kuah
Resolve "Multi selection for delete on registry page" Closes #24705 See merge request gitlab-org/gitlab-ce!30837
2019-08-15Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId gettersArun Kumar Mohan
2019-08-15Merge branch 'ce-11982-merge-trains-helper-text' into 'master'Paul Slaughter
CE backport for gitlab-org/gitlab-ee!14097: Add merge train helper text to merge request widget See merge request gitlab-org/gitlab-ce!30686
2019-08-15Adds download CSV functionality to dropdown in metricsLaura Montemayor
This MR adds the functionality to download metrics data as CSV. It also removes the exportMetricsToCsvEnabled feature flag which was used before the dropdown was implemented to display a button.
2019-08-15Add merge train helper text to MR widget (CE)Nathan Friend
This commit adds a helper text that describes what will happen when a user clicks the "Start/Add to merge train when pipeline succeeds" button. This text appears at the bottom of the merge request widget. In addition, this commit renames the "merge_train_info" component to "merge_train_position_indicator" to avoid ambiguity with the "merge_train_helper_text" component.
2019-08-14Merge branch 'ce-nfriend-fix-the-merge-button' into 'master'Filipa Lacerda
CE backport for gitlab-org/gitlab-ee!14894: Fix the merge button dropdown See merge request gitlab-org/gitlab-ce!31248
2019-08-12Convert spec/javascripts/environments/*rollback* tests to JestNathan Friend
This commit converts two Jasmine tests into Jest tests.
2019-08-12Merge branch 'update-graphicsmagick-to-1.3.33' into 'master'Stan Hu
Update GraphicsMagick from 1.3.29 to 1.3.33 See merge request gitlab-org/gitlab-ce!31692
2019-08-12Update GraphicsMagick from 1.3.29 to 1.3.33 for CI testsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>