Commits on Source (15)
-
Lin Jen-Shin authored
Closes #29106
-
Sam Rose authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
mysql cannot simply drop the index without dropping the corresponding foreign key, and we certainly don't want to drop the foreign key here.
-
Eric Eastwood authored
Fix #29414
-
Alfredo Sumaran authored
Toggle long Project names Closes #28187 See merge request !9501
-
Alfredo Sumaran authored
Fix link togglers jumping to top Closes #29414 See merge request !9943
-
DJ Mountney authored
when rolling back from 9-0-stable to 8.17.3
-
Mark Fletcher authored
* Removes ambiguity when two projects exist with the same name
-
Rémy Coutable authored
Display full project name with namespace upon deletion Closes #29469 See merge request !9955
-
Kamil Trzciński authored
Add a test which would rollback db and migrate again Closes #29106 See merge request !9908
Showing
- .gitlab-ci.yml 8 additions, 0 deletions.gitlab-ci.yml
- app/assets/javascripts/behaviors/toggler_behavior.js 6 additions, 1 deletionapp/assets/javascripts/behaviors/toggler_behavior.js
- app/assets/javascripts/dispatcher.js 5 additions, 0 deletionsapp/assets/javascripts/dispatcher.js
- app/assets/javascripts/group_name.js 40 additions, 0 deletionsapp/assets/javascripts/group_name.js
- app/assets/stylesheets/framework/header.scss 22 additions, 0 deletionsapp/assets/stylesheets/framework/header.scss
- app/controllers/projects_controller.rb 1 addition, 1 deletionapp/controllers/projects_controller.rb
- app/helpers/groups_helper.rb 6 additions, 5 deletionsapp/helpers/groups_helper.rb
- app/views/layouts/header/_default.html.haml 1 addition, 1 deletionapp/views/layouts/header/_default.html.haml
- changelogs/unreleased/28187-project-name-cut-off-with-nested-groups.yml 4 additions, 0 deletions...eleased/28187-project-name-cut-off-with-nested-groups.yml
- changelogs/unreleased/29469-message-for-project-x-will-be-deleted-should-include-namespace.yml 4 additions, 0 deletions...or-project-x-will-be-deleted-should-include-namespace.yml
- db/migrate/20160919145149_add_group_id_to_labels.rb 1 addition, 1 deletiondb/migrate/20160919145149_add_group_id_to_labels.rb
- db/migrate/20161020083353_add_pipeline_id_to_merge_request_metrics.rb 1 addition, 1 deletion...0161020083353_add_pipeline_id_to_merge_request_metrics.rb
- db/migrate/20161031171301_add_project_id_to_subscriptions.rb 1 addition, 0 deletionsdb/migrate/20161031171301_add_project_id_to_subscriptions.rb
- db/migrate/20161201160452_migrate_project_statistics.rb 3 additions, 2 deletionsdb/migrate/20161201160452_migrate_project_statistics.rb
- db/migrate/20161207231621_create_environment_name_unique_index.rb 2 additions, 2 deletions...te/20161207231621_create_environment_name_unique_index.rb
- db/migrate/20161209153400_add_unique_index_for_environment_slug.rb 1 addition, 1 deletion...e/20161209153400_add_unique_index_for_environment_slug.rb
- db/migrate/20161212142807_add_lower_path_index_to_routes.rb 1 addition, 1 deletiondb/migrate/20161212142807_add_lower_path_index_to_routes.rb
- db/migrate/20170124174637_add_foreign_keys_to_timelogs.rb 3 additions, 0 deletionsdb/migrate/20170124174637_add_foreign_keys_to_timelogs.rb
- db/migrate/20170130204620_add_index_to_project_authorizations.rb 5 additions, 0 deletions...ate/20170130204620_add_index_to_project_authorizations.rb
- db/migrate/20170216141440_drop_index_for_builds_project_status.rb 1 addition, 1 deletion...te/20170216141440_drop_index_for_builds_project_status.rb
app/assets/javascripts/group_name.js
0 → 100644