- 11 Nov, 2019 40 commits
-
-
Paul Slaughter authored
Fix string typo for issue weights promotion Closes #32419 See merge request gitlab-org/gitlab!19893
-
Evan Read authored
Improve documentation about blocking/deactivating users See merge request gitlab-org/gitlab!19757
-
Ash McKenzie authored
Limit amount of data sent with Sentry list See merge request gitlab-org/gitlab!19649
-
Ash McKenzie authored
Update link to docs on cluster page See merge request gitlab-org/gitlab!19780
-
Douglas Barbosa Alexandre authored
SCIM GET /Users supports requests without a filter Closes #35209 See merge request gitlab-org/gitlab!19421
-
Alper Akgun authored
-
Andreas Brandl authored
Group Export relations with subgroups See merge request gitlab-org/gitlab!18938
-
Lin Jen-Shin authored
Extract EE specific parts from TodosFinder See merge request gitlab-org/gitlab!19221
-
Heinrich Lee Yu authored
Resolve "Project Import does not restore snippets having `award_emoji`" Closes #35731 See merge request gitlab-org/gitlab!19690
-
Natalia Tepluhina authored
Resolve "Make pages settings (e.g. enablement access-control) more visible." See merge request gitlab-org/gitlab!19067
-
Vladimir Shushlin authored
Add access control warning alert to pages page Add warning about pages being disabled for project Add the changelog Fix translations
-
Douglas Barbosa Alexandre authored
Expose epic in issues API See merge request gitlab-org/gitlab!19300
-
Winnie Hellmann authored
-
James Edwards-Jones authored
Allows all SCIM identities to be returned, paginated. SCIM clients will sometimes send a request without a filter, using pagination to limit results instead. Previously we would raise an error when a filter wasn't provided, meaning we were unable to process those requests. Our initial approach was an MVC for Azure support, which required filter by id. Filters are optional however, and we need to conform to the spec more closely for Okta comaptibility. See: https://tools.ietf.org/html/rfc7644#section-3.4.2.2
-
Imre Farkas authored
Hide repeated trial offers on self-hosted instances See merge request gitlab-org/gitlab!19511
-
Alper Akgun authored
On self-hosted instances when a trial license expires we currently offer new repeated trials to the admins. With these changes we track trial ends date at instance level and do not suggest repeated trials to admins
-
Natalia Tepluhina authored
Remove IIFEs from image_file.js See merge request gitlab-org/gitlab!19548
-
Marvin Karegyeya authored
-
Martin Wortschack authored
Resolve "Conform analytics header styling" See merge request gitlab-org/gitlab!19867
-
Brandon Labuschagne authored
-
Patrick Derichs authored
Create a separate TodosFinder spec file for EE Avoid creating additional Set instances Change todo_types to class method Updating specs as well Move spec files to correct locations Remove ee stub Remove ee specs for TodosFinder and refactor TodosFinder specs Apply suggestion to ee/app/finders/ee/todos_finder.rb
-
Grzegorz Bizon authored
Filter abuse reports by user See merge request gitlab-org/gitlab!19365
-
Dmitriy Zaporozhets authored
In admin area, add a user filter to abuse reports page. It will allow admin to find a report for specific user. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
Fixes mobile styling issues on security modals Closes #32951 See merge request gitlab-org/gitlab!19391
-
Sam Beckham authored
-
Imre Farkas authored
Handle new Container Scanning report format Closes #33825 See merge request gitlab-org/gitlab!19123
-
Adam Cohen authored
Deprecate old `clair-scanner` container scanning report format and handle the new report format based on the Security Products Common Format Add conditional to switch container scanning formatting behaviour based on report type Update container scanning fixtures to include deprecated `clair-scanner` report and Security Products Common Format
-
Sean McGivern authored
Add UX Review to Definition of Done See merge request gitlab-org/gitlab!19879
-
Valerie Karnes authored
-
Fatih Acet authored
Merge branch '31309-add-ability-for-users-to-organize-projects-on-the-operations-dashboard' into 'master' Can organize projects on operations dashboard See merge request gitlab-org/gitlab!18855
-
Simon Knox authored
Store in localStorage
-
Jason Colyer authored
Adding to the Geo troubleshooting docs See merge request gitlab-org/gitlab!19405
-
Aric Buerer authored
Adding geo check rake task errors to the troubleshooting docs
-
Valerie Karnes authored
-
Phil Hughes authored
Resolve "Incorrect style height git-clone-holder buttons" Closes #35837 See merge request gitlab-org/gitlab!19768
-
Vlad Starkovsky authored
-
Dmitriy Zaporozhets authored
Include exception and backtrace in API logs Closes #35362 See merge request gitlab-org/gitlab!19671
-
Aleksei Lipniagov authored
-
Aleksei Lipniagov authored
-
Aleksei Lipniagov authored
Snippets having `award_emoji` failed being imported. It happened because `award_emoji` model validation failed. It also prevented other snippets being imported as the process silently failed mid-iteration.
-