- Aug 17, 2019
-
-
Paul Slaughter authored
Merge branch '50020-fe-allow-email-notifications-to-be-disabled-for-all-users-of-a-group' into 'master' UI for disabling group/project email notifications Closes #50020 See merge request gitlab-org/gitlab-ce!30961 (cherry picked from commit 1068483f) 7699a87e UI for disabling group/project email notification bad143ff Rename canChangeEmailsDisabled to canDisableEmails 38b3f9ec Hide emails_disabled checkbox if disabled in group 5e1fc2f5 Apply suggestion to... bcd5cee9 Addressed review feedback d602fc12 Minor fixes for gitlab.pot 1ee32758 Update permissions documentation 43c87103 Vue file prettified e5ec00ce Apply suggestion to app/views/shared/notifications/_button.html.haml e2de0db9 Disable the subgroup checkbox dbd7fcbd Add checked to emails_disabled group settings
-
- Aug 07, 2019
-
-
Camil Staps authored
-
- Jul 09, 2019
-
-
Charlie Ablett authored
- Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
-
- Jun 05, 2019
-
-
- Render EE specific partial if exists
-
- May 29, 2019
-
-
- On Operations settings page - On Metrics dashboard page
-
Phil Hughes authored
-
- May 27, 2019
-
-
Luke "Jared" Bennett authored
Part of single codebase changes.
-
- May 10, 2019
-
-
Luke "Jared" Bennett authored
Part of single codebase changes.
-
- May 06, 2019
-
-
E'zeki&el Kigbo authored
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
-
- May 03, 2019
-
-
Krasimir Angelov authored
This is step one of resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/56838. Here is what changed: - Revert the security fix from bdee9e84. - Do not leak repository information (tag name, commit) to guests in API responses. - Do not include links to source code in API responses for users that do not have download_code access. - Show Releases in sidebar for guests. - Do not display links to source code under Assets for users that do not have download_code access. GET ':id/releases/:tag_name' still do not allow guests to access releases. This is to prevent guessing tag existence.
-
- Apr 16, 2019
-
-
Nick Thomas authored
This reverts commit 171818df.
-
- Apr 11, 2019
-
-
Patrick Bajao authored
This reverts commit 6c75bd01, reversing changes made to 1be7f5aa.
-
- Apr 09, 2019
-
-
Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE
-
- Apr 05, 2019
-
-
Andreas Brandl authored
This reverts merge request !26823
-
Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE
-
- Apr 02, 2019
-
-
Patrick Bajao authored
Add `GetArchiveRequest` to git-archive params. Modifies `Git::Repository#archive_metadata` to append `path` to `ArchivePrefix` so it'll not hit the cache of repository archive when it already exists.
-
Add subdirectory params for RepositoriesController#archive
-
- Mar 19, 2019
-
-
Mario de la Ossa authored
-
- Mar 14, 2019
-
-
Alexis Reigel authored
-
- Mar 01, 2019
-
-
Reuben Pereira authored
- Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
-
- Feb 04, 2019
-
-
Francisco Javier López authored
-
Jan Provaznik authored
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
-
- Jan 31, 2019
-
-
Kamil Trzcińśki authored
-
Francisco Javier López authored
When the external wiki is enabled, the internal wiki link is replaced by the external wiki url. But the internal wiki is still accessible. In this change the external wiki will have its own tab in the sidebar and only if the services are disabled the tab (and access rights) will not be displayed.
-
- Jan 28, 2019
-
-
Kamil Trzcińśki authored
-
- Jan 18, 2019
-
-
Francisco Javier López authored
When the external wiki is enabled, the internal wiki link is replaced by the external wiki url. But the internal wiki is still accessible. In this change the external wiki will have its own tab in the sidebar and only if the services are disabled the tab (and access rights) will not be displayed.
-
- Jan 15, 2019
-
-
Peter Leitzen authored
We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
-
- Jan 11, 2019
-
-
Simon Knox authored
-
- Jan 07, 2019
-
-
Peter Leitzen authored
Re-use operations controller which already handles tracing settings.
-
-
- Jan 06, 2019
-
-
Peter Leitzen authored
This commit prepares the structure for the upcoming feature error tracking.
-
- Jan 04, 2019
-
-
Mayra Cabrera authored
ADO banner is being hidden if: - Project has no CI configuration - Project has CI disabled Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52446
-
- Dec 28, 2018
-
-
Achilleas Pipinellis authored
-
- Dec 19, 2018
-
-
Martin Wortschack authored
- add tests for merge_request_count - add tests for show_issue_count - add tests for explore_projects_tab - change interface for show_merge_request_count and show_issue_count
-
- Dec 18, 2018
-
-
Renders empty index page Adds Releases entry to the navigation bar behind a feature flag Renders 404 when feature flag for releases is not enabled
-
- Dec 13, 2018
-
-
Martin Wortschack authored
-
- Dec 10, 2018
-
-
Gabriel Mazetto authored
There is a combination of few strategies implemented here: 1. Few relations were eager loaded 2. Changed few polymorphic routes to specific ones so we don't have to use `#becomes(Namespace)` which doesn't preserve association cache
-
- Dec 08, 2018
-
-
Matija Čupić authored
-
Tim Zallmann authored
-
- Dec 06, 2018
-
-
Nick Thomas authored
-