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
2017-04-24Merge branch '30306-transaction-while-moving-issues-to-ghost-user' into ↵Yorick Peterse
'master' Add a transaction around `move_issues_to_ghost_user` See merge request !10465
2017-04-24Move records to the ghost user in a transaction.Timothy Andrew
- While deleting a user, some of the user's associated records are moved to the ghost user so they aren't deleted. The user is blocked before these records are moved, to prevent the user from creating new records while the migration is happening, and so preventing a data race. - Previously, if the migration failed, the user would _remain_ blocked, which is not the expected behavior. On the other hand, we can't just stick the block + migration into a transaction, because we want the block to be committed before the migration starts (for the data race reason mentioned above). - One solution (implemented in this commit) is to block the user in a parent transaction, migrate the associated records in a nested sub-transaction, and then unblock the user in the parent transaction if the sub-transaction fails.
2017-04-22Merge branch 'submodules-no-dotgit' into 'master' Dmitriy Zaporozhets
submodule_links: handle urls that don't end with .git See merge request !10799
2017-04-21Merge branch '30672-versioned-markdown-cache' into 'master' Douwe Maan
Start versioning cached markdown fields Closes #30672 See merge request !10597
2017-04-21Merge branch 'dz-cleanup-add-users' into 'master' Douwe Maan
Refactor add_users method for project and group See merge request !10850
2017-04-21Merge branch 'form-focus-previous-incorrect-form' into 'master' Filipa Lacerda
Fixed the preview keyboard shortcut focusing wrong tab Closes #31101 See merge request !10849
2017-04-21Start versioning cached markdown fieldsNick Thomas
2017-04-21Refactor add_users method for project and groupDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-21Improved the specPhil Hughes
Now correctly tests against different forms
2017-04-21Merge branch 'sh-fix-issue-31215-2' into 'master' Douwe Maan
Based on !10841 Fix Error 500 when referencing issue with project in pending delete Closes #31215 See merge request !10843
2017-04-21Refactor environments components into vue files - part 3Filipa Lacerda
2017-04-21Adding animation for all dropdownNur Rony
2017-04-21submodule_links: handle urls that don't end with .gitDavid Turner
Signed-off-by: David Turner <novalis@novalis.org>
2017-04-21Merge branch 'dz-refactor-admin-group-members' into 'master' Douwe Maan
Refactor Admin::GroupsController#members_update method and add some specs See merge request !10828
2017-04-21Fixed the preview keyboard shortcut focusing wrong tabPhil Hughes
Closes #31101
2017-04-21Remove the ClearDatabaseCacheWorkerNick Thomas
2017-04-21Merge branch 'fix/encoding-issue' into 'master' Sean McGivern
Fix encoding issue exporting a project Closes #31186 See merge request !10824
2017-04-21Merge branch '31189-pipelines-error-state' into 'master' Phil Hughes
Guarantee only one state is shown at a time Closes #31189 See merge request !10835
2017-04-21Merge branch 'fix-jobs-enabled-parameter' into 'master'Sean McGivern
Replace builds_enabled with jobs_enabled in projects API v4 Closes #31012 See merge request !10786
2017-04-21Merge branch '30637-replace-delete-buttons-get-fork-cancel-confirmation' ↵Filipa Lacerda
into 'master' Add Fork/Cancel confirmation to "Replace"/"Delete" buttons Closes #30637 See merge request !10602
2017-04-21Also test against external-issue for deleted projectsLin Jen-Shin
This is based on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10841
2017-04-21Merge remote-tracking branch 'upstream/master' into sh-fix-issue-31215Lin Jen-Shin
* upstream/master: (109 commits) Update CI templates to include 9.1 templates Change spec folder to match the assets one Update style_guide_js.md Milestones documentation refactor Adds documentation entry: Don't user forEach, aim for code without side effects Move kube namespace section to the variables one Changed milestone.to_reference calls into milestone.title for the show, edit and top views Update move icon to match others Issue Title Show Focus Check On Load Update Kubernetes namespace documentation Store projects in metrics for email replies Refactor into .vue files Adds vue js example application and documentation Add ES lint support to identify poorly written Promises Update plantuml.md to add the actual link. Fixed wording Add metrics events for incoming emails Remove helpers assigned_issuables_count and cached_assigned_issuables_count Refactor into .vue files part 2 Fix headings ...
2017-04-21Fix Error 500 when referencing issue with project in pending deleteStan Hu
Closes #31215
2017-04-20Add missing newlineswinniehell
2017-04-20Add missing newlineswinniehell
2017-04-20Guarantee only one state is shown at a timeFilipa Lacerda
2017-04-20Add Fork/Cancel confirmation to "Replace"/"Delete" buttonsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637
2017-04-20Change spec folder to match the assets oneFilipa Lacerda
2017-04-20Refactor Admin::GroupsController#members_update method and add some specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-20Merge branch 'dz-refactor-create-members' into 'master' Douwe Maan
Refactor code that creates and destroys project/group members See merge request !10735
2017-04-20Return empty string on UTF8 conversion with U_STRING_NOT_TERMINATED_WARNING ↵James Lopez
error
2017-04-20Merge branch 'uassign_on_member_removing' into 'master' Sean McGivern
Unassign all Issues and Merge Requests when member leaves a team Closes #30768 and #24117 See merge request !10755
2017-04-20Refactor into .vue filesFilipa Lacerda
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-20Merge branch 'fix/29125' into 'master' Sean McGivern
Port of fix/29125-ee to CE Closes #29125 See merge request !10796
2017-04-20Remove helpers assigned_issuables_count and cached_assigned_issuables_countValery Sizov
2017-04-20Merge branch 'issuable-state-custom-links' into 'master' Sean McGivern
Do not append issuable state to links with custom anchor Closes #30916 See merge request !10782
2017-04-20Refactor into .vue files part 2Filipa Lacerda
2017-04-20Merge branch 'plantuml-filter-after-highlight' into 'master' Sean McGivern
Fix PlantUML integration in GFM Closes #30557 See merge request !10651
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-20Merge branch 'sh-issue-29247-fix' into 'master' Douwe Maan
Don't delete a branch involved in an open merge request in "Delete all merged branches" service Closes #29427 See merge request !10727
2017-04-20Resolve "start discussion toggle clicking divider causes UI break"Luke "Jared" Bennett
2017-04-19Add failing test for #31012winniehell
2017-04-19Port of fix/29125-ee to CEDouglas Barbosa Alexandre
2017-04-19Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher
Implement search by extern_uid in Users API See merge request !10509
2017-04-19Add renderNote animation and added specLuke "Jared" Bennett
2017-04-19Set the issuable sidebar to remain collapsed on mobile devicesJose Ivan Vargas Lopez
2017-04-19Merge branch 'group-milestone-date-fields-fix' into 'master' Filipa Lacerda
Fixed group milestones date pickers not working Closes #31095 See merge request !10779
2017-04-19Added profile name to user dropdownDimitrie Hoekstra
2017-04-19Do not append issuable state to links with custom anchorAdam Niedzielski
Closes #30916 Change the presentation from [closed] to (closed)