- 04 Sep, 2019 40 commits
-
-
Brett Walker authored
- Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
-
Clement Ho authored
Add markdownlint-cli to yarn dependencies See merge request gitlab-org/gitlab-ce!32593
-
Achilleas Pipinellis authored
This is the tool that we use to lint the Markdown files. Let's add it to yarn.lock so that we can use it in development. Pinned to 0.18.0.
-
Mike Greiling authored
Update eslint-utils to 1.4.2 Fixes vulnerability in development environment. See https://nvd.nist.gov/vuln/detail/CVE-2019-15657 See merge request gitlab-org/gitlab-ce!32251
-
Stan Hu authored
Avoid calling freeze on already frozen strings in app/finders See merge request gitlab-org/gitlab-ce!32634
-
Mike Greiling authored
Add ability to see project deployments at cluster level (FE) See merge request gitlab-org/gitlab-ce!31575
-
Jacques Erasmus authored
Added the ability to see project deployments using a group cluster
-
Michael Kozono authored
Let project reporters create issue from group boards Closes #54042 See merge request gitlab-org/gitlab-ce!29866
-
Felipe Artur authored
The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
-
Michael Kozono authored
Merge branch '60372-milestone-link-prevent-delete-issue-after-move-it-to-another-project-2' into 'master' Add service to transfer Group Milestones when transferring a Project See merge request gitlab-org/gitlab-ce!31778
-
Eugenia Grieff authored
- Add new service that transfers milestones from a group to a project - Include new service in Projects transfer service - Include FromUnion module in Milestone model to use in transfer service - Add specs for new milestones service - Add specs for transferring milestones in project transfer service
-
Rémy Coutable authored
Use spec_helper for S/MIME settings specs See merge request gitlab-org/gitlab-ce!32647
-
Achilleas Pipinellis authored
Clarified website url precedence See merge request gitlab-org/gitlab-ce!32599
-
Seth Berger authored
-
Achilleas Pipinellis authored
Cleans up "Scheduling" section on Background Migrations See merge request gitlab-org/gitlab-ce!32557
-
Mayra Cabrera authored
Specifies that background migrations should be scheduled as post deployment migrations
-
Achilleas Pipinellis authored
Removed reference to project for DAST See merge request gitlab-org/gitlab-ce!32601
-
Seth Berger authored
-
James Lopez authored
Backport EE "Track repository pushes as audit events" See merge request gitlab-org/gitlab-ce!32304
-
Rémy Coutable authored
Avoid calling freeze on already frozen strings in app/services See merge request gitlab-org/gitlab-ce!32635
-
Douglas Barbosa Alexandre authored
Add a link to the 'Repository Storage Types' doc page See merge request gitlab-org/gitlab-ce!32650
-
Dmitriy Zaporozhets authored
Expose epic_iid in issues API (CE-backport) See merge request gitlab-org/gitlab-ce!32544
-
Winnie Hellmann authored
(cherry picked from commit 0bf7fecdee5a200eeb4f27b4888a57ceee63bde9)
-
Sean McGivern authored
Add note to gitlab.yml about Service Desk requirement See merge request gitlab-org/gitlab-ce!32651
-
Winnie Hellmann authored
-
Kushal Pandya authored
Creates base components for new job log See merge request gitlab-org/gitlab-ce!32543
-
Filipa Lacerda authored
Creates a link component, a line component and a clickable line component to handle the new job log format
-
Grzegorz Bizon authored
Persist `needs:` validation as config error See merge request gitlab-org/gitlab-ce!32648
-
Nick Thomas authored
Update gitlab-shell to v10.0.0 See merge request gitlab-org/gitlab-ce!32645
-
Clement Ho authored
Update dependency @gitlab/ui to v5.21.0 See merge request gitlab-org/gitlab-ce!32632
-
Oswaldo Ferreira authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Dmitriy Zaporozhets authored
Fix outdated comment See merge request gitlab-org/gitlab-ce!32598
-
James Lopez authored
Backport EE changes for productivity analytics. See merge request gitlab-org/gitlab-ce!32575
-
Kamil Trzciński authored
In case when `needs:` is missing, but when requested by service, we would not save the pipeline with config_error. This makes it explicit that we want to persist the error as `config_error` failure reason.
-
Yorick Peterse authored
The constant tested is defined in an initializer, and these are not loaded when using fast_spec_helper. When running just this test file, or when running this test first this can lead to test failures. To fix this we just use spec_helper instead of fast_spec_helper.
-
Patrick Bajao authored
-
Rémy Coutable authored
Make Review App deployment use `--wait` instead of `--atomic` for better debugging Closes #66428 See merge request gitlab-org/gitlab-ce!32223
-
Rémy Coutable authored
Make download_chart function robust for its own Review App See merge request gitlab-org/gitlab-ce!32595
-
Pavel Shutsin authored
Improve diff lines count efficiency
-