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
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-05Check whether new service created from template is valid after unflagging it ↵Douwe Maan
as a template
2018-04-05Merge branch 'jej/mattermost-notification-confidentiality-10-6' into ↵Douwe Maan
'security-10-6' [10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb
2018-03-28When a Service templates are invalid newly created projects will have them ↵Tiago Botelho
inactive
2018-01-17Resolve conflicts in VERSION, db/schema.rb, and spec/models/service_spec.rbStan Hu
2018-01-17Merge branch ↵Stan Hu
'security-10-3-do-not-expose-passwords-or-tokens-in-service-integrations-api' into 'security-10-3' Filter out sensitive fields from the project services API See merge request gitlab/gitlabhq!2281 (cherry picked from commit 476f2576444632f2a9a61b4cead9c1077f2c81d7) 2bcbbda0 Filter out sensitive fields from the project services API
2018-01-05Create Kubernetes based on Application TemplatesMayra Cabrera
2018-01-0441054-Disallow creation of new Kubernetes integrationsMayra Cabrera
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-27Merge branch '31138-improve-test-settings-for-services-in-empty-projects' ↵Douwe Maan
into 'master' improves test settings for chat notification services for empty projects Closes #31138 See merge request !10886
2017-04-27improves test settings for chat notification services for empty projectsTiago Botelho
2017-04-27tadds migration to remove invalid servicesTiago Botelho
2017-04-26remove invalid servicesTiago Botelho
2017-01-27Use `:empty_project` where possible in model specsRobert Speicher
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>