An error occurred fetching the project authors.
- 26 Sep, 2015 2 commits
-
-
Aaron Snyder authored
updating admin area > "Labels" text to "There are no labels yet.", per Stan Hus suggestion.
-
Stan Hu authored
Closes #2662
-
- 25 Sep, 2015 3 commits
-
-
Robert Speicher authored
[ci skip]
-
Stan Hu authored
Closes #2692
-
Stan Hu authored
A race condition existed between when Rails committed the `import_status` to `started` and when the Sidekiq worker forked a project. If this fork was quick, it's possible that the worker would attempt to move into the `finished` state before the `started` state took effect. As mentioned in https://github.com/mperham/sidekiq/wiki/Problems-and-Troubleshooting#cannot-find-modelname-with-id12345, we should delay the worker to ensure the DB has a chance to update. Closes #2736
-
- 24 Sep, 2015 6 commits
-
-
Ben Boeckel authored
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9657
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
With CI status integrated at GitLab projects page there is no reason to keep it anymore. Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 23 Sep, 2015 10 commits
-
-
Zeger-Jan van de Weg authored
Add my name to the right page of the changelog
-
Zeger-Jan van de Weg authored
Also update Kaminari gem to the latest version
-
Stan Hu authored
Closes #2585
-
Robert Speicher authored
[ci skip]
-
Stan Hu authored
Closes #2702
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
HTML would be stripped in `truncate_if_block` when a comment had multiple lines and the first wasn't long enough to be truncated. The use of `node.content` would strip all HTML tags. Using `node.inner_html` retains these tags and puts the "..." in between paragraph tags. Closes #2586
-
- 22 Sep, 2015 3 commits
-
-
Stan Hu authored
Closes #2653
-
Robert Speicher authored
[ci skip]
-
Ferenc Kovacs authored
8.0.0 has been released
-
- 21 Sep, 2015 2 commits
-
-
Kamil Trzcinski authored
-
Stan Hu authored
Reported by https://github.com/gitlabhq/gitlabhq/issues/9643
-
- 20 Sep, 2015 2 commits
-
-
Kamil Trzcinski authored
-
Stan Hu authored
Closes #2586
-
- 18 Sep, 2015 3 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Jeroen van Baarsen authored
Fixes #2536 Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 17 Sep, 2015 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9640
-
- 16 Sep, 2015 3 commits
-
-
Patricio Cano authored
-
Jungkook Park authored
add a test for to_hook_data of issue model update CHANGELOG
-
Stan Hu authored
Closes #2266
-
- 15 Sep, 2015 2 commits
-
-
Allister Antosik authored
-
liyakun authored
Refactor upload and replace functionality Rename file and move CSS Fix typo Make dropzone a div Remove unnecessary file Change color of "upload existing one" Add missing changes
-
- 11 Sep, 2015 1 commit
-
-
Stan Hu authored
Use import_status to track async import status and give feedback to the user Closes #2388 Closes #2400
-
- 10 Sep, 2015 2 commits