summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove Gemnasium serviceGilbert Roulot2018-08-201-15/+0
* Merge branch 'master' into 'master'Grzegorz Bizon2018-08-201-0/+1
|\
| * Merge branch 'master' of https://gitlab.com/matemaciek/gitlab-ceMaciej Sokolowski2018-08-201-0/+1
| |\
| | * #47845 - Propagate failure_reason to job webhook.Maciej Sokołowski2018-08-101-0/+1
* | | Refactor AutocompleteControllerdefine-abstraction-levelsYorick Peterse2018-08-204-4/+4
|/ /
* | Merge branch '49907-commits-and-merge-requests-does-not-list-all-files-when-o...Sean McGivern2018-08-202-1/+2
|\ \
| * | Fix merge requests not showing any diff files for big patches49907-commits-and-merge-requests-does-not-list-all-files-when-one-file-exceeds-size-limitsAlejandro Rodríguez2018-08-172-1/+2
* | | Merge branch 'blacklist-destroy-all' into 'master'Robert Speicher2018-08-171-1/+1
|\ \ \ | |/ / |/| |
| * | Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-1/+1
* | | Merge branch 'ab-49754-gh-importer-internal-ids' into 'master'Yorick Peterse2018-08-174-4/+26
|\ \ \
| * | | Trigger iid logic from GitHub importer for merge requests.Andreas Brandl2018-08-161-1/+7
| * | | Trigger iid logic from GitHub importer for milestones.Andreas Brandl2018-08-162-2/+14
| * | | Trigger iid logic from GitHub importer for issues.Andreas Brandl2018-08-161-1/+5
* | | | Merge branch 'repopulate_site_statistics' into 'master'Yorick Peterse2018-08-171-0/+23
|\ \ \ \
| * | | | Refactor SiteStatistics to extract refresh logic into a rake taskGabriel Mazetto2018-08-161-0/+23
* | | | | Merge branch 'zj-user-update-branch' into 'master'Douwe Maan2018-08-171-8/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove feature flags for UserUpdateBranchZeger-Jan van de Weg2018-08-161-8/+2
| |/ / /
* | | | Add rake command to migrate archived traces from local storage to object storageShinya Maeda2018-08-161-0/+17
* | | | Merge branch 'zj-remove-flags-find-all-brances' into 'master'50326-ocd-pipelineSean McGivern2018-08-161-28/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove feature flag for FindAllRemoteBranchesZeger-Jan van de Weg2018-08-161-28/+1
* | | | Merge branch 'backport-5986-license-templates' into 'master'Robert Speicher2018-08-154-37/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Convert the license template API to use the new LicenseTemplateFinderNick Thomas2018-08-152-31/+15
| * | | Fix bugs in Gitlab::Template::Finders preventing instances from BaseTemplate....Nick Thomas2018-08-142-6/+6
| |/ /
* | | Merge branch 'bvl-add-czech' into 'master'Sean McGivern2018-08-151-1/+2
|\ \ \ | |/ / |/| |
| * | Add Czech as an available languageBob Van Landuyt2018-08-151-1/+2
* | | Merge branch 'expose-all-artifacts-sizes-in-jobs-api' into 'master'Kamil Trzciński2018-08-142-2/+8
|\ \ \
| * | | Expose all artifacts sizes in jobs apiPeter Marko2018-08-142-2/+8
| |/ /
* | | Merge branch 'ee-5863-customize-notifications-for-new-epic' into 'master'Grzegorz Bizon2018-08-142-4/+6
|\ \ \
| * | | Allow global event list containing all eventsMark Chao2018-08-141-2/+4
| * | | Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao2018-08-142-3/+3
* | | | Merge branch 'zj-remove-feature-gate-list-commits' into 'master'Douwe Maan2018-08-141-11/+2
|\ \ \ \
| * | | | Remove feature gate for ListNewCommitsZeger-Jan van de Weg2018-08-141-11/+2
| | |/ / | |/| |
* | | | Merge branch 'gitaly-install-path' into 'master'Douwe Maan2018-08-142-25/+12
|\ \ \ \
| * | | | Remove storage path dependency of gitaly install taskAlejandro Rodríguez2018-08-122-25/+12
* | | | | Merge branch '48967-disable-statement-timeout' into 'master'Douwe Maan2018-08-141-30/+73
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | disable_statement_timeout doesn't require any argument anymoreGabriel Mazetto2018-08-111-27/+26
| * | | | MigrationHelper `disable_statement_timeout` accepts `transaction: false`Gabriel Mazetto2018-08-101-31/+75
| | |/ / | |/| |
* | | | Get the `merge-base` of 2 refs trough the APIBob Van Landuyt2018-08-133-3/+82
|/ / /
* | | Merge branch 'add-frozen-string-literal-to-community-contribution-files' into...Robert Speicher2018-08-102-0/+4
|\ \ \
| * | | Add frozen_string_literal to recently-added files from the communitySean McGivern2018-08-102-0/+4
| | |/ | |/|
* | | CE Port of Protected Environments backendMayra Cabrera2018-08-101-1/+5
|/ /
* | Merge branch '28930-add-project-reference-filter' into 'master'Sean McGivern2018-08-103-0/+144
|\ \
| * | Use a hash to memoize readable_project_ids with user objects as keysReuben Pereira2018-07-311-6/+5
| * | Remove nodes_visible_to_user from ProjectParser and memoize readable_project_idsReuben Pereira2018-07-151-17/+10
| * | Use map instead of collect in the ProjectParser#projects_readable_by_user fun...Reuben Pereira2018-07-051-1/+1
| * | Add back the Project#to_reference_with_postfix function since it can be used ...Reuben Pereira2018-07-051-1/+1
| * | Use a custom ProjectParser#nodes_visible_to_user function so that the user pe...Reuben Pereira2018-07-051-2/+21
| * | Correct the comment above the ProjectReferenceFilter.references_in method.Reuben Pereira2018-07-031-1/+1
| * | Eager load a project's route and its namespace with route in project_referenc...Reuben Pereira2018-07-031-1/+1
| * | Eager load the namespace and route of a project in project_reference_filter.rbReuben Pereira2018-07-031-1/+2