|
|
(10 intermediate revisions by one other user not shown) |
Line 2: |
Line 2: |
| | | |
| An effort to package GitLab for Fedora. | | An effort to package GitLab for Fedora. |
| + | |
| + | This project has a dedicated mailinglist at rpm-gitlab-list@lists.clefos.org (HOW TO APPLY? LINK TO ARCHIVE?) |
| + | |
| + | There are weekly meetings in the Fedora Admin irc channel: |
| + | Location: fedora-meeting@irc.freenode.net |
| + | Start: 2014-03-20 - 19:00:00 UTC |
| + | End: 2014-03-20 - 20:00:00 UTC |
| + | |
| + | This started as a Google Summer of Code project https://fedoraproject.org/wiki/GSOC_2013/Student_Application_Axilleas/Gitlab%28463%29 |
| + | |
| + | Currently the following gems are still missing from Fedora https://github.com/axilleas/gsoc/blob/master/rubygems_missing |
| + | |
| + | Link to all meeting minutes: |
| + | |
| + | http://meetbot.fedoraproject.org/fedora-admin/2014-03-20/fedora-admin.2014-03-20-19.03.html |
| + | LINK TO OTHERS |
| | | |
| ==System dependencies== | | ==System dependencies== |
| + | |
| + | {{admon/note|TODO Clean up system dependencies|Most of these packages are needed if you compile ruby from sources, or install/build gems with native extensions.}} |
| | | |
| The equivalent of Debian's '''build-essential''' is: | | The equivalent of Debian's '''build-essential''' is: |
Line 85: |
Line 103: |
| ==Runtime gems== | | ==Runtime gems== |
| | | |
− | {| class="wikitable sortable" border="1" style="text-align: center;" cellpadding="10"
| + | [[User:Axilleas/GitLab/runtime_deps]] |
− | |+ GitLab gem runtime dependencies
| |
− | |-
| |
− | ! scope="col" |Ruby gem
| |
− | ! scope="col" class="unsortable" |GitLab (Gemfile)
| |
− | ! scope="col" class="unsortable" |Fedora (rawhide)
| |
− | ! scope="col" class="unsortable" |Upstream (rubygems.org)
| |
− | ! scope="col" |GitLab == Upstream
| |
− | |-
| |
− | |actionmailer
| |
− | |3.2.13
| |
− | |4.0.0
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |actionpack
| |
− | |3.2.13
| |
− | |4.0.0
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |activemodel
| |
− | |3.2.13
| |
− | |4.0.0
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |activerecord
| |
− | |3.2.13
| |
− | |4.0.0
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |activeresource
| |
− | |3.2.13
| |
− | |4.0.0
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |activesupport
| |
− | |3.2.13
| |
− | |4.0.0
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |acts-as-taggable-on
| |
− | |2.4.1
| |
− | |None
| |
− | |2.4.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |arel
| |
− | |3.0.2
| |
− | |4.0.0
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |asciidoctor
| |
− | |0.1.3
| |
− | |0.1.3
| |
− | |0.1.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |backports
| |
− | |3.3.2
| |
− | |None
| |
− | |3.3.3
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |bcrypt-ruby
| |
− | |3.1.1
| |
− | |3.0.1
| |
− | |3.1.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |bootstrap-sass
| |
− | |2.3.2.0
| |
− | |2.3.2.1
| |
− | |2.3.2.1
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |builder
| |
− | |3.0.4
| |
− | |3.1.4
| |
− | |3.2.2
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |carrierwave
| |
− | |0.8.0
| |
− | |None
| |
− | |0.9.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |celluloid
| |
− | |0.14.1
| |
− | |None
| |
− | |0.14.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |charlock_holmes
| |
− | |0.6.9.4
| |
− | |0.6.9.4
| |
− | |0.6.9.4
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |chosen-rails
| |
− | |1.0.0
| |
− | |None
| |
− | |1.0.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |chunky_png
| |
− | |1.2.8
| |
− | |1.2.7
| |
− | |1.2.8
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |coffee-rails
| |
− | |3.2.2
| |
− | |4.0.0
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |coffee-script
| |
− | |2.2.0
| |
− | |2.2.0
| |
− | |2.2.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |coffee-script-source
| |
− | |1.6.2
| |
− | |1.6.1
| |
− | |1.6.3
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |colored
| |
− | |1.2
| |
− | |1.2
| |
− | |1.2
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |compass
| |
− | |0.12.2
| |
− | |0.12.2
| |
− | |0.12.2
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |compass-rails
| |
− | |1.0.3
| |
− | |1.0.3
| |
− | |1.0.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |connection_pool
| |
− | |1.1.0
| |
− | |None
| |
− | |1.1.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |d3_rails
| |
− | |3.1.10
| |
− | |None
| |
− | |3.2.8
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |descendants_tracker
| |
− | |0.0.1
| |
− | |None
| |
− | |0.0.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |devise
| |
− | |2.2.5
| |
− | |None
| |
− | |3.0.3
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |diff-lcs
| |
− | |1.2.4
| |
− | |1.1.3
| |
− | |1.2.4
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |dotenv
| |
− | |0.8.0
| |
− | |0.8.0
| |
− | |0.8.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |enumerize
| |
− | |0.6.1
| |
− | |None
| |
− | |0.7.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |erubis
| |
− | |2.7.0
| |
− | |2.7.0
| |
− | |2.7.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |escape_utils
| |
− | |0.2.4
| |
− | |None
| |
− | |0.3.2
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |eventmachine
| |
− | |1.0.3
| |
− | |1.0.3
| |
− | |1.0.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |excon
| |
− | |0.13.4
| |
− | |0.21.0
| |
− | |0.25.3
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |execjs
| |
− | |1.4.0
| |
− | |1.4.0
| |
− | |2.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |faraday
| |
− | |0.8.7
| |
− | |None
| |
− | |0.8.8
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |faraday_middleware
| |
− | |0.9.0
| |
− | |None
| |
− | |0.9.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |fog
| |
− | |1.3.1
| |
− | |1.11.1
| |
− | |1.15.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |font-awesome-rails
| |
− | |3.2.1.2
| |
− | |None
| |
− | |3.2.1.3
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |foreman
| |
− | |0.63.0
| |
− | |None
| |
− | |0.63.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |formatador
| |
− | |0.2.4
| |
− | |0.2.4
| |
− | |0.2.4
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |fssm
| |
− | |0.2.10
| |
− | |0.2.7
| |
− | |0.2.10
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |gemoji
| |
− | |1.2.1
| |
− | |None
| |
− | |1.4.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |github-linguist
| |
− | |2.3.4
| |
− | |None
| |
− | |2.9.4
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |github-markdown
| |
− | |0.5.3
| |
− | |None
| |
− | |0.5.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |github-markup
| |
− | |0.7.5
| |
− | |None
| |
− | |0.7.5
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |gitlab-gollum-lib
| |
− | |1.0.1
| |
− | |None
| |
− | |1.0.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |gitlab-grack
| |
− | |1.0.1
| |
− | |None
| |
− | |1.0.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |gitlab-grit
| |
− | |2.6.0
| |
− | |None
| |
− | |2.6.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |gitlab-pygments.rb
| |
− | |0.3.2
| |
− | |None
| |
− | |0.3.2
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |gitlab_git
| |
− | |2.0.1
| |
− | |None
| |
− | |2.1.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |gitlab_meta
| |
− | |6.0
| |
− | |None
| |
− | |6.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |gitlab_omniauth-ldap
| |
− | |1.0.3
| |
− | |None
| |
− | |1.0.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |gon
| |
− | |4.1.1
| |
− | |None
| |
− | |4.1.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |grape
| |
− | |0.4.1
| |
− | |None
| |
− | |0.5.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |grape-entity
| |
− | |0.3.0
| |
− | |None
| |
− | |0.3.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |haml
| |
− | |4.0.3
| |
− | |3.1.7
| |
− | |4.0.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |haml-rails
| |
− | |0.4
| |
− | |0.4
| |
− | |0.4
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |hashie
| |
− | |1.2.0
| |
− | |2.0.5
| |
− | |2.0.5
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |hike
| |
− | |1.2.3
| |
− | |1.2.1
| |
− | |1.2.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |hipchat
| |
− | |0.9.0
| |
− | |None
| |
− | |0.11.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |http_parser.rb
| |
− | |0.5.3
| |
− | |None
| |
− | |0.5.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |httparty
| |
− | |0.11.0
| |
− | |0.10.2
| |
− | |0.11.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |httpauth
| |
− | |0.2.0
| |
− | |None
| |
− | |0.2.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |i18n
| |
− | |0.6.1
| |
− | |0.6.4
| |
− | |0.6.5
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |journey
| |
− | |1.0.4
| |
− | |1.0.4
| |
− | |1.0.4
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |jquery-atwho-rails
| |
− | |0.3.0
| |
− | |None
| |
− | |0.3.2
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |jquery-rails
| |
− | |2.1.3
| |
− | |2.0.2
| |
− | |3.0.4
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |jquery-turbolinks
| |
− | |1.0.0
| |
− | |None
| |
− | |2.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |jquery-ui-rails
| |
− | |2.0.2
| |
− | |None
| |
− | |4.0.4
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |jwt
| |
− | |0.1.8
| |
− | |None
| |
− | |0.1.8
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |kaminari
| |
− | |0.14.1
| |
− | |None
| |
− | |0.14.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |kgio
| |
− | |2.8.0
| |
− | |2.8.0
| |
− | |2.8.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |libv8
| |
− | |3.11.8.17
| |
− | |None
| |
− | |3.16.14.3
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |mail
| |
− | |2.5.4
| |
− | |2.5.4
| |
− | |2.5.4
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |mime-types
| |
− | |1.23
| |
− | |1.19
| |
− | |1.24
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |modernizr
| |
− | |2.6.2
| |
− | |None
| |
− | |2.6.2
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |multi_json
| |
− | |1.7.9
| |
− | |1.7.7
| |
− | |1.7.9
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |multi_xml
| |
− | |0.5.4
| |
− | |0.5.2
| |
− | |0.5.5
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |multipart-post
| |
− | |1.2.0
| |
− | |1.2.0
| |
− | |1.2.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |mysql2
| |
− | |0.3.11
| |
− | |None
| |
− | |0.3.13
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |net-ldap
| |
− | |0.3.1
| |
− | |0.3.1
| |
− | |0.3.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |net-scp
| |
− | |1.0.4
| |
− | |1.1.0
| |
− | |1.1.2
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |net-ssh
| |
− | |2.6.8
| |
− | |2.6.6
| |
− | |2.6.8
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |nokogiri
| |
− | |1.5.10
| |
− | |1.5.9
| |
− | |1.6.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |oauth
| |
− | |0.4.7
| |
− | |0.4.7
| |
− | |0.4.7
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |oauth2
| |
− | |0.8.1
| |
− | |None
| |
− | |0.9.2
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |omniauth
| |
− | |1.1.4
| |
− | |None
| |
− | |1.1.4
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |omniauth-github
| |
− | |1.1.0
| |
− | |None
| |
− | |1.1.1
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |omniauth-google-oauth2
| |
− | |0.1.19
| |
− | |None
| |
− | |0.2.1
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |omniauth-oauth
| |
− | |1.0.1
| |
− | |None
| |
− | |1.0.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |omniauth-oauth2
| |
− | |1.1.1
| |
− | |None
| |
− | |1.1.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |omniauth-twitter
| |
− | |0.0.17
| |
− | |None
| |
− | |1.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |orm_adapter
| |
− | |0.4.0
| |
− | |None
| |
− | |0.4.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |pg
| |
− | |0.15.1
| |
− | |0.14.1
| |
− | |0.16.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |polyglot
| |
− | |0.3.3
| |
− | |0.3.3
| |
− | |0.3.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |posix-spawn
| |
− | |0.3.6
| |
− | |None
| |
− | |0.3.6
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |puma
| |
− | |2.3.1
| |
− | |None
| |
− | |2.5.1
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |pygments.rb
| |
− | |0.4.2
| |
− | |None
| |
− | |0.5.2
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |pyu-ruby-sasl
| |
− | |0.0.3.3
| |
− | |None
| |
− | |0.0.3.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |rack
| |
− | |1.4.5
| |
− | |1.5.2
| |
− | |1.5.2
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |rack-accept
| |
− | |0.4.5
| |
− | |0.4.3
| |
− | |0.4.5
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |rack-cache
| |
− | |1.2
| |
− | |1.2
| |
− | |1.2
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |rack-mount
| |
− | |0.8.3
| |
− | |0.8.3
| |
− | |0.8.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |rack-protection
| |
− | |1.5.0
| |
− | |1.5.0
| |
− | |1.5.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |rack-ssl
| |
− | |1.3.3
| |
− | |1.3.2
| |
− | |1.3.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |rack-test
| |
− | |0.6.2
| |
− | |0.6.2
| |
− | |0.6.2
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |rails
| |
− | |3.2.13
| |
− | |4.0.0
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |railties
| |
− | |3.2.13
| |
− | |4.0.0
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |raindrops
| |
− | |0.11.0
| |
− | |0.10.0
| |
− | |0.11.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |rake
| |
− | |10.1.0
| |
− | |10.0.4
| |
− | |10.1.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |rdoc
| |
− | |3.12.2
| |
− | |4.0.1
| |
− | |4.0.1
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |redcarpet
| |
− | |2.2.2
| |
− | |2.1.1
| |
− | |3.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |redis
| |
− | |3.0.4
| |
− | |None
| |
− | |3.0.4
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |redis-actionpack
| |
− | |3.2.3
| |
− | |None
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |redis-activesupport
| |
− | |3.2.3
| |
− | |None
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |redis-namespace
| |
− | |1.3.0
| |
− | |None
| |
− | |1.3.1
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |redis-rack
| |
− | |1.4.2
| |
− | |None
| |
− | |1.5.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |redis-rails
| |
− | |3.2.3
| |
− | |None
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |redis-store
| |
− | |1.1.3
| |
− | |None
| |
− | |1.1.4
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |ref
| |
− | |1.0.5
| |
− | |1.0.0
| |
− | |1.0.5
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |ruby-hmac
| |
− | |0.4.0
| |
− | |0.4.0
| |
− | |0.4.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |rubyntlm
| |
− | |0.1.1
| |
− | |None
| |
− | |0.3.4
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |sanitize
| |
− | |2.0.3
| |
− | |2.0.6
| |
− | |2.0.6
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |sass
| |
− | |3.2.9
| |
− | |3.2.6
| |
− | |3.2.10
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |sass-rails
| |
− | |3.2.6
| |
− | |4.0.0
| |
− | |4.0.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |seed-fu
| |
− | |2.2.0
| |
− | |None
| |
− | |2.2.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |select2-rails
| |
− | |3.4.2
| |
− | |None
| |
− | |3.4.8
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |settingslogic
| |
− | |2.0.9
| |
− | |None
| |
− | |2.0.9
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |sidekiq
| |
− | |2.12.4
| |
− | |None
| |
− | |2.13.1
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |simple_oauth
| |
− | |0.1.9
| |
− | |None
| |
− | |0.2.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |sinatra
| |
− | |1.4.3
| |
− | |1.4.3
| |
− | |1.4.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |six
| |
− | |0.2.0
| |
− | |None
| |
− | |0.2.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |slim
| |
− | |2.0.0
| |
− | |1.3.8
| |
− | |2.0.1
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |sprockets
| |
− | |2.2.2
| |
− | |2.8.2
| |
− | |2.10.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |stamp
| |
− | |0.5.0
| |
− | |None
| |
− | |0.5.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |state_machine
| |
− | |1.2.0
| |
− | |1.1.2
| |
− | |1.2.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |stringex
| |
− | |1.5.1
| |
− | |None
| |
− | |2.0.8
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |temple
| |
− | |0.6.5
| |
− | |0.6.3
| |
− | |0.6.6
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |therubyracer
| |
− | |0.11.4
| |
− | |0.11.0
| |
− | |0.12.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |thor
| |
− | |0.18.1
| |
− | |0.18.1
| |
− | |0.18.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |tilt
| |
− | |1.4.1
| |
− | |1.3.7
| |
− | |1.4.1
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |timers
| |
− | |1.1.0
| |
− | |1.1.0
| |
− | |1.1.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |tinder
| |
− | |1.9.2
| |
− | |None
| |
− | |1.9.2
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |treetop
| |
− | |1.4.14
| |
− | |1.4.14
| |
− | |1.4.15
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |turbolinks
| |
− | |1.2.0
| |
− | |1.1.1
| |
− | |1.3.0
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |twitter-stream
| |
− | |0.1.16
| |
− | |None
| |
− | |0.1.16
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |tzinfo
| |
− | |0.3.37
| |
− | |0.3.37
| |
− | |1.0.1
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |uglifier
| |
− | |2.1.1
| |
− | |1.3.0
| |
− | |2.1.2
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |underscore-rails
| |
− | |1.4.4
| |
− | |None
| |
− | |1.5.1
| |
− | |<font color="red">'''NO'''</font>
| |
− | |-
| |
− | |unicorn
| |
− | |4.6.3
| |
− | |None
| |
− | |4.6.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |virtus
| |
− | |0.5.5
| |
− | |None
| |
− | |0.5.5
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |warden
| |
− | |1.2.3
| |
− | |1.2.1
| |
− | |1.2.3
| |
− | |<font color="green">'''YES'''</font>
| |
− | |-
| |
− | |yajl-ruby
| |
− | |1.1.0
| |
− | |None
| |
− | |1.1.0
| |
− | |<font color="green">'''YES'''</font>
| |
− | |}
| |
| | | |
| ==Missing gems== | | ==Missing gems== |
| | | |
− | This is the list of the gems to be packaged. These pending review have a link to bugzilla.
| + | [[User:Axilleas/GitLab/Missing_gems]] |
− | [https://bugzilla.redhat.com/buglist.cgi?cmdtype=runnamed&list_id=1505194&namedcmd=rubygems List of gems pending review] | |
− | | |
− | The raw list can be found [https://github.com/axilleas/gsoc/blob/master/rubygems_missing here].
| |
− | | |
− | {| class="wikitable" style="text-align: center;" cellpadding="10"
| |
− | !colspan="3"|GitLab missing gems
| |
− | |-
| |
− | !Ruby gem
| |
− | !Bugzilla id
| |
− | !Status
| |
− | |-
| |
− | |acts-as-taggable-on
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |backports
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=816991 816991]
| |
− | |NEW
| |
− | |-
| |
− | |carrierwave
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |celluloid
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |charlock_holmes
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=989143 989143]
| |
− | |ASSIGNED
| |
− | |-
| |
− | |chosen-rails
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=967396 967396]
| |
− | |ASSIGNED
| |
− | |-
| |
− | |connection_pool
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=967334 967334]
| |
− | |ASSIGNED
| |
− | |-
| |
− | |d3_rails
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |descendants_tracker
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |devise
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |dotenv
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=967335 967335]
| |
− | |ASSIGNED
| |
− | |-
| |
− | |enumerize
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |escape_utils
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |faraday
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=967337 967337]
| |
− | |ASSIGNED
| |
− | |-
| |
− | |faraday_middleware
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |font-awesome-rails
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |foreman
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |gemoji
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |github-linguist
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |github-markdown
| |
− | | [https://bugzilla.redhat.com/show_bug.cgi?id=1026052 1026052]
| |
− | | NEW
| |
− | |-
| |
− | |github-markup
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |gitlab-gollum-lib
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |gitlab-grack
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |gitlab-grit
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |gitlab-pygments.rb
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |gitlab_git
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |gitlab_meta
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |gitlab_omniauth-ldap
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |gon
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |grape
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |grape-entity
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |hipchat
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |http_parser.rb
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |httpauth
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |jquery-atwho-rails
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |jquery-turbolinks
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |jquery-ui-rails
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |jwt
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |kaminari
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |libv8
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |modernizr
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |mysql2
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=974889 974889]
| |
− | |ASSIGNED
| |
− | |-
| |
− | |oauth2
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |omniauth
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=989775 989775]
| |
− | |NEW
| |
− | |-
| |
− | |omniauth-github
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |omniauth-google-oauth2
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |omniauth-oauth
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |omniauth-oauth2
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |omniauth-twitter
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |orm_adapter
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=988938 988938]
| |
− | |NEW
| |
− | |-
| |
− | |posix-spawn
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |puma
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |pygments.rb
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |pyu-ruby-sasl
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |redis-actionpack
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |redis-activesupport
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |redis-namespace
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |redis-rack
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |redis-rails
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |redis-store
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |rubyntlm
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |sanitize
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=989132 989132]
| |
− | |ASSIGNED
| |
− | |-
| |
− | |seed-fu
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |select2-rails
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |settingslogic
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |sidekiq
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |simple_oauth
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |six
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |stamp
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |stringex
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=728051 728051]
| |
− | |ASSIGNED
| |
− | |-
| |
− | |tinder
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |turbolinks
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |twitter-stream
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |underscore-rails
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |unicorn
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=786636 786636]
| |
− | |NEW
| |
− | |-
| |
− | |virtus
| |
− | | -
| |
− | | -
| |
− | |-
| |
− | |yajl-ruby
| |
− | |[https://bugzilla.redhat.com/show_bug.cgi?id=823351 823351]
| |
− | |ASSIGNED
| |
− | |}
| |
| | | |
| == Statistics == | | == Statistics == |
An effort to package GitLab for Fedora.
This project has a dedicated mailinglist at rpm-gitlab-list@lists.clefos.org (HOW TO APPLY? LINK TO ARCHIVE?)
There are weekly meetings in the Fedora Admin irc channel:
Location: fedora-meeting@irc.freenode.net
Start: 2014-03-20 - 19:00:00 UTC
End: 2014-03-20 - 20:00:00 UTC
Below is the table for an easy reference.