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-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
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-08disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel
2018-01-02Clears visual token on second backspaceMartin Wortschack
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-19Show inline edit button for issuesClement Ho
2017-12-08Add js prefix for issuable-editClement Ho
2017-12-07Merge branch ↵Tim Zallmann
'22680-unlabel-slash-command-limit-autocomplete-to-applied-labels' into 'master' Resolve "/unlabel quick action - limit autocomplete to applied labels" Closes #22680 and #27319 See merge request gitlab-org/gitlab-ce!11110
2017-11-28Limit autocomplete menu to applied labelsVitaliy @blackst0ne Klachkov
2017-11-25Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov
2017-11-13fix to allow integer label refernceshaseeb
2017-11-09Clean up schema of the "issues" tableYorick Peterse
This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
2017-11-06Remove create MR button from issues when MRs are disabledGeorge Andrinopoulos
2017-11-03fix flaky tests by removing unneeded clicks and focus actionsMike Greiling
2017-11-03fix flaky test in gfm_autocomplete_spec.rbMike Greiling