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-04-07Get rid of Redis when dealing with deploy tokensKamil Trzciński
We use controller actions to pass a newly created token and errors
2018-04-07Create barebones for DeploytokenMayra Cabrera
Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
2018-04-07Add Kubernetes CPU/Mem usage totalsJoshua Lambert
2018-04-06Update labels for latency, cpu and memory metricsJose Ivan Vargas
2018-04-06Merge branch 'jramsay-38830-tarball' into 'master'Douwe Maan
Add alternative archive route Closes #38830 See merge request gitlab-org/gitlab-ce!17225
2018-04-06Add new repository archive routeJames Ramsay
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add `<project>/-/archive/<ref>/<filename>.<format>` route using the `-` separator to prevent namespace collisions. If the filename is `<project>-<ref>` or the ref is a sha, the sha will be omitted, otherwise the default filename will be used. - deprecate previous archive route `repository/<ref>/archive`
2018-04-06[Rails5] Update `type_cast_*_database` methodsblackst0ne
2018-04-05Merge branch 'direct-upload-of-artifacts' into 'master'Grzegorz Bizon
Direct upload of artifacts See merge request gitlab-org/gitlab-ce!18160
2018-04-05Merge branch 'use-chronic-duration-attribute-for-project-build-timeout' into ↵Kamil Trzciński
'master' Use chronic duration attribute for project build timeout See merge request gitlab-org/gitlab-ce!17386
2018-04-05Add `direct_upload` setting for artifactsKamil Trzciński
2018-04-05Merge branch 'direct-upload-of-uploads' into 'master'Grzegorz Bizon
Allow to store uploads by default on Object Storage See merge request gitlab-org/gitlab-ce!18156
2018-04-05Allow to store uploads by default on Object StorageKamil Trzciński
Introduce `direct_upload` option for `uploads` which is gonna set a default storage to Object Storage and use Unicorn to save data
2018-04-04Move leftovers from pipelines_settings_controller to settings/ci_cd_controllerTomasz Maczukin
2018-04-04Add support for Sidekiq JSON loggingStan Hu
Closes #20060
2018-03-28Use katex min cssClement Ho
2018-03-28Merge branch '43603-ci-lint-support' into 'master'Kamil Trzciński
Resolve "/ci/lint should support include keyword in config file" Closes #43603 See merge request gitlab-org/gitlab-ce!17729
2018-03-28Merge branch 'ac/lfs-direct-upload-ee-to-ce' into 'master'Kamil Trzciński
LFS direct upload port to CE Closes #44548 See merge request gitlab-org/gitlab-ce!17752
2018-03-27Merge branch '43512-add-support-for-omniauth-jwt-provider' into 'master'Douwe Maan
Resolve "Add support for omniauth-jwt provider" Closes #43512 See merge request gitlab-org/gitlab-ce!17774
2018-03-27Port LFS direct_upload from EEAlessio Caiazza
2018-03-27Merge branch '40781-os-to-ce' into 'master'Sean McGivern
Bring Object Storage to CE Closes #4171, #4163, #3370, #2841, and #29203 See merge request gitlab-org/gitlab-ce!17358
2018-03-27Move project ci lint under '-' scopeMayra Cabrera
2018-03-27Make ci/lint page context aware:Mayra Cabrera
- Create ci/lints controller inside project/ - Move js pages to be inside projects/ - Copy view ci/lint view to be inside project folder - Remove ci/lint view and js files Closes #43603
2018-03-24Merge branch 'blackst0ne-rails5-update-files-by-rails-app-update' into 'master'Robert Speicher
[Rails5] Update files by `rails app:update` See merge request gitlab-org/gitlab-ce!17828
2018-03-23Merge branch '44589-problem-with-prettier-setting-trailingcomma-all' into ↵Filipa Lacerda
'master' Resolve "Problem with prettier setting trailingComma: all" Closes #44589 See merge request gitlab-org/gitlab-ce!17967
2018-03-23prettify all node scriptsMike Greiling
2018-03-23Merge branch 'pages_force_https' into 'master'Nick Thomas
HTTPS only Pages Closes #28857 See merge request gitlab-org/gitlab-ce!16273
2018-03-23Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern
Route path lookups through legacy_disk_path See merge request gitlab-org/gitlab-ce!17743
2018-03-22Merge branch 'prettier-ignore' into 'master'Mike Greiling
Added prettierignore file Closes #44483 See merge request gitlab-org/gitlab-ce!17907
2018-03-22Merge branch 'move-concatenate-module-plugin' into 'master'Jacob Schatz
Disable webpack scope hoisting in development See merge request gitlab-org/gitlab-ce!17942
2018-03-22enable scope hoisting only in produciton (it interferes with HMR)Mike Greiling
2018-03-22Add HTTPS-only pagesRob Watson
Closes #28857
2018-03-22Force Rails to not complain about reloadingLin Jen-Shin
Same strategy with: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17810 See: https://stackoverflow.com/a/29710188/1992201 Frankly I don't really understand how this works and I don't really care either. However I tried it and it does the job. To try this, make sure you have pending migrations, and run the server, hit the site. It would tell you that there's pending migrations, and then run migrations, and then hit the site again. Without this patch, Rails would complain that "A copy of ...", with this patch, it works without problems.
2018-03-22Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron
2018-03-22apply feedbackMicaël Bergeron
2018-03-22Backport ee-40781-os-to-ceMicaël Bergeron
2018-03-22Merge branch 'jej/omniauth-initializer-refactor' into 'master'Douwe Maan
OmniauthInitializer created to allow testing/refactoring of code from devise.rb See merge request gitlab-org/gitlab-ce!17881
2018-03-22[Rails5] Update files by `rails app:update`blackst0ne
2018-03-21Route path lookups through legacy_disk_pathJacob Vosmaer
2018-03-21Merge branch 'blackst0ne-rails5-update-ar5-batching-initializer' into 'master'Robert Speicher
[Rails5] Update ar5_batching initializer See merge request gitlab-org/gitlab-ce!17825
2018-03-21Merge branch 'blackst0ne-rails5-update-ar5-pg-10-support-initializer' into ↵Robert Speicher
'master' [Rails5] Update ar5_pg_10_support initializer See merge request gitlab-org/gitlab-ce!17826
2018-03-21Added prettierignore filePhil Hughes
Closes #44483
2018-03-21Merge branch 'make-ide-ce' into 'master'Tim Zallmann
Move IDE to CE Closes #44157 See merge request gitlab-org/gitlab-ce!17887
2018-03-21Strip any query string parameters from Location headers from logrageStan Hu
Port of https://github.com/roidrage/lograge/pull/241
2018-03-21[Rails5] Update ar5_pg_10_support initializerblackst0ne
2018-03-21[Rails5] Update ar5_batching initializerblackst0ne
2018-03-20OmniauthInitializer created to improve devise.rbJames Edwards-Jones
This should simplify refactoring and allow testing
2018-03-20Move IDE to CEPhil Hughes
This also makes the IDE generally available
2018-03-20Adds JWT omnianuth integrationTiago Botelho
2018-03-20Merge branch 'ajax-requests-in-performance-bar' into 'master'Robert Speicher
Show Ajax requests in performance bar Closes #43925 See merge request gitlab-org/gitlab-ce!17742
2018-03-19Merge branch 'blackst0ne-rails5-update-active-record-locking-initializer' ↵Robert Speicher
into 'master' [Rails5] Update active_record_locking initializer See merge request gitlab-org/gitlab-ce!17824