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-07-03Merge branch 'temporarily-remove-mr-diffs-migration' into 'master'Alessio Caiazza
Temporarily remove MR diffs removal migration See merge request gitlab-org/gitlab-ce!20330
2018-07-01Merge branch 'ccr/add_locked_state' into 'master'Rémy Coutable
Add locked state to merge request API See merge request gitlab-org/gitlab-ce!20186
2018-06-30Performance Improvements to Vue MR pageTim Zallmann
2018-06-29Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR ↵Simon Knox
widget"
2018-06-29Merge branch 'da-exclusive-lease-helpers' into 'master'Robert Speicher
Add helper methods to stub Gitlab::ExclusiveLease See merge request gitlab-org/gitlab-ce!20253
2018-06-29Merge branch 'ide-more-error-improvements' into 'master'Filipa Lacerda
Improve error messaging across various IDE actions See merge request gitlab-org/gitlab-ce!20241
2018-06-29Add pipeline stages position clean-up migrationGrzegorz Bizon
2018-06-29Merge branch 'transfer_project_api_endpoint' into 'master'Grzegorz Bizon
Add transfer project endpoint to the Projects API Closes #45146 See merge request gitlab-org/gitlab-ce!20122
2018-06-29Merge branch '47769-fix_ambiguous_due_date_for_issue_scopes' into 'master'Sean McGivern
Fix ambiguous due_date column for Issue scopes Closes #47769 See merge request gitlab-org/gitlab-ce!20251
2018-06-29Fix ambiguous due_date column for Issue scopesImre Farkas
2018-06-29Merge branch 'dm-favicon-asset-host' into 'master'Sean McGivern
Always serve favicon from main GitLab domain so that CI badge can be drawn over it Closes #47802 See merge request gitlab-org/gitlab-ce!20263
2018-06-29Enabling Doorkeeper reuse_access_token optionFrancisco Javier López
2018-06-29Merge branch 'rails5-fix-48430' into 'master'Rémy Coutable
Rails5 fix MySQL milliseconds problem in specs Closes #48430 See merge request gitlab-org/gitlab-ce!20221
2018-06-29Merge branch 'rails5-fix-48432' into 'master'Rémy Coutable
Rails5 fix Mysql comparison failure caused by milliseconds problem Closes #48432 See merge request gitlab-org/gitlab-ce!20222
2018-06-29Read asset host from ActionController::Base instead of application configDouwe Maan
2018-06-29Remove unused asset host logic from GfmPipeline and EmojiFilter specDouwe Maan
2018-06-29fixed eslintPhil Hughes
2018-06-29more specs!Phil Hughes
2018-06-29fixed eslintPhil Hughes
2018-06-29:white_check_mark: added specs for file actionsPhil Hughes
in this it also removes Vue Resource from the IDE, axios is nicer to test
2018-06-29fixed error_message_specPhil Hughes
2018-06-29:white_check_mark: fixed eslintPhil Hughes
2018-06-29Improve error messaging across various IDE actionsPhil Hughes
2018-06-29Resolve "Remove "environment scope" field on cluster creation form for ↵Sam Beckham
core/starter plans"
2018-06-29Fix OAuth application authorization screen to appear with every accessFrancisco Javier López
2018-06-29Prevent fetching diffs and discussions data unnecessarily on MR pageFatih Acet
2018-06-29Merge branch 'osw-delete-non-latest-mr-diff-files-migration' into 'master'Sean McGivern
Schedule workers to delete non-latest diffs in post-migration See merge request gitlab-org/gitlab-ce!20013
2018-06-29Merge branch 'ccr/maintain_labels' into 'master'Sean McGivern
Keep label on issue when moving Closes #46098 See merge request gitlab-org/gitlab-ce!20036
2018-06-29Add helper methods to stub Gitlab::ExclusiveLeaseDouglas Barbosa Alexandre
2018-06-28Merge branch 'feature/oidc-subject-claim' into 'master'Douwe Maan
Don't hash user ID in OIDC subject claim Closes #47791 See merge request gitlab-org/gitlab-ce!19784
2018-06-28Add locked state to merge request APIChantal Rollison
2018-06-28Schedule workers to delete non-latest diffs in post-migrationOswaldo Ferreira
2018-06-28Don't hash user ID in OIDC subject claimMarkus Koller
2018-06-28Resolve "No UI element to edit group label"Luke Bennett
2018-06-28Merge branch 'zj-find-all-commits' into 'master'Douwe Maan
FindAllCommits mandatory Closes gitaly#326 See merge request gitlab-org/gitlab-ce!20242
2018-06-28Merge branch 'zj-commits-between-mandatory' into 'master'Douwe Maan
Commits between in Gitaly only Closes gitaly#315 See merge request gitlab-org/gitlab-ce!20239
2018-06-28Merge branch 'bvl-graphql-permissions' into 'master'Sean McGivern
expose permissions on types Closes #47695 See merge request gitlab-org/gitlab-ce!20152
2018-06-28Merge branch '39604-update-top-right-avatar-after-changing-avatar' into 'master'Fatih Acet
#39604 - Change top-right avatar immediately upon avatar change Closes #39604 See merge request gitlab-org/gitlab-ce!20119
2018-06-28Expose permissions on types in GraphQLBob Van Landuyt
This adds a reusable way to expose permissions for a user to types in GraphQL.
2018-06-28FindAllCommits mandatoryZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/326
2018-06-28Commits between in Gitaly onlyZeger-Jan van de Weg
Prior to this change, most the commits counted were done through Gitaly. This removes the last point where this wasn't the case. This makes the `rugged_count_commits` method obsolete, with its tests. Closes https://gitlab.com/gitlab-org/gitaly/issues/315
2018-06-28Drop the spec in YamlProcessor that reads current .gitlab-ci.yaml. If the ↵Marin Jankovski
.yaml file is not valid, specs would not run in CI.
2018-06-28Merge branch 'ide-commit-form-improvements' into 'master'Filipa Lacerda
Improve Web IDE commit form Closes #47307 See merge request gitlab-org/gitlab-ce!19883
2018-06-28Merge branch 'ide-improve-error-messages' into 'master'Filipa Lacerda
Improve branch 404 error in Web IDE See merge request gitlab-org/gitlab-ce!19861
2018-06-28Merge branch 'fl-boards-tech-debt' into 'master'Phil Hughes
Uses tooltip vue directive in issue card component See merge request gitlab-org/gitlab-ce!20215
2018-06-28Merge branch 'straight-comparision-mode' into 'master'Sean McGivern
Allow straight diff in Compare API See merge request gitlab-org/gitlab-ce!20120
2018-06-28Merge branch 'db-configure-after-drop-tables' into 'master'Douwe Maan
Fixes an issue where migrations instead of schema loading were run Closes #48564 See merge request gitlab-org/gitlab-ce!20227
2018-06-28Merge branch 'gitaly-mandatory-20180627-jv-2' into 'master'Douwe Maan
Make Gitaly signature RPC's mandatory Closes gitaly#745, gitaly#1044, and gitaly#876 See merge request gitlab-org/gitlab-ce!20212
2018-06-28Merge branch 'gitaly-mandatory-20180627-jv' into 'master'Douwe Maan
Make Gitaly search and message RPC's mandatory Closes gitaly#1202, gitaly#1201, gitaly#1199, gitaly#1198, and gitaly#951 See merge request gitlab-org/gitlab-ce!20210
2018-06-28Allow straight diff in Compare APIMaciej Nowak
Repository compare API now allows choosing straight (from..to) or merge-base diff (from...to)