Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2017-04-04Merge branch 'fix-github-importer-slowness' into 'master' Robert Speicher
Improve performance of GitHub importer Closes #28183 See merge request !10273
2017-04-03Merge branch 'fix/gb/remove-deprecated-pipeline-processing-code' into 'master' Kamil Trzciński
Remove deprecated code from pipeline processing service Closes #30052 See merge request !10266
2017-04-03Merge branch 'feature/add-feature-flags-for-upload-receive-pack' into 'master' Robert Speicher
Add feature flags for enabling (Upload|Receive)Pack Closes gitaly#168 See merge request !10341
2017-04-03Fix Rubocop offensesDouglas Barbosa Alexandre
2017-04-03Refactoring Projects::ImportServiceDouglas Barbosa Alexandre
2017-04-03Move methods that are not related to mirroring to the repository modelDouglas Barbosa Alexandre
2017-04-03Rename skip_metrics to imported on the importable concernDouglas Barbosa Alexandre
2017-04-03Remove unused include from RepositoryImportWorkerDouglas Barbosa Alexandre
2017-04-03Skip MR metrics when importing projects from GitHubDouglas Barbosa Alexandre
2017-04-03Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre
2017-04-03Make file templates easy to use and discoverBryce Johnson
2017-04-03Merge branch 'style-proc-cop' into 'master' Rémy Coutable
Enable Style/Proc cop for rubocop See merge request !10382
2017-04-03Add feature flags for enabling (Upload|Receive)Pack for GitalyAhmad Sherif
Closes gitaly#168
2017-04-03Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern
Introduce "polling_interval_multiplier" as application setting Closes #29759 See merge request !10280
2017-04-03Merge branch 'sh-fix-destroy-user-race' into 'master' Douwe Maan
Fix race condition where a namespace would be deleted before a project was deleted Closes #30334 and #30306 See merge request !10389
2017-04-03Merge branch 'fix-nplusone-queries' into 'master' Robert Speicher
Fix a few N+1 queries identified by Bullet See merge request !10361
2017-04-03Introduce "polling_interval_multiplier" as application settingAdam Niedzielski
Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
2017-04-03Merge branch '30264-fix-vue-pagination' into 'master' Fatih Acet
Fixes method not replacing URL parameters correctly Closes #30264 See merge request !10351
2017-04-03Merge branch '29669-redirect-referer-params' into 'master' Rémy Coutable
Fix redirection after login when the referer have params Closes #29669 See merge request !10397
2017-04-03Merge branch 'todo-update-order' into 'master' Yorick Peterse
Remove unnecessary ORDER BY clause when updating todos See merge request !10399
2017-04-03Fixes method not replacing URL parameters correctlyFilipa Lacerda
2017-04-02Remove unnecessary ORDER BY clause when updating todosmhasbini
2017-04-02Merge branch 'use-gitaly-commit-is-ancestor' into 'master' Robert Speicher
Use gitaly commit is ancestor See merge request !9864
2017-04-02Fix redirection after login when the referer have paramsmhasbini
2017-04-02Fix a few N+1 queries identified by BulletStan Hu
See !10263
2017-04-02Fix N+1 query in loading pipelines in merge requestsStan Hu
From Bullet failures in !10263
2017-04-02Delete users asynchronouslyStan Hu
2017-04-02Fix race condition where a namespace would be deleted before a project was ↵Stan Hu
deleted When deleting a user, the following sequence could happen: 1. Project `mygroup/myproject` is scheduled for deletion 2. The group `mygroup` is deleted 3. Sidekiq worker runs to delete `mygroup/myproject`, but the namespace and routes have been destroyed. Closes #30334
2017-04-02Remove code deprecated in pipeline process serviceGrzegorz Bizon
2017-04-02Enable Style/Proc cop for rubocopmhasbini
2017-04-01Merge branch '20914-project-home-width' into 'master' Clement Ho
20914 Limits line length for project home page Closes #20914 See merge request !10346
2017-03-31Merge branch ↵Douwe Maan
'25556-prevent-users-from-disconnecting-gitlab-account-from-cas' into 'master' Prevent users from disconnecting gitlab account from CAS Closes #25556 See merge request !10282
2017-03-31Merge branch 'add-download-attr' into 'master' Alfredo Sumaran
Add download attribute to download links See merge request !10318
2017-03-31Merge branch '30276-move-top-badges' into 'master' Annabel Dunstone Gray
30276 Move issue, mr, todos next to profile dropdown in top nav Closes #30276 See merge request !10347
2017-03-31Prevent users from disconnecting gitlab account from CASTiago Botelho
2017-03-31Merge branch 'nav-weird-gap-fix' into 'master' Annabel Dunstone Gray
Fixed a gap underneath the scrolling inner page links See merge request !10325
2017-03-3130276 Move issue, mr, todos next to profile dropdown in top navtauriedavis
2017-03-31Refactor SearchController#showDongqing Hu
2017-03-31Merge branch 'forked-subquery-order' into 'master' Yorick Peterse
Remove unnecessary ORDER BY clause from `forked_to_project_id` subquery See merge request !10334
2017-03-31Merge branch '29929-jira-doc' into 'master' Sean McGivern
Fix link to Jira service documentation Closes #29929 See merge request !10366
2017-03-31Add metrics button to Environment Overview pageKushal Pandya
2017-03-31Merge branch 'sh-fix-unnecessary-queries' into 'master' Rémy Coutable
Eliminate unnecessary queries that add ~500 ms of load time for a large issue See merge request !10365
2017-03-31Fix link to Jira service documentationJarka Kadlecova
2017-03-31Handle parsing OpenBSD ps output properly to display sidekiqSebastian Reitenbach
infos on admin->monitoring->background
2017-03-31Eliminate unnecessary queries that add ~500 ms of load time for a large issueStan Hu
Looking at the SQL log, we see useless queries such as: ``` D, [2017-03-22T03:25:00.726710 #2629] DEBUG -- : (235.9ms) SELECT MAX("project_authorizations"."access_level") AS maximum_access_level, "project_authorizations"."user_id" AS project_authorizations_user_id FROM "project_authorizations" WHERE "project_authorizations"."project_id" = 13083 AND 1=0 GROUP BY "project_authorizations"."user_id" [["project_id", 13083]] ```
2017-03-3120914 Limits line length for project home pagetauriedavis
fix lint issues
2017-03-31Merge branch '24861-stringify-group-member-details' into 'master'Clement Ho
Hide form inputs for group member without editing rights Closes #24861 See merge request !7816
2017-03-31Allow users to import GitHub projects to subgroupsDouglas Barbosa Alexandre
2017-03-30Merge branch '29883-retry-button' into 'master' Annabel Dunstone Gray
Adds container option for tooltip to prevent the button from losing round corners Closes #29883 See merge request !10317
2017-03-30Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker
- Migration in Repository#is_ancestor?