Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-22Remove empty describe block in service specSemyon Pupkov
2016-11-16Defer saving project services to the database if there are no user changesAdam Niedzielski
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
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.
2016-10-04Fix issues importing services via Import/ExportJames Lopez
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-10Cache the presence of an issue_tracker at project levelPaco Guzman
Using update_column to store the boolean flag to avoid any side effects with the current state of the project instance
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
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
2016-01-06Annotate modelsStan Hu
2015-12-09Tag model specsDouwe Maan
2015-10-15Improve invalidation of stored service password if the endpoint URL is changedAlex Lossent
Password can now be specified at the same time as the new URL, and the service template admin pages now work.
2015-10-14Revert "Improve invalidation of stored service password if the endpoint URL ↵Valery Sizov
is changed" This reverts commit b46397548056e4e8ef00efe4f641c61ba1dd5230.
2015-10-14Improve invalidation of stored service password if the endpoint URL is changedAlex Lossent
It now allows to specify a password at the same time as the new URL, and works on the service template admin pages.
2015-10-12Invalidate stored service password if the endpoint URL is changedValery Sizov
2015-08-12Provide more feedback what went wrong if HipChat service failed testStan Hu
Issue gitlab-com/support-forum#213
2015-06-23Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets
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
2015-06-22Fix Style/Blocks cop violationsRobert Speicher
2015-06-22Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher
These fixes were performed automatically by Rubocop's `-a` flag.
2015-06-22Remove unnecessary whitespace between let and (Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-05-03Re-annotate modelsStan Hu
2015-03-05Re-annotate modelsDmitriy Zaporozhets
2015-03-03Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu
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.
2015-02-13Merge pull request #8785 from jvanbaarsen/rspec-upgradeDmitriy Zaporozhets
Rspec upgrade
2015-02-12Add a test for service template.Marin Jankovski
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-12Annotate services. Add a link to service template.Marin Jankovski
2014-10-09annotateValery Sizov
2014-09-10Serialize services propertiesDrew Blessing
2014-06-27Remove mass assgnment specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-09Re-annotate modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-21Add Gemnasium Service for GitlabBinsztock Rémy
Conflicts: db/schema.rb
2014-01-23Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-22Make changes to testsDmitriy Zaporozhets
* project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-08-10Added can_test? mehod to Service model and added testsRonald van Eede
2013-06-19AnnotatedDmitriy Zaporozhets
2012-11-20ReannotatedDmitriy Zaporozhets
2012-11-20Service model and service hookDmitriy Zaporozhets