summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'issue_44821' into 'master'Sean McGivern2018-08-062-1/+2
|\
| * Retrieve merge request closing issues from database cacheFelipe Artur2018-08-062-1/+2
* | Merge branch 'artifact-format-v2-with-parser' into 'master'Kamil Trzciński2018-08-031-0/+24
|\ \
| * | Fix static analysysShinya Maeda2018-08-031-2/+2
| * | Use serializable_hash for compared resultsShinya Maeda2018-08-031-1/+1
| * | Added unique identifier to calculate_reactive_cache. Decoupled comparison log...Shinya Maeda2018-08-031-0/+24
* | | Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ...Valery Sizov2018-08-034-44/+60
* | | Merge branch 'zj-update-repository-languages-rails5' into 'master'Yorick Peterse2018-08-031-2/+1
|\ \ \ | |/ / |/| |
| * | Update query simplificationZeger-Jan van de Weg2018-08-021-2/+1
* | | Merge branch 'sh-fix-failing-deploy-token-clones' into 'master'Robert Speicher2018-08-021-0/+1
|\ \ \
| * | | Fix failing 500 errors when deploy tokens are used to cloneStan Hu2018-08-021-0/+1
* | | | Add Object Storage to GitLab project importJames Lopez2018-08-021-2/+1
| |/ / |/| |
* | | Add repository languages for projectsZeger-Jan van de Weg2018-08-012-0/+55
* | | Merge branch 'bvl-user-status-message-35463' into 'master'Rémy Coutable2018-08-012-2/+49
|\ \ \
| * | | Show the status of a user in interactionsBob Van Landuyt2018-07-301-0/+1
| * | | Allow users to set a statusBob Van Landuyt2018-07-302-2/+48
* | | | Merge branch 'timeouted' into 'master'Grzegorz Bizon2018-08-011-1/+1
|\ \ \ \
| * | | | correct error messageDiana Stanley2018-07-171-1/+1
* | | | | Merge branch 'runner-features' into 'master'Grzegorz Bizon2018-08-011-7/+19
|\ \ \ \ \
| * | | | | Fix current spec failuresKamil Trzciński2018-08-011-1/+1
| * | | | | Fix spec failuresKamil Trzciński2018-08-011-1/+1
| * | | | | Add `runner_unsupported` CI failureKamil Trzciński2018-08-011-7/+19
* | | | | | Merge branch 'fix-multiple-scopes' into 'master'Grzegorz Bizon2018-08-011-5/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Support multiple scopes when using authing container registry scopesKamil Trzciński2018-08-011-5/+7
* | | | | | Resource event modelJan Provaznik2018-08-011-0/+43
* | | | | | Merge branch 'fj-6860-instance-level-project-templates' into 'master'Sean McGivern2018-08-012-29/+47
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Code review comments appliedfj-6860-instance-level-project-templatesFrancisco Javier López2018-07-251-1/+1
| * | | | | EE PortFrancisco Javier López2018-07-202-29/+47
* | | | | | Code cleaning in PostReceive servicesFrancisco Javier López 🌴 (About to) On vacation; back on August 22th!2018-07-312-38/+51
* | | | | | Merge branch 'todos-visibility-change' into 'master'Sean McGivern2018-07-318-7/+236
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Remove todos when project feature visibility changesJarka Kadlecová2018-07-314-10/+65
| * | | | | Fix removing todos for confidential issuesJarka Kadlecová2018-07-302-0/+13
| * | | | | Delete todos when users loses target read permissionsJarka Kadlecová2018-07-307-7/+168
* | | | | | Create GPG commit signature in bulkFrancisco Javier López2018-07-301-6/+8
| |_|/ / / |/| | | |
* | | | | [Backport] View summed weights of issues in board columnFelipe Artur2018-07-301-3/+24
|/ / / /
* | | | Merge branch 'stop-dynamic-routable-creation' into 'master'Douwe Maan2018-07-271-1/+0
|\ \ \ \
| * | | | Remove code for dynamically generating routesstop-dynamic-routable-creationYorick Peterse2018-07-251-1/+0
| | |_|/ | |/| |
* | | | Backports relevant changes made in https://gitlab.com/gitlab-org/gitlab-ee/me...Tiago Botelho2018-07-252-4/+4
|/ / /
* | | Add an option to have a private profile on GitLabJX Terry2018-07-241-1/+2
* | | Merge branch '49272-sanitize-git-url-in-import-errors' into 'master'Rémy Coutable2018-07-231-1/+1
|\ \ \ | |/ / |/| |
| * | Fix #49272 - Sanitize git URL in import errorsJamie Schembri2018-07-161-1/+1
* | | Migrate add_remote, remove_remote, fetch_internal_remote to gitalyAlejandro Rodríguez2018-07-191-1/+1
* | | Merge branch 'frozen-string-enable-apps-services-inner-even-more' into 'master'Rémy Coutable2018-07-1934-0/+68
|\ \ \
| * | | Enable more frozen string in app/services/**/*.rbgfyoung2018-07-1834-0/+68
* | | | Delete UserActivities and related workers43312-remove_user_activity_workersImre Farkas2018-07-181-4/+16
|/ / /
* | | Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-1798-3/+202
| |/ |/|
* | Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-16100-3/+203
* | Enable frozen string in apps/uploaders/*.rbgfyoung2018-07-1647-13/+114
* | Merge branch '48745-project-exports-fail-when-uploads-have-been-migrated-to-o...Sean McGivern2018-07-161-3/+3
|\ \
| * | refactor uploads managerJames Lopez2018-07-111-3/+3