Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -8/+8 |
| | |||||
* | Remove superfluous lib: true, type: redis, service: true, models: true, ↵ | Rémy Coutable | 2017-07-27 | 1 | -1/+1 |
| | | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch '31138-improve-test-settings-for-services-in-empty-projects' ↵ | Douwe Maan | 2017-04-27 | 1 | -23/+28 |
|\ | | | | | | | | | | | | | | | | | | | into 'master' improves test settings for chat notification services for empty projects Closes #31138 See merge request !10886 | ||||
| * | improves test settings for chat notification services for empty projects31138-improve-test-settings-for-services-in-empty-projects | Tiago Botelho | 2017-04-27 | 1 | -23/+28 |
| | | |||||
* | | tadds migration to remove invalid services | Tiago Botelho | 2017-04-27 | 1 | -1/+1 |
| | | |||||
* | | remove invalid services | Tiago Botelho | 2017-04-26 | 1 | -0/+4 |
|/ | |||||
* | Use `:empty_project` where possible in model specsrs-empty_project-models | Robert Speicher | 2017-01-26 | 1 | -8/+8 |
| | |||||
* | Remove empty describe block in service spec | Semyon Pupkov | 2016-11-22 | 1 | -3/+0 |
| | |||||
* | Defer saving project services to the database if there are no user changesadam-build-missing-services-when-necessary | Adam Niedzielski | 2016-11-16 | 1 | -7/+3 |
| | |||||
* | Add markdown cache columns to the database, but don't use them yet | Nick Thomas | 2016-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | | This commit adds a number of _html columns and, with the exception of Note, starts updating them whenever the content of their partner fields changes. Note has a collision with the note_html attr_accessor; that will be fixed later A background worker for clearing these cache columns is also introduced - use `rake cache:clear` to set it off. You can clear the database or Redis caches separately by running `rake cache:clear:db` or `rake cache:clear:redis`, respectively. | ||||
* | Fix issues importing services via Import/Export | James Lopez | 2016-10-04 | 1 | -0/+17 |
| | |||||
* | adds second batch of tests changed to active tenseactive-tense-test-coverage | tiagonbotelho | 2016-08-09 | 1 | -2/+2 |
| | |||||
* | Avoid `describe`-ing symbols in specsrs-describe-symbols | Robert Speicher | 2016-07-12 | 1 | -3/+3 |
| | |||||
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 1 | -2/+0 |
| | |||||
* | Cache the presence of an issue_tracker at project level | Paco Guzman | 2016-06-10 | 1 | -0/+33 |
| | | | | | | Using update_column to store the boolean flag to avoid any side effects with the current state of the project instance | ||||
* | Remove the annotate gem and delete old annotations | Jeroen van Baarsen | 2016-05-09 | 1 | -21/+0 |
| | | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382 | ||||
* | Annotate models | Stan Hu | 2016-01-06 | 1 | -0/+1 |
| | |||||
* | Tag model specs | Douwe Maan | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Improve invalidation of stored service password if the endpoint URL is changedimprove_reset_service_password_v2 | Alex Lossent | 2015-10-15 | 1 | -6/+104 |
| | | | | | Password can now be specified at the same time as the new URL, and the service template admin pages now work. | ||||
* | Revert "Improve invalidation of stored service password if the endpoint URL ↵ | Valery Sizov | 2015-10-14 | 1 | -36/+3 |
| | | | | | | is changed" This reverts commit b46397548056e4e8ef00efe4f641c61ba1dd5230. | ||||
* | Improve invalidation of stored service password if the endpoint URL is changed | Alex Lossent | 2015-10-14 | 1 | -3/+36 |
| | | | | | It now allows to specify a password at the same time as the new URL, and works on the service template admin pages. | ||||
* | Invalidate stored service password if the endpoint URL is changedreset_service_password | Valery Sizov | 2015-10-12 | 1 | -0/+23 |
| | |||||
* | Provide more feedback what went wrong if HipChat service failed test | Stan Hu | 2015-08-12 | 1 | -0/+10 |
| | | | | Issue gitlab-com/support-forum#213 | ||||
* | Merge branch 'master' into rubocop-for-tests | Dmitriy Zaporozhets | 2015-06-23 | 1 | -6/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb | ||||
| * | Update mock and stub syntax for specs | Robert Speicher | 2015-06-22 | 1 | -6/+2 |
| | | |||||
* | | Fix Style/Blocks cop violations | Robert Speicher | 2015-06-22 | 1 | -3/+10 |
| | | |||||
* | | Fix Style/SpaceInsideHashLiteralBraces cop violations | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| | | | | | | | | These fixes were performed automatically by Rubocop's `-a` flag. | ||||
* | | Remove unnecessary whitespace between let and ( | Dmitriy Zaporozhets | 2015-06-22 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Re-annotate models | Stan Hu | 2015-05-03 | 1 | -0/+1 |
| | |||||
* | Re-annotate models | Dmitriy Zaporozhets | 2015-03-04 | 1 | -13/+13 |
| | |||||
* | Issue #595: Support Slack notifications upon issue and merge request events | Stan Hu | 2015-03-03 | 1 | -0/+4 |
| | | | | | | | | | | | 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. | ||||
* | Merge pull request #8785 from jvanbaarsen/rspec-upgrade | Dmitriy Zaporozhets | 2015-02-12 | 1 | -4/+4 |
|\ | | | | | Rspec upgrade | ||||
| * | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | | Add a test for service template. | Marin Jankovski | 2015-02-12 | 1 | -0/+25 |
| | | |||||
* | | Annotate services. Add a link to service template. | Marin Jankovski | 2015-02-11 | 1 | -1/+2 |
|/ | |||||
* | annotate | Valery Sizov | 2014-10-09 | 1 | -8/+8 |
| | |||||
* | Serialize services properties | Drew Blessing | 2014-09-10 | 1 | -6/+1 |
| | |||||
* | Remove mass assgnment specs | Dmitriy Zaporozhets | 2014-06-26 | 1 | -1/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Re-annotate models | Dmitriy Zaporozhets | 2014-04-09 | 1 | -2/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add Gemnasium Service for Gitlab | Binsztock Rémy | 2014-02-21 | 1 | -0/+1 |
| | | | | | | Conflicts: db/schema.rb | ||||
* | Fix tests | Dmitriy Zaporozhets | 2014-01-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Make changes to tests | Dmitriy Zaporozhets | 2014-01-22 | 1 | -1/+1 |
| | | | | | | | * project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Added can_test? mehod to Service model and added tests | Ronald van Eede | 2013-08-09 | 1 | -0/+37 |
| | |||||
* | Annotated | Dmitriy Zaporozhets | 2013-06-19 | 1 | -0/+2 |
| | |||||
* | Reannotated | Dmitriy Zaporozhets | 2012-11-20 | 1 | -7/+9 |
| | |||||
* | Service model and service hook | Dmitriy Zaporozhets | 2012-11-20 | 1 | -0/+25 |