Merge branch 'master' into ci/api-triggers
* master:
Fix version
Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages
Update CHANGELOG [ci skip]
Add some cosmetic changes to variables API documentation [ci skip]
Modify builds API documentation style [ci skip]
Modify :ci_variable factory
Add 'Build' prefix to Variables entry name in API docs index
Fix some typos
Add some fixes after review
Remove blank line
Update ./doc/api
Change :variable_id to :key as resource ID in API
Fix a typo in method description
Add create feature to variables API
Add missing 'not_found' checks in variables API
Add delete feature to variables API
Add update feature for variables API
Add features for list and show details of variables in API
Conflicts:
doc/api/README.md
lib/api/entities.rb
Showing
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