summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | IssueNotesRefactor: Add existence check to find the note.Fatih Acet2017-08-161-1/+1
| | | | | | | |
| | * | | | | | IssueNotesRefactor: Implement missing attachment image.Fatih Acet2017-08-163-0/+66
| | | | | | | |
| | * | | | | | Fix broken spinach testFilipa Lacerda2017-08-142-3/+3
| | | | | | | |
| | * | | | | | Fix autocomplete broken testsFilipa Lacerda2017-08-145-10/+13
| | | | | | | |
| | * | | | | | fix static_analysis (rubocop)Jarka Kadlecova2017-08-143-7/+5
| | | | | | | |
| | * | | | | | Only starts autosave if user is logged inFilipa Lacerda2017-08-132-2/+7
| | | | | | | |
| | * | | | | | Fixes autosave not enabling comment button when it is restored.Filipa Lacerda2017-08-135-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds back missing CSS class that was breaking tests
| | * | | | | | Fix broken task list specFilipa Lacerda2017-08-133-11/+9
| | | | | | | |
| | * | | | | | Fix note polling specs with the new behavior of not updating an external ↵Filipa Lacerda2017-08-121-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated note being edited
| | * | | | | | Update dropdown tests to match bootstrap one on issue page and droplab on ↵Filipa Lacerda2017-08-121-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other pages
| | * | | | | | Look for a button on issuesFilipa Lacerda2017-08-121-2/+1
| | | | | | | |
| | * | | | | | Adds type for shared note specsFilipa Lacerda2017-08-125-9/+15
| | | | | | | |
| | * | | | | | Fix broken testsFilipa Lacerda2017-08-123-3/+5
| | | | | | | |
| | * | | | | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-12248-1077/+4439
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (66 commits) fix confidential border issue as well as confidential styles leaking on new MR Migrate force push check to Gitaly Add option to disable project export on instance Better categorize test coverage results Add option to disable project export on instance - db changes Better caching and indexing of broadcast messages Include the `is_admin` field in the `GET /users/:id` API when current user is an admin Document rspec-retry and rspec-flaky Fix cop description Retrieve and sync flaky specs report from and to S3 Use a new RspecFlakyListener to detect flaky specs Fix formatting of patch_versions.md [skip ci] Enable Timecop safe mode Show error message for API 500 error in tests, and Fix merge request diff deserialisation when too_large was absent Delete correct key from `session` after authenticating using U2F Bumps omniauth-ldap gem version to 2.0.4 Pending delete projects no longer return 500 error in Admins projects view Do not run the `ee_compat_check` job for stableish branches Update gitlab.po: Missing 'r' in "Fouché" that comes from "Fourcher" verb. ...
| | * | | | | | | Uncomments testsFilipa Lacerda2017-08-122-13/+10
| | | | | | | | |
| | * | | | | | | Fix broken markdown field testFilipa Lacerda2017-08-112-6/+6
| | | | | | | | |
| | * | | | | | | Adds tests for sync actionsFilipa Lacerda2017-08-111-83/+2
| | | | | | | | |
| | * | | | | | | Adds helper to test Vuex actionsFilipa Lacerda2017-08-112-14/+98
| | | | | | | | |
| | * | | | | | | Adds tests for mutations and gettersFilipa Lacerda2017-08-118-98/+192
| | | | | | | | |
| | * | | | | | | Adds missing unit tests for vue components: issue_note_awards_list; ↵Filipa Lacerda2017-08-115-13/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue_note_body; issue_note_form;issue_note_spec
| | * | | | | | | Adds unit tests for discussion componentFilipa Lacerda2017-08-112-28/+35
| | | | | | | | |
| | * | | | | | | Adds unit tests to issue_note_actions componentFilipa Lacerda2017-08-111-7/+63
| | | | | | | | |
| | * | | | | | | Fix broken notes specFilipa Lacerda2017-08-111-1/+2
| | | | | | | | |
| | * | | | | | | Use UserNoteEntity instead of UserEntity for notesJarka Kadlecova2017-08-115-4/+78
| | | | | | | | |
| | * | | | | | | Fix specs - delete comment is now a button instead of simple linkJarka Kadlecova2017-08-111-1/+1
| | | | | | | | |
| | * | | | | | | Fix open discussionsFilipa Lacerda2017-08-118-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put back deleted tests
| | * | | | | | | Fix open discussionsFilipa Lacerda2017-08-1116-68/+54
| | | | | | | | |
| | * | | | | | | Fix failing static-analysis (rubocop)Jarka Kadlecova2017-08-113-5/+5
| | | | | | | | |
| | * | | | | | | Merge branch 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce ↵Filipa Lacerda2017-08-111-0/+2
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into issue-discussions-refactor * 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce: Fix merge request json schema (add labels, milestone)
| | | * | | | | | | Fix merge request json schema (add labels, milestone)Jarka Kadlecova2017-08-111-0/+2
| | | | | | | | | |
| | * | | | | | | | Adds confidential issue informationFilipa Lacerda2017-08-117-19/+71
| | |/ / / / / / /
| | * | | | | | | Add missing dependencyFilipa Lacerda2017-08-111-0/+1
| | | | | | | | |
| | * | | | | | | Fix broken spec for issuable shortcuts and notesFilipa Lacerda2017-08-116-16/+32
| | | | | | | | |
| | * | | | | | | Remove issue discussion started specFilipa Lacerda2017-08-101-21/+0
| | | | | | | | |
| | * | | | | | | Fix broken testsFilipa Lacerda2017-08-104-5/+29
| | | | | | | | |
| | * | | | | | | Restore r shortcutFilipa Lacerda2017-08-101-3/+9
| | | | | | | | |
| | * | | | | | | Remove forgotten fdescribeFilipa Lacerda2017-08-105-4/+7
| | | | | | | | |
| | * | | | | | | Change fixtures of old testsFilipa Lacerda2017-08-107-80/+80
| | | | | | | | |
| | * | | | | | | Fixes broken tests of quick_submit_spec and reduces tech debtFilipa Lacerda2017-08-101-99/+90
| | | | | | | | |
| | * | | | | | | [ci skip] Removes use of window object in all componentsFilipa Lacerda2017-08-103-65/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improves performance by removing emojis from data object
| | * | | | | | | [ci skip] Fallback to empty object if no user is signed inFilipa Lacerda2017-08-102-2/+1
| | | | | | | | |
| | * | | | | | | [ci skip] Improve code as per code reviewsFilipa Lacerda2017-08-102-12/+11
| | | | | | | | |
| | * | | | | | | [ci skip] Improve performance of getting last noteFilipa Lacerda2017-08-101-10/+8
| | | | | | | | |
| | * | | | | | | [ci skip] Fix async bug of note being updated at the same timeFilipa Lacerda2017-08-101-7/+5
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-10175-436/+707
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (42 commits) alternative route for download archive Add missing command to compile GetText files Prevent user from changing username with container registry tags Rename RPC 'Exists' to 'RepositoryExists' Fix the sticky changes bar on commits page Fix ee_compat_check when EE branch uses a prefix Removed display styles when hiding the fly out navigation Explain why we use select all for project_url_constrainer.rb Fix pikaday being undefined Add a helper to stub storage settings with defaults Enable the Layout/SpaceBeforeBlockBraces cop update Install from Source instructions Translations can be picked without asking for exceptions Ask for exceptions in advance Don't require stackprof in Gemfile Synchronous Korean translation in zanata Use full path of user's avatar in webhooks Update icon color on hover Align all nav items in sidebar Fix height of collapsed sidebar items ...
| | * | | | | | | | [ci skip] Adds unit tests for issue comment form specFilipa Lacerda2017-08-0910-45/+122
| | | | | | | | | |
| | * | | | | | | | [ci skip] Adds unit tests for issue_system_note componentFilipa Lacerda2017-08-091-4/+40
| | | | | | | | | |
| | * | | | | | | | [ci skip] Adds unit tests for issue_note_signed_out_widget componentFilipa Lacerda2017-08-091-1/+29
| | | | | | | | | |
| | * | | | | | | | [ci skip] Adds tests for issue_note_edited_text componentFilipa Lacerda2017-08-092-6/+37
| | | | | | | | | |
| | * | | | | | | | [ci skip] Adds unit tests for issue_note_header componentFilipa Lacerda2017-08-093-4/+88
| | | | | | | | | |