- 05 Jul, 2016 2 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
- 30 Jun, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 08 Jun, 2016 1 commit
-
-
Sean McGivern authored
Add a new application setting, after_sign_up_text. This is text to be rendered as Markdown and shown on the 'almost there' page after a user signs up, but before they've confirmed their account. Tweak the styles for that page so that centered lists look reasonable.
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 31 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 May, 2016 2 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
- 12 May, 2016 5 commits
-
-
Andrei Gliga authored
delete the enabled_oauth_sign_in_sources after getting it's value into enabled_oauth_sign_in_sources just delete enabled_oauth_sign_in_sources and get it's value
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
On Application Settings Page let the user select the enabled OAuth Sign in sources instead of the disabled ones
-
Andrei Gliga authored
-
- 10 May, 2016 1 commit
-
-
DJ Mountney authored
Also added a health check page to the admin section for resetting the token.
-
- 19 Apr, 2016 1 commit
-
-
Yorick Peterse authored
This allows users to configure the number of points stored in a single UDP packet. This in turn can be used to reduce the number of UDP packets being sent at the cost of these packets being somewhat larger. The default setting is 1 point per packet so nothing changes for existing users.
-
- 18 Apr, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 13 Apr, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 12 Apr, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 31 Mar, 2016 1 commit
-
-
connorshea authored
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
-
- 10 Mar, 2016 1 commit
-
-
Felipe Artur authored
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
-
- 09 Feb, 2016 1 commit
-
-
Jason Lee authored
-
- 02 Feb, 2016 1 commit
-
-
Stan Hu authored
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
-
- 28 Jan, 2016 1 commit
-
-
Robert Speicher authored
This partially reverts 6a5cd3ca - we keep the migration and add a new migration that reverts it in order to keep migration history intact.
-
- 20 Jan, 2016 1 commit
-
-
Tomasz Maczukin authored
-
- 18 Jan, 2016 1 commit
-
-
Jeroen Nijhof authored
-
- 13 Jan, 2016 1 commit
-
-
Yorick Peterse authored
-
- 06 Jan, 2016 1 commit
-
-
Yorick Peterse authored
InfluxDB over UDP doesn't use authentication, thus there's no need for these settings.
-
- 29 Dec, 2015 1 commit
-
-
Yorick Peterse authored
This removes the need for Sidekiq and any overhead/problems introduced by TCP. There are a few things to take into account: 1. When writing data to InfluxDB you may still get an error if the server becomes unavailable during the write. Because of this we're catching all exceptions and just ignore them (for now). 2. Writing via UDP apparently requires the timestamp to be in nanoseconds. Without this data either isn't written properly. 3. Due to the restrictions on UDP buffer sizes we're writing metrics one by one, instead of writing all of them at once.
-
- 28 Dec, 2015 2 commits
-
-
Gabriel Mazetto authored
-
Yorick Peterse authored
-
- 24 Dec, 2015 1 commit
-
-
Gabriel Mazetto authored
-
- 14 Dec, 2015 1 commit
-
-
Grzegorz Bizon authored
-
- 11 Dec, 2015 1 commit
-
-
Grzegorz Bizon authored
-
- 10 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
-
- 05 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 08 Oct, 2015 1 commit
-
-
Jonathan Rochkind authored
-
- 05 Oct, 2015 1 commit
-
-
Robert Speicher authored
This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe8
-
- 18 Sep, 2015 1 commit
-
-
Kamil Trzcinski authored
-