- Jan 24, 2020
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Jan 21, 2020
-
-
GitLab Bot authored
-
- Dec 20, 2019
-
-
GitLab Bot authored
-
- Nov 19, 2019
-
-
GitLab Bot authored
-
- Oct 22, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 05, 2019
-
-
Maneschi Romain authored
to doc
-
- Aug 26, 2019
-
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab-ce/issues/66482, we see that a project's `project_feature` association may be lazily loaded and hence return `nil` if the entry is deleted if the `Project` is already loaded in memory. To ensure we don't fail hard when this happens, assume all features are disabled. We can fix this issue by eager loading the `project_feature` in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32169, but we shouldn't have to depend on that. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66482
-
- Aug 15, 2019
-
-
Brett Walker authored
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
-
- Jul 11, 2019
-
-
Dylan Griffith authored
The current approach requires catching exceptions to handle these errors and callers are already handling model validations so it seems more appropriate. Also it seemed to convoluted to add this logic directly to the model since the model needs to check too many possible associations to determine whether or not there are more than one cluster since the model doesn't know what it's being created on. Additionally we only wanted to validate during create to avoid the risk of existing models becoming invalid by many different edge cases.
-
- Jun 26, 2019
-
-
Alexandru Croitor authored
Refactor code to allow multiple issue boards management for projects in CE
-
- Jun 19, 2019
-
-
This commit adds - feature specs - to test the ability of a user with "developer" permission to delete tags in repositories. - documentation
-
- Jun 17, 2019
-
-
Jason Goodman authored
This brings the API permissions in line with the UI permissions
-
- Jun 11, 2019
-
-
Adds `set_issue_updated_at` similar to `set_issue_created_at` permission and cleans up the related permission check in issues API.
-
- Jun 05, 2019
-
-
Andrew Cimino authored
updated several specs and factories to accomodate new permissions
-
- May 08, 2019
-
-
James Edwards-Jones authored
-
- 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 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 04, 2019
-
-
Reuben Pereira authored
The api will proxy requests to the environment's prometheus server. The Prometheus::ProxyService class can be reused when we add support for group prometheus servers.
-
- Mar 26, 2019
-
-
Shinya Maeda authored
As they do not have a permission to read git tag
-
- Mar 23, 2019
-
-
Peter Marko authored
-
- Mar 08, 2019
-
-
Jan Beckmann authored
Fixes #56864
-
- Mar 06, 2019
-
-
Roger Rüttimann authored
-
- Mar 05, 2019
-
-
Igor Drozdov authored
-
- Feb 27, 2019
-
-
Jacopo authored
The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.
-
- Feb 25, 2019
-
-
vshushlin authored
Move remove_pages permission to maintainer Fix before_action in pages controller to check `remove_pages` permission Add specs
-
- Feb 11, 2019
-
-
Heinrich Lee Yu authored
Board list policies are also included
-
- 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.
-
Oswaldo Ferreir authored
-
- 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 10, 2019
-
-
Oswaldo Ferreir authored
-
- Jan 09, 2019
-
-
Reuben Pereira authored
-
- Jan 07, 2019
-
-
Heinrich Lee Yu authored
Load whole file in memory to simplify code
-
Heinrich Lee Yu authored
Also refactored cleanup view to use the same localized string
-
Heinrich Lee Yu authored
Process CSV uploads async using a worker then email results
-