Commits on Source (26)
-
Heinrich Lee Yu authored
-
Luke Bennett authored
Part of single codebase changes.
-
Achilleas Pipinellis authored
-
Stan Hu authored
Remote mirrors were only being updated after pushes to branches, not tags. This change consolidates the functionality into Git::BaseHooksService so that both tags and branches will now update remote mirrors. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51240
-
Lin Jen-Shin authored
-
Achilleas Pipinellis authored
-
Evan Read authored
Remove doc/README.md from list of pending files See merge request gitlab-org/gitlab-ce!28421
-
Evan Read authored
Bring all EE-only API docs to CE See merge request gitlab-org/gitlab-ce!28439
-
Noveed Safipour authored
-
Tim Zallmann authored
Prevent form submit when Move is clicked Closes #61795 See merge request gitlab-org/gitlab-ce!28317
-
Mike Lewis authored
In CSV Import doc, clarified order of column headers and recommended test import Closes #60622 See merge request gitlab-org/gitlab-ce!28449
-
-
Tim Zallmann authored
Use component selectors in serverless frontend tests See merge request gitlab-org/gitlab-ce!28307
-
-
Achilleas Pipinellis authored
Edit MySQL services page See merge request gitlab-org/gitlab-ce!28344
-
-
Achilleas Pipinellis authored
Resolve "Docs: document `git init`" Closes #58284 See merge request gitlab-org/gitlab-ce!28450
-
Phil Hughes authored
Resolve CE/EE diffs in admin users head Closes gitlab-ee#10509 See merge request gitlab-org/gitlab-ce!28411
-
Nick Thomas authored
Fix remote mirrors not updating after tag push Closes #51240 See merge request gitlab-org/gitlab-ce!28430
-
Natalia Tepluhina authored
-
Filipa Lacerda authored
Move EE differences for `app/views/projects/commits/show.html.haml` Closes gitlab-ee#10444 See merge request gitlab-org/gitlab-ce!28448
-
Phil Hughes authored
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
-
Filipa Lacerda authored
Setup the Vue app for repository file listing See merge request gitlab-org/gitlab-ce!28326
-
Vladimir Shushlin authored
-
Nick Thomas authored
Merge branch '44696-pages-domain-verification-seems-to-be-struggling-to-scale-to-gitlab-com-levels' into 'master' Remove remove_disabled_domains feature flag Closes #44696 See merge request gitlab-org/gitlab-ce!28408
Showing
- app/assets/javascripts/pages/projects/show/index.js 8 additions, 0 deletionsapp/assets/javascripts/pages/projects/show/index.js
- app/assets/javascripts/pages/projects/tree/show/index.js 8 additions, 0 deletionsapp/assets/javascripts/pages/projects/tree/show/index.js
- app/assets/javascripts/repository/components/app.vue 3 additions, 0 deletionsapp/assets/javascripts/repository/components/app.vue
- app/assets/javascripts/repository/graphql.js 11 additions, 0 deletionsapp/assets/javascripts/repository/graphql.js
- app/assets/javascripts/repository/index.js 25 additions, 0 deletionsapp/assets/javascripts/repository/index.js
- app/assets/javascripts/repository/pages/index.vue 24 additions, 0 deletionsapp/assets/javascripts/repository/pages/index.vue
- app/assets/javascripts/repository/pages/tree.vue 15 additions, 0 deletionsapp/assets/javascripts/repository/pages/tree.vue
- app/assets/javascripts/repository/queries/getRef.graphql 3 additions, 0 deletionsapp/assets/javascripts/repository/queries/getRef.graphql
- app/assets/javascripts/repository/router.js 36 additions, 0 deletionsapp/assets/javascripts/repository/router.js
- app/services/git/base_hooks_service.rb 9 additions, 0 deletionsapp/services/git/base_hooks_service.rb
- app/services/git/branch_push_service.rb 0 additions, 1 deletionapp/services/git/branch_push_service.rb
- app/views/admin/users/_head.html.haml 1 addition, 0 deletionsapp/views/admin/users/_head.html.haml
- app/views/projects/_files.html.haml 8 additions, 2 deletionsapp/views/projects/_files.html.haml
- app/views/projects/_home_panel.html.haml 1 addition, 1 deletionapp/views/projects/_home_panel.html.haml
- app/views/projects/commits/show.html.haml 2 additions, 0 deletionsapp/views/projects/commits/show.html.haml
- app/views/projects/tree/_readme.html.haml 1 addition, 1 deletionapp/views/projects/tree/_readme.html.haml
- app/views/shared/issuable/_sidebar.html.haml 1 addition, 1 deletionapp/views/shared/issuable/_sidebar.html.haml
- app/workers/pages_domain_removal_cron_worker.rb 0 additions, 2 deletionsapp/workers/pages_domain_removal_cron_worker.rb
- changelogs/unreleased/61795-fix-error-when-moving-issues.yml 5 additions, 0 deletionschangelogs/unreleased/61795-fix-error-when-moving-issues.yml
- changelogs/unreleased/sh-fix-tag-push-remote-mirror.yml 5 additions, 0 deletionschangelogs/unreleased/sh-fix-tag-push-remote-mirror.yml
app/assets/javascripts/repository/graphql.js
0 → 100644
app/assets/javascripts/repository/index.js
0 → 100644
app/assets/javascripts/repository/router.js
0 → 100644