- 14 Oct, 2019 5 commits
-
-
James Fargher authored
-
James Fargher authored
-
James Fargher authored
Moved logic from groups to apply universally
-
Mark Lapierre authored
Extract shared docker code into a base class See merge request gitlab-org/gitlab!18306
-
Mark Lapierre authored
Refactor shared docker code to make it more maintainable and easier to add new services
-
- 13 Oct, 2019 6 commits
-
-
Thong Kuah authored
Enable frozen string for spec/validators See merge request gitlab-org/gitlab!18367
-
gfyoung authored
-
Mike Lewis authored
Fix typo in Praefect section See merge request gitlab-org/gitlab!18413
-
Mike Lewis authored
Remove fe components See merge request gitlab-org/gitlab!17131
-
Thong Kuah authored
Fix N+1 queries in Jira Development Panel API endpoint See merge request gitlab-org/gitlab!18329
-
Dan Davison authored
Add end-to-end test for creating a group issue board via the GUI See merge request gitlab-org/gitlab!18474
-
- 12 Oct, 2019 2 commits
-
-
Stan Hu authored
Remove needs dependency for .qa-job-base Closes #33862 See merge request gitlab-org/gitlab!18460
-
Kyle Wiebers authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/33862
-
- 11 Oct, 2019 27 commits
-
-
Tanya Pazitny authored
Add current state of 50k architecture to docs See merge request gitlab-org/gitlab!18484
-
Tanya Pazitny authored
-
Tanya Pazitny authored
Add current state of 25k architecture to the docs See merge request gitlab-org/gitlab!18360
-
Tanya Pazitny authored
-
Douglas Barbosa Alexandre authored
Remove models from parameterized test Closes #33908 See merge request gitlab-org/gitlab!18473
-
Douglas Barbosa Alexandre authored
Create allow_next_instance_of spec helper Closes #25470 See merge request gitlab-org/gitlab!18139
-
Michael Kozono authored
Limit the number of comments on a noteable See merge request gitlab-org/gitlab!18111
-
Walmyr Lima authored
-
Walmyr Lima authored
Now issue boards hide redundant labels so the removed expectation makes no sense anymore. Actually, due to this expectation this test is failing on master. This is not really related to what this MR intends to do, which is to create a new e2e tests, but since I found it while creating this new test, I thought it would make sense to fix it here.
-
Walmyr Lima authored
There was some duplication in the show page object of group and project issue boards, so now this is a component that can be used by both group and project issue boards since they share the same elements and methods. Also, update the affected tests accordingly.
-
Walmyr Lima authored
-
Heinrich Lee Yu authored
Fixes broken master
-
Achilleas Pipinellis authored
Propose and document a location for running chatops commands See merge request gitlab-org/gitlab!18229
-
Allison Browne authored
Document which slack chat rooms to run feature flag chatops commands in for gitlab employees working on gitlab.com as well as staging and dev environments
-
Achilleas Pipinellis authored
Update docs linting details Closes #24079 See merge request gitlab-org/gitlab!18174
-
Marcel Amirault authored
-
Taurie Davis authored
# Conflicts: # doc/development/fe_guide/components.md
-
Achilleas Pipinellis authored
Documentation for Conan Package registry See merge request gitlab-org/gitlab!16349
-
Steve Abrams authored
Docs describing the initial MVC behavior of the GitLab conan package repository. This incluses functions for upload, install, search, info, and remove.
-
Mike Lewis authored
Fix minor grammar issue for time tracking docs Closes #33869 See merge request gitlab-org/gitlab!18441
-
Robert Speicher authored
Fix diverged from upstream detection with pull_mirror_branch_prefix See merge request gitlab-org/gitlab!18069
-
Michael Kozono authored
Refactor processing of ref changes in PostReceive See merge request gitlab-org/gitlab!18310
-
Mike Lewis authored
Improve help pages with documentation See merge request gitlab-org/gitlab!18331
-
Kamil Trzciński authored
Internal ids: Fix regression with multiple IID scopes See merge request gitlab-org/gitlab!18344
-
Andreas Brandl authored
For models with multiple iid scopes (Milestone), the flag `@internal_id_needs_tracking` should only be reset if the tracking was actually done. Most likely introduced by the refactoring in https://gitlab.com/gitlab-org/gitlab/merge_requests/18003
-
Fatih Acet authored
Moves the license compliance reports to the Backend Closes #32030 See merge request gitlab-org/gitlab!17905
-
Sam Beckham authored
- Adds actions and mutations to fetch the new endpoint - Conditionally fetches the old or new reports dependant on a feature flag - Tells the LC getter to fetch the new report if it's there, and the old one if not. - Adds a bit of a hack to morph the new data in to the old format (temporarily) - Pulls in the proper polling endpoints - Adds tests for all the above
-