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-10-03#13650 added wip search functionality and testsChantal Rollison
2018-10-02Merge branch 'winh-highlight-current-user' into 'master'Filipa Lacerda
Highlight current user in comments Closes #49036 See merge request gitlab-org/gitlab-ce!21406
2018-10-02Highlight current user in comments and system notesWinnie Hellmann
2018-10-01Merge branch 'security-acet-issue-details' into 'master'Bob Van Landuyt
[master] Fix XSS on Issue details page. See merge request gitlab/gitlabhq!2468
2018-09-21Rename some css classes that are shared between issues and mrsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-11Properly sanitize JSON data to fix XSS on Issue details page.Fatih Acet
2018-09-10Merge branch 'lock-unlock-quick-actions' into 'master'Rémy Coutable
Add /lock and /unlock quick actions Closes #39173 See merge request gitlab-org/gitlab-ce!15197
2018-09-07Use ResourceLabelEvent for tracking label changesJan Provaznik
2018-09-06Rename `slash_commands` ~> `quick_actions` in specs filesMehdi Lahmam
Leftover from ea090291.
2018-09-04fixes breadcrumbs on new issue page. adds link to issues page.J.D. Bean
2018-08-30Reorganize issues and merge request feature specs in the same folderRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-15Combines emoji award spec files into single ↵Nate Geslin
user_interacts_with_awards_in_issue_spec Closes: #45238
2018-07-24Replace author_link snake case in stylesheets, specs, and helpersGeorge Tsiolis
2018-07-24Replace author_link snake case in specsGeorge Tsiolis
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-06-21Bring changes from EELin Jen-Shin
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-15Merge branch 'fix-flakey-move-slash-command-unauthorized-project' into 'master'Robert Speicher
Fix flakey time-sensitive move slash command with unauthorized project Closes #47936 See merge request gitlab-org/gitlab-ce!19793
2018-06-14Update dropdown_assignee_spec with filtered_search_helpersEric Eastwood
2018-06-14Fix flakey user/assignee autocomplete dropdownEric Eastwood
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/38664 This previously worked because, it would assert the correct names in the full list and then wait for the list to go blank for the NOT assertion Example failure, https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/74649299
2018-06-14Fix flakey move slash command with unauthorized projectEric Eastwood
2018-06-13Resolve "Add `/confidential` quick action for issues"Jan
2018-06-07Backport of "Add assignee lists to boards"Mario de la Ossa
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-24Test remove restore window sizeClement Ho
2018-05-15Restore window size after spec resizes screen smClement Ho
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-03ensure users are signed out properly in user_uses_slash_commands_spec.rbLukas Eipert
See https://gitlab.com/gitlab-org/gitlab-ce/issues/45970
2018-05-02Make sure the user is logged out before they're logged in againRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-20Fix filter issues specClement Ho
2018-04-20Fix issue create new branchClement Ho
2018-04-19Resolve "Improve tooltips of collapsed sidebars"Dennis Tang
2018-04-19Resolve "View labels when editing labels in sidebar and board sidebar"André Luís
2018-04-07Fix the reCAPTCHA spec failures by not rendering the widget in test modeStan Hu
We've seen changes in behavior in the reCAPTCHA widget that led to test failures. To avoid these issues, don't render the widget at all in test mode. Closes #45138
2018-04-05Merge branch 'fl-fix-milestone-bug-10-6' into 'security-10-6'Phil Hughes
Escape miletone attribute when appending to the DOM See merge request gitlab/gitlabhq!2359
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-04-03Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne
2018-04-02Resolve "Clicking confidential and lock icons on sidebar should also ↵Dennis Tang
activate dropdown"
2018-03-12Update test for change in label dropdown action nameKushal Pandya
2018-03-05Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan
Reduce usage of deprecated *_with_namespace methods See merge request gitlab-org/gitlab-ce!17523
2018-03-05Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-02Fix quick actions for users who cannot update issues and MRsSean McGivern
There are several quick actions now that don't need this access - /todo and /unsubscribe for instance - but when these were first added, there weren't. Quick actions are now responsible for checking their own permissions.
2018-02-27Add test for label search behaviourKushal Pandya
2018-02-26Fixed issue edit shortcut not workingPhil Hughes
This was caused by the element getting cached on the class before the Vue app has finished rendering. Closes #43560
2018-02-22Move RecentSearchesDropdownContent vue componentGeorge Tsiolis
2018-02-02use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa
including/extending it
2018-01-24Workaround a recaptcha pop-up that cannot be testedRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-17Merge branch 'label-xss-10-3' into 'security-10-3'Jacob Schatz
[10.3] Fix XSS in issue label dropdown See merge request gitlab/gitlabhq!2253 (cherry picked from commit 363ffabcebd7bb0d1a2d59ca1a75e4eadb4a4360) ea1fb0ea Fix XSS in issue label dropdown