Commits on Source (34)
-
Shinya Maeda authored
-
George Tsiolis authored
-
Thong Kuah authored
Probably useful as we often move these files to "new" files.
-
Kushal Pandya authored
Add time tracking progress bar to Issue Boards sidebar.
-
Kushal Pandya authored
-
Filipa Lacerda authored
-
Thong Kuah authored
This will be default in Ruby 3, so will be good to apply in QA ahead of time to be consistent.
-
Paul Slaughter authored
**Why?** This function was not being used and it's documentation was out of date.
-
Sam Bigelow authored
Add a check to make sure eventListener is not added twice
-
Phil Hughes authored
Replaces CSS with utility class See merge request gitlab-org/gitlab-ce!27311
-
Sam Bigelow authored
-
Filipa Lacerda authored
Remove slugify text utility See merge request gitlab-org/gitlab-ce!27290
-
Stan Hu authored
As described in https://www.postgresql.org/docs/current/non-durability.html, we can save money and time by disabling durability in tests.
-
Phil Hughes authored
Resolve "Merge Request popover doesn't go away on mouse leave" Closes #60241 See merge request gitlab-org/gitlab-ce!27143
-
Marcia Ramos authored
Docs for pages inplace chroot limitation See merge request gitlab-org/gitlab-ce!27250
-
Bacport of Snowplow tracking for - Reply comment button - Start discussion and Comment buttons
-
Clement Ho authored
CE backport of Added Snowplow tracking to notes Closes #57318 See merge request gitlab-org/gitlab-ce!25899
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Phil Hughes authored
Fix styling for `app/assets/stylesheets/framework/notes.scss` Closes #59868 See merge request gitlab-org/gitlab-ce!26877
-
Mike Kozono authored
Add frozen_string_literal to spec/services See merge request gitlab-org/gitlab-ce!27267
-
Gosia Ksionek authored
Add to docs paragraph about a way of moving EE migrations to CE if needed
-
Marcia Ramos authored
Add information about moving migrations See merge request gitlab-org/gitlab-ce!27159
-
Stan Hu authored
Always return the deployment in the UpdateDeploymentService#execute method Closes gitlab-ee#11124 See merge request gitlab-org/gitlab-ce!27322
-
Fatih Acet authored
Merge branch '60369-border-radius-still-showing-up-after-improve-diff-nav-header-was-finished' into 'master' Breakpoints.isDesktop should not always return false Closes #60369 See merge request gitlab-org/gitlab-ce!27240
-
Luke Bennett authored
Failing due to updates in capybara and selenium driver.
-
Douglas Barbosa Alexandre authored
Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'" See merge request gitlab-org/gitlab-ce!27329
-
Mike Kozono authored
CE Fix protected branch example failing on master See merge request gitlab-org/gitlab-ce!27332
-
Tim Zallmann authored
Add time tracking information to Issue Boards sidebar Closes #31331 See merge request gitlab-org/gitlab-ce!27166
-
Sanad Liaquat authored
Add frozen_string_literal to qa/ See merge request gitlab-org/gitlab-ce!27266
-
Kamil Trzciński authored
Rescue and log errors raised when preparing builds Closes #60480 See merge request gitlab-org/gitlab-ce!27351
-
Kamil Trzciński authored
Disable PostgreSQL fsync for faster CI Closes #60435 See merge request gitlab-org/gitlab-ce!27295
Showing
- .gitlab-ci.yml 6 additions, 4 deletions.gitlab-ci.yml
- app/assets/javascripts/boards/components/board_sidebar.js 13 additions, 11 deletionsapp/assets/javascripts/boards/components/board_sidebar.js
- app/assets/javascripts/boards/index.js 22 additions, 2 deletionsapp/assets/javascripts/boards/index.js
- app/assets/javascripts/breakpoints.js 1 addition, 1 deletionapp/assets/javascripts/breakpoints.js
- app/assets/javascripts/diffs/components/inline_diff_comment_row.vue 1 addition, 1 deletion.../javascripts/diffs/components/inline_diff_comment_row.vue
- app/assets/javascripts/diffs/components/parallel_diff_comment_row.vue 2 additions, 2 deletions...avascripts/diffs/components/parallel_diff_comment_row.vue
- app/assets/javascripts/event_tracking/notes.js 1 addition, 0 deletionsapp/assets/javascripts/event_tracking/notes.js
- app/assets/javascripts/lib/utils/text_utility.js 4 additions, 4 deletionsapp/assets/javascripts/lib/utils/text_utility.js
- app/assets/javascripts/merge_request_tabs.js 1 addition, 1 deletionapp/assets/javascripts/merge_request_tabs.js
- app/assets/javascripts/mr_popover/index.js 5 additions, 1 deletionapp/assets/javascripts/mr_popover/index.js
- app/assets/javascripts/notes.js 4 additions, 4 deletionsapp/assets/javascripts/notes.js
- app/assets/javascripts/notes/components/comment_form.vue 6 additions, 0 deletionsapp/assets/javascripts/notes/components/comment_form.vue
- app/assets/javascripts/notes/components/diff_with_note.vue 1 addition, 1 deletionapp/assets/javascripts/notes/components/diff_with_note.vue
- app/assets/javascripts/notes/index.js 7 additions, 0 deletionsapp/assets/javascripts/notes/index.js
- app/assets/stylesheets/framework/common.scss 0 additions, 5 deletionsapp/assets/stylesheets/framework/common.scss
- app/assets/stylesheets/framework/notes.scss 1 addition, 1 deletionapp/assets/stylesheets/framework/notes.scss
- app/assets/stylesheets/pages/notes.scss 4 additions, 4 deletionsapp/assets/stylesheets/pages/notes.scss
- app/serializers/issue_board_entity.rb 1 addition, 0 deletionsapp/serializers/issue_board_entity.rb
- app/services/ci/prepare_build_service.rb 5 additions, 3 deletionsapp/services/ci/prepare_build_service.rb
- app/services/update_deployment_service.rb 2 additions, 0 deletionsapp/services/update_deployment_service.rb