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-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
2018-03-19Show Ajax requests in performance barSean McGivern
But first, rewrite the performance bar in Vue: 1. Remove the peek-host gem and replace it with existing code. This also allows us to include the host in the JSON response, rather than in the page HTML. 2. Leave the line profiler parts as here-be-dragons: nicer would be a separate endpoint for these, so we could use them on Ajax requests too. 3. The performance bar is too fiddly to rewrite right now, so apply the same logic to that. Then, add features! All requests made through Axios are able to be tracked. To keep a lid on memory usage, only the first two requests for a given URL are tracked, though. Each request that's tracked has the same data as the initial page load, with the exception of the performance bar and the line profiler, as explained above.
2018-03-18[Rails5] Update active_record_locking initializerblackst0ne
2018-03-16Address review comments.Andreas Brandl
2018-03-16Add bigserial as a native database type for MySQL adapterDouglas Barbosa Alexandre
2018-03-14Revert "Merge branch 'sh-filter-secret-variables' into 'master'"Stan Hu
This reverts merge request !17159
2018-03-13Make Gitaly more prominent in the performance barSean McGivern
This is as important as SQL timings, and much more important most of the time than GC, Redis, or Sidekiq.
2018-03-13Resolve "Projects::MergeRequestsController#show is slow (implement skeleton ↵Simon Knox
loading)"
2018-03-12Merge branch 'allow-ee-in-backtraces' into 'master'Robert Speicher
Include the ee/ directory in backtraces Closes gitlab-ee#5204 See merge request gitlab-org/gitlab-ce!17664
2018-03-12Include the ee/ directory in backtracesSean McGivern
2018-03-10Remove sync script for gitlab-svgs and reference the vendored library directlyMike Greiling
2018-03-09Add proxy_download to perform proxied sending of all filesMicaël Bergeron
2018-03-09Merge branch 'blackst0ne-add-rails5-method' into 'master'Dmitriy Zaporozhets
[Rails5] Add `Gitlab.rails5?` method See merge request gitlab-org/gitlab-ce!17660
2018-03-09Add Gitlab.rails5? methodblackst0ne
2018-03-08Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron