- 02 Oct, 2019 17 commits
-
-
Mark Lapierre authored
Uses a group runner rather than 2 project runners, so it also adds the ability to override the token used when registering a runner (the default is to use the token for the project attribute of the runner). Adds the ability to remove a runner via the API, which also removes the runner service (docker container). Extracts the CI badge element and methods to a component that is shared with the pipeline page object and the job page object. Fixes a bug in `click_element` that meant text input was ignored.
-
Evan Read authored
Docs: Add architecture of Auto DevOps See merge request gitlab-org/gitlab!17751
-
Thong Kuah authored
Pertaining to Auto Build and Auto Deploy. Also how implicit yml works when a project has Auto DevOps enabled.
-
Mark Lapierre authored
Add E2E test of merge trains Closes gitlab-org/quality/testcases#204 See merge request gitlab-org/gitlab!17873
-
Mark Lapierre authored
New test added to the pipelines for merged results spec file because it uses the the same setup, including a runner (which is not cheap to set up)
-
Evan Read authored
Documentation - Update Api access request See merge request gitlab-org/gitlab!17617
-
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 23 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.
-