Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2018-10-23Remove broken git storage for testingZeger-Jan van de Weg
Broken storage used to be used to test situations where the Git storage wasn't being reached. These days we can just mock the Gitaly response. But given the broken storage is removed now, Gitaly can take over control of the storage being reachable. If it's not, Gitaly won't boot. That's nice for situations where a disk wasn't mounted for instance. Gitaly MR: https://gitlab.com/gitlab-org/gitaly/merge_requests/675
2018-10-19Allow to configure cache path for webpackKamil Trzciński
2018-10-15Merge branch 'sh-remove-koding' into 'master'Douwe Maan
Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
2018-10-13Remove Koding integration and documentationStan Hu
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
2018-10-12Fix rubocop complaining about unicorn.rbBrett Walker
2018-10-10Remove Git circuit breakerZeger-Jan van de Weg
Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-05Make GitLab pages support access controlTuomo Ala-Vannesluoma
2018-10-05Resolve "Drop down filter for project snippets"Fabian Schneider
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-04Merge branch 'add_reliable_fetcher' into 'master'Nick Thomas
Add reliable sidekiq fetcher See merge request gitlab-org/gitlab-ce!21715
2018-10-04Merge branch 'fix-todo-cops' into 'master'Rémy Coutable
Fix todo cops See merge request gitlab-org/gitlab-ce!21850
2018-10-04Merge branch '41922-simplify-runner-registration-token-resetting' into 'master'Kamil Trzciński
Simplify runner registration token resetting Closes #41922 See merge request gitlab-org/gitlab-ce!21658
2018-10-04Resolve "Add new "Overview" tab on user profile page"Martin Wortschack
2018-10-04Simplify runner registration token resettingTomasz Maczukin
This icommit adds several changes related to the same topic - resetting a Runner registration token: 1. On Project settings page it adds a button for resetting the registration token and it removes the Runner token field that was confusing all GitLab users. 2. On Group settings page it adds the same button for resetting the registration token. 3. On Admin Runners settings page it moves the button to the same place as in Project and Group settings and it changes slightly the page layout to make it more similar to Group and Project setting pages. 4. It refactorizes a little the partial that prints runner registration description. Thanks to this Project, Group and Admin settings of the Runner are re-using the same code to generate the button. 5. Updates the translations of changed text.
2018-10-04Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-03Merge branch '43511-upgrade-to-babel-7' into 'master'Fatih Acet
Upgrade to Babel 7 Closes #43511 See merge request gitlab-org/gitlab-ce!22059
2018-10-03Add reliable fetcher for SidekiqValery Sizov
2018-10-03Make DefinePlugin definitions more specificMike Greiling
2018-10-02Remove babel-plugin-transform-define dependencyMike Greiling
2018-10-02Merge remote-tracking branch 'origin/psimyn-speedup-karma' into ↵Mike Greiling
43511-upgrade-to-babel-7 * origin/psimyn-speedup-karma: Fix lint and comments Speed up karma runs for development
2018-10-02Add license approval for caniuse-lite and node-releasesMike Greiling
These are needed for babel-preset-env to function. These are both curated lists of compatability tables which are used during the build process to determine which babel transformations to perform.
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
2018-10-02Add unschedule endpont to job controllerShinya Maeda
2018-10-02Speed up karma runs for developmentSimon Knox
Using DefinePlugin means the block wrapped in GENERATE_COVERAGE_REPORT gets eliminated. Previously it was always included (with the entire app!), even if using -f option
2018-10-01Merge branch 'dz-fix-mysql-schema' into 'master'Dmitriy Zaporozhets
Fix undefined format_options method in SchemaDumper for MySQL db See merge request gitlab-org/gitlab-ce!21907
2018-09-26Guard against a login attempt with invalid CSRF tokenStan Hu
If a user logs in with a bad CSRF token, the Warden before_logout hook will be called with no valid user. This would lead to odd Error 500 messages with a backtrace. Addresses part of #50857
2018-09-26Fix undefined format_options method in SchemaDumper for MySQL dbDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-24Remove background job throttling featureValery Sizov
We remove this feature as it never worked properly
2018-09-21Fix leading slash in redirects and add copSanad Liaquat
2018-09-21Correct Gitlab Capitalization in code filesMarcel Amirault
2018-09-20Fix SpaceBeforeFirstArg copSemyon Pupkov
2018-09-20Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets
Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
2018-09-20Merge branch '44768-lazy-load-xterm-css' into 'master'Phil Hughes
Lazy load xterm css custom colors file Closes #44768 See merge request gitlab-org/gitlab-ce!21804
2018-09-19Lazy load xterm css colorsFilipa Lacerda
Manually includes the xterm custom colors on the 3 files that will need it: job log page, job terminal page, environment terminal page Reduces main CSS bundle
2018-09-19Include post migrations when loading the schemaYorick Peterse
See merge request gitlab-org/gitlab-ce!21689
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-09-14Merge branch '50824-fix-prepend-concern' into 'master'Robert Speicher
CE: Properly implement prepending for Concern See merge request gitlab-org/gitlab-ce!21444
2018-09-14Merge branch 'remove-sidekiq' into 'master'Robert Speicher
Remove peek-sidekiq Closes #51407 See merge request gitlab-org/gitlab-ce!21693
2018-09-14Fix karma junit reports on CILukas Eipert
2018-09-13Merge branch '49990-enable-omniauth-by-default' into 'master'Douwe Maan
Enable omniauth by default Closes #49990 See merge request gitlab-org/gitlab-ce!21700
2018-09-13Enable omniauth by defaultNick Thomas
2018-09-13Merge branch 'rails5-route-warnings' into 'master'Grzegorz Bizon
Fix route deprecation warnings in rails 5 See merge request gitlab-org/gitlab-ce!21684
2018-09-12Fix route deprecation warnings in rails 5Jan Provaznik
2018-09-12Remove peek-sidekiqJan Provaznik
The reason for removing this gem is that it's not being maintained anymore. It uses `alias_method_chain` which is deprecated in rails 5 (and removed in 5.1), the issue is pending upstream (including a fix) - https://github.com/suranyami/peek-sidekiq/issues/3 for a while. Peek-sidekiq is used in performance bar for displaying sidekiq statistics.
2018-09-12Ensure the schema is loaded with post_migrations includedDJ Mountney
If doing a schema load, the post_migrations should also be marked as up, even if SKIP_POST_DEPLOYMENT_MIGRATIONS was set, otherwise future migration runs will be broken.
2018-09-12Merge branch 'sh-allow-key-id-in-params' into 'master'Robert Speicher
Filter any parameters ending with "key" in logs See merge request gitlab-org/gitlab-ce!21688
2018-09-12Filter any parameters ending with "key" in logsStan Hu
Rails does a partial match for strings in the filter_parameters configuration, so the parameter "key" causes "key_id" to be filtered even though it's a useful parameter for debugging internal API issues. We now revise this filter to make any parameter ending with "key" is filtered. Relates to https://gitlab.com/gitlab-com/gl-infra/production/issues/463
2018-09-12Generate JUnit report for Karma testsWinnie Hellmann
2018-09-11Fix rails 5 deprecation warningsJan Provaznik
Fixes rails 5 deprecation warnings in `config/` files