- 04 Jun, 2019 1 commit
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40246
-
- 03 Jun, 2019 19 commits
-
-
Kamil Trzciński authored
Fix port validations in .gitlab-webide.yml See merge request gitlab-org/gitlab-ce!29016
-
Rémy Coutable authored
[CE] Run review-qa-all in parallel See merge request gitlab-org/gitlab-ce!28283
-
Mark Lapierre authored
Add knapsack qa report and use it to run tests in parallel Use the RSpec runner with knapsack The way the Knapsack runner uses exec to start rspec seems incompatible with the way we expect it to work. Plus, it requires specifying KNAPSACK_TEST_DIR. Instead, we use knapsacks AllocatorBuilder to select the spec files to run, and then start rspec as normal, via RSpec::Core::Runner.run This also means we can incorporate tags. Let the job run automatically Include KNAPSACK_TEST_FILE_PATTERN in vars Check all defined knapsack env vars before requiring knapsack
-
Yorick Peterse authored
Fix migration failure when groups are missing route Closes #58714 See merge request gitlab-org/gitlab-ce!29022
-
Filipa Lacerda authored
Fix search dropdown not closing on blur if empty Closes #53741 See merge request gitlab-org/gitlab-ce!28730
-
Filipa Lacerda authored
Fix style-lint errors and warnings for `app/assets/stylesheets/framework/forms.scss` Closes #59854 See merge request gitlab-org/gitlab-ce!28129
-
Nick Thomas authored
Backport to add fields to IssueType See merge request gitlab-org/gitlab-ce!28998
-
Bob Van Landuyt authored
Remove delta island feature flag Closes gitaly#1575 See merge request gitlab-org/gitlab-ce!28871
-
Zeger-Jan van de Weg authored
Delta islands were implemented last released in: https://gitlab.com/gitlab-org/gitaly/merge_requests/1110. It's been enabled on production and works as expected.
-
Phil Hughes authored
CE: Resolve EE differences in search/_results.html.haml See merge request gitlab-org/gitlab-ce!28952
-
Phil Hughes authored
Remove unused avatar sizes Closes #62429 See merge request gitlab-org/gitlab-ce!28947
-
Phil Hughes authored
Remove fixed height from MR diff headers Closes #62596 See merge request gitlab-org/gitlab-ce!28946
-
Kushal Pandya authored
Style gitlab-ui checkboxes See merge request gitlab-org/gitlab-ce!28622
-
Ray Paik authored
Docs: Fix typos See merge request gitlab-org/gitlab-ce!29020
-
Ray Paik authored
Fix typo in multiple_assignees_for_issues.md See merge request gitlab-org/gitlab-ce!29002
-
Ash McKenzie authored
Bump concurrent-ruby and concurrent-ruby-ext to 1.1.5 See merge request gitlab-org/gitlab-ce!29015
-
Evan Read authored
Document the Admin Area's *Runners* page See merge request gitlab-org/gitlab-ce!28852
-
Russell Dickenson authored
-
Evan Read authored
Docs feedback: Redis Troubleshooting Replication Closes #60782 See merge request gitlab-org/gitlab-ce!28936
-
- 02 Jun, 2019 2 commits
-
-
Stan Hu authored
When a Group is missing a route, the migration failed previously with a `Invalid single-table inheritance type` error. To fix this, we can disable STI for the migration class because we don't need to know about the type to do this migration. Besides, currently Group is the only type used in the type column. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58714
-
Stan Hu authored
This matches the version used in Gitaly and avoids potential version conflicts when multiple versions are installed.
-
- 01 Jun, 2019 5 commits
-
-
Philipp C. H authored
-
Francisco Javier López authored
-
Mike Greiling authored
Resolve "Tooltip Consistency" Closes #61821 See merge request gitlab-org/gitlab-ce!28839
-
Justin Boyson authored
On edit-button simply set position to top. Made this change directly in template since edit-button is only used in one place. Had to wrap the comments toggle button in span tag to make tooltip show even when disabled as per bootstrap-vue docs. https://bootstrap-vue.js.org/docs/components/tooltip#overview Note: Also changexc button to gl-buttonto be consistent with rest of file.
-
Annabel Dunstone Gray authored
- Update avatars to use only sizes from the 8px grid
-
- 31 May, 2019 13 commits
-
-
Mike Greiling authored
Revert "Merge branch 'js-i18n-board-store' into 'master'" See merge request gitlab-org/gitlab-ce!28977
-
Douglas Barbosa Alexandre authored
Reset merge status from mergeable MRs See merge request gitlab-org/gitlab-ce!28843
-
Annabel Dunstone Gray authored
Add hover and focus to "Attach a file" Closes #61339 See merge request gitlab-org/gitlab-ce!28682
-
Marcel van Remmerden authored
-
Donald Cook authored
-
Oswaldo Ferreira authored
Adds migrations to reset the merge_status of opened, mergeable MRs. That's required by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28513 so we're able to sync the status update along merge-ref, without leaving MRs with a stale merge-ref.
-
Brett Walker authored
and allow passing of child_complexity to the 'resolver_complexity' metho
-
Robert Speicher authored
Removes project_auto_devops#domain column Closes #56959 See merge request gitlab-org/gitlab-ce!28574
-
Ilya Peterov authored
-
Drew Blessing authored
Update 'committer restriction' push rule name See merge request gitlab-org/gitlab-ce!28994
-
Lin Jen-Shin authored
Move some project routes under - scope See merge request gitlab-org/gitlab-ce!28830
-
Drew Blessing authored
-
Annabel Dunstone Gray authored
-