Commits on Source (10)
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Valery Sizov authored
-
Valery Sizov authored
-
Robert Speicher authored
Refactor template selector in issuable form EE brother of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7249 See merge request !844
-
Sean McGivern authored
Improve test coverage for approvals API Issue #1118 See merge request !847
-
Sean McGivern authored
Fix Approvals API documentation Related issue https://gitlab.com/gitlab-org/gitlab-ee/issues/1118 See merge request !846
-
José Iván authored
Moved most of the functions that contained "window.doSomething" that were located at: - app/assets/javascripts/application.js To the following file: - app/assets/javascripts/lib/utils/common_utils.js The functions listed here: - window.ajaxGet - window.split - window.extractLast - window.rstrip - window.disableButtonIfEmptyField - window.disableButtonIfAnyEmptyField - window.sanitize - window.unbindEvents - window.shiftWindow Now will be accessible from the "gl.utils" namespace
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Replace trigger with the new ID of the docs project Now that the old docs site is deprecated in favor of https://gitlab.com/gitlab-com/gitlab-docs See merge request !854
-
Robert Speicher authored
Cleaned up global namespace JS Original MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7208 See merge request !853
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- app/assets/javascripts/application.js 52 additions, 128 deletionsapp/assets/javascripts/application.js
- app/assets/javascripts/awards_handler.js 1 addition, 1 deletionapp/assets/javascripts/awards_handler.js
- app/assets/javascripts/confirm_danger_modal.js 1 addition, 1 deletionapp/assets/javascripts/confirm_danger_modal.js
- app/assets/javascripts/gfm_auto_complete.js.es6 7 additions, 7 deletionsapp/assets/javascripts/gfm_auto_complete.js.es6
- app/assets/javascripts/gl_form.js 1 addition, 1 deletionapp/assets/javascripts/gl_form.js
- app/assets/javascripts/lib/utils/common_utils.js 75 additions, 0 deletionsapp/assets/javascripts/lib/utils/common_utils.js
- app/assets/javascripts/members.js.es6 1 addition, 1 deletionapp/assets/javascripts/members.js.es6
- app/helpers/blob_helper.rb 0 additions, 27 deletionsapp/helpers/blob_helper.rb
- app/helpers/issuables_helper.rb 51 additions, 0 deletionsapp/helpers/issuables_helper.rb
- app/views/projects/blob/_upload.html.haml 1 addition, 1 deletionapp/views/projects/blob/_upload.html.haml
- app/views/projects/tree/_tree_content.html.haml 1 addition, 1 deletionapp/views/projects/tree/_tree_content.html.haml
- app/views/shared/issuable/_form.html.haml 4 additions, 17 deletionsapp/views/shared/issuable/_form.html.haml
- app/views/shared/issuable/form/_template_selector.html.haml 13 additions, 0 deletionsapp/views/shared/issuable/form/_template_selector.html.haml
- changelogs/unreleased-ee/1118-fix-approvals-api-documentation.yml 4 additions, 0 deletions...gs/unreleased-ee/1118-fix-approvals-api-documentation.yml
- doc/api/merge_requests.md 1 addition, 1 deletiondoc/api/merge_requests.md
- spec/requests/api/merge_requests_spec.rb 6 additions, 0 deletionsspec/requests/api/merge_requests_spec.rb