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-05-30Merge branch 'add-wiki-size-to-statistics' into 'master'Stan Hu
Add wiki size to project statistics Closes #57822 See merge request gitlab-org/gitlab-ce!25321
2019-05-29Merge branch ↵Tim Zallmann
'61639-flaky-spec-issue-boards-labels-creates-project-label-spec-features-boards-sidebar_spec-rb-350' into 'master' Fix dropdown position when loading remote data Closes #61639 See merge request gitlab-org/gitlab-ce!28526
2019-05-29Add wiki size to project statisticsPeter Marko
2019-05-29Created repository list breadcrumbs Vue appPhil Hughes
2019-05-28Fix display of promote to group labelJan Provaznik
Since label presenter is used in label index view, label class check doesn't work as expected because the class is now LabelPresenter. Also `label.subject` doesn't work as expected now because Label's model `subject` method is shadowed by Gitlab's presenter's method which uses `subject` for referencing the original object. Instead we use a presenter's method for both checks now. `label_deletion_confirm_text` is not used anywhere so it's removed
2019-05-27Add Kubernetes logs to monitoring UITiger
2019-05-27Add changelog entryJacques Erasmus
Added a changelog entry for the feature
2019-05-27Add expand/collapse buttonAdriel Santiago
Add ability to expand/collapse error tracking settings
2019-05-27Fix dropdown position when loading remote dataHeinrich Lee Yu
Also fixes flaky spec
2019-05-20Setup Vue app for repository file listingPhil Hughes
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
2019-05-16Fix an error in projects admin when statistics are missingRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-05-09Fix a flaky spec for sorting projects in dashboardRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-05-08Remove jira_spec from quarantineHeinrich Lee Yu
2019-05-08Added user time settings fields to profileEzekiel Kigbo
Udpated user_edit_profile_spec with time preferences Minor update form fields
2019-05-07Merge branch '60462-empty-pipeline-section' into 'master'Mayra Cabrera
Fixes empty block in MR widget Closes #60462 See merge request gitlab-org/gitlab-ce!27462
2019-05-07Merge branch '54405-resolve-discussion-when-applying-a-suggested-change' ↵Phil Hughes
into 'master' Resolve "Resolve discussion when suggestion is applied" Closes #54405 See merge request gitlab-org/gitlab-ce!28160
2019-05-07Fixes empty block in MR widgetFilipa Lacerda
This commit prevents the pipeline block to be rendered when no pipeline information is provided
2019-05-07Remove from providers with iconGosia Ksionek
Remove puts Remove puts
2019-05-07Merge branch 'show-disabled-mirrors' into 'master'Nick Thomas
CE Show disabled project repo mirrors See merge request gitlab-org/gitlab-ce!27326
2019-05-07Set created_at and updated_at for sorting specsBob Van Landuyt
This makes sure that the results are predictable and the same on both Postgres and MySQL
2019-05-07Merge branch '56992-add-filtering-to-project-dashboard-fe' into 'master'Kushal Pandya
Resolve "Add filtering to project dashboard [FE]" Closes #56992 See merge request gitlab-org/gitlab-ce!25231
2019-05-07Resolve discussion when suggestion is appliedPaul Slaughter
- Adds color and a tooltip to describe this new behavior - Does not resolve if discussion is already resolved - Adds an action `resolveDiscussion` to simplify `toggleResolveNote` - Updates docs https://gitlab.com/gitlab-org/gitlab-ce/issues/54405
2019-05-07Show disabled project repo mirrorsLuke Bennett
Show disabled mirrors with a badge so that they can be deleted by project owners.
2019-05-07Merge branch 'member-access-granted-leave-email-fe' into 'master'Fatih Acet
CE Add leave link to access_granted email See merge request gitlab-org/gitlab-ce!27892
2019-05-06Added blank lines to meet style guideEzekiel Kigbo
Un-nest title variable output Update spec test names Rename sort_value_most_stars -> sort_value_stars_desc Rename sorted_by_stars -> sorted_by_stars_desc Renname sort_value_most_stars_asc -> sort_value_stars_asc Invert feature check, assign feature condition to a variable Inline conditional nav bar rendering Invert conditional label Added follow up task Fix filters returning 0 projects show the wrong view Move click action out of test expectation Use proper variable name for project in before block Rename projects_sort_admin_options_hash Renamed projects_sort_admin_options_has to old_projects_sort_options_hash as its not only used on the admin screen Fix extra whitespace errors Stub project_list_filter_bar in the projects_helper specs Added follow up task for `show_projects?` Removed url test expectations
2019-05-06Update project list specsEzekiel Kigbo
Add tests to ensure search only executes with a button click or enter, sort by Name, Last updated, Created date and Stars and tests for Visibility filter
2019-05-06Destroy repo mirrors instead of disabling themLuke Bennett
It is important to destroy data related to repo mirrors when they are disabled. Use `_destroy` nested attribute instead of `enabled` for push mirrors. Call `remove_import_data` after saving a project if its pull mirror is disabled.
2019-05-06Merge branch 'fix-search-bar-specs' into 'master'Tim Zallmann
[CE] Fix filter token not showing up when multiple assignees are enabled See merge request gitlab-org/gitlab-ce!27759
2019-05-04Resolve "Sort by due date and popularity in both directions"Nermin Vehabovic
2019-05-03Add leave link to access_granted emailLuke Bennett
Allows users to leave a project/group that they have been added to. Add function to leave a namespace by url param If the `leave` param is present on a project/group show page, click the leave link.
2019-05-03Fix false positives in filtered search specsHeinrich Lee Yu
Assertions were made based on elements found so the specs still pass even if the elements don't exist
2019-05-02Adds a way to start multiple manual jobs in stageMayra Cabrera
- Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
2019-05-02Merge branch ↵Douwe Maan
'53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-manually-running-later-jobs' into 'master' Disable retrying cancelled jobs Closes #53064 See merge request gitlab-org/gitlab-ce!27503
2019-04-30Fix ref_text of merge request pipelinesShinya Maeda
Source branch can be removed after the merge and we have to make sure to avoid rendering links if it's the case.
2019-04-29Fix links to wiki pages with subdirectorieskhm
This commit contains the patch suggested by @fjsanpedro in the issue covering broken links in wiki search results. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/56234
2019-04-27Add Let's Encrypt application settingsVladimir Shushlin
Store Let's Encrypt account email in application settings Also add explicit terms of service consent
2019-04-27Add deployment events to chat notification servicesJason Goodman
This enables sending a chat message to Slack or Mattermost upon a successful, failed, or canceled deployment
2019-04-26Merge branch 'osw-separate-ee-side-of-protected-branch' into 'master'Sean McGivern
[Port] Extract EE specific tests for protected branches/tags See merge request gitlab-org/gitlab-ce!27640
2019-04-25Extract EE specific tests for protected branches/tagsOswaldo Ferreira
We have the spec files containing EE specific code for spec/features/protected_branches_spec.rb and spec/features/protected_tags_spec.rb. This commit deletes / extracts the CE part of it.
2019-04-25Put a failing spec in quarantineRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-24Put some flaky specs in quarantineRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-24Resolve "Merge Request Popover is not working on the To Do page"Sam Bigelow
2019-04-24Remove "You are already signed in" bannerIllya Klymov
2019-04-23Make swipe view images line upftab
If left without a width/height, swipeFrame goes off track when the image isn't wide enough to fill the available width. The spaceLeft prevented reaching the right edge of the image.
2019-04-19Update specs that use retryable canceled jobsmfluharty
Specs that test canceled jobs now - expect them not to be retryable or playable - expect them not to show retry buttons Specs that test retryability now - use failed status instead of canceled status
2019-04-19Merge branch '57247-show-prioritized-labels-to-guests' into 'master'Clement Ho
Show prioritized labels to guests Closes #57247 See merge request gitlab-org/gitlab-ce!27307
2019-04-19Improvements to Project overview UIIllya Klymov
2019-04-19Show prioritized labels to guestsHeinrich Lee Yu
Disables sorting when guests are viewing
2019-04-18Merge branch 'ce-10725-restructure-project-merge-request-settings-page' into ↵Michael Kozono
'master' CE Backport for "Restructure project merge request settings page" See merge request gitlab-org/gitlab-ce!26834
2019-04-17Replace `No due date` with `None`Victor Wu