- 03 Jun, 2019 30 commits
-
-
Douglas Barbosa Alexandre authored
Update GitLab Pages to v1.6.0 See merge request gitlab-org/gitlab-ce!29048
-
Dmitriy Zaporozhets authored
Add Namespace and ProjectStatistics to GraphQL API See merge request gitlab-org/gitlab-ce!28277
-
Annabel Dunstone Gray authored
added `dropdown-extended-height` class to labels dropdown-menu See merge request gitlab-org/gitlab-ce!28659
-
Michel Engelen authored
-
Nick Thomas authored
-
Kamil Trzciński authored
Refactor and abstract Auto Merge Processes See merge request gitlab-org/gitlab-ce!28595
-
Sean McGivern authored
Add dependency_list report fixture See merge request gitlab-org/gitlab-ce!29025
-
Tetiana Chupryna authored
-
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
-
Alessio Caiazza authored
We can query namespaces, and nested projects. Projects now exposes statistics
-
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
-
Nathan Friend authored
A few minor frontend changes to complete the refactoring from MWPS to the more generic autoMergeStrategy.
-
Shinya Maeda authored
We have one auto merge strategy today - Merge When Pipeline Succeeds. In order to add more strategies for Merge Train feature, we abstract the architecture to be more extensible. Removed arguments Fix spec
-
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 3 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
-