-
- Downloads
Merge branch 'master' into diff-parse-first-commit
No related branches found
No related tags found
Showing
- CHANGELOG 2 additions, 0 deletionsCHANGELOG
- app/assets/stylesheets/pages/branches.scss 3 additions, 0 deletionsapp/assets/stylesheets/pages/branches.scss
- app/assets/stylesheets/pages/commit.scss 4 additions, 0 deletionsapp/assets/stylesheets/pages/commit.scss
- app/assets/stylesheets/pages/groups.scss 5 additions, 0 deletionsapp/assets/stylesheets/pages/groups.scss
- app/assets/stylesheets/pages/issues.scss 1 addition, 1 deletionapp/assets/stylesheets/pages/issues.scss
- app/assets/stylesheets/pages/merge_requests.scss 1 addition, 1 deletionapp/assets/stylesheets/pages/merge_requests.scss
- app/assets/stylesheets/pages/tags.scss 3 additions, 0 deletionsapp/assets/stylesheets/pages/tags.scss
- app/models/ci/variable.rb 5 additions, 1 deletionapp/models/ci/variable.rb
- app/views/projects/branches/_branch.html.haml 1 addition, 1 deletionapp/views/projects/branches/_branch.html.haml
- app/views/projects/commits/_commit.html.haml 1 addition, 1 deletionapp/views/projects/commits/_commit.html.haml
- app/views/projects/tags/_tag.html.haml 1 addition, 1 deletionapp/views/projects/tags/_tag.html.haml
- app/views/projects/tags/show.html.haml 2 additions, 2 deletionsapp/views/projects/tags/show.html.haml
- app/views/shared/groups/_group.html.haml 1 addition, 2 deletionsapp/views/shared/groups/_group.html.haml
- doc/api/README.md 1 addition, 0 deletionsdoc/api/README.md
- doc/api/build_variables.md 128 additions, 0 deletionsdoc/api/build_variables.md
- lib/api/api.rb 1 addition, 0 deletionslib/api/api.rb
- lib/api/entities.rb 4 additions, 0 deletionslib/api/entities.rb
- lib/api/variables.rb 95 additions, 0 deletionslib/api/variables.rb
- spec/factories/ci/variables.rb 22 additions, 0 deletionsspec/factories/ci/variables.rb
- spec/requests/api/variables_spec.rb 182 additions, 0 deletionsspec/requests/api/variables_spec.rb
app/assets/stylesheets/pages/branches.scss
0 → 100644
app/assets/stylesheets/pages/tags.scss
0 → 100644
doc/api/build_variables.md
0 → 100644
lib/api/variables.rb
0 → 100644
spec/factories/ci/variables.rb
0 → 100644
spec/requests/api/variables_spec.rb
0 → 100644
Please register or sign in to comment