-
- Downloads
Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'
CE port Resolve "Promote starting a GitLab.com trial" See merge request gitlab-org/gitlab-ce!21551 (cherry picked from commit f90fc922) 693e435f port EE 76980873 fix gcp signup offer close js class f8e74da7 Review changes 1ea69589 Update user_has_namespace_with_gold? to check for any plan instead of just gold plan 76bc9eef Fix dismissable_callout import 8c4399e5 Lint aee0abc8 Use initDismissableCallout for trial callout 2ab3e57c Update clusters/_banner c58a4ea8 Lint 086549d9 fix cherry picking 05afd11e Merge remote-tracking branch 'origin/master' into ce-6983-promote-starting-a-gitlab-com-trial ba2ad0f0 fix persistent_user_callout import 9f5a7e2d Update dismissable_callout.js to correct missing import path slash 45613341 Remove dismissable_callout as it has become an unneeded wrapper for persistent_user_callout df3f369f Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' of… 1b16ef30 maintainer review
Showing
- app/assets/javascripts/clusters/clusters_bundle.js 8 additions, 2 deletionsapp/assets/javascripts/clusters/clusters_bundle.js
- app/assets/javascripts/clusters/clusters_index.js 3 additions, 2 deletionsapp/assets/javascripts/clusters/clusters_index.js
- app/assets/javascripts/dismissable_callout.js 0 additions, 27 deletionsapp/assets/javascripts/dismissable_callout.js
- app/assets/javascripts/pages/projects/index.js 4 additions, 2 deletionsapp/assets/javascripts/pages/projects/index.js
- app/assets/javascripts/pages/root/index.js 5 additions, 0 deletionsapp/assets/javascripts/pages/root/index.js
- app/assets/javascripts/persistent_user_callout.js 34 additions, 0 deletionsapp/assets/javascripts/persistent_user_callout.js
- app/helpers/dashboard_helper.rb 23 additions, 0 deletionsapp/helpers/dashboard_helper.rb
- app/models/user_callout.rb 2 additions, 1 deletionapp/models/user_callout.rb
- app/views/dashboard/activity.html.haml 3 additions, 0 deletionsapp/views/dashboard/activity.html.haml
- app/views/dashboard/groups/index.html.haml 3 additions, 0 deletionsapp/views/dashboard/groups/index.html.haml
- app/views/dashboard/issues.html.haml 3 additions, 0 deletionsapp/views/dashboard/issues.html.haml
- app/views/dashboard/merge_requests.html.haml 3 additions, 0 deletionsapp/views/dashboard/merge_requests.html.haml
- app/views/dashboard/projects/index.html.haml 3 additions, 0 deletionsapp/views/dashboard/projects/index.html.haml
- app/views/dashboard/projects/starred.html.haml 3 additions, 0 deletionsapp/views/dashboard/projects/starred.html.haml
- app/views/dashboard/todos/index.html.haml 3 additions, 0 deletionsapp/views/dashboard/todos/index.html.haml
- app/views/explore/groups/index.html.haml 3 additions, 0 deletionsapp/views/explore/groups/index.html.haml
- app/views/explore/projects/index.html.haml 3 additions, 0 deletionsapp/views/explore/projects/index.html.haml
- app/views/explore/projects/starred.html.haml 3 additions, 0 deletionsapp/views/explore/projects/starred.html.haml
- app/views/explore/projects/trending.html.haml 3 additions, 0 deletionsapp/views/explore/projects/trending.html.haml
- app/views/layouts/nav/_breadcrumbs.html.haml 1 addition, 0 deletionsapp/views/layouts/nav/_breadcrumbs.html.haml
app/assets/javascripts/pages/root/index.js
0 → 100644
Please register or sign in to comment