summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* Add minor refactoringfeature/runner-jobs-v4-apiTomasz Maczukin2017-03-072-18/+7
|
* Add some fixes and refactoring after reviewTomasz Maczukin2017-03-024-64/+90
|
* Fix rubocop offensesTomasz Maczukin2017-03-021-3/+3
|
* Update step data namingTomasz Maczukin2017-03-021-12/+10
|
* Fix rubocop offensesTomasz Maczukin2017-03-022-2/+2
|
* Refactor JobRequest response structureTomasz Maczukin2017-03-022-0/+66
|
* Merge branch ↵Rémy Coutable2017-03-021-2/+6
|\ | | | | | | | | | | | | | | | | | | '28805-download-archive-with-branch-like-feature-xxxx-add-extra-directory-level' into 'master' Ensure archive download is only one directory deep Closes #28805 See merge request !9616
| * Ensure archive download is only one directory deepMark Fletcher2017-03-021-2/+6
| |
* | Add internal endpoint to notify post-receive to Gitalygitaly-post-receiveAlejandro Rodríguez2017-03-012-0/+46
| |
* | Merge branch 'custom-empty-exception-class-cop' into 'master' Robert Speicher2017-03-0120-52/+39
|\ \ | | | | | | | | | | | | | | | | | | Add RuboCop cop for custom error classes Closes #28770 See merge request !9573
| * | Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-0120-52/+39
| |/
* | Make JS use API v3 because v4 is not frozen yetjs_should_user_right_api_versionValery Sizov2017-03-011-1/+1
|/
* Merge branch 'fix-webpack-dev-server-proxy' into 'master' Douwe Maan2017-02-271-1/+1
|\ | | | | | | | | Fix broken dev environment in master See merge request !9557
| * fix missing @ symbolMike Greiling2017-02-271-1/+1
| |
* | Merge branch 'fix-webpack-dev-server-proxy' into 'master' Douwe Maan2017-02-271-6/+6
|\ \ | |/ | | | | | | Fix webpack dev server when behind proxy See merge request !9543
| * ensure webpack dev server proxy connects regardless of request headersfix-webpack-dev-server-proxyMike Greiling2017-02-271-6/+6
| |
* | Merge branch '23062-allow-git-log-to-accept-follow-and-skip' into 'master' Robert Speicher2017-02-251-18/+24
|\ \ | | | | | | | | | | | | | | | | | | Make Git history follow renames again by performing the --skip in Ruby Closes #23062 See merge request !9314
| * | Optimize a bit Gitlab::Git::Repository#log_by_shell and its specs23062-allow-git-log-to-accept-follow-and-skipRémy Coutable2017-02-231-11/+11
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Make Git history follow renames again by performing the --skip in RubyRémy Coutable2017-02-231-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | This hack is needed because of an issue when --follow and --skip are passed to git log at the same time. See https://gitlab.com/gitlab-org/gitlab-ce/issues/23062 Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Raise error when no content is providedDouwe Maan2017-02-241-2/+0
| | |
* | | Address reviewDouwe Maan2017-02-241-15/+21
| | |
* | | Fix new offensesDouwe Maan2017-02-241-3/+1
| | |
* | | Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-243-208/+124
| |/ |/|
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-232-6/+7
|/
* Merge branch 'dm-meer-blauw-op-straat' into 'master' Robert Speicher2017-02-2352-167/+148
|\ | | | | | | | | Enable (and disable) more RuboCops See merge request !9432
| * Stylistic tweaksDouwe Maan2017-02-233-12/+7
| |
| * Fix OAuth/SAML user blocking behaviorDouwe Maan2017-02-231-1/+3
| |
| * Revert "Enable Style/DotPosition"Douwe Maan2017-02-2312-47/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
| * Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-2326-124/+124
| | | | | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
| * Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-231-2/+2
| | | | | | | | This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
| * Move up delegate callsDouwe Maan2017-02-231-2/+2
| |
| * ActiveSupport delegation is preferred over ForwardableDouwe Maan2017-02-231-2/+0
| |
| * Update rubocop and rubocop-rspec and regenerate .rubocop_todo.ymlDouwe Maan2017-02-232-7/+4
| |
| * Don’t exclude some file in lib from rubocopDouwe Maan2017-02-232-6/+6
| |
| * Fix new offensesDouwe Maan2017-02-232-2/+2
| |
| * Enable Rails/DelegateDouwe Maan2017-02-239-37/+13
| |
| * Enable Style/WordArrayDouwe Maan2017-02-232-2/+2
| |
| * Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-231-2/+4
| |
| * Enable Style/MultilineArrayBraceLayoutDouwe Maan2017-02-231-12/+13
| |
| * Enable Style/EmptyLineBetweenDefsDouwe Maan2017-02-231-0/+1
| |
| * Enable Style/ClassCheckDouwe Maan2017-02-231-1/+1
| |
| * Prefer leading style for Style/DotPositionDouwe Maan2017-02-2326-122/+122
| |
| * Fix code for copsDouwe Maan2017-02-2311-52/+61
| |
| * Enable Style/ConditionalAssignmentDouwe Maan2017-02-238-27/+27
| |
| * Enable Style/ColonMethodCallDouwe Maan2017-02-232-2/+2
| |
| * Enable Style/BarePercentLiteralsDouwe Maan2017-02-231-2/+2
| |
| * Enable Performance/RedundantMatchDouwe Maan2017-02-232-2/+2
| |
| * Enable Performance/RedundantBlockCallDouwe Maan2017-02-232-2/+2
| |
| * Enable Performance/RedundantMergeDouwe Maan2017-02-231-1/+1
| |
| * Enable Style/MutableConstantDouwe Maan2017-02-2322-35/+35
| |