-
- Downloads
FE remove create branch call in IDE commit
Previously `start_sha` was intercepted on the frontend to create the correct branch in a separate API call. Now that the commits API supports the `start_sha` parameter directly this workaround is not needed anymore.
Showing
- app/assets/javascripts/ide/services/index.js 1 addition, 7 deletionsapp/assets/javascripts/ide/services/index.js
- app/assets/javascripts/ide/stores/utils.js 1 addition, 1 deletionapp/assets/javascripts/ide/stores/utils.js
- spec/frontend/ide/services/index_spec.js 4 additions, 28 deletionsspec/frontend/ide/services/index_spec.js
- spec/javascripts/ide/stores/modules/commit/actions_spec.js 1 addition, 1 deletionspec/javascripts/ide/stores/modules/commit/actions_spec.js
Please register or sign in to comment