- 05 May, 2020 40 commits
-
-
Phil Hughes authored
Fix ESLint errors in specs See merge request gitlab-org/gitlab!30747
-
Natalia Tepluhina authored
Add severity icon for list view See merge request gitlab-org/gitlab!30472
-
David O'Regan authored
-
Natalia Tepluhina authored
Use shorthand slot notation for component tags See merge request gitlab-org/gitlab!30952
-
Phil Hughes authored
Remove Requirements count from navigation bar Closes #215540 See merge request gitlab-org/gitlab!31068
-
Nick Thomas authored
Add GraphQL group timelogs time arguments See merge request gitlab-org/gitlab!28560
-
Eugenia Grieff authored
- Add changelog file - Rename Timelog scope - Change to between_times to indicate that arguments are timestamps - Rename TimelogRefolver aguments to indicate that they use a TimeType - Update GraphQL schema and documentation - Change names in specs Refactor TimelogResolver - Support time and date arguments - Add validation for new arguments - Refactor specs to cover new validation cases Allow timelogs field to be null in GroupType
-
Phil Hughes authored
CI / CD Analytics: Add title to page See merge request gitlab-org/gitlab!30891
-
Kushal Pandya authored
"None" syntax highlighting theme for Web IDE See merge request gitlab-org/gitlab!31056
-
Martin Wortschack authored
Add variants & single select support in labels dropdown See merge request gitlab-org/gitlab!28419
-
Rémy Coutable authored
Remove review apps from gitlab-foss pipelines Closes #213576 See merge request gitlab-org/gitlab!30474
-
Albert Salim authored
-
Illya Klymov authored
Rename inconsistent namespace usage See merge request gitlab-org/gitlab!30987
-
charlie ablett authored
Refactor unauthorized_user_project See merge request gitlab-org/gitlab!30675
-
Nick Thomas authored
Deploy Keys - refactoring See merge request gitlab-org/gitlab!30225
-
Kushal Pandya authored
Issues Analytics: Add title to group-level page See merge request gitlab-org/gitlab!31057
-
Phil Hughes authored
Code Review Analytics: Refactor merge requests actions See merge request gitlab-org/gitlab!31063
-
Phil Hughes authored
Move custom stage form and stage nav to base vue See merge request gitlab-org/gitlab!30359
-
Ezekiel Kigbo authored
Moves the custom stage from out from the cycle analytics stage table Minor fix for the ugly scrollbars
-
Kushal Pandya authored
Removes total Requirements count from left navigation sidebar
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
Peter Leitzen authored
Fixes for RSpec/LeakyConstantDeclaration See merge request gitlab-org/gitlab!30664
-
Ryan Cobb authored
Additional fixes for RSpec/LeakyConstantDeclaration rubocop violations.
-
Illya Klymov authored
Productivity Analytics: Remove separator and cleanup margins See merge request gitlab-org/gitlab!30839
-
Denys Mishunov authored
Remove Visibility from terraform widget See merge request gitlab-org/gitlab!30737
-
Rémy Coutable authored
Fix flaky user_sees_notes_from_forked_project_spec.rb Closes #213228 See merge request gitlab-org/gitlab!31060
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Heinrich Lee Yu authored
Fix flaky test in dashboard/snippets_spec.rb Closes #216541 See merge request gitlab-org/gitlab!31062
-
Illya Klymov authored
Fix tab counts for license compliance Closes #214766 See merge request gitlab-org/gitlab!30568
-
Alessio Caiazza authored
Remove redundant changelog file See merge request gitlab-org/gitlab!30848
-
Vitaly Slobodin authored
-
Illya Klymov authored
Generalize Geo Filter Bar See merge request gitlab-org/gitlab!30531
-
Kushal Pandya authored
Adds variant support in Vue Labels Dropdown, currently it supports `sidebar` & `standalone` variants.
-
Jan Provaznik authored
Add mutation to create a new branch in GraphQL See merge request gitlab-org/gitlab!30388
-
Martin Wortschack authored
- Commit mutations from actions instead of dispatching actions
-
Stan Hu authored
Similar to https://gitlab.com/gitlab-org/gitlab/-/issues/206937, this test was flaky due to the image lazy loader. The test is asserting on the image src, but it fails when the src value is still the lazy loader's placeholder image. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/216541
-
Stan Hu authored
This test was flaky because if the merge request widget loaded, it would shift the note outside of the browser view, which would cause the `find` to fail. To make this more robust, we scroll the browser view to the note before clicking on the reply button. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/213228
-