-
- Downloads
Continue implementation of the license template selector and /licenses API endpoint
Signed-off-by:
Rémy Coutable <remy@rymai.me>
parent
073c3d15
No related branches found
No related tags found
Showing
- CHANGELOG 2 additions, 0 deletionsCHANGELOG
- app/assets/javascripts/api.js.coffee 6 additions, 8 deletionsapp/assets/javascripts/api.js.coffee
- app/assets/javascripts/blob/blob_license_selector.js.coffee 21 additions, 15 deletionsapp/assets/javascripts/blob/blob_license_selector.js.coffee
- app/assets/javascripts/blob/edit_blob.js.coffee 31 additions, 36 deletionsapp/assets/javascripts/blob/edit_blob.js.coffee
- app/assets/javascripts/blob/new_blob.js.coffee 0 additions, 20 deletionsapp/assets/javascripts/blob/new_blob.js.coffee
- app/controllers/projects/blob_controller.rb 0 additions, 9 deletionsapp/controllers/projects/blob_controller.rb
- app/helpers/blob_helper.rb 11 additions, 0 deletionsapp/helpers/blob_helper.rb
- app/helpers/projects_helper.rb 15 additions, 35 deletionsapp/helpers/projects_helper.rb
- app/models/repository.rb 18 additions, 19 deletionsapp/models/repository.rb
- app/views/projects/_readme.html.haml 2 additions, 2 deletionsapp/views/projects/_readme.html.haml
- app/views/projects/blob/_editor.html.haml 1 addition, 6 deletionsapp/views/projects/blob/_editor.html.haml
- app/views/projects/blob/new.html.haml 1 addition, 1 deletionapp/views/projects/blob/new.html.haml
- app/views/projects/empty.html.haml 3 additions, 3 deletionsapp/views/projects/empty.html.haml
- app/views/projects/show.html.haml 6 additions, 6 deletionsapp/views/projects/show.html.haml
- doc/api/README.md 1 addition, 0 deletionsdoc/api/README.md
- doc/api/licenses.md 147 additions, 0 deletionsdoc/api/licenses.md
- lib/api/entities.rb 11 additions, 0 deletionslib/api/entities.rb
- lib/api/licenses.rb 44 additions, 13 deletionslib/api/licenses.rb
- spec/features/projects/files/project_owner_creates_license_file_spec.rb 61 additions, 0 deletions...projects/files/project_owner_creates_license_file_spec.rb
- spec/features/projects/files/project_owner_sees_link_to_create_license_file_in_empty_project_spec.rb 36 additions, 0 deletions...sees_link_to_create_license_file_in_empty_project_spec.rb
Loading
| @@ -33,6 +33,7 @@ following locations: | Loading
| @@ -33,6 +33,7 @@ following locations: |
- [Build triggers](build_triggers.md) | - [Build triggers](build_triggers.md) | ||
- [Build Variables](build_variables.md) | - [Build Variables](build_variables.md) | ||
- [Runners](runners.md) | - [Runners](runners.md) | ||
- [Licenses](licenses.md) | |||
|
|||
## Authentication | ## Authentication | ||
Loading
| Loading
|
doc/api/licenses.md
0 → 100644
-
mentioned in merge request !4188 (merged)
-
mentioned in commit 6ed6e0f9
-
Mentioned in commit pfjason/gitlab-ce@6ed6e0f9