- 19 Jan, 2017 1 commit
-
-
Douwe Maan authored
Backport timetracking to CE See merge request !8195
-
- 15 Jan, 2017 1 commit
-
-
Regis authored
-
- 09 Jan, 2017 1 commit
-
-
Clement Ho authored
-
- 21 Dec, 2016 3 commits
-
-
Hiroyuki Sato authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
- 19 Dec, 2016 1 commit
-
-
Nick Thomas authored
-
- 15 Dec, 2016 1 commit
-
-
Rémy Coutable authored
Filter `incoming_email_token` and `runners_token` parameters Closes https://dev.gitlab.org/gitlab/gitlabhq/issues/2676 See merge request !2045
-
- 14 Dec, 2016 1 commit
-
-
Munken authored
-
- 09 Dec, 2016 1 commit
-
-
Douwe Maan authored
Add authentication_token to filter_parameters list See merge request !2041
-
- 06 Dec, 2016 1 commit
-
-
Regis authored
-
- 16 Nov, 2016 1 commit
-
-
Filipa Lacerda authored
-
- 06 Nov, 2016 1 commit
-
-
Regis authored
-
- 05 Nov, 2016 1 commit
-
-
Regis authored
-
- 31 Oct, 2016 1 commit
-
-
Regis authored
-
- 28 Oct, 2016 1 commit
-
-
Phil Hughes authored
This prevents VueJS being included in application.js & therefore included on everypage
-
- 21 Oct, 2016 1 commit
-
-
Yorick Peterse authored
Dumping too many jobs in the same queue (e.g. the "default" queue) is a dangerous setup. Jobs that take a long time to process can effectively block any other work from being performed given there are enough of these jobs. Furthermore it becomes harder to monitor the jobs as a single queue could contain jobs for different workers. In such a setup the only reliable way of getting counts per job is to iterate over all jobs in a queue, which is a rather time consuming process. By using separate queues for various workers we have better control over throughput, we can add weight to queues, and we can monitor queues better. Some workers still use the same queue whenever their work is related. For example, the various CI pipeline workers use the same "pipeline" queue. This commit includes a Rails migration that moves Sidekiq jobs from the old queues to the new ones. This migration also takes care of doing the inverse if ever needed. This does require downtime as otherwise new jobs could be scheduled in the old queues after this migration completes. This commit also includes an RSpec test that blacklists the use of the "default" queue and ensures cron workers use the "cronjob" queue. Fixes gitlab-org/gitlab-ce#23370
-
- 20 Oct, 2016 1 commit
-
-
Alfredo Sumaran authored
-
- 13 Oct, 2016 1 commit
-
-
Alfredo Sumaran authored
- Use a store base object to manage application state. - Add a service to handle ajax requests. - Load code only when needed
-
- 04 Oct, 2016 1 commit
-
- 28 Sep, 2016 1 commit
-
-
Paco Guzman authored
It’s important to remember that connections on ConnectionPool are created when needed so if modify the objects later to create those connections weird things could happen https://gitlab.com/gitlab-com/infrastructure/issues/464#note_15850653
-
- 26 Sep, 2016 2 commits
-
-
Nick Thomas authored
Cross-origin requests can still be made, as long as the client doesn't use the Rails session cookie to do so. Existing clients should not be setting 'withCredentials: true', so this should be fine.
-
Nick Thomas authored
-
- 22 Sep, 2016 1 commit
-
-
Rubén Dávila Santos authored
This reverts merge request !6429
-
- 20 Sep, 2016 1 commit
-
-
Paco Guzman authored
-
- 18 Aug, 2016 1 commit
-
-
Connor Shea authored
-
- 17 Aug, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 04 Aug, 2016 1 commit
-
-
Gabriel Mazetto authored
We will trust redis configuration params loading to Gitlab::RedisConfig.
-
- 26 Jul, 2016 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 24 Jul, 2016 1 commit
-
-
Phil Hughes authored
-
- 18 Jul, 2016 1 commit
-
-
Connor Shea authored
This adds the 2016 emoji as well as support for using SVG images instead of PNGs. It also fixes a number of incorrectly categorized emoji and other minor issues. Upgrade Rake task for Gemojione 3.0.0 and generate sprites. Upgrade aliases.json by pulling down index.json from the gemojione repository and running the generate_aliases.rb file. Changelog: https://github.com/jonathanwiesel/gemojione/blob/master/CHANGELOG.md#v301-2016-07-16 For the specific emoji added to the Unicode standard, see: http://emojione.com/releases/2.2.4/ Huge kudos to Jonathan Wiesel (@jonathanwiesel) for his work on the gemojione gem!
-
- 15 Jul, 2016 1 commit
-
-
Connor Shea authored
-
- 14 Jul, 2016 1 commit
-
-
Timothy Andrew authored
1. Only on supported Chrome versions 2. Mainly, this lets us simplify the javascript-based U2F check to `window.u2f`, where `window.u2f` can either be loaded from the GitLab server (for Chrome) or from the Firefox extension. 3. This is a better way to provide browser detection for U2F.
-
- 29 Jun, 2016 1 commit
-
-
Connor Shea authored
-
- 23 Jun, 2016 1 commit
-
-
Connor Shea authored
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 10 Jun, 2016 1 commit
-
-
Connor Shea authored
Replace raphael-rails with raphael.js so it can be split from the rest of 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.
-