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 (Collapse)Author
2017-06-29Set the GL_REPOSITORY env variable on Gitlab::Git::HookAlejandro Rodríguez
2017-06-29Merge branch 'sh-fix-project-destroy-in-namespace' into 'master'Robert Speicher
Defer project destroys within a namespace in Groups::DestroyService#async_execute See merge request !12435
2017-06-29Merge branch '34078-allow-to-enable-feature-flags-with-more-granularity' ↵Robert Speicher
into 'master' Allow the feature flags to be enabled/disabled with more granularity Closes #34078 See merge request !12357
2017-06-29Defer project destroys within a namespace in ↵Stan Hu
Groups::DestroyService#async_execute Group#destroy would actually hard-delete all associated projects even though the acts_as_paranoia gem is used, preventing Projects::DestroyService from doing any work. We first noticed this while trying to log all projects deletion to the Geo log.
2017-06-29Merge branch 'sha-attributes-for-postgresql-and-mysql' into 'master'Sean McGivern
Added code for defining SHA attributes See merge request !12555
2017-06-29Merge branch 'refactor-namespace-default-scope-override' into 'master'Douwe Maan
Remove Namespace model default scope override and write additional test to Project search See merge request !12546
2017-06-29Merge branch 'revert-12499' into 'master'Douwe Maan
Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'" Closes #34511 See merge request !12557
2017-06-29Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'"Adam Niedzielski
This reverts commit b07c00032b038f40796a28e34b6dd4c622bad012, reversing changes made to 2b97d76d0b08a778710410df910a7601f6b8e9e7.
2017-06-29Merge branch 'zj-usage-ping-only-gl-pipelines' into 'master'Kamil Trzciński
Only count GL pipelines in usage data ping Closes #33172 See merge request !12277
2017-06-29Added code for defining SHA attributesYorick Peterse
These attributes are stored in binary in the database, but exposed as strings. This allows one to query/create data using plain SHA1 hashes as Strings, while storing them more efficiently as binary.
2017-06-29Merge branch '26125-match-username-on-search' into 'master'Douwe Maan
Inserts exact matches of username and email to the top of the user search list Closes #26125 See merge request !12525
2017-06-29Merge branch 'refactor/declarative-policy' into 'master'Sean McGivern
Refactor/declarative policy See merge request !10515
2017-06-29Merge branch 'add-members-count-and-parent-id-data-on-namespaces-api' into ↵Douwe Maan
'master' Add group members counting related data on namespaces API See merge request !12497
2017-06-29Merge branch 'fix-34417' into 'master'Sean McGivern
Perform housekeeping only when an import of a fresh project is completed Closes #34417 See merge request !12529
2017-06-29Inserts exact matches of username, email and name to the top of the user ↵Tiago Botelho
search list
2017-06-29Merge branch 'feature/sm/34314-add-hasvariable-concern' into 'master'Kamil Trzciński
Implement `HasVariable` concern Closes #34314 See merge request !12448
2017-06-29Remove Namespace model default scope override and write additional test to ↵Tiago Botelho
Project search
2017-06-29Merge branch '30708-stop-using-deleted-at-to-filter-namespaces' into 'master'Douwe Maan
refactors Project#search namespace join Closes #30708 See merge request !12091
2017-06-29Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'Robert Speicher
Drop default ORDER scope when calling a find method on a Sortable model Closes #23079 and #34412 See merge request !12499
2017-06-28Drop default ORDER scope when calling a find method on a Sortable modelDouwe Maan
2017-06-28Add tests for project import state transition: [:started] => [:finished]Douglas Barbosa Alexandre
2017-06-28Add "members_count" and "parent_id" data on namespaces APIOswaldo Ferreira
2017-06-28Add ProjectWiki#ensure_repositoryDouglas Barbosa Alexandre
2017-06-28Add Project#ensure_repositoryDouglas Barbosa Alexandre
2017-06-28Fix current feature related specsTiago Botelho
2017-06-28Improve small thingsShinya Maeda
2017-06-28Remove PoC specShinya Maeda
2017-06-28Add a test for checking validates :key does not override by concernShinya Maeda
2017-06-28DecuplinShinya Maeda
2017-06-27update the specs to not require a set to be returnedhttp://jneen.net/
2017-06-27Merge branch 'bugfix/ruby2.4-compat' into 'master'Douwe Maan
ruby 2.4 compat: update to webmock 2.3.2 See merge request !12471
2017-06-27Rename FLippable to FeatureGate and make `flipper_group` and `user` mutually ↵Rémy Coutable
exclusive Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-27Allow the feature flags to be enabled/disabled with more granularityRémy Coutable
This allows to enable/disable a feature flag for a given user, or a given Flipper group (must be declared statically in the `flipper.rb` initializer beforehand). Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-27Split pipelines by origin on usage dataZ.J. van de Weg
When sending the usage data, it now includes all pipelines. This commit will split the pipelines in two; internal and external. This will lead to historical data being incorrectly marked this way. Fixes gitlab-org/gitlab-ce#33172
2017-06-27Merge branch '34052-store-mr-ref-fetched-in-database' into 'master'Sean McGivern
Store merge request ref_fetched status in the database Closes #34052 See merge request !12424
2017-06-27rm use of deprecated webmock api in teamcity_service_spechttp://jneen.net/
2017-06-27rm use of deprecated webmock api in campfire_service_spechttp://jneen.net/
2017-06-27rm use of deprecated webmock api in jira model spechttp://jneen.net/
2017-06-27rm use of deprecated webmock api in bamboo_service_spechttp://jneen.net/
2017-06-26Merge branch '33933-fix-deployment-indicator-date' into 'master'Robert Speicher
Fix bug where Service `created_at` time was used instead of deployment time. Closes #33933 See merge request !12395
2017-06-26Store merge request ref_fetched status in the databaseAdam Niedzielski
Closes #34052
2017-06-26Merge branch 'fix/gb/fix-skipped-pipeline-with-allowed-to-fail-jobs' into ↵Kamil Trzciński
'master' Fix pipeline status when allowed to fail jobs present Closes #29059 See merge request !11166
2017-06-23Add User#full_private_access? to check if user has Private accessToon Claes
In CE only the admin has access to all private groups & projects. In EE also an auditor can have full private access. To overcome merge conflicts, or accidental incorrect access rights, abstract this out in `User#full_private_access?`. `User#admin?` now only should be used for admin-only features. For private access-related features `User#full_private_access?` should be used. Backported from gitlab-org/gitlab-ee!2199
2017-06-22Fix bug where Service `created_at` time was used instead of deployment time.Pawel Chojnacki
2017-06-22Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki
28717-additional-metrics-review-branch
2017-06-21Merge branch '34008-fix-CI_ENVIRONMENT_URL-2' into 'master'Kamil Trzciński
Don't expand CI_ENVIRONMENT_URL so runner would do Closes #34008 See merge request !12344
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-21Move expanded_environment_url to CreateDeploymentServiceLin Jen-Shin
Because that's the only place we need it.
2017-06-21Don't expand CI_ENVIRONMENT_URL so runner would doLin Jen-Shin
And make sure CI_ENVIRONMENT_URL comes last so all variables would be available whenever the runner is trying to expand it. This is an alternative to !12333
2017-06-20Merge branch 'refactor-projects-finder-init-collection' into 'master'Rémy Coutable
Refactor ProjectsFinder#init_collection and GroupProjectsFinder#init_collection Closes #33632 See merge request !12135