Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into fix-restricted-visibility | Vinnie Okada | 2015-03-14 | 4 | -17/+48 |
|\ | | | | | | | | | Conflicts: db/schema.rb | ||||
| * | remove duplication | Valery Sizov | 2015-03-10 | 2 | -2/+23 |
| | | |||||
| * | Fix importers with OCC | Valery Sizov | 2015-03-10 | 2 | -4/+13 |
| | | |||||
| * | Fix user fixtures for development | Dmitriy Zaporozhets | 2015-03-08 | 1 | -13/+14 |
| | | |||||
* | | Move restricted visibility settings to the UI | Vinnie Okada | 2015-03-07 | 2 | -3/+9 |
|/ | | | | | Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml. | ||||
* | Added comment notification events to HipChat and Slack services. | Stan Hu | 2015-03-06 | 2 | -1/+7 |
| | | | | | | | | | Supports four different event types all bundled under the "note" event type: - comments on a commit - comments on an issue - comments on a merge request - comments on a code snippet | ||||
* | Issue #595: Support Slack notifications upon issue and merge request events | Stan Hu | 2015-03-03 | 2 | -2/+14 |
| | | | | | | | | | | | 1) Adds a DB migration for all services to toggle on push, issue, and merge events. 2) Upon an issue or merge request event, fire service hooks. 3) Slack service supports custom messages for each of these events. Other services not supported at the moment. 4) Label merge request hooks with their corresponding actions. | ||||
* | No need to block db:rollback for safe migration | Dmitriy Zaporozhets | 2015-02-25 | 1 | -1/+0 |
| | |||||
* | Merge branch 'fix-another-migration' into 'master' | Dmitriy Zaporozhets | 2015-02-26 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | Prevent another migration from failing due to indirect use of model columns not yet created See https://github.com/gitlabhq/gitlabhq/issues/8817#issuecomment-76007077 cc @marin See merge request !1597 | ||||
| * | Prevent another migration from failing. | Douwe Maan | 2015-02-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'bitbucket-import' | Dmitriy Zaporozhets | 2015-02-25 | 2 | -19/+27 |
|\ \ | |/ |/| | | | | | | | Conflicts: app/views/import/gitorious/status.html.haml db/schema.rb | ||||
| * | Add Bitbucket importer. | Douwe Maan | 2015-02-24 | 2 | -19/+27 |
| | | |||||
* | | Merge branch 'mwessel/gitlab-ce-set-last-activity-at' into 'master' | Dmitriy Zaporozhets | 2015-02-24 | 2 | -2/+11 |
|\ \ | |/ |/| | | | | | | | | | | | Give last_activity_at a default value so it will always be set For https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/345 See merge request !1589 | ||||
| * | Give last_activity_at a default value so it will always be set | Marco Wessel | 2015-02-23 | 2 | -2/+11 |
| | | |||||
* | | Make services migration more reliable | Dmitriy Zaporozhets | 2015-02-23 | 1 | -9/+15 |
|/ | |||||
* | Revert "Fix broken access control and refactor avatar upload" | Dmitriy Zaporozhets | 2015-02-19 | 1 | -19/+0 |
| | | | | This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07. | ||||
* | Merge branch 'fix_access_control_notes' into 'master' | Dmitriy Zaporozhets | 2015-02-17 | 1 | -0/+19 |
|\ | | | | | | | | | | | | | | | Fix broken access control for note attachments From https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/332 by Hannes Rosenögger. See merge request !1528 | ||||
| * | Fix broken access control and refactor avatar upload | Hannes Rosenögger | 2015-02-16 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types. | ||||
* | | Fix dev fixture for admin | Dmitriy Zaporozhets | 2015-02-17 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'tweet-new-project' | Dmitriy Zaporozhets | 2015-02-15 | 1 | -0/+5 |
|\ | | | | | | | | | Conflicts: db/schema.rb | ||||
| * | Add link to share via twitter to "created project" event. | Douwe Maan | 2015-02-13 | 2 | -3/+9 |
| | | |||||
* | | Allow users that signed up via OAuth to set their password in order to use ↵ | Douwe Maan | 2015-02-13 | 3 | -19/+32 |
|/ | | | | Git over HTTP(S). | ||||
* | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2015-02-12 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #8445 from jvanbaarsen/project-spec-speed-up | Jeroen van Baarsen | 2015-02-12 | 1 | -1/+1 |
| |\ | | | | | | | requests/api/project_spec.rb speed up | ||||
| | * | Improved speed of the project_spec.rb | Jeroen van Baarsen | 2015-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | | | Remove not null constraint on project_id in services. | Marin Jankovski | 2015-02-11 | 2 | -2/+7 |
| | | | |||||
* | | | Add template boolean to services. | Marin Jankovski | 2015-02-11 | 2 | -1/+7 |
|/ / | |||||
* | | Add index on order columns for services table | Dmitriy Zaporozhets | 2015-02-09 | 2 | -1/+7 |
| | | |||||
* | | Merge branch 'notification_email' | Dmitriy Zaporozhets | 2015-02-07 | 2 | -1/+13 |
|\ \ | | | | | | | | | | | | | Conflicts: db/schema.rb | ||||
| * | | Allow notification email to be set separately from primary email. | Douwe Maan | 2015-02-07 | 2 | -1/+13 |
| | | | | | | | | | | | | Closes #1932. | ||||
* | | | Add index on order columns | Dmitriy Zaporozhets | 2015-02-06 | 2 | -1/+29 |
| | | | |||||
* | | | Add timestamps to identity | Dmitriy Zaporozhets | 2015-02-05 | 2 | -6/+13 |
|/ / | |||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Marco Wessel | 2015-01-30 | 2 | -0/+6 |
|\ \ | |/ | | | | | | | | | | | | | configure-protection Conflicts: CHANGELOG db/schema.rb | ||||
| * | an ability to clone project with oauth2 token | Valery Sizov | 2015-01-28 | 2 | -1/+7 |
| | | |||||
* | | Fix indentation | Marco Wessel | 2015-01-25 | 1 | -3/+3 |
| | | |||||
* | | Allow configuring protection of the default branch upon first push | Marco Wessel | 2015-01-25 | 2 | -1/+7 |
|/ | |||||
* | adding avatar to project settings page added avatar removal show project ↵ | Steven Thonus | 2015-01-24 | 2 | -0/+6 |
| | | | | avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix | ||||
* | Merge pull request #7878 from cirosantilli/rm-seed-password-confirmation | Dmitriy Zaporozhets | 2015-01-18 | 2 | -2/+0 |
|\ | | | | | Remove unneeded password_confirmation from seed. | ||||
| * | Remove unneeded password_confirmation from seed. | Ciro Santilli | 2014-12-28 | 2 | -2/+0 |
| | | |||||
* | | Validate application settings only if column exists | Dmitriy Zaporozhets | 2015-01-16 | 1 | -1/+1 |
| | | |||||
* | | Allow to specify home page for non logged-in users | Dmitriy Zaporozhets | 2015-01-16 | 2 | -2/+8 |
| | | |||||
* | | Update db schema | Dmitriy Zaporozhets | 2015-01-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'github_importer' | Dmitriy Zaporozhets | 2015-01-13 | 2 | -1/+12 |
|\ \ | | | | | | | | | | | | | Conflicts: app/helpers/projects_helper.rb | ||||
| * | | Github Importer | Valery Sizov | 2015-01-10 | 2 | -1/+12 |
| | | | |||||
* | | | Init ApplicationSettings resource with defaults from config file | Dmitriy Zaporozhets | 2015-01-08 | 2 | -1/+24 |
|/ / | |||||
* | | Merge branch 'master' into developer_can_push_to_protected_branches_option | Marin Jankovski | 2014-12-29 | 3 | -0/+92 |
|\ \ | |/ | | | | | | | Conflicts: db/schema.rb | ||||
| * | Doorkeeper integration | Valery Sizov | 2014-12-24 | 3 | -1/+93 |
| | | |||||
* | | Add migration for developers can push to protected branches flag. | Marin Jankovski | 2014-12-26 | 2 | -4/+10 |
|/ | |||||
* | Merge branch 'fix-mysql-migration' into 'master' | Dmitriy Zaporozhets | 2014-12-23 | 1 | -0/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mysql migration Fixes exception noted in https://gitlab.com/gitlab-org/gitlab-ce/issues/913 ``` ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Invoke db:load_config (first_time) ** Execute db:load_config ** Execute db:migrate == 20141121161704 AddIdentityTable: migrating ================================= -- create_table(:identities) -> 0.1214s -- add_index(:identities, :user_id) -> 0.1660s -- execute("INSERT INTO identities (provider, extern_uid, user_id)\nSELECT provider, extern_uid, id FROM users\nWHERE provider IS NOT NULL\n") -> 0.0518s -- remove_column(:users, :extern_uid) rake aborted! StandardError: An error has occurred, all later migrations canceled: Mysql2::Error: Duplicate entry 'ldap' for key 'index_users_on_extern_uid_and_provider': ALTER TABLE `users` DROP `extern_uid`/home/git/gitlab/vendor/bundle/ruby/2.1.0/gems/activerecord-4.1.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:301:in `query' /home/git/gitlab/vendor/bundle/ruby/2.1.0/gems/activerecord-4.1.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:301:in `block in execute' ``` See merge request !1344 | ||||
| * | Remove index only if exists | Dmitriy Zaporozhets | 2014-12-23 | 1 | -2/+8 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |