- Jan 28, 2020
-
-
GitLab Bot authored
-
- Nov 19, 2019
-
-
GitLab Bot authored
-
- Oct 22, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- 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 31, 2019
-
-
Brett Walker authored
-
- Jul 19, 2019
-
-
Fabio Papa authored
For both groups_controller and admin/groups_controller
-
- Jul 16, 2019
-
-
Brett Walker authored
-
- Jul 12, 2019
-
-
Heinrich Lee Yu authored
Updates changed method names and fixes spec failures
-
- Jul 05, 2019
-
-
Fabio Papa authored
For both groups_controller and admin/groups_controller
-
- Jul 02, 2019
-
-
Fabio Papa authored
For both groups_controller and admin/groups_controller
-
- Jul 01, 2019
-
-
Fabio Papa authored
For both groups_controller and admin/groups_controller
-
This reverts commit 4bed2daef935bb4097988e0eff4830fc13a23c37.
-
- Jun 27, 2019
-
-
Fabio Papa authored
For both groups_controller and admin/groups_controller
-
- Jun 26, 2019
-
-
Rajat Jain authored
On all the issue lists -- Group, Project and Dashboard -- this change adds a new option for managing the lists. "Manual Ordering" option is added which when flipped on will allow an user to drag and drop issues around to create a relative ordering among them.
-
- Apr 05, 2019
-
-
mksionek authored
Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
-
- Apr 03, 2019
-
-
Illya Klymov authored
-
- Mar 14, 2019
-
-
Gilbert Roulot authored
Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it
-
- Feb 05, 2019
-
-
Rubén Dávila authored
In order to have an accurate date about the last activity of a User we need to update the last_activity_on field when the User is visiting some basic pages of GitLab like pages related to Dashboards, Projects, Issues and Merge Requests
-
- Jan 28, 2019
-
-
Mario de la Ossa authored
In order to let users' sorting preferences transfer between devices, we save the preference for issues and MRs (one preference for issues, one for MRs) in the backend inside the UserPreference object
-
- Nov 29, 2018
-
-
Cindy Pallares authored
[master] Resolve "Personal access token with only `read_user` scope can be used to authenticate any web request" See merge request gitlab/gitlabhq!2583
-
- Nov 23, 2018
-
-
James Lopez authored
-
- Sep 19, 2018
-
-
gfyoung authored
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Sep 07, 2018
-
-
Dennis Tang authored
-
- Sep 03, 2018
-
-
Winnie Hellmann authored
-
- Aug 08, 2018
-
-
Mike Greiling authored
-
- Apr 11, 2018
-
-
Yorick Peterse authored
This refactors the Markdown pipeline so it supports the rendering of multiple documents that may belong to different projects. An example of where this happens is when displaying the event feed of a group. In this case we retrieve events for all projects in the group. Previously we would group events per project and render these chunks separately, but this would result in many SQL queries being executed. By extending the Markdown pipeline to support this out of the box we can drastically reduce the number of SQL queries. To achieve this we introduce a new object to the pipeline: Banzai::RenderContext. This object simply wraps two other objects: an optional Project instance, and an optional User instance. On its own this wouldn't be very helpful, but a RenderContext can also be used to associate HTML documents with specific Project instances. This work is done in Banzai::ObjectRenderer and allows us to reuse as many queries (and results) as possible.
-
- Apr 08, 2018
-
-
blackst0ne authored
Rails 5.0 requires to explicitly permit attributes when building a URL using current `params` object. The `safe_params` helper allows developers to just call `safe_params.merge(...)` instead of manually adding `permit` to every call. https://github.com/rails/rails/pull/20868
-
- Feb 27, 2018
-
-
Sean McGivern authored
Previously, these wouldn't count issues or MRs in subgroups - meaning that if _this_ group had no issues or MRs, we'd show the empty state, which was wrong.
-
- Feb 22, 2018
-
-
Bob Van Landuyt authored
-
- Feb 06, 2018
-
-
- Jan 31, 2018
-
-
James Lopez authored
-
Stan Hu authored
The group activity feed was limited to the first 20 projects found in the group, which caused activity from some projects to be omitted. A limit of 20 is applied to the query for events, so the extra pagination does little in the way of performance. Closes #42560
-
- Nov 06, 2017
-
-
- Oct 20, 2017
-
-
Bob Van Landuyt authored
-
- Oct 12, 2017
-
-
Bob Van Landuyt authored
-
- Oct 11, 2017
-
-
Vitaliy @blackst0ne Klachkov authored
-
- Oct 10, 2017
-
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-