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
2018-04-12Spec improvements for speed, reliability and readabilityBob Van Landuyt
2018-04-11Prevent awarding emoji when a project is archivedBob Van Landuyt
This prevents performing the requests, and disables all emoji reaction buttons
2018-04-11Prevent new merge requests for archived projectsBob Van Landuyt
This prevents creating merge requests targeting archived projects. This could happen when a project was already forked, but then the source was archived.
2018-04-04[ci skip] Merge branch 'master' into 42568-pipeline-empty-stateFilipa Lacerda
* master: (293 commits) Revert changelog entry for removed feature Revert "Allow CI/CD Jobs being grouped on version strings" Resolve "Protected branches count is wrong when a wildcard includes several protected branches" Use standard codequality job Resolve "Allow the configuration of a project's merge method via the API" [Rails5] Rename `sort` methods to `sort_by_attribute` Add better LDAP connection handling Updated components to PascalCase Handle invalid params when trying update_username Move network related app settings to expandable blocks [Rails5] Update Gemfile.rails5.lock [ci skip] Update Security Products examples documentation Backport Gitlab::Git::Checksum to CE Add changelog Refactor discussions/notes code Remove unnecessary section looking in admin settings qa Explicitly use page context for qa/factory/settings/hashed_storage.rb Use gitlab_environment because we need: Allow feature gate removal through the API Use shard name in Git::GitlabProjects instead of shard path ...
2018-04-03Properly set up jobs in mini pipeline graph specMatija Čupić
2018-04-03Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne
2018-03-14Merge branch 'mr-widget-deployment-styling' into 'master'Filipa Lacerda
Fix styling of multiple environments in merge request widget Closes #40610 See merge request gitlab-org/gitlab-ce!17663
2018-03-14fixed deployment rspecPhil Hughes
2018-03-13Resolve "Projects::MergeRequestsController#show is slow (implement skeleton ↵Simon Knox
loading)"
2018-03-12Merge branch '42814-fix-remove-source-branch-when-mwps' into 'master'Phil Hughes
Fix "Remove source branch" button in MR widget during MWPS state Closes #42814 and #4281 See merge request gitlab-org/gitlab-ce!17192
2018-03-08Fix "Remove source branch" button in MR widget during MWPS stateEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/4281
2018-03-08added rspec test to test when user cant mergePhil Hughes
2018-03-08Dont show remove source branch checkbox when user cannot remove the branchPhil Hughes
Closes #33264
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-07Allow maintainers to edit directly in a forkBob Van Landuyt
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-02-28Render MR Notes with Vue with behind a cookieFatih Acet
2018-02-01Merge branch 'master' into fl-mr-widget-1Filipa Lacerda
* master: (38 commits) Added more tests and corrected typos Ban Rugged from Repository Improve doc/development/automatic_ce_ee_merge.md fixed infinite loop crashing tests Converted todos.js to axios Converted usage_ping.js to use axios Converted pager.js to axios Converted notifications_form.js to axios Converted notes.js to axios Converted branch_graph.js to axios Converted mini_pipeline_graph_dropdown.js to axios Include subgroup issuables on the group page Remove grpc and google-protobuf platform-specific version markers in Gemfile.lock Replace $.ajax in find file with axios Replace $.ajax in activity calendar with axios Remove namespaced internationalization import Fix subgroup creation docs Fix a JSON schema that doesn't include enough fields Make user/author use project.creator in most factories Enable RuboCop Style/RegexpLiteral ...
2018-02-01Merge branch '36009-user-default-project-creator-in-factories' into 'master'Robert Speicher
Make user/author use project.creator in most factories Closes #36009 See merge request gitlab-org/gitlab-ce!13321
2018-02-01Update spec to match link being changed into a buttonFilipa Lacerda
2018-01-31Make user/author use project.creator in most factoriesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-24Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas
2018-01-18Improve MR feature specs and reduce duplicationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>