- 27 Sep, 2016 4 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
* No need to re-fetch issues from GH to read their labels, the labels are already there from the index request. * No need to look up labels on the database for every application, so we cache them.
-
Ahmad Sherif authored
This should avoid having large memory growth when importing GitHub repos with lots of resources.
-
James Lopez authored
-
- 26 Sep, 2016 2 commits
-
-
James Lopez authored
-
James Lopez authored
Fixes issue with rails reserved keyword type exporting/importing services. Also fixed CustomIssueTrackerService title setter and added relevant specs.
-
- 22 Sep, 2016 2 commits
-
-
Nick Thomas authored
This commit changes the revisions used for diffs. The current behaviour is to show all changes between current tip of master and tip of the MR, rather than matching the output of the web frontend (which just shows the changes in the MR). Switching from start_sha to base_sha fixes this.
-
Jacob Vosmaer authored
-
- 21 Sep, 2016 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 20 Sep, 2016 4 commits
-
-
Dan Dunckel authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
James Lopez authored
- Fixed and added specs. - Added different namespace options depending on user privilages - Updated docs.
-
- 19 Sep, 2016 12 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6043" This reverts commit 6d43c95b.
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
Squashed commits: [f9a9315] Use : to test invalid environment name
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
-
James Lopez authored
Better import of labels, milestones and protected branches. Updated relevant specs. Loose pipeline validation on importing, so it does not fail when there are missing fields, which are not validated at DB level. Also, updated spec with relevant test.
-
- 16 Sep, 2016 6 commits
-
-
Kamil Trzcinski authored
-
Jacob Vosmaer authored
Avoid issues with text encoding by not sending out non-7-bit ASCII text. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22167
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Drew Blessing authored
-
Drew Blessing authored
-
- 15 Sep, 2016 8 commits
-
-
Patricio Cano authored
-
Kamil Trzcinski authored
-
Patricio Cano authored
-
Patricio Cano authored
Use special characters for `lfs+deploy-key` to prevent a someone from creating a user with this username, and method name refactoring.
-
Patricio Cano authored
-
Patricio Cano authored
Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_authenticate` and added tests.
-
Patricio Cano authored
-
Patricio Cano authored
- Required on the GitLab Rails side is mostly authentication and API related.
-