Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small fixes in Vuex docswinh-fix-vuex-docs | Winnie Hellmann | 2018-03-01 | 1 | -4/+4 |
| | |||||
* | Merge branch 'dz-system-hooks-plugins' into 'master' | Douwe Maan | 2018-03-01 | 16 | -0/+241 |
|\ | | | | | | | | | Add ability to use external plugins as system hooks See merge request gitlab-org/gitlab-ce!17003 | ||||
| * | Remove trailing line from plugin loggerdz-system-hooks-plugins | Dmitriy Zaporozhets | 2018-02-28 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Improve plugins documentation and remove unnecessary rake task | Dmitriy Zaporozhets | 2018-02-28 | 2 | -7/+9 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Refactor plugins feature and make some doc improvements | Dmitriy Zaporozhets | 2018-02-28 | 7 | -25/+44 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix few typos in plugins doc | Dmitriy Zaporozhets | 2018-02-27 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Refactor plugin execution method | Dmitriy Zaporozhets | 2018-02-27 | 4 | -25/+49 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | [ci skip] Add example of rake plugins:validate output to the doc | Dmitriy Zaporozhets | 2018-02-27 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add documentation for plugins feature | Dmitriy Zaporozhets | 2018-02-27 | 1 | -0/+50 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add plugin feature to changelog [ci skip] | Dmitriy Zaporozhets | 2018-02-27 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Few code improvements for spec/lib/gitlab/plugin_spec.rb | Dmitriy Zaporozhets | 2018-02-27 | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add plugin queue to all_queues.yml | Dmitriy Zaporozhets | 2018-02-26 | 2 | -1/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Exclude plugins dir from rubocop and codeclimate config | Dmitriy Zaporozhets | 2018-02-26 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add specs for Gitlab::Plugin [ci skip] | Dmitriy Zaporozhets | 2018-02-26 | 1 | -0/+39 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Handle excpetion in PluginWorker | Dmitriy Zaporozhets | 2018-02-26 | 2 | -0/+29 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add plugin queue to sidekiq config [ci skip] | Dmitriy Zaporozhets | 2018-02-26 | 3 | -3/+9 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Use Gitlab::Popen instead of spawn [ci skip] | Dmitriy Zaporozhets | 2018-02-26 | 1 | -16/+3 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add /plugins to gitignore | Dmitriy Zaporozhets | 2018-02-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Reorganize plugins dir structure | Dmitriy Zaporozhets | 2018-02-26 | 4 | -2/+3 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Run plugins as separate process and pass data via STDIN | Dmitriy Zaporozhets | 2018-02-26 | 8 | -50/+27 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Redesign plugins system | Dmitriy Zaporozhets | 2018-02-26 | 4 | -30/+30 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Remove plugin initializer and add plugins:validate rake task | Dmitriy Zaporozhets | 2018-02-26 | 4 | -30/+41 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add generator for plugins | Dmitriy Zaporozhets | 2018-02-26 | 2 | -0/+41 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add external plugins support to extend system hooks | Dmitriy Zaporozhets | 2018-02-26 | 3 | -0/+39 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Ignore content in plugins dir | Dmitriy Zaporozhets | 2018-02-26 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add plugins dir | Dmitriy Zaporozhets | 2018-02-26 | 1 | -0/+0 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'ee-3727-epic-labels-backport' into 'master' | Filipa Lacerda | 2018-03-01 | 5 | -15/+62 |
|\ \ | | | | | | | | | | | | | CE Platform port for EE epics filtered search changes See merge request gitlab-org/gitlab-ce!17445 | ||||
| * | | Add support for custom container classee-3727-epic-labels-backport | Kushal Pandya | 2018-03-01 | 1 | -1/+9 |
| | | | |||||
| * | | Update class init config | Kushal Pandya | 2018-03-01 | 1 | -1/+3 |
| | | | |||||
| * | | Update FilteredSearchManager init config | Kushal Pandya | 2018-03-01 | 1 | -2/+14 |
| | | | |||||
| * | | Add group related config and endpoint methods to be consistent with EE | Kushal Pandya | 2018-03-01 | 2 | -11/+36 |
| | | | |||||
* | | | Merge branch 'dispatcher-issuable-sidebar-backport' into 'master' | Phil Hughes | 2018-03-01 | 4 | -38/+51 |
|\ \ \ | | | | | | | | | | | | | | | | | init sidebar bundle separately to allow EE override See merge request gitlab-org/gitlab-ce!17412 | ||||
| * | | | init sidebar bundle separately to allow EE override | Simon Knox | 2018-03-01 | 4 | -38/+51 |
|/ / / | |||||
* | | | Merge branch 'fl-expandbutton-backport' into 'master' | Phil Hughes | 2018-03-01 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Use v-if in the expand button for performance See merge request gitlab-org/gitlab-ce!17394 | ||||
| * | | | Use v-if in the expand button for performancefl-expandbutton-backport | Filipa Lacerda | 2018-02-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'winh-inline-script-linter' into 'master' | Rémy Coutable | 2018-03-01 | 14 | -0/+21 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Forbid all inline script tags in Linter::InlineJavaScript See merge request gitlab-org/gitlab-ce!17437 | ||||
| * | | | | Ignore InlineJavaScript linter in existing script tag locations.winh-inline-script-linter | Connor Shea | 2018-02-28 | 13 | -0/+15 |
| | | | | | |||||
| * | | | | Update inline_javascript.rb to lint uses of the javascript filter as well as ↵ | Connor Shea | 2018-02-28 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | script tags. | ||||
| * | | | | Update inline_javascript.rb | Winnie Hellmann | 2018-02-28 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Forbid all inline script tags in Linter::InlineJavaScript | Winnie Hellmann | 2018-02-28 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'sh-tag-migrations-with-sidekiq' into 'master' | Rémy Coutable | 2018-03-01 | 2 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Tag migration specs with :sidekiq to clear queues between tests See merge request gitlab-org/gitlab-ce!17442 | ||||
| * | | | | | Tag migration specs with :sidekiq to clear queues between testssh-tag-migrations-with-sidekiq | Stan Hu | 2018-02-28 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | This was failing in https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/55004375 | ||||
* | | | | | | Merge branch 'build-finished-worker-spec-prepend' into 'master' | Rémy Coutable | 2018-03-01 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove use of any_instance_of in runner spec See merge request gitlab-org/gitlab-ce!17427 | ||||
| * | | | | | | Remove use of any_instance_of in runner specbuild-finished-worker-spec-prepend | Yorick Peterse | 2018-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In EE we prepend a module into BuildFinishedWorker. This would cause this spec to fail because RSpec doesn't support the use of "any_instance_of" with classes that include a prepended module. To work around this we just stub the "perform_async" class method instead of stubbing the "perform" instance method. | ||||
* | | | | | | | Merge branch 'sh-bump-git-2.16' into 'master' | DJ Mountney | 2018-03-01 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | Bump GitLab CI image to use git 2.16 See merge request gitlab-org/gitlab-ce!17440 | ||||
| * | | | | | | Add update for packed-refs with git v2.16sh-bump-git-2.16 | Stan Hu | 2018-02-28 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Bump GitLab CI test image to use git v2.16 | Stan Hu | 2018-02-28 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git 2.15.0 has some significant performance improvements when running `git fetch` on a repository that has lots of references. See https://gitlab.com/gitlab-com/migration/issues/216#note_60672987 for more details. | ||||
* | | | | | | Merge branch 'protected-tags-bundle-refactor' into 'master' | Clement Ho | 2018-03-01 | 4 | -13/+6 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | Removed protected_tags webpack bundle See merge request gitlab-org/gitlab-ce!17334 | ||||
| * | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵protected-tags-bundle-refactor | Constance Okoghenun | 2018-02-27 | 229 | -1066/+1420 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | protected-tags-bundle-refactor | ||||
| * \ \ \ \ \ | Resolved conflicts in ↵ | Constance Okoghenun | 2018-02-26 | 98 | -651/+1133 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | app/assets/javascripts/pages/projects/settings/repository/show/index.js |