summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clean up docsfl-document-key-vueFilipa Lacerda2018-03-011-8/+0
|
* Merge branch 'master' into fl-document-key-vueFilipa Lacerda2018-03-0164-141/+431
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (53 commits) init sidebar bundle separately to allow EE override Add support for custom container class Update class init config Update FilteredSearchManager init config Add group related config and endpoint methods to be consistent with EE Tag migration specs with :sidekiq to clear queues between tests Add update for packed-refs with git v2.16 Bump GitLab CI test image to use git v2.16 Ignore InlineJavaScript linter in existing script tag locations. Update inline_javascript.rb to lint uses of the javascript filter as well as script tags. Update inline_javascript.rb Forbid all inline script tags in Linter::InlineJavaScript Remove webpack bundle tag for enviroments remove a bunch of superfluous common_vue bundles Remove use of any_instance_of in runner spec Remove trailing line from plugin logger Improve plugins documentation and remove unnecessary rake task Refactor plugins feature and make some doc improvements prefer let and const in webpack config remove common_vue from CommonsChunkPlugin ...
| * Merge branch 'dz-system-hooks-plugins' into 'master'Douwe Maan2018-03-0116-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-pluginsDmitriy Zaporozhets2018-02-281-1/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Improve plugins documentation and remove unnecessary rake taskDmitriy Zaporozhets2018-02-282-7/+9
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Refactor plugins feature and make some doc improvementsDmitriy Zaporozhets2018-02-287-25/+44
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Fix few typos in plugins docDmitriy Zaporozhets2018-02-271-4/+4
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Refactor plugin execution methodDmitriy Zaporozhets2018-02-274-25/+49
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * [ci skip] Add example of rake plugins:validate output to the docDmitriy Zaporozhets2018-02-271-0/+8
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Add documentation for plugins featureDmitriy Zaporozhets2018-02-271-0/+50
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Add plugin feature to changelog [ci skip]Dmitriy Zaporozhets2018-02-271-0/+5
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Few code improvements for spec/lib/gitlab/plugin_spec.rbDmitriy Zaporozhets2018-02-271-7/+7
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Add plugin queue to all_queues.ymlDmitriy Zaporozhets2018-02-262-1/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Exclude plugins dir from rubocop and codeclimate configDmitriy Zaporozhets2018-02-262-0/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Add specs for Gitlab::Plugin [ci skip]Dmitriy Zaporozhets2018-02-261-0/+39
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Handle excpetion in PluginWorkerDmitriy Zaporozhets2018-02-262-0/+29
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Add plugin queue to sidekiq config [ci skip]Dmitriy Zaporozhets2018-02-263-3/+9
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Use Gitlab::Popen instead of spawn [ci skip]Dmitriy Zaporozhets2018-02-261-16/+3
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Add /plugins to gitignoreDmitriy Zaporozhets2018-02-261-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Reorganize plugins dir structureDmitriy Zaporozhets2018-02-264-2/+3
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Run plugins as separate process and pass data via STDINDmitriy Zaporozhets2018-02-268-50/+27
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Redesign plugins systemDmitriy Zaporozhets2018-02-264-30/+30
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Remove plugin initializer and add plugins:validate rake taskDmitriy Zaporozhets2018-02-264-30/+41
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Add generator for pluginsDmitriy Zaporozhets2018-02-262-0/+41
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Add external plugins support to extend system hooksDmitriy Zaporozhets2018-02-263-0/+39
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Ignore content in plugins dirDmitriy Zaporozhets2018-02-261-0/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Add plugins dirDmitriy Zaporozhets2018-02-261-0/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Merge branch 'ee-3727-epic-labels-backport' into 'master'Filipa Lacerda2018-03-015-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-backportKushal Pandya2018-03-011-1/+9
| | | |
| | * | Update class init configKushal Pandya2018-03-011-1/+3
| | | |
| | * | Update FilteredSearchManager init configKushal Pandya2018-03-011-2/+14
| | | |
| | * | Add group related config and endpoint methods to be consistent with EEKushal Pandya2018-03-012-11/+36
| | | |
| * | | Merge branch 'dispatcher-issuable-sidebar-backport' into 'master'Phil Hughes2018-03-014-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 overrideSimon Knox2018-03-014-38/+51
| |/ / /
| * | | Merge branch 'fl-expandbutton-backport' into 'master'Phil Hughes2018-03-011-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-backportFilipa Lacerda2018-02-271-1/+1
| | | | |
| * | | | Merge branch 'winh-inline-script-linter' into 'master'Rémy Coutable2018-03-0114-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-linterConnor Shea2018-02-2813-0/+15
| | | | | |
| | * | | | Update inline_javascript.rb to lint uses of the javascript filter as well as ↵Connor Shea2018-02-281-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | script tags.
| | * | | | Update inline_javascript.rbWinnie Hellmann2018-02-281-2/+2
| | | | | |
| | * | | | Forbid all inline script tags in Linter::InlineJavaScriptWinnie Hellmann2018-02-281-1/+1
| | | | | |
| * | | | | Merge branch 'sh-tag-migrations-with-sidekiq' into 'master'Rémy Coutable2018-03-012-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-sidekiqStan Hu2018-02-282-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 Coutable2018-03-011-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-prependYorick Peterse2018-02-281-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 Mountney2018-03-012-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.16Stan Hu2018-02-281-1/+1
| | | | | | | |
| | * | | | | | Bump GitLab CI test image to use git v2.16Stan Hu2018-02-281-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 Ho2018-03-014-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-refactorConstance Okoghenun2018-02-27229-1066/+1420
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | protected-tags-bundle-refactor