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-04-06Suppress Import/Export function warnings. Add comment for confirmation.Shinya Maeda
2017-04-06Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-06Include endpoint in metrics for ETag caching middlewareAdam Niedzielski
2017-04-06Merge branch 'fix/gh-import-status-check' into 'master' Sean McGivern
Periodically mark projects that are stuck in importing as failed Closes #17709 See merge request !10207
2017-04-06Merge branch 'add_remove_concurrent_index_to_database_helper' into 'master' Yorick Peterse
Add remove_concurrent_index to database helper Closes #30376 See merge request !10441
2017-04-06Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
* master: (94 commits) Merge branch 'open-redirect-fix-continue-to' into 'security' Merge branch 'open-redirect-host-fix' into 'security' Merge branch 'path-disclosure-proj-import-export' into 'security' Merge branch '29364-private-projects-mr-fix' Merge branch '30125-markdown-security' Issue title realtime Update CHANGELOG.md for 8.16.9 Update CHANGELOG.md for 8.17.5 Update CHANGELOG.md for 9.0.4 Add "search" optional param and docs for V4 Use PDFLab to render PDFs in GitLab Separate Scala from Java in CI examples Fix broken link Reorganize CI examples, add more links Refactor CI index page Remove deprecated field from workhorse response Use gitlab-workhorse 1.4.3 Document how ETag caching middleware handles query parameters Make group skip validation in the frontend Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middleware ...
2017-04-06Hopefully this worksKim "BKC" Carlbäcker
2017-04-06Protected Tags backend review changesJames Edwards-Jones
Added changelog
2017-04-06Use Gitaly for Environment#first_deployment_forKim "BKC" Carlbäcker
2017-04-06Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya
# Conflicts: # app/assets/javascripts/dispatcher.js # app/assets/stylesheets/pages/projects.scss
2017-04-06Issue title realtimeRegis Boudinot
2017-04-06Merge branch 'gitaly-prevent-autoload' into 'master' Rémy Coutable
Deal with Rails autoload instance variable resets See merge request !10338
2017-04-06Add remove_concurrent_index to database helperblackst0ne
2017-04-06Merge branch 'workhorse-1.4.3' into 'master' Sean McGivern
Workhorse 1.4.3 Closes gitaly#167 and gitaly#177 See merge request !10479
2017-04-06Merge branch 'convert-poll-interval-to-string' into 'master' Sean McGivern
Convert value to string before setting Poll-Interval header See merge request !10477
2017-04-05Merge branch 'gitaly-refs' into 'master'Robert Speicher
Implement Gitaly refs client See merge request !9291
2017-04-05Fix specsDouwe Maan
2017-04-05Don't use original_discussion_idDouwe Maan
2017-04-05Add specsDouwe Maan
2017-04-05Better notification emails for notes and (diff) discussionsDouwe Maan
2017-04-05Add option to start a new discussion on an MRDouwe Maan
2017-04-05Remove deprecated field from workhorse responseJacob Vosmaer
2017-04-05Periodically mark projects that are stuck in importing as failedJames Lopez
Adds import jid to projects Refactor middleware to set custom expiration time via sidekiq options Add completed_jids option to sidekiq status and a few other changes
2017-04-05Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middlewareAdam Niedzielski
NamespaceValidator::WILDCARD_ROUTES is less restrictive than ProjectPathValidator::RESERVED and we really have to avoid only routes that contain wildcard names.
2017-04-05Convert value to string before setting Poll-Interval headerAdam Niedzielski
2017-04-05Deal with Rails autoload instance variable resetsJacob Vosmaer
Rails auto-load (a development feature) can end up resetting instance variables on classes. This breaks Gitlab::GitalyClient, which uses instance variables to keep global hashes to look up channels and addresses. This change adds code that regenerates the hashes if they suddenly become nil.
2017-04-05Handle SSH keys that have multiple spaces between each markerStan Hu
Notice what happens when a user adds a key with a space in between: ``` irb(main):004:0> 'ssh-rsa foobar'.split(/ /) => ["ssh-rsa", "", "foobar"] ``` This would cause gitlab-shell to receive a blank argument for the actual key, leading to users unable to login.
2017-04-04Fix issues importing forked projectsJames Lopez
2017-04-04Merge branch '30400-fix-blob-highlighting-in-search' into 'master' Sean McGivern
Fix blob highlighting in search Closes #30400 See merge request !10420
2017-04-04Merge branch 'workhorse-gitaly-address' into 'master' Sean McGivern
Pass GitalyAddress to workhorse See merge request !10447
2017-04-04Incorporate Gitaly client for refs serviceAlejandro Rodríguez
2017-04-04Pass GitalyAddress to workhorseJacob Vosmaer
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-04Disable support for Gitaly PostReceivePackAhmad Sherif
See https://gitlab.com/gitlab-org/gitaly/issues/172
2017-04-04Fixed UserAccess#can_create_tag? after create_access_levels renameJames Edwards-Jones
2017-04-04Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones
2017-04-04Attempt to fix import/export of push_access_levels for protected tagsJames Edwards-Jones
2017-04-04Cleanup & tests for UserAccess#can_create_tag?James Edwards-Jones
2017-04-04Protected Tags prevents all updates instead of just force pushes.James Edwards-Jones
This only changes behaviour for masters, as developers are already prevented from updating/deleting tags without the Protected Tags feature
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 'namespace-race-condition' into 'master' Douwe Maan
Fix race condition in namespace directory creation See merge request !10268
2017-04-03Merge branch 'feature/support-grpc-calls-over-tcp-conn' into 'master' Robert Speicher
Add support for Gitaly calls over TCP connection Closes gitaly#166 See merge request !10410
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-03Set the right timeout for Gitlab::Shell#fetch_remoteDouglas Barbosa Alexandre
2017-04-03Clean up non TODO rubocop errorsJames Edwards-Jones
2017-04-03Rename skip_metrics to imported on the importable concernDouglas 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-03Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones
2017-04-03Fix blob highlighting in searchNick Thomas