- 02 Oct, 2019 11 commits
-
-
Alexis Sánchez authored
-
Evan Read authored
Remove private project support section See merge request gitlab-org/gitlab!17969
-
Mark Lapierre authored
Remove backticks from slack notification message See merge request gitlab-org/gitlab!17979
-
Thong Kuah authored
Move epic field in GraphQL IssueType Closes #33198 See merge request gitlab-org/gitlab!17976
-
Douglas Barbosa Alexandre authored
Allow users to be found by @username See merge request gitlab-org/gitlab!17742
-
Sean Arnold authored
-
Evan Read authored
Documented the exists rule See merge request gitlab-org/gitlab!16884
-
James Fargher authored
-
Albert Salim authored
-
Heinrich Lee Yu authored
Fixes broken master in gitlab-foss
-
Mayra Cabrera authored
Fix master: FactoryBot dynamic attribute See merge request gitlab-org/gitlab!17974
-
- 01 Oct, 2019 29 commits
-
-
Gabriel Mazetto authored
Static attributes are deprecated in FactoryBot 4.x and removed on 5.x. https://thoughtbot.com/blog/deprecating-static-attributes-in-factory_bot-4-11
-
Michael Kozono authored
Add script to start sidekiq without pid file Closes gitlab-development-kit#494 See merge request gitlab-org/gitlab!17676
-
Robert Speicher authored
Upgrade factory_bot to latest 5.1.0 See merge request gitlab-org/gitlab!17941
-
Evan Read authored
Clarify details about merge only if pipeline succeeds feature Closes #28886 See merge request gitlab-org/gitlab!17736
-
Marcel Amirault authored
Explain that disabling CI/CD pipelines does not disable only allow MRs to merge if pipeline succeeds, as this can also be used by Jenkins integrations. Also updates the screenshot and cleans up surrounding text.
-
Walmyr Lima e Silva Filho authored
Update new test to use let variables to follow our testing best practices See merge request gitlab-org/gitlab!17946
-
Robert Speicher authored
let_it_be for spec/controllers See merge request gitlab-org/gitlab!17680
-
Robert Speicher authored
Fetch payload body from params[:notification] See merge request gitlab-org/gitlab!17673
-
Paul Slaughter authored
Banners should only be dismissable by clicking x button See merge request gitlab-org/gitlab!17642
-
Fatih Acet authored
if you click anywhere of the Flash banner, it will be dismissed. This UX improvement changes the default behavior. Flash banners will only be dismissable with by clicking the x button. This will also fix the UX issue around trying to c/p error messages.
-
Mayra Cabrera authored
Count unique users for more accurate SMAU reporting - Create See merge request gitlab-org/gitlab!15686
-
Alex Buijs authored
Added usage activity data for the create stage
-
Paul Slaughter authored
Use Feature Flags Plugin for FF Permissions See merge request gitlab-org/gitlab!17541
-
Stan Hu authored
Extend attributes returned by graphql query for issues Closes #20718 See merge request gitlab-org/gitlab!17802
-
Gabriel Mazetto authored
Static attributes are deprecated in FactoryBot 4.x and removed on 5.x. https://thoughtbot.com/blog/deprecating-static-attributes-in-factory_bot-4-11
-
Mayra Cabrera authored
Add service to help fetch Security CI Report See merge request gitlab-org/gitlab!17755
-
Tetiana Chupryna authored
Remove public send and pass relation
-
Gabriel Mazetto authored
-
Robert Speicher authored
Lower search results limit to 100 See merge request gitlab-org/gitlab!17876
-
Francisco Javier López authored
-
Andrew Fontaine authored
No more accessing the global object!
-
Stan Hu authored
Fix permissions for group milestones See merge request gitlab-org/gitlab!17783
-
Felipe Artur authored
Group milestones permissions were being delegated to project and returning false for `:read_milestone` ability.
-
Alexandru Croitor authored
In order to support realtime sidebars and continue to complete the GraphQL API, added additional attributes to be returned for IssueType. https://gitlab.com/gitlab-org/gitlab/issues/20718
-
Daniel Gruesso authored
-
Paul Slaughter authored
Remove duplicate primary button in dashboard snippets See merge request gitlab-org/gitlab!17709
-
Paul Slaughter authored
Resolve "Remove gap at the top of expandable code diff blocks" Closes #32192 See merge request gitlab-org/gitlab!17026
-
Mike Greiling authored
Removes the thin white gap at the top of the diff code blocks which was added to preserve column sizes when diff expansion rows would use `colspan` in the first row. https://gitlab.com/gitlab-org/gitlab/merge_requests/17026
-
Walmyr Lima authored
-