summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | 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
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Resolved conflicts in ↵Constance Okoghenun2018-02-2698-651/+1133
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | app/assets/javascripts/pages/projects/settings/repository/show/index.js
| * | | | | | | | | | | | | | | | | | Removed protected_tags webpack bundleConstance Okoghenun2018-02-234-14/+9
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'pipelines_show_refactor' into 'master'Jacob Schatz2018-02-285-6/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor pipelines show for webpack bundle tag removal See merge request gitlab-org/gitlab-ce!17127
| * | | | | | | | | | | | | | | | | | Merge branch 'master' into 'pipelines_show_refactor'pipelines_show_refactorClement Ho2018-02-28160-783/+2554
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # config/webpack.config.js
| * | | | | | | | | | | | | | | | | | | Remove unnecessary element checksClement Ho2018-02-271-57/+51
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Add initPipelineDetails to pipelines build pathClement Ho2018-02-274-124/+68
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into 'pipelines_show_refactor'Clement Ho2018-02-2717-101/+82
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # config/webpack.config.js
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into 'pipelines_show_refactor'Clement Ho2018-02-27320-1713/+2549
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # config/webpack.config.js
| * | | | | | | | | | | | | | | | | | | Fix failing pathsJacob Schatz2018-02-232-8/+8
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Fix conflictsJacob Schatz2018-02-231-1/+0
| | | | | | | | | | | | | | | | | | | |