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-05-04Merge branch '12910-uploader-pers-snippet' into 'master' Sean McGivern
Prepare uploaders for personal snippets comments See merge request !11022
2017-05-03Detect already enabled DeployKeys in EnableDeployKeyServiceMark Fletcher
Ensures deploy keys can't be re-added, which causes a validation error
2017-05-02Support uploaders for personal snippets commentsJarka Kadlecova
2017-04-27Make namespace owner master of project upon creationToon Claes
When an admin creates a project in the namespace of a user, that user automatically gains master access to that project.
2017-04-18Does not remove the GitHub remote when importing from GitHubDouglas Barbosa Alexandre
2017-04-14Improve error messages when a record is unable to be created for a projectStan Hu
2017-04-05Fix status when removing legacy tags from registryGrzegorz Bizon
2017-04-05Revert unneeded change in project destroy serviceGrzegorz Bizon
2017-04-04Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
* master: (57 commits) Ensure we generate unique usernames otherwise validations fail Fix a Knapsack issue that would load support/capybara.rb before support/env.rb Ensure users have a short username otherwise a click event is triggered ... Enable the `bullet_logger` setting; enable `raise` in test environment Fix Rubocop offenses Set the right timeout for Gitlab::Shell#fetch_remote Refactoring Projects::ImportService Move methods that are not related to mirroring to the repository model Fix GitHub pull request formatter spec Rename skip_metrics to imported on the importable concern Add CHANGELOG Remove unused include from RepositoryImportWorker Skip MR metrics when importing projects from GitHub Fetch GitHub project as a mirror to get all refs at once Make file templates easy to use and discover Ensure user has a unique username otherwise `user10` would match `user1` Ensure the AbuseReport fixtures create unique reported users Don't use FFaker in factories, use sequences instead Fix brittle specs Fix the AbuseReport seeder ... Conflicts: db/schema.rb
2017-04-04Remove legacy registry tags when deleting a projectGrzegorz Bizon
2017-04-04Merge branch 'pages-debug-log' into 'master' Rémy Coutable
Log errors in UpdatePagesService See merge request !10335
2017-04-03Fix Rubocop offensesDouglas Barbosa Alexandre
2017-04-03Refactoring Projects::ImportServiceDouglas Barbosa Alexandre
2017-04-03Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre
2017-04-03Remove unecessary changes from project transfer serviceGrzegorz Bizon
2017-04-03Revert changes in services related to moving projectsGrzegorz Bizon
2017-03-31Log errors in UpdatePagesServiceDanilo Bargen
2017-03-23Rename container image to repository in specsGrzegorz Bizon
2017-03-21Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
* master: (1327 commits) Merge branch 'render-json-leak' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'fix-links-target-blank' into 'security' Merge branch '28058-hide-emails-in-atom-feeds' into 'security' Fix karma test Reset filters after click Handle Route#name being nil after an update Only add frontend code coverage instrumentation when generating coverage report fix recompile assets step in 9.0 upgrade guide to use yarn Undo explicit conversion to Integer Make level_value accept string integers Make feature spec more robust Removed d3.js from the main application.js bundle Extend compound status for manual actions specs Update css to be nice and tidy. Fix pipeline status for transition between stages add an index to the ghost column Return 404 in project issues API endpoint when project cannot be found Improve rename projects migration ... Conflicts: doc/ci/docker/using_docker_build.md spec/lib/gitlab/import_export/all_models.yml
2017-03-21Merge branch 'ssrf' into 'security' Douwe Maan
Protect server against SSRF in project import URLs See merge request !2068
2017-03-06Delete artifacts for pages unless expiry date is specifiedKamil Trzcinski
2017-03-02Use string based `visibility` getter & setterToon Claes
Add `visibility` & `visibility=` methods to the `Gitlab::VisibilityLevel` module so the `visibility_level` can be get/set with a string value.
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Enable Style/ColonMethodCallDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-22Fixes broken and missing testsAndre Guedes
2017-02-22First iteration of container_image viewAndre Guedes
- Fixes project, container_image and tag deletion - Removed container_images_repository [ci skip]
2017-02-22No more and/orDouwe Maan
2017-02-19Prevent project team from being truncated too early during project destructionStan Hu
There are two issues with truncating the project team early: 1. `Projects::UnlinkForkService` may not close merge requests properly since permissions may be revoked early. 2. If an error is encountered during flushing of caches, then the user will lose all privileges, possibly causing an issue on deletion on retry.
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-13Add GFM support to nested groupsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-13Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable
Update Rubocop to Ruby 2.3 See merge request !8994
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg
2017-02-07Refresh authorizations when transferring projectsYorick Peterse
This ensures that project authorizations are refreshed when moving a project from one namespace to another. When doing so the permissions for all users of both the old and new namespaces are refreshed. See #26194 for more information.
2017-02-07Merge branch 'fix/import-group-members' into 'master' Rémy Coutable
Fix missing group members from Import/Export Closes #25124 See merge request !8923
2017-02-07Add missing group members to export for I/EJames Lopez
2017-02-02Fix constant resolution in UpdatePagesServiceSean McGivern
There is now a `Projects::Settings` module, for the members controller. Ensure that we get the actual settings, not that module.
2017-02-02Fix GitLab Pages not refreshing upon new contentStan Hu
Due to autoloading and Ruby scoping, the .update file was never being updated due to this error: ``` NoMethodError: undefined method `pages' for Projects::Settings:Module from /opt/gitlab/embedded/service/gitlab-rails/app/services/projects/update_pages_configuration_service.rb:50:in `pages_update_file' from /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/metrics/instrumentation.rb:157:in `pages_update_file' from (irb):6 from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/console.rb:110:in `start' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/console.rb:9:in `start' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/commands_tasks.rb:68:in `console' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands/commands_tasks.rb:39:in `run_command!' from /opt/gitlab/embedded/lib/ruby/gems/2.3.0/gems/railties-4.2.7.1/lib/rails/commands.rb:17:in `<top (required)>' from bin/rails:9:in `require' ``` This error was caught and discarded quietly. This fix exercises this code and fixes the scope problem. Closes gitlab-com/infrastructure#1058
2017-02-01Fix GitLab Pages test failuresKamil Trzcinski
2017-02-01Fixed Rubocop deprecation warningsYorick Peterse
2017-02-01Fix EE specs after ci_commit rename to pipelineKamil Trzcinski
2017-02-01pages: Fix "undefined local variable or method `total_size'" when maximum ↵Nick Thomas
page size is exceeded
2017-02-01Updated according to commentsKamil Trzcinski
2017-02-01Updated configuration savingKamil Trzcinski
2017-02-01Pages domain model specsKamil Trzcinski
2017-02-01Fix the remove_pagesKamil Trzcinski
2017-02-01Implement extra domains and save pages configurationKamil Trzcinski
2017-02-01Initial work on GitLab Pages updateKamil Trzcinski
2017-02-01Added support for zip archives in pagesKamil Trzcinski
The ZIP archive size is calculated from artifacts metadata that should get uploaded for new artifacts