- 01 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 28 Sep, 2015 6 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Andrey authored
-
Andrey authored
-
Dmitriy Zaporozhets authored
Add user preference to view project activity and starred project activity as default dashboard Screenshot: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/5e39fa66da50e01dd9ed1c8a9ce01ea9/image.png) Closes #2662 See merge request !1446
-
- 26 Sep, 2015 6 commits
-
-
Stan Hu authored
Fix grammar in admin area labels when no labels exist
-
Stan Hu authored
Fixed grammar on Using Docker Build doc. See merge request !1448
-
Cyriac Thomas authored
-
Aaron Snyder authored
updating admin area > "Labels" text to "There are no labels yet.", per Stan Hus suggestion.
-
Cyriac Thomas authored
-
Stan Hu authored
Closes #2662
-
- 25 Sep, 2015 18 commits
-
-
-
Stan Hu authored
FogBugz Import: Include closed comments since they may contain user data
-
Robert Speicher authored
Correct an inaccuracy in the Markdown doc [ci skip] See merge request !1445
-
Robert Speicher authored
[ci skip]
-
Andrey authored
refactoring buttons, fixes for projects filter on the dashboard and group page
-
Robert Speicher authored
Add unreleased 8.0.3 entry to CHANGELOG [ci skip] See merge request !1440
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix bug where projects would appear to be stuck in the forked import state A race condition existed between when Rails committed the `import_status` to `started` and when the Sidekiq worker forked a project. If this fork were 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 can either delay the worker to ensure the DB has a chance to update, or use the nice `after_commit_queue` gem to schedule the task after the state machine commit. See: * https://github.com/pluginaweek/state_machine/issues/191 * https://github.com/shellycloud/after_commit_queue Closes #2736 See merge request !1434
-
Marin Jankovski authored
Make sure Unicorn listens on localhost:8080 Some installations from source run into this when upgrading to 8.0. See merge request !1435
-
Stan Hu authored
Closes #2692
-
Dmitriy Zaporozhets authored
Fix Error 500 occuring with repositories that have a bad HEAD A repository could have objects but no valid HEAD, causing `project.commit` to be `nil`. See merge request !1433
-
Jacob Vosmaer authored
-
Stan Hu authored
-
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
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
A repository could have objects but no valid HEAD, causing `project.commit` to be `nil`.
-
- 24 Sep, 2015 9 commits
-
-
Stan Hu authored
Hook api updates See merge request !1429
-
Ben Boeckel authored
-
Robert Speicher authored
Get CI token from ci projects This fixes problem when GitLabCiService had different token than stored in Ci::Project. See merge request !1425
-
Robert Schilling authored
Update 7.14-to-8.0.md
-
Kamil Trzcinski authored
-
Robert Speicher authored
-
Robert Speicher authored
Update mailroom to 0.5.2 Fixes #2698 and #2711. See merge request !1424
-
Robert Speicher authored
Add the newrelic-grape gem This allows us to see a breakdown of API requests in New Relic. See merge request !1419
-
Robert Speicher authored
Fix default avatar not showing up in network graph The change in 71cdb249 removed the `/assets` path in the default avatar to eliminate runtime errors, but this was one place where `image_path` was missed. If the user full URL is specified, `image_path` does nothing. Closes https://github.com/gitlabhq/gitlabhq/issues/9657 See merge request !1411
-