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
AgeCommit message (Collapse)Author
2019-11-20Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot
2019-10-22Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-28Remove csslabArun Kumar Mohan
2019-08-23Fix "ERR value is not an integer or out of range" errorsStan Hu
`ActiveSupport::Cache::RedisCacheStore` is not compatible with the version of Rack Attack we are using (v4.4.1) per https://github.com/kickstarter/rack-attack/issues/281. Users that had rate limits enabled might see `Redis::CommandError: ERR value is not an integer or out of range` because the `raw` parameter wasn't passed along properly. As a result, the Rack Attack entry would be stored as an `ActiveSupport::Cache::Entry` instead of a raw string holding an integer value. Let's partially revert the change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30966 to use the original cache store until we can update to Rack Attack v5.2.3 that has support for `ActiveSupport::Cache::RedisCacheStore` via https://github.com/kickstarter/rack-attack/pull/350. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66449
2019-08-13Merge branch 'remove-concerns-paths' into 'master'Jan Provaznik
Remove concerns from eager load paths See merge request gitlab-org/gitlab-ce!31649
2019-08-13Enable use of Rails' new cookie encryptionHeinrich Lee Yu
Old cookies are still valid and are automatically upgraded by Rails
2019-08-09Merge branch 'filter-title-description-and-body-from-logs' into 'master'Stan Hu
Filter title, description, and body from logs Closes #64460 and #60365 See merge request gitlab-org/gitlab-ce!31274
2019-08-08Remove concerns from eager load pathsdineshpanda
2019-08-06Use Rails 5.2 Redis caching storeStan Hu
This is the first step in providing a fault-tolerant and distributed Redis caching store. We disable compression to avoid introducing a change that could have an adverse effect in production. Note that we won't be able to take advantage of the fault-tolerance and distributed features yet until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/64829. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64794
2019-07-30Filter title, description, and body from logsSean McGivern
These can contain sensitive content.
2019-07-23Remove dead MySQL codeNick Thomas
None of this code can be reached any more, so it can all be removed
2019-07-23Merge branch '6544-remove-scss-diff-ce' into 'master'Phil Hughes
Resolve difference in app/assets/stylesheets/application.scss See merge request gitlab-org/gitlab-ce!31007
2019-07-22Fix xterm CSS not loadingMike Greiling
2019-07-22Resolve difference in app/assets/stylesheets/application.scssLukas Eipert
2019-07-12Upgrade to Rails 5.2Heinrich Lee Yu
Updates changed method names and fixes spec failures
2019-07-09Move lib/gitlab dependency to applicationRobert Speicher
We use the `Gitlab.ee` and `.ee?` methods in several initializers now.
2019-06-18Merge branch 'bootstrap-to-glui' into 'master'Filipa Lacerda
Import bootstrap styles from gitlab-ui See merge request gitlab-org/gitlab-ce!26165
2019-06-17Import bootstrap styles from gitlab-uiSimon Knox
Use gitlab_ui.scss instead of all the bootstrap imports Allow the ../node_modules path from gitlab_ui.scss to resolve
2019-06-17Backport EE changes to config/application.rbYorick Peterse
This backports the EE changes made to this config file to CE. EE specific bits do not need an `if Gitlab.ee?`, as everything will work transparently when using CE.
2019-04-23Upgrade Rails to 5.1.6.1Jasper Maes
Model.new.attributes now also returns encrypted attributes.
2019-04-12Remove rails-deprecated_sanitizer dependencyDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-03-13Filter Jira shared secret from logsHeinrich Lee Yu
2019-02-22Move highlight themes to subfolderSimon Knox
2019-02-15Only load selected syntax highlight CSSSimon Knox
Compile highlight CSS separately Move highlight-specific mixins out of mixins.scss Rename solarized themes to match theme name as this was a smaller change than changing all instances to snake_case
2019-02-14Filter note parametersAndrew Newdigate
This change adds `note` to the Rails `filter_parameters` configuration.
2019-01-17Actually set raise_on_unfiltered_parameters to trueJasper Maes
2018-12-16Remove rails4 specific codeJasper Maes
2018-12-14Remove rails 4 support in CI, Gemfiles, bin/ and config/Jasper Maes
2018-12-08Integrate csslabClement Ho
2018-11-29Merge branch 'security-182-update-workhorse' into 'master'Cindy Pallares
[Master] Redact sensitive information on gitlab-workhorse log See merge request gitlab/gitlabhq!2584
2018-11-23Merge branch 'jprovazn-locale-fix' into 'master'Grzegorz Bizon
Explicitly set locale fallbacks Closes #54274 See merge request gitlab-org/gitlab-ce!23271
2018-11-22Add version migration support to rails 4Jan Provaznik
When switching to rails 5, we added migration version to all migration classes. This patch makes it possible to run versioned migrations also with rails 4
2018-11-21Explicitly set locale fallbacksJan Provaznik
With a recent change in i18n, default language is not included in fallbacks by default. This causes that MissingTranslationData exception is raised both in development and production mode. This patch sets explicitly fallbacks language to english which assures that english is used for missing translations.
2018-11-16Use Nokogiri as the ActiveSupport XML backendStan Hu
This significantly improves performance and reduces memory consumption when parsing XML files. On a test with 124 JUnit files from a CE build, there was about a 4x reduction in processing time. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54068
2018-11-14Switch to Rails 5 by defaultJan Provaznik
* updates Gemfile * uses Rails 5 unless explicitly disabled
2018-10-31Rename @gitlab-org/gitlab-svgs to @gitlab/svgsLukas Eipert
2018-09-21Correct Gitlab Capitalization in code filesMarcel Amirault
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-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-11Fix rails 5 deprecation warningsJan Provaznik
Fixes rails 5 deprecation warnings in `config/` files
2018-08-03Focus terminal on loadFilipa Lacerda
Use object.assign for default option
2018-08-03Uses npm css and removes css from vendor folderFilipa Lacerda
2018-07-29Use /-/health instead of breaking /-/livenessStan Hu
2018-07-29Simplify /-/liveness check to avoid connecting to the databaseStan Hu
The previous implementation would hit the database each time and provide a dummy response. If the database goes down, this means all application workers would be taken out of service. Simplify this check by using a Rails middleware that intercepts this endpoint and returns a 200 response.
2018-07-27Merge branch 'ce-7000-introduce-PolicyCheckable' into 'master'Grzegorz Bizon
CE: Add PolicyCheckable concern for things passing to policy check See merge request gitlab-org/gitlab-ce!20839
2018-07-26Moved repo.css to its own CSS bundle to reduce the size of the main bundleTim Zallmann
2018-07-25Add mutation toggling WIP state of merge requestsBob Van Landuyt
This is mainly the setup of mutations for GraphQL. Including authorization and basic return type-structure.