- Feb 17, 2020
-
-
GitLab Bot authored
-
- Feb 14, 2020
-
-
GitLab Bot authored
-
- Jan 15, 2020
-
-
GitLab Bot authored
-
- Jan 06, 2020
-
-
GitLab Bot authored
-
- Dec 23, 2019
-
-
GitLab Bot authored
-
- Dec 13, 2019
-
-
GitLab Bot authored
-
- Nov 22, 2019
-
-
GitLab Bot authored
-
- Oct 28, 2019
-
-
GitLab Bot authored
-
- Oct 16, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Sep 16, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Aug 21, 2019
-
-
George Koltsov authored
Sorting preference functionality has been extracted from `IssuableCollections` to a new `SortingPreference` concern in order to reuse this functionality in projects (and groups in the future).
-
- Jul 31, 2019
-
-
Brett Walker authored
-
- Jul 16, 2019
-
-
Brett Walker 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`
-
- Jul 05, 2019
-
- Jun 28, 2019
-
-
Patrick Bajao authored
-
- 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.
-
- Jun 21, 2019
-
-
Brett Walker authored
to support manual sorting on the frontend
-
- Apr 18, 2019
-
-
Patrick Derichs authored
-
- Apr 15, 2019
-
-
Fatih Acet authored
We rewrote Related MRs widget using Vue. The previous implementation was using Haml templates and calling referenced_merge_requests endpoint which is now deprecated. This MR deletes leftover stuff them.
-
- Mar 27, 2019
-
-
Martin Wortschack authored
- concerns - dashboard - groups - import
-
- Mar 21, 2019
-
-
Mark Chao authored
Guest user of a project should not see branches
-
- Feb 05, 2019
-
-
Brett Walker authored
-
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 31, 2019
-
-
Heinrich Lee Yu authored
Removes special error message when creating new issues
-
- Jan 30, 2019
-
-
Brett Walker authored
-
Brett Walker authored
and whitelist the `update_task` parameter
-
- 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
-
- Jan 14, 2019
-
-
Heinrich Lee Yu authored
Removes special error message when creating new issues
-
- Jan 11, 2019
-
-
Heinrich Lee Yu authored
Also remove test for the feature flag
-
- Jan 07, 2019
-
-
Heinrich Lee Yu authored
Also changes old calls to the service
-
Heinrich Lee Yu authored
Process CSV uploads async using a worker then email results
-
Heinrich Lee Yu authored
Added button and modal to accept CSV file for uploading
-
- Dec 13, 2018
-
- 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 27, 2018
-
-
Phil Hughes authored
This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071
-
- Nov 23, 2018
-
-
James Lopez authored
-
- Oct 24, 2018
-
-
Sean McGivern authored
-