summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Preferences feature specrs-custom-dashboard-backportRobert Speicher2015-06-161-10/+8
|
* Fix preferences/showRobert Speicher2015-06-161-5/+6
|
* Fix doc typosRobert Speicher2015-06-161-7/+6
| | | | cherry-picked
* Add `allowing_for_delay` helper method for feature specsRobert Speicher2015-06-162-6/+41
| | | | cherry-picked
* Refactor RootControllerRobert Speicher2015-06-161-2/+12
| | | | cherry-picked
* Refactor dashboard_choicesRobert Speicher2015-06-162-21/+26
| | | | cherry-picked
* Remove redundant help text from custom dashboard selectionRobert Speicher2015-06-161-2/+0
| | | | cherry-picked
* Fix alignment of Behavior form; add documentation linkRobert Speicher2015-06-161-2/+4
| | | | cherry-picked
* Move 2FA docs from "Workflow" to "Profile Settings"Robert Speicher2015-06-167-20/+20
| | | | cherry-picked
* Add docs for Profile > PreferencesRobert Speicher2015-06-163-35/+72
| | | | | | Also converts doc/README.md to Unix line endings cherry-picked
* Spec the failure cases for PreferencesController#updateRobert Speicher2015-06-162-6/+27
| | | | cherry-picked
* Make the dashboard choice text match the text in the sidebarRobert Speicher2015-06-162-4/+4
| | | | cherry-picked
* Add feature specs for default dashboard preferenceRobert Speicher2015-06-163-10/+54
| | | | cherry-picked
* Add a form field to customize the dashboard preferenceRobert Speicher2015-06-163-2/+58
| | | | cherry-picked
* Account for RootController for dashboard navigation and Dispatch JSRobert Speicher2015-06-162-2/+2
| | | | cherry-picked
* Add RootControllerRobert Speicher2015-06-165-4/+60
| | | | | | | | This controller is now the target for `root_url`. It sub-classes DashboardController so we can render the old default without a redirect if the user hasn't customized their dashboard location. cherry-picked
* Add `dashboard` attribute to User modelRobert Speicher2015-06-166-5/+25
| | | | cherry-picked
* Simplify the javascript behavior for Preference updatingRobert Speicher2015-06-164-15/+19
| | | | cherry-picked
* Remove js handler from Profiles#updateRobert Speicher2015-06-161-1/+0
| | | | | | | It was only used for the appearance live updating, which is now handled by Profiles::Preferences#update cherry-picked
* Move the "Design" templates and logic to PreferencesRobert Speicher2015-06-1611-105/+112
| | | | cherry-picked
* Add Profiles::PreferencesControllerRobert Speicher2015-06-1611-15/+127
| | | | cherry-picked
* Version 7.12.0.rc2v7.12.0.rc2Jacob Vosmaer2015-06-161-1/+1
|
* Merge branch 'kerberos_require' into '7-12-stable'Dmitriy Zaporozhets2015-06-161-0/+8
|\ | | | | | | | | | | | | | | | | | | Kerberos require to stable 7.12 !819 to 7-12-stable cc @jacobvosmaer See merge request !827
| * Merge branch 'require_kerberos_when_enabled' into 'master'kerberos_requireDmitriy Zaporozhets2015-06-161-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | If kerberos is enabled require it Since 'group: :kerberos' got [included in the Gemfile ](https://gitlab.com/gitlab-org/gitlab-ce/commit/2391a43a7073b4e723e9ca1f7ff19b30f8e51452) Kerberos no longer got [loaded when the app started](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/application.rb#L6) This caused `Devise::OmniAuth::StrategyNotFound` error once Kerberos is enabled, failing to start GitLab . With this we hopefully do not need to remove group from the Gemfile. See merge request !819
* | Merge branch '7-12-stable' of dev.gitlab.org:gitlab/gitlabhq into 7-12-stableDmitriy Zaporozhets2015-06-164-36/+52
|\ \ | |/
| * Merge branch '7-12-rc2' into '7-12-stable'Dmitriy Zaporozhets2015-06-155-38/+57
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes for RC2 we need it to make GitLab works with new CI cc @jacobvosmaer See merge request !1864
| | * Fix .gitlab-ci.yml fileDmitriy Zaporozhets2015-06-151-25/+37
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Fix typo on account page.Nicolas2015-06-151-1/+1
| | |
| | * Merge branch 'fix-gitlab-ci-yml' into 'master'Dmitriy Zaporozhets2015-06-153-12/+19
| |/ | | | | | | | | | | | | | | | | | | Look for .gitlab-ci.yml only if checkout_sha is present Fixes https://dev.gitlab.org/gitlab/gitlabhq/issues/2396 cc @vsizov See merge request !818
* | Dont set checkout sha for removed branch/tagDmitriy Zaporozhets2015-06-151-2/+5
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Version 7.12.0.rc1v7.12.0.rc1Jacob Vosmaer2015-06-121-1/+1
|
* Merge branch 'update-install-docs' into 'master'Marin Jankovski2015-06-121-4/+4
|\ | | | | | | | | | | Update install docs for 7.12 See merge request !1857
| * New source installs should use 7-12-stableJacob Vosmaer2015-06-121-2/+2
| | | | | | | | Even though the 7-12-stable branch does not exist yet.
| * Install git 2.4.3Jacob Vosmaer2015-06-121-2/+2
|/ | | | | | Git 2.1.2 does not protect against pushes trying the '.Git/config' attack (CVE-2014-9390). Going to 2.4.3 is perhaps a big jump but why not use the latest? (Famous last words.)
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-06-1270-831/+831
|\
| * Merge branch 'rs-expect-syntax-features' into 'master'Dmitriy Zaporozhets2015-06-1270-831/+831
| |\ | | | | | | | | | | | | | | | Prepare feature steps for RSpec 3 See merge request !803
| | * Call `page.all` instead of `all` in feature stepsRobert Speicher2015-06-1210-12/+12
| | | | | | | | | | | | | | | | | | | | | There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
| | * Change `within` to `page.within` in feature stepsRobert Speicher2015-06-1234-159/+159
| | |
| | * Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-1269-662/+662
| |/
* | Merge branch 'remove-activity-feed-text' into 'master'Dmitriy Zaporozhets2015-06-123-3/+0
|\ \ | | | | | | | | | | | | | | | Remove text since rss is now to prominent. See merge request !1855
| * | Remove text since rss is now to prominent.Sytse Sijbrandij2015-06-123-3/+0
| | |
* | | Merge branch 'rc1-release-doc-link' into 'master'Job van der Voort2015-06-121-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | Fix link to howto_rc1.md The relative link that was there before breaks when you copy-paste the issue template into an actual issue. See merge request !1856
| * | Fix link to howto_rc1.mdJacob Vosmaer2015-06-121-1/+1
|/ / | | | | | | | | The relative link that was there before breaks when you copy-paste the issue template into an actual issue.
* | Merge branch 'note_about_omnibus_changes' into 'master'Dmitriy Zaporozhets2015-06-128-4/+31
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a note that changing example configuration files requires changing omnibus-gitlab. Keeping track of changes in these files is not easy and they usually require change in omnibus-gitlab. Added a note so everyone is aware of this. Similar is added to gitlab-shell and gitlab-ci. Discussed in gitlab-org/omnibus-gitlab#605 See merge request !800
| * | Add a note that changing example configuration files requires changing ↵note_about_omnibus_changesMarin Jankovski2015-06-118-4/+31
| | | | | | | | | | | | omnibus-gitlab.
* | | Merge branch 'refactor-mr-widget' into 'master'Dmitriy Zaporozhets2015-06-1228-299/+306
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor accept merge request widget * make each case a simple view * separate merge request JS from merge request accept widget JS Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !799
| * | | Fix test for accept merge requestDmitriy Zaporozhets2015-06-121-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Fix merge request testrefactor-mr-widgetDmitriy Zaporozhets2015-06-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Fix automergeDmitriy Zaporozhets2015-06-112-5/+4
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Improve variables in mr widgetDmitriy Zaporozhets2015-06-115-15/+8
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>