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/spec
AgeCommit message (Collapse)Author
2018-03-08Revert "Cleanup after adding MR diff's commit_count"Jan Provaznik
This reverts commit 0b7d10851456018328da137beeca931767b4fd0a.
2018-03-08Merge branch 'sh-remove-double-caching-repo-empty' into 'master'Sean McGivern
Remove double caching of Repository#empty? Closes #43882 See merge request gitlab-org/gitlab-ce!17588
2018-03-08Merge branch ↵Kamil Trzciński
'43770-change-clear-runners-cache-ujs-action-to-an-axios-request' into 'master' Resolve "Change Clear Runners cache UJS action to an API request" Closes #43770 See merge request gitlab-org/gitlab-ce!17466
2018-03-08Add missing delete method in mattermost sessionjulien MILLAU
2018-03-08Merge branch 'ce-jej/github-project-service-for-ci' into 'master'Douwe Maan
Backport changes from introducing GithubService interation in EE See merge request gitlab-org/gitlab-ce!17607
2018-03-08Merge branch 'unassign-when-leaving' into 'master'Robert Speicher
Don't delete todos or unassign issues and MRs when a user leaves a project Closes #43899 See merge request gitlab-org/gitlab-ce!17615
2018-03-08Hides Triggers if integration only has one eventJames Edwards-Jones
Removes confusing/unnecessary checkboxes when trying to configure an integration. If there is only one supported event we don't need to allow these to be individually disabled since the integration can be disabled instead. E.g. Project Integrations for GitHub, Bugzilla, Asana, Pipeline emails and Gemnasium Allows integrations to override which triggers are configurable
2018-03-08Address frontend feedbackBob Van Landuyt
2018-03-08Don't delete todos or unassign issues and MRs when a user leaves a projectDouwe Maan
2018-03-08Merge branch 'jivl-backport-custom-metrics-frontend' into 'master'Filipa Lacerda
backport of custom metrics for the common metrics section of CE See merge request gitlab-org/gitlab-ce!17586
2018-03-08backport of custom metrics for the common metrics section of CEJose Ivan Vargas
2018-03-08Merge branch 'da-update-project-activity' into 'master'Stan Hu
Update project activity when pushing to a wiki repository See merge request gitlab-org/gitlab-ce!17621
2018-03-08Merge branch 'ce-3839-ci-cd-only-github-projects-fe' into 'master'Douwe Maan
Create CI/CD-only projects from GitHub -- CE backport See merge request gitlab-org/gitlab-ce!17432
2018-03-07Merge branch 'refactor/move-sidebar-assignee-vue-component' into 'master'Clement Ho
Move SidebarAssignees vue component See merge request gitlab-org/gitlab-ce!17398
2018-03-07Update project activity when pushing to a wiki repositoryDouglas Barbosa Alexandre
2018-03-07Fix broken testsFilipa Lacerda
2018-03-07Merge branch 'master' into 'ce-3839-ci-cd-only-github-projects-fe'Douwe Maan
# Conflicts: # locale/gitlab.pot
2018-03-07Merge branch 'bvl-allow-maintainer-to-push' into 'master'Douwe Maan
Allow maintainers to push forks of a project for branches that have open MRs Closes #22292 See merge request gitlab-org/gitlab-ce!17395
2018-03-07[ci skip] Merge branch 'master' into ↵Filipa Lacerda
43770-change-clear-runners-cache-ujs-action-to-an-axios-request * master: (68 commits) Upgrade Workhorse to 4.0.0 naming things Update GitLab Pages to v0.7.0 Minor fixes in API doc Use Project#full_name instead of name_with_namespace Fix tests not completely disabling Gitaly Move OperationService#UserRemoveBranch Move OperationService#UserCreateBranch Move CommitService#Languages to OPT_OUT Move RefService#CreateBranch to OPT_OUT Move RefService#DeleteBranch to OPT_OUT Move OperationService#UserRevert to OPT_OUT Move OperationService#UserAddTag to OPT_OUT Move CommitService::CommitPatch to OPT_OUT Change to Pacific Time Zone Merge branch 'pages-6-1-gitlab-10-5' into 'security-10-5' Merge branch 'sh-fix-otp-backup-invalidation-10-5' into 'security-10-5' Remove wrong assumption about Runners cache GC Add CommonMark markdown engine add nginx_status monitoring details ...
2018-03-07Move SidebarAssignees vue componentGeorge Tsiolis
2018-03-07Service integration displays validation errors on test failJames Edwards-Jones
Fixes attempts to update a service integration which had `can_test?` set to true but validations were causing the "Test and save changes" button to return "Something went wrong on our end." Removes references to index action left from 0af99433143727088b6a0a1b2163751c05d80ce6
2018-03-07Backport changes from EE's GithubService integrationJames Edwards-Jones
Adds detailed_status to pipeline hook data Adds detailed_description option for Services Integration edit page renders 404 if a service is disabled
2018-03-07Merge branch 'jivl-new-modal-project-labels-milestones' into 'master'Filipa Lacerda
Resolve: Modal and banner designs for project label and project milestone promotion Closes #41895 See merge request gitlab-org/gitlab-ce!17197
2018-03-07Only allow users that can merge to push to sourceBob Van Landuyt
We only allow users that can merge the merge request to push to the fork.
2018-03-07Limit queries to a user-branch combinationBob Van Landuyt
The query becomes a lot simpler if we can check the branch name as well instead of having to load all branch names.
2018-03-07Set `allow_maintainer_to_push` using the APIBob Van Landuyt
2018-03-07CE backport for creating CI/CD projects from GitHubRubén Dávila
2018-03-07Merge branch 'gitaly-git-mandatory' into 'master'Douwe Maan
Make git push mandatory See merge request gitlab-org/gitlab-ce!17565
2018-03-07Allow maintainers to edit directly in a forkBob Van Landuyt
2018-03-07Merge remote-tracking branch 'dev/master'Robert Speicher
2018-03-07Merge branch 'zj-move-opt-out-ruby-endpoints' into 'master'Sean McGivern
Move Ruby endpoints to OPT_OUT See merge request gitlab-org/gitlab-ce!17561
2018-03-07Merge branch 'tc-geo-local-only-counts-matcher' into 'master'Nick Thomas
Backport of "Geo: Ignore remote stored objects when calculating counts" See merge request gitlab-org/gitlab-ce!17581
2018-03-07Memoize Repository#empty? instead of double caching the valueStan Hu
We saw that in a customer instance, `empty?` was cached to be `true` even though `has_visible_content?` and `exists?` were `true`. This double caching can run into edge cases because there's no guarantee that the inner values will properly expire the outer one, especially if there is Redis replication lag. Consider this scenario: 1. `exists?` and `has_visible_content?` are false 2. `empty?` is expired 3. A subsequent call to `empty?` returns `true` because `exists?` is false even though `empty` is true 4. `exists?` and `has_visible_content?` are then expired 5. `exists?` and `has_visible_content?` are set to true 6. `empty?` is still stuck in the wrong value as `true` Closes #43882
2018-03-07Allow maintainers to push to a single branchBob Van Landuyt
2018-03-07Allow abilities on forks while MR is openBob Van Landuyt
When an MR is created using `allow_maintainer_to_push`, we enable some abilities while the MR is open. This should allow every user with developer abilities on the target project, to push to the source project.
2018-03-07Allow a user to select `allow maintainer to push`Bob Van Landuyt
When a project is not private, and the source branch not protected the user can now select the option to allow maintainers to push to this branch
2018-03-07Fix tests not completely disabling GitalyZeger-Jan van de Weg
2018-03-07Merge branch 'mr-commit-optimization' into 'master'Sean McGivern
Use persisted/memoized value for MRs sha's instead of doing git lookups See merge request gitlab-org/gitlab-ce!17555
2018-03-07Merge branch 'jprovazn-api' into 'master'Sean McGivern
Add discussion API See merge request gitlab-org/gitlab-ce!17510
2018-03-07Merge branch '43460-track-projects-a-user-contributed-to' into 'master'Yorick Peterse
Keep track of projects a user interacted with Closes #43460 See merge request gitlab-org/gitlab-ce!17327
2018-03-07Merge branch 'sh-fix-otp-backup-invalidation-10-5' into 'security-10-5'Douwe Maan
Ensure that OTP backup codes are always invalidated - 10.5 port See merge request gitlab/gitlabhq!2324
2018-03-07Merge branch 'dz-plugins-project-integrations' into 'master'Dmitriy Zaporozhets
Show plugins list on system hooks page Closes #40812 See merge request gitlab-org/gitlab-ce!17518
2018-03-07Removes UJS from reset cache buttonFilipa Lacerda
Uses loading button for better UX
2018-03-07Add discussion APIJan Provaznik
* adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
2018-03-07Count discussions on issues and merge requests as contributions for the ↵Riccardo Padovani
contributions calendar
2018-03-07[ci skip] Merge branch 'master' into ↵Filipa Lacerda
43770-change-clear-runners-cache-ujs-action-to-an-axios-request * master: (97 commits) Remove common_vue bundle Gitlab::Utils - backport `.ensure_array_from_string` from EE Fix false positive spec of using digest instead of hexdigest Change queue namespace of UpdateHeadPipelineForMergeRequestWorker prefer checking explicitly for null replace fixture with simple mount point add new tests for metrics dashboard changes Set sha256 checksum when archiving traces Move update_head_pipeline_for_merge_request queue to pipeline_processing namespace Docs guidelines: cherry-picking commits from CE to EE CI charts now include the current day New .dedicated-no-docs-pull-cache-job and .no-db-job definitions Add date calls in .gitlab-ci.yml to see how long each step take move misplaced entry point Arg.id via method pointer Backport description composition from EE Fix a typo, a conflict and improve documentation Remove extra breadcrumb on tags Lazy fetch parent commits for a commit Fix Gitaly n+1 in NetworkController#show ...
2018-03-07Merge branch '43502-clipboard-btn' into 'master'Phil Hughes
Resolve "Update clipboard button component not to render default css classes" Closes #43502 See merge request gitlab-org/gitlab-ce!17529
2018-03-07Merge branch 'master' into 'master'Grzegorz Bizon
CI charts now include the current day Closes #42921 See merge request gitlab-org/gitlab-ce!17032
2018-03-07Merge branch 'sh-make-prune-optional-in-git-fetch' into 'master'Nick Thomas
Make --prune a configurable parameter in fetching a git remote See merge request gitlab-org/gitlab-ce!17346
2018-03-07Don't do a commit lookup to present the MR entity, just return the shaAlejandro Rodríguez
The MergeRequestWidgetEntity is used a lot in AJAX requests, and shaving that git operation will hopefully translate in a performance improvement