An error occurred fetching the project authors.
- 18 Jan, 2017 1 commit
-
-
Brian Neel authored
-
- 17 Jan, 2017 1 commit
-
-
Richard Macklin authored
Closes #18432 This uses sassc to compile the application's SASS so it compiles faster. Without attempting to be very scientific here are some numbers I got: Using sassc-rails: ``` [1] pry(main)> Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } } user system total real 1.430000 0.380000 1.810000 ( 1.830753) ``` Using sass-rails: ``` [1] pry(main)> Benchmark.bm { |bm| bm.report { Rails.application.assets["application.css"] } } user system total real 12.320000 0.530000 12.850000 ( 12.909684) ``` The result is faster page loads when changing CSS in development and faster precompilation.
-
- 16 Jan, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 12 Jan, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Horacio Sanson authored
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
-
- 11 Jan, 2017 1 commit
-
-
Robert Speicher authored
Updated Turbolinks to patched version of turbolinks-classic See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2048
-
- 09 Jan, 2017 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 06 Jan, 2017 2 commits
-
-
Brian Neel authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 05 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 30 Dec, 2016 1 commit
-
-
Manuel Rüger authored
ChangeLog: https://github.com/octokit/octokit.rb/releases
-
- 27 Dec, 2016 1 commit
-
-
Chris Wilson authored
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/26114 vmstat 2.3.0 fixes an issue with reporting the incorrect # of CPUs. This is used in the GitLab Admin Dashboard.
-
- 21 Dec, 2016 2 commits
-
-
http://jneen.net/ authored
-
Alex authored
-
- 16 Dec, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 14 Dec, 2016 2 commits
-
-
Nick Thomas authored
-
Robert Schilling authored
-
- 12 Dec, 2016 1 commit
-
-
Connor Shea authored
Includes various bug fixes, mostly for Rails 5. Changelog: https://github.com/mperham/sidekiq/blob/fc168fe393bee3ad1fcbb52cff2d84af86c38cc4/Changes.md
-
- 08 Dec, 2016 1 commit
-
-
Robert Speicher authored
-
- 05 Dec, 2016 2 commits
-
-
-
Connor Shea authored
Includes support for Rails 5. Changelog: https://github.com/rubysherpas/paranoia/blob/879fd18caa46af70fceca2e8f46886b3eff072ec/CHANGELOG.md#220-2016-10-21
-
- 29 Nov, 2016 2 commits
-
-
Nick Thomas authored
-
Stan Hu authored
The "Enqueue Now" button would not work in the admin panel due to changes in the Web extension interface. Closes #24376
-
- 24 Nov, 2016 1 commit
-
-
Rémy Coutable authored
The amount of gems required is quite high compared to the usefulness of the features. Related to !4928, !6713 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 23 Nov, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 22 Nov, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 21 Nov, 2016 1 commit
-
-
Z.J. van de Weg authored
Fixes gitlab-org/gitlab-ce#14329
-
- 17 Nov, 2016 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
We use the Redis-backed session store from `redis-store` so this is unnecessary.
-
http://jneen.net/ authored
-
- 10 Nov, 2016 1 commit
-
-
Patricio Cano authored
-
- 08 Nov, 2016 1 commit
-
-
Stan Hu authored
Closes gitlab-com/support-forum#1270
-
- 04 Nov, 2016 1 commit
-
-
Connor Shea authored
This update adds support for Rails 5. Also update redis-rails dependencies.
-
- 03 Nov, 2016 2 commits
-
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2814
-
Robert Speicher authored
This was the only thing using the `sdoc` gem, which was blocking another gem from updating.
-
- 31 Oct, 2016 3 commits
-
-
Manuel Rüger authored
ChangeLog: https://github.com/samg/diffy/blob/master/CHANGELOG
-
Manuel Rüger authored
ChangeLog: https://github.com/deckar01/task_list/compare/1.0.5...1.0.6
-
-
- 28 Oct, 2016 1 commit
-
-
Alejandro Rodríguez authored
When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
-