gitlab-org--gitlab-foss/lib/api
Grzegorz Bizon c7db5b3efa Merge branch 'master' into auto-pipelines-vue
* master: (73 commits)
  Remove pages/snippets css
  Remove unused bootstrap imports
  Shift emojis and icons styles into framework
  Introduce deployment services, starting with a KubernetesService
  Username exists check respects the relative root URL
  add node_modules to our eslintignore settings
  Remove white space between nav items
  fix transient timing failure adding timecop
  Improve build status specs contexts descriptions
  Add some missing tests for detailed status methods
  Fix wrong error message expectation in API::Commits spec
  resolve all instances of no-undef eslint rule violations
  Remove trailing blank line from Allowable module
  expand remaining non-explicit eslint-disable blocks and factor ...
  Introduce $CI_BUILD_REF_SLUG
  Finish refactoring grays
  Combining more grays
  Remove duplicate shades of gray and black
  Encode when migrating ProcessCommitWorker jobs
  Prevent overflow with vertical scroll when we have space to show ...
  ...
2016-12-15 13:42:16 +01:00
..
helpers Extract API pagination code to a separete module 2016-12-07 15:23:07 +01:00
access_requests.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
api.rb
api_guard.rb
award_emoji.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
boards.rb
branches.rb Allow branch names with dots on API endpoint 2016-12-08 16:39:56 -02:00
broadcast_messages.rb
builds.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
commit_statuses.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
commits.rb API: Ability to cherry-pick a commit 2016-12-13 16:12:40 +01:00
deploy_keys.rb
deployments.rb
entities.rb Merge branch 'features/api-snippets' into 'master' 2016-12-12 08:58:13 +00:00
environments.rb
files.rb
groups.rb API: Ability to get group's project in simple representation 2016-12-13 13:54:36 +01:00
helpers.rb merge master 2016-12-13 13:03:49 -07:00
internal.rb
issues.rb Grapify the issues API 2016-12-07 10:19:28 +01:00
keys.rb
labels.rb
lint.rb
members.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
merge_request_diffs.rb
merge_requests.rb Don't allow blank MR titles in API 2016-12-13 09:01:48 +01:00
milestones.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
namespaces.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
notes.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
notification_settings.rb
pagination_params.rb
pipelines.rb
project_hooks.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
project_snippets.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
projects.rb
repositories.rb
runners.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
services.rb Introduce deployment services, starting with a KubernetesService 2016-12-14 21:06:26 +00:00
session.rb adds impersonator variable and makes sudo usage overall more clear 2016-12-07 14:42:51 +00:00
settings.rb
sidekiq_metrics.rb
snippets.rb
subscriptions.rb
system_hooks.rb
tags.rb Allow public access to some Tag API endpoints 2016-12-07 11:39:11 +01:00
templates.rb
todos.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
triggers.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
users.rb API: Memoize the current_user so that the sudo can work properly 2016-12-12 13:50:31 +01:00
variables.rb
version.rb