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/config
AgeCommit message (Collapse)Author
2018-02-13Addressed mr observationsJose Ivan Vargas
2018-02-12Merge branch 'master' into jivl-update-katexJose Ivan Vargas
2018-02-09make sure there is a dependency on Gitlab::CurrentSettings isBrett Walker
This fixes an issue where the Rails autoload system would throw various `Unable to autoload constant` errors (such as `Unable to autoload constant EE::ProjectsHelper`) when using the autoload system (such with `spring` or `reload!` in the rails console. This error was specifically ocurring in the EE code, however, it's seems reasonable to place the fix in CE as a general innoculation.
2018-02-08Merge branch 'feature/oidc-groups-claim' into 'master'Douwe Maan
Add groups to OpenID Connect claims See merge request gitlab-org/gitlab-ce!16929
2018-02-08Add groups to OpenID Connect claimsHassan Zamani
2018-02-07Backport of LFS File Locking APIRubén Dávila
2018-02-07Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński
Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842
2018-02-0631885 - Ability to transfer a single group to another groupMayra Cabrera
2018-02-06Added ldap config setting to lower case usernamesFrancisco Javier López
2018-02-06Merge branch 'master' into jivl-update-katexJose Ivan Vargas
2018-02-05Use `resource` in Group Variables routing schemeMatija Čupić
2018-02-05Use `resource` in Project Variables routing schemeMatija Čupić
2018-02-05Remove redundant routes in Groups::VariablesControllerMatija Čupić
2018-02-05Port #save_multiple to Groups::VariablesControllerMatija Čupić
2018-02-05Remove redundant routes in VariablesControllerMatija Čupić
2018-02-05Stub multiple variable controller methodMatija Čupić
2018-02-05Allow moving wiki pages from the UIFrancisco Javier López
2018-02-05Merge branch 'persistent-callouts' into 'master'Kamil Trzciński
Add backend for persistently dismissible callouts See merge request gitlab-org/gitlab-ce!16735
2018-02-05Merge branch 'query-counts' into 'master'Rémy Coutable
Track and act upon the number of executed SQL queries See merge request gitlab-org/gitlab-ce!16466
2018-02-03Merge branch 'master' into persistent-calloutsMatija Čupić
2018-02-03Rename Callout to UserCalloutMatija Čupić
2018-02-03Refactor CalloutsControllerMatija Čupić
2018-02-02Merge branch 'webpack-auto-config' into 'master'Jacob Schatz
Automatically Generate Webpack Entry Points See merge request gitlab-org/gitlab-ce!16865
2018-02-02prevent dynamic chunks from being duplicated by the dispatcher until it is ↵Mike Greiling
completely refactored
2018-02-01generate webpack entry points for pages directory automaticallyMike Greiling
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2018-02-01Track and act upon the number of executed queriesYorick Peterse
This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users.
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-31Merge branch 'zj-gitaly-server-info' into 'master'Sean McGivern
Gitaly Server info for admin panel See merge request gitlab-org/gitlab-ce!16794
2018-01-31Gitaly Server info for admin panelZeger-Jan van de Weg
Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything.
2018-01-30Don't assume postgresql in two initializersNick Thomas
2018-01-30Merge branch 'grape-router-helpers-bugfix' into 'master'Rémy Coutable
Fix grape-route-helper route shadowing See merge request gitlab-org/gitlab-ce!16781
2018-01-30Fix grape-route-helper route shadowingMario de la Ossa
Bringing in https://github.com/reprah/grape-route-helpers/pull/21 as a monkey patch since the grape-route-helpers project seems to be abandoned
2018-01-27Move Callouts route to - pathMatija Čupić
2018-01-27Implement Callouts controllerMatija Čupić
2018-01-26Eliminate the last warning for redis wrapperLin Jen-Shin
2018-01-26Merge branch ↵Grzegorz Bizon
'42420-follow-up-from-resolve-asset-was-not-declared-to-be-precompiled-in-production-favicon-green-ico' into 'master' Port some non-EE-specific config/ changes to CE Closes #42420 See merge request gitlab-org/gitlab-ce!16710
2018-01-25Merge branch 'lint-rugged' into 'master'Rémy Coutable
Add a lint check to restrict use of Rugged See merge request gitlab-org/gitlab-ce!16656
2018-01-25Merge branch '40028-special-characters-on-issuable-templates' into 'master'Rémy Coutable
Handling special characters in Issuable Templates Closes #40028 See merge request gitlab-org/gitlab-ce!15323
2018-01-25Port some non-EE-specific config/ changes to CERémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-25Look for rugged with static analysisJacob Vosmaer
2018-01-25Merge branch 'default-to-https-for-gravatar-urls' into 'master'Rémy Coutable
Default to HTTPS for all Gravatar URLs See merge request gitlab-org/gitlab-ce!16666
2018-01-25Merge branch 'jej/gitattributes-check-at-ref' into 'master'Rémy Coutable
Can parse root .gitattributes file for a ref See merge request gitlab-org/gitlab-ce!16418
2018-01-25Default to HTTPS for all Gravatar URLsAchilleas Pipinellis
If using gravatar.com, both plain_url and ssl_url in settings are now served via HTTPS. Make this the default.
2018-01-25Handle special characters on API request of issuable templatesTakuya Noguchi
2018-01-24Merge branch 'groups-webpack-bundle' into 'master'Filipa Lacerda
Added dispatcher imports for groups webpack bundle See merge request gitlab-org/gitlab-ce!16644
2018-01-24correctly imports performance barPhil Hughes
2018-01-24Can parse root .gitattributes file for a refJames Edwards-Jones
2018-01-24Merge branch '42251-explicit-timezone-for-karma' into 'master'Mike Greiling
Set timezone for karma CI job to Etc/UTC (UTC+0) Closes #42251 See merge request gitlab-org/gitlab-ce!16602
2018-01-23Set timezone for karma to UTCTakuya Noguchi