- 03 Apr, 2017 1 commit
-
-
Tiago Botelho authored
-
- 16 Mar, 2017 1 commit
-
-
Eric Eastwood authored
-
- 13 Mar, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 07 Mar, 2017 1 commit
-
-
Mike Greiling authored
-
- 06 Mar, 2017 3 commits
-
-
Eric Eastwood authored
- gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
-
Pawel Chojnacki authored
- cleanup formating in haml - clarify time window is in seconds - cleanup straneous chunks in db/schema - rename count_uniqe_ips to update_and_return_ips_count - other
-
Pawel Chojnacki authored
-
- 05 Mar, 2017 1 commit
-
-
Mike Greiling authored
-
- 03 Mar, 2017 1 commit
-
-
Mike Greiling authored
-
- 02 Mar, 2017 1 commit
-
-
Robert Schilling authored
-
- 03 Feb, 2017 2 commits
-
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Create shared folder for vue common files Update paths Second iteration - refactor main component to be 100% reusable between the 3 tables
-
- 01 Feb, 2017 1 commit
-
-
Mike Greiling authored
-
- 15 Jan, 2017 2 commits
-
-
Bryce Johnson authored
-
Regis authored
-
- 10 Jan, 2017 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 09 Jan, 2017 1 commit
-
-
Clement Ho authored
-
- 06 Jan, 2017 1 commit
-
-
Mike Greiling authored
Add the following line to GDK Procfile to play with it: webpack: exec support/exec-cd gitlab npm run dev-server
-
- 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 2 commits
-
-
Alfredo Sumaran authored
-
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
-