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/lib
AgeCommit message (Collapse)Author
2017-06-26Merge branch '33600-fix-uncaught-throw-in-ee_compat_check' into 'master'Robert Speicher
Fix an uncaught throw in the ee_compat_check job Closes #33600 See merge request !12123
2017-06-26Merge branch 'remove-unused-argument' into 'master'Sean McGivern
Remove unused Gitlab::Git::Commit#to_diff argument See merge request !12466
2017-06-26Merge branch ↵Douwe Maan
'34286_add_esperanto_translations_for_cycle_analytics_and_project_and_repository_pages' into 'master' Add Esperanto translations for Cycle Analytics, Project, and Repository pages Closes #34286 See merge request !12442
2017-06-26Remove unused Gitlab::Git::Commit#to_diff argumentJacob Vosmaer
2017-06-26Merge branch 'backport-renew-exclusive-lease' into 'master'Douwe Maan
Backport from EE: Introduce #renew for ExclusiveLease See merge request !12436
2017-06-26Merge branch 'feature/add-new-services' into 'master'Sean McGivern
Add additional user and email services See merge request !12125
2017-06-26Merge branch 'zj-faster-charts-page' into 'master'Grzegorz Bizon
Improve performance for pipeline charts Closes #32407 See merge request !12378
2017-06-26Add Esperanto translations for Cycle Analytics, Project, and Repository pages黄涛
Fix #34286
2017-06-24fix spec failuresJames Lopez
2017-06-24Introduce #renew for ExclusiveLeaseGabriel Mazetto
2017-06-24Merge branch 'dm-requirements-txt-tilde' into 'master'Grzegorz Bizon
Don't match tilde and exclamation mark as part of requirements.txt package name Closes #34166 See merge request !12431
2017-06-23Merge branch 'tc-refactor-projects-finder-init-collection' into 'master'Douwe Maan
Add User#full_private_access? to check if user has access to all private groups & projects Closes #31745 See merge request !12373
2017-06-23fix spec failuresJames Lopez
2017-06-23Don't match tilde and exclamation mark as part of requirements.txt package nameDouwe Maan
2017-06-23Merge branch 'fix/gb/improve-updating-column-in-batches-helper' into 'master'Yorick Peterse
Improve `update_column_in_batches` migration helper Closes #34064 See merge request !12350
2017-06-23update code based on feedbackJames Lopez
2017-06-23Remove references to build in pipeline chartsZ.J. van de Weg
Being the good boyscouts, but mainly because of [the comment in the review](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12378#note_33302115) the words used for classes and variables are changed to not use builds anymore.
2017-06-23Improve performance for pipeline chartsZ.J. van de Weg
Achieved by using another table, which both has better indexes and is smaller. Now the data provided for the user is more valueable too.
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23fix spec failuresJames Lopez
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23refactor emails serviceJames Lopez
2017-06-23update missing email actionsJames Lopez
2017-06-23fix specsJames Lopez
2017-06-23update to use emails destroy serviceJames Lopez
2017-06-23fixed specsJames Lopez
2017-06-23added service in the rest of controllers and classesJames Lopez
2017-06-23fix api and controller issuesJames Lopez
2017-06-23update notification settings, fix api specsJames Lopez
2017-06-23use update service on ldap call and updated specs and serviceJames Lopez
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-22Merge branch '33940-cache-flipper_gate-query' into 'master'Robert Speicher
Add the Flipper::Middleware::Memoizer middleware Closes #33940 See merge request !12359
2017-06-22Merge branch 'fix/properly-encode-gitaly-diffs' into 'master'Robert Speicher
Encode Gitaly diff patches properly See merge request !12368
2017-06-22Fix Style/EmptyLines violation in lib/feature.rbRobert Speicher
2017-06-22Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki
28717-additional-metrics-review-branch
2017-06-22Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon
* master: (56 commits) File view buttons Don't reset the session when the example failed, because we need capybara-screenshot to have access to it Resolve "MR comment + system note highlight don't have the same width" Add feature spec for dashboard state filter tabs Wording of Mysql support. a new feature checklist and more elaborate documentation requirements Filter archived project in API v3 only if param present Revert to using links instead of buttons in Issuable Index tabs. Do not run the codeclimate job on docs-only changes Only show gray footer space if environment actions exist Migrate Gitlab::Git::Blob.find to Gitaly Backport filtered search lazy token consistent state fix Add a comment explaining how the branch clean up happens Fix Github::Representation::PullRequest#source_branch_exists? Add CHANGELOG Fix GitHub importer performance on branch existence check Rebuild the dynamic path before validating it Rename stage ref migration specs to match a class name Enable Style/DotPosition Rubocop :cop: Revert "Merge branch 'winh-merge-request-related-issues' into 'master'" ... Conflicts: db/post_migrate/20170526185921_migrate_build_stage_reference.rb
2017-06-22Merge branch '32301-filter-archive-project-on-param-present' into 'master'Rémy Coutable
Filter archived project in API only if param present Closes #32301 See merge request !12245
2017-06-22Encode Gitaly diff patches properlyAhmad Sherif
2017-06-22Merge branch 'feature/migrate-blob-find-to-gitaly' into 'master'Robert Speicher
Migrate Gitlab::Git::Blob.find to Gitaly See merge request !12104
2017-06-21Fix an uncaught throw in the ee_compat_check jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-21Filter archived project in API v3 only if param presentvanadium23
2017-06-21Add the Flipper::Middleware::Memoizer middlewareRémy Coutable
This ensures we make maximum one call per feature per request. See https://github.com/jnunemaker/flipper/blob/v0.10.2/docs/Optimization.md#memoizing-middleware Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-21Migrate Gitlab::Git::Blob.find to GitalyAhmad Sherif
2017-06-21Add a comment explaining how the branch clean up happensDouglas Barbosa Alexandre
2017-06-21Fix Github::Representation::PullRequest#source_branch_exists?Douglas Barbosa Alexandre
2017-06-21Fix GitHub importer performance on branch existence checkDouglas Barbosa Alexandre
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-21Raise if updating columns in batches within a transactionGrzegorz Bizon
2017-06-21Replace invalid chars while seeding environmentsZeger-Jan van de Weg
2017-06-21Merge branch '33878-fix-edit-deploy-key' into 'master'Rémy Coutable
Fix edit button for deploy keys available from other projects Closes #33878 See merge request !12301