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
AgeCommit message (Expand)Author
2017-05-30Add starred_by scope to ProjectToon Claes
2017-05-29Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan
2017-05-26Set "expire_in" for counters cacheValery Sizov
2017-05-25Merge branch 'revert-b0498c17' into 'master'Robert Speicher
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
2017-05-24ensure rss token on readAlexis Reigel
2017-05-24add rss_token attribute to user modelAlexis Reigel
2017-05-19Remove readme project_view optionDouwe Maan
2017-05-18Use Namespace.for_user scope (formerly known as Namespace.root)Douwe Maan
2017-05-18Fixes #32474Michael Kozono
2017-05-17Hide nested group UI/API support for MySQLYorick Peterse
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-05-15Invalidate cache for issue and MR counters more granularlyValery Sizov
2017-05-12Move update_assignee_cache_counts to the serviceValery Sizov
2017-05-10Use relative paths for group/project/user avatarsblackst0ne
2017-05-09Merge branch 'tc-cache-trackable-attributes' into 'master' Douwe Maan
2017-05-08Devise can assign trackable fields, but only allow writes once/hourToon Claes
2017-05-08Limit `update_tracked_fields` to write to database once/hourToon Claes
2017-05-08Fix sub-second timing comparison error for Devise confirmation periodStan Hu
2017-05-06Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-05-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ...Valery Sizov
2017-05-04[Multiple issue assignees] Resolving conflictsValery Sizov
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-03First round of updates from the code review.Ruben Davila
2017-05-01Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt
2017-04-26Skip validation when creating internal (ghost, service desk) usersDouwe Maan
2017-04-20Merge branch 'uassign_on_member_removing' into 'master' Sean McGivern
2017-04-20Remove helpers assigned_issuables_count and cached_assigned_issuables_countValery Sizov
2017-04-19Fix active user countJames Lopez
2017-04-18Remove assigned_(issues|merge_requests) methods from the issuableValery Sizov
2017-04-11Remove an unused `cared` scope from Issue and MergeRequestRobert Speicher
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-04-06Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan
2017-04-06Implement review comments from @DouweM for !10467.Timothy Andrew
2017-04-06Fix a bug with the User#abuse_report association.Timothy Andrew
2017-04-06user#update_two_factor_requirement is publicAlexis Reigel
2017-04-06rename cache db column with `_cached` suffixAlexis Reigel
2017-04-06check all groups for 2fa requirementAlexis Reigel
2017-04-06Support 2FA requirement per-groupMarkus Koller
2017-03-30Remove unnecessary ORDER BY clause from `forked_to_project_id` subquerymhasbini
2017-03-27Merge branch 'sh-bring-back-option-to-be-notified-of-own-activity' into 'mast...Robert Speicher
2017-03-27Implement new service for creating userGeorge Andrinopoulos
2017-03-25Use default_value_for to set notified_of_own_activity instead of using a DB m...Stan Hu
2017-03-24Fix projects_limit RangeError on user createAlexander Randa
2017-03-22Don't try to find a user by personal_access_token if the token is nilRémy Coutable
2017-03-18All CI offline migrationsKamil Trzciński
2017-03-10allow internal attributes to have a nil valuehttp://jneen.net/