Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-05-16 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-01-25 | 1 | -1/+11 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-11-09 | 1 | -4/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-07-25 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-06-16 | 1 | -8/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-03-31 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-02-16 | 1 | -4/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-01-10 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-08-06 | 1 | -0/+15 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-20 | 1 | -0/+10 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-14 | 1 | -0/+8 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-04-03 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-24 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-28 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-23 | 1 | -1/+1 |
| | |||||
* | Add system hooks for project/group membership updates | Brandon Williams | 2019-09-02 | 1 | -2/+21 |
| | | | | | | | When updating group and project members, new system hooks `user_update_for_group` and `user_update_for_team` will be executed. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12252 | ||||
* | Add # frozen_string_literal to spec/models | Thong Kuah | 2019-04-01 | 1 | -0/+2 |
| | | | | Adds `# frozen_string_literal: true` to spec/models ruby files | ||||
* | Whitelist existing destroy_all offensesblacklist-destroy-all | Yorick Peterse | 2018-08-16 | 1 | -2/+2 |
| | | | | This whitelists all existing places where we use "destroy_all". | ||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 1 | -4/+4 |
| | |||||
* | execute system hooks from project | Alexis Reigel | 2018-01-04 | 1 | -1/+2 |
| | |||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 1 | -2/+2 |
| | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Use described_class when possible | Rémy Coutable | 2017-07-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | 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> | ||||
* | Wrong data type when testing webhooks | Alexander Randa | 2017-07-20 | 1 | -2/+1 |
| | |||||
* | Implement web hooks logging | Alexander Randa | 2017-05-25 | 1 | -0/+22 |
| | | | | | | | | * implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover | ||||
* | Make the new repository_update_events configurable in System Hooks UI | Gabriel Mazetto | 2017-05-12 | 1 | -0/+13 |
| | |||||
* | Added repository_update hook | Gabriel Mazetto | 2017-05-12 | 1 | -0/+8 |
| | |||||
* | Implement new service for creating user | George Andrinopoulos | 2017-03-27 | 1 | -1/+4 |
| | |||||
* | Use `:empty_project` where possible in model specsrs-empty_project-models | Robert Speicher | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | Remove schema annotations completely | Valery Sizov | 2016-09-16 | 1 | -19/+1 |
| | |||||
* | Clean up project destructionclean-up-project-destroy | Stan Hu | 2016-08-10 | 1 | -1/+1 |
| | | | | | | Instead of redirecting from the project service to the service and back to the model, put all destruction code in the service. Also removes a possible source of failure where run_after_commit may not destroy the project. | ||||
* | Codestyle: make sure we have space around operators | Gabriel Mazetto | 2016-05-13 | 1 | -10/+10 |
| | |||||
* | minor cleanup in system_hook_spec | Zeger-Jan van de Weg | 2016-03-30 | 1 | -27/+27 |
| | |||||
* | First pass at deleting projects in the background. | Josh Frye | 2016-01-29 | 1 | -3/+3 |
| | |||||
* | Tag model specs | Douwe Maan | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Add `Group#add_*` convenience methodsrs-group-convenience-methods | Robert Speicher | 2015-08-07 | 1 | -2/+2 |
| | | | | Encapsulates the logic for `Gitlab::Access::WHATEVER` levels. | ||||
* | Fix Style/SpaceInsideHashLiteralBraces cop violations | Robert Speicher | 2015-06-22 | 1 | -10/+10 |
| | | | | These fixes were performed automatically by Rubocop's `-a` flag. | ||||
* | Add support for Webhook note events | Stan Hu | 2015-05-21 | 1 | -0/+1 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745 | ||||
* | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-05-08 | 1 | -10/+32 |
| | |||||
* | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 1 | -10/+10 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Make the structure of spec/models match app/models | Robert Speicher | 2015-01-30 | 1 | -0/+100 |