- 29 Sep, 2015 2 commits
-
-
Stan Hu authored
If "Your Projects' Activity" dashboard setting were selected, it would be impossible to navigate to the projects page since the redirection would always bounce back to the activity dashboard. Fixes bug introduced by !1446.
-
Robert Speicher authored
[ci skip]
-
- 28 Sep, 2015 11 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Update Source Sans Pro font: adds support for cyrillic characters Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Fixes #2764 See merge request !1454
-
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
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
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 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 20 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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
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 1 commit
-
-
Stan Hu authored
Hook api updates See merge request !1429
-