Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace namespace-specific application.js files with namespace-bundle.js files.rename-js-files | Connor Shea | 2016-07-15 | 1 | -4/+4 |
| | |||||
* | Split Cropper.js from the main JavaScript manifest. | Connor Shea | 2016-06-29 | 1 | -0/+1 |
| | |||||
* | Add precompilation for relevant assets. | Connor Shea | 2016-06-23 | 1 | -0/+2 |
| | |||||
* | Replace raphael-rails with raphael.js so it can be split from the rest of ↵ | Connor Shea | 2016-06-10 | 1 | -0/+1 |
| | | | | the JavaScript. The gem isn't maintained anymore anyway. Added a network folder with an application.js including raphael components, since that's the only page using it currently. | ||||
* | Attempt to fix the user page. | Connor Shea | 2016-06-01 | 1 | -1/+2 |
| | |||||
* | Remove d3 except for on pages where it's necessary. | Connor Shea | 2016-06-01 | 1 | -0/+1 |
| | |||||
* | New confirmation email :fire: | Robert Speicher | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fix-generator-templates-directory' into 'master' | Jeroen van Baarsen | 2016-05-19 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | Move generator templates to generator_templates/ See merge request !4217 | ||||
| * | Move generator templates to generator_templates/ | Yorick Peterse | 2016-05-19 | 1 | -1/+3 |
| | | | | | | | | | | | | Since we eager load everything in lib/ putting ERB code in .rb files will result in syntax errors. By moving the templates to ./generator_templates we can work around this. | ||||
* | | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlighting | Sean McGivern | 2016-05-17 | 1 | -0/+1 |
|/ | | | | | Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 | ||||
* | Fix a few places where autoloading would fail | Rémy Coutable | 2016-05-10 | 1 | -6/+6 |
| | | | | | | | | | | | - Fix naming of API::CommitStatuses - Ensure we use require_dependency instead of require - Ensure the namespace is right in lib/api/api.rb, otherwise, we might require Grape::API::Helpers which defines the `#params` method. This is to avoid requiring a file multiple times and getting an "Already initialized constant" error. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add eager load paths to help prevent dependency load issues with Sidekiq workers | Stan Hu | 2016-05-10 | 1 | -6/+13 |
| | | | | | | Attempts to address #13521, #14825 Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add more parameters to the filter_parameters config. | Connor Shea | 2016-04-29 | 1 | -1/+24 |
| | | | | | | | | Adds Sentry DSN, Webhooks, Deploy Keys, etc. Alphabetized the parameters and included line breaks between each parameter. Easier to merge into EE if there are any differences. This also seems to be the more popular syntax for adding new parameters, from what I can find. | ||||
* | Put CACHE_NAMESPACE in the Gitlab::Redis module | Jacob Vosmaer | 2016-04-07 | 1 | -3/+1 |
| | |||||
* | Add Gitlab::Redis connection pool | Jacob Vosmaer | 2016-04-04 | 1 | -2/+2 |
| | |||||
* | Inline mailer CSS using premailer. | Douwe Maan | 2016-03-19 | 1 | -0/+1 |
| | | | | | # Conflicts: # Gemfile.lock | ||||
* | Filter import_url params because they may contain auth information. Fixes #14199filter-import-url | Josh Frye | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | Parse config/resque.yml in one place only | Jacob Vosmaer | 2016-03-09 | 1 | -16/+2 |
| | |||||
* | Don't generate factories automatically | Robert Speicher | 2016-03-04 | 1 | -0/+4 |
| | |||||
* | Use dedicated relative_url.rb initializer | Artem Sidorenko | 2016-02-29 | 1 | -8/+0 |
| | | | | in order to have it the same way like in omnibus | ||||
* | Merge branch 'rs-emoji' into 'master' | Douwe Maan | 2016-02-19 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | Update Gemojione for new hotness :sparkles: Before | After ------ | -----  |  See merge request !2800 | ||||
| * | Update Emoji asset path | Robert Speicher | 2016-02-12 | 1 | -2/+2 |
| | | | | | | | | | | Now that we're serving assets directly from the Gemojione gem's path, the images are not in an `emoji/` sub-folder. | ||||
* | | Use SCAN during 'rake cache:clear'cache-clear | Jacob Vosmaer | 2016-02-18 | 1 | -1/+3 |
|/ | | | | | | This allows 'rake cache:clear' to delete millions of keys without choking. It requires Redis 2.8.0 or newer but we needed that already anyway. | ||||
* | Merge branch 'doc_relative_url' into 'master' | Achilleas Pipinellis | 2016-02-10 | 1 | -11/+5 |
|\ | | | | | | | | | | | | | Add documentation on relative URL support closes #12773 See merge request !2770 | ||||
| * | Fix typos and grammar | Achilleas Pipinellis | 2016-02-10 | 1 | -1/+2 |
| | | | | | | | | [ci skip] | ||||
| * | Edit configuration files for relative URL support | Achilleas Pipinellis | 2016-02-09 | 1 | -11/+4 |
| | | | | | | | | [ci skip] | ||||
* | | Filter out variables from production logs | Kamil Trzcinski | 2016-02-09 | 1 | -1/+1 |
|/ | | | | This prevents leakage of CI Secure Variables | ||||
* | Migrate mailers to ActiveJob | Valery Sizov | 2015-11-26 | 1 | -0/+4 |
| | |||||
* | Use `methods: :any` in our rack-cors configurationrs-update-rack-cors | Robert Speicher | 2015-10-07 | 1 | -1/+1 |
| | | | | | This was added in rack-cors 0.4.0 and allows all types of CORS requests to the API. | ||||
* | Expire Rails cache entries after two weeks | Jacob Vosmaer | 2015-07-15 | 1 | -0/+1 |
| | | | | This should help prevent endless Redis growth. | ||||
* | Add otp_attempt to filtered parameters | Robert Speicher | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | Allow smb:// links in Markdown text. | Douwe Maan | 2015-03-10 | 1 | -0/+2 |
| | |||||
* | Filter private_token and password_confirmation params from logs. | Douwe Maan | 2015-02-06 | 1 | -1/+1 |
| | | | | Closes #1770. | ||||
* | use new hash syntax | Fred Chasen | 2015-01-23 | 1 | -4/+4 |
| | |||||
* | Split up line and use single qoutes to declare Cors settings | Fred Chasen | 2015-01-23 | 1 | -1/+4 |
| | |||||
* | Expose Link header in CORS Api calls | Fred Chasen | 2015-01-23 | 1 | -1/+1 |
| | |||||
* | Append in place for strings and arrays | Ciro Santilli | 2015-01-01 | 1 | -6/+6 |
| | |||||
* | Use new gitlab-shell v2.3.0 | Dmitriy Zaporozhets | 2014-11-18 | 1 | -0/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Revert "gitlab shell works if multiple rubies installed" | Dmitriy Zaporozhets | 2014-11-18 | 1 | -2/+0 |
| | | | | This reverts commit 533f4cdf30b38c587f7a91f0dfd898b907ecd944. | ||||
* | gitlab shell works if multiple rubies installed | Ciro Santilli | 2014-11-18 | 1 | -0/+2 |
| | | | | | | | | | | | | Before this it would fail because git hooks automatically prepend things to the path, which can lead the wrong Ruby version to be called in which dependencies are not installed. To make sure that this is correct, the forked_merge_requests commented out test that depends on this change was uncommented. For that test to pass, it is also necessary to setup the mock server on port 3001 under test_env.rb. | ||||
* | Merge pull request #8122 from bbodenmiller/cleanup-time-zone | Dmitriy Zaporozhets | 2014-10-30 | 1 | -5/+0 |
|\ | | | | | cleanup time zone settings | ||||
| * | cleanup time zone settings | Ben Bodenmiller | 2014-10-21 | 1 | -5/+0 |
| | | | | | | time zone settings moved to gitlab.yml in https://github.com/gitlabhq/gitlabhq/pull/8015 | ||||
* | | Merge pull request #7994 from cirosantilli/rm-unneeded-autoload-path | Dmitriy Zaporozhets | 2014-10-22 | 1 | -1/+0 |
|\ \ | |/ |/| | Remove unneeded app/finders config.autoload path | ||||
| * | Remove unneeded app/finders config.autoload path | Ciro Santilli | 2014-10-07 | 1 | -1/+0 |
| | | | | | | | | Every directory under app/ is searched by default | ||||
* | | Add timezone configuration to gitlab.yml | Sullivan SENECHAL | 2014-10-21 | 1 | -0/+1 |
|/ | |||||
* | Remove I18n.enforce_available_locales deprecation messageremove-annoying-i18n-deprecation | Dmitriy Zaporozhets | 2014-10-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move hook models in separate dir | Dmitriy Zaporozhets | 2014-09-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 1 | -1/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move cache setup to config/application.rb | Jacob Vosmaer | 2014-08-29 | 1 | -0/+19 |
| | | | | | | | | | Before this change we were trying to configure Rails.cache in an initializer. It seems that by the time the initializers are loaded, Rails.cache is already instantiated, so changing the settings does not achieve anything anymore. This was causing Rails to default to a file storage cache instead of the Redis cache, which in turn broke `rake cache:clear`. | ||||
* | Remove protected_atrributes gem and start moving to strong params | Dmitriy Zaporozhets | 2014-06-26 | 1 | -6/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |