summaryrefslogtreecommitdiff
path: root/spec/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Revert 'New file from interface on existing branch'Douwe Maan2017-06-161-14/+0
|
* Merge branch 'sh-recaptcha-fix-try2' into 'master'Sean McGivern2017-06-161-0/+1
| | | | | | | Make sure reCAPTCHA configuration is loaded when spam checks are initiated Closes #33532 See merge request !12080
* Merge branch 'fix-external-ci-services' into 'master'Grzegorz Bizon2017-06-161-7/+30
| | | | | | | | Allow to access statuses for external CI services Closes #30714, #29369, and #15220 See merge request !11176
* Merge branch 'master-security-update' into 'master'Regis Boudinot2017-06-081-10/+20
|\ | | | | | | | | Master security update See merge request !12025
| * Merge branch 'dz-restrict-autocomplete' into 'security-9-1'DJ Mountney2017-06-081-10/+20
| | | | | | | | | | | | Allow users autocomplete by author_id only for authenticated users See merge request !2100
* | Merge branch 'master' into 25426-group-dashboard-ui25426-group-dashboard-uiAlfredo Sumaran2017-06-081-3/+3
|\ \ | |/
| * Allow group reporters to promote labelsallow-reporters-to-promote-group-labelsSean McGivern2017-06-081-3/+3
| | | | | | | | | | They can admin group labels anyway, we weren't checking the more specific permission.
* | Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran2017-06-0715-123/+327
|\ \ | |/
| * Sync email address from specified omniauth providerRobin Bobbitt2017-06-071-0/+31
| |
| * Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master'Douwe Maan2017-06-071-1/+1
| |\ | | | | | | | | | | | | | | | | | | Expand/collapse close & backlog lists in issue boards Closes #23917 See merge request !11820
| | * spec updatesPhil Hughes2017-05-311-1/+1
| | |
| * | Merge branch 'instrument-infra' into 'master'Grzegorz Bizon2017-06-072-39/+70
| |\ \ | | | | | | | | | | | | | | | | Add Prometheus metrics endpoint and basic infrastructure to meter code See merge request !11553
| | * | Do not cleanup temp directory as this apparently causes silent rspec ↵Pawel Chojnacki2017-06-071-8/+2
| | | | | | | | | | | | | | | | failures on linux in CI
| | * | Add prometheus text formatterPawel Chojnacki2017-06-021-6/+6
| | | | | | | | | | | | | | | | | | | | + rename controler method to #index from #metrics + remove assertion from nullMetric
| | * | Move Prometheus presentation logic to PrometheusTextPawel Chojnacki2017-06-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Use NullMetrics to mock metrics when unused + Use method_missing in NullMetrics mocking + Update prometheus gem to version that correctly uses transitive dependencies + Ensure correct folders are used in Multiprocess prometheus client tests. + rename Sessions controller's metric
| | * | Mark migration as requiring no downtimePawel Chojnacki2017-06-021-0/+5
| | | | | | | | | | | | | | | | | | | | + Add spaces for four phases approach + fix InfluxDB rename
| | * | Move most of MetricsController logic to MetricsServicePawel Chojnacki2017-06-021-2/+3
| | | |
| | * | move check if metrics are enabled to before actionPawel Chojnacki2017-06-021-0/+10
| | | |
| | * | Correctly handle temporary folder for testing multiproces metricsPawel Chojnacki2017-06-021-0/+9
| | | |
| | * | Split metrics from health controller into metrics controllerPawel Chojnacki2017-06-022-39/+51
| | | |
| * | | Merge branch '12910-snippets-description' into 'master'Phil Hughes2017-06-073-2/+84
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support descriptions for snippets Closes #31894 See merge request !11071
| | * | | Support uploads for newly created personal snippets12910-snippets-descriptionJarka Kadlecova2017-06-071-0/+34
| | | | |
| | * | | Support descriptions for snippetsJarka Kadlecova2017-05-312-2/+50
| | | |/ | | |/|
| * | | Merge branch '27148-limit-bulk-create-memberships' into 'master'Douwe Maan2017-06-062-3/+12
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit non-administrators to adding 100 members at a time to groups and projects Closes #27148 See merge request !11940
| | * | | Limit non-administrators to adding 100 members at a time to groups and projectsNick Thomas2017-06-062-3/+12
| | | | |
| * | | | redesign caching of application settingsPaul Charlton2017-06-061-1/+1
| |/ / /
| * | | Support hard deletion in Admin::UsersController#destroyNick Thomas2017-06-051-2/+13
| | | |
| * | | Refactor the DeleteUserWorkerNick Thomas2017-06-051-1/+1
| | | |
| * | | Merge branch 'zj-job-view-goes-real-time' into 'master'Kamil Trzciński2017-06-051-11/+34
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial implementation for real time job view Closes #31397 See merge request !11651
| | * | | Fix test failuresKamil Trzcinski2017-06-031-2/+2
| | | | |
| | * | | Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-timeKamil Trzcinski2017-06-023-64/+55
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Add user to BuildDetailsEntityZ.J. van de Weg2017-06-021-1/+2
| | | | | | | | | | | | | | | | | | | | Also add minor changed needed to pass review
| | * | | Incorporate reviewZ.J. van de Weg2017-05-311-1/+1
| | | | |
| | * | | Initial implementation for real time job viewZ.J. van de Weg2017-05-311-11/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the needed keys and paths to a new entity, BuildDetailsEntity. Not renaming BuildEntity to BuildBasicEntity on explicit request. Most code now has test coverage, but not all. This will be added on later commits on this branch. Resolves gitlab-org/gitlab-ce#31397
| * | | | Merge branch 'mabes/gitlab-ce-bypass-auto-login' into 'master'Douwe Maan2017-06-021-0/+31
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow manual bypass of auto_sign_in_with_provider Closes #3786 See merge request !11884
| | * | | | Allow manual bypass of auto_sign_in_with_providermabes/gitlab-ce-bypass-auto-loginMaxime Besson2017-06-021-0/+31
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit lets a user bypass the automatic signin on the login form, in order to login with a technical (admin, etc) account Closes #3786 Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Merge branch '33139-lint-our-factories' into 'master'Grzegorz Bizon2017-06-021-1/+1
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Lint our factories creation in addition to their build Closes #33139 See merge request !11823
| | * | | Lint our factories creation in addition to their build33139-lint-our-factoriesRémy Coutable2017-06-021-1/+1
| | | |/ | | |/| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Skip loading application settings from the database when migrations are pendingNick Thomas2017-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Various Rails initializers (metrics, sentry, etc) are run before migrations, which can lead to a mismatch between app/models/application_settings.rb and schema.
| * | | Merge branch '31511-jira-settings' into 'master'Sean McGivern2017-06-021-63/+49
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify test&save actions when setting a service integration Closes #31511 See merge request !11599
| | * | | Address MR commentsJarka Kadlecova2017-06-011-3/+0
| | | | |
| | * | | fix failing specsJarka Kadlecova2017-06-011-2/+2
| | | | |
| | * | | simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-011-63/+52
| | | |/ | | |/|
* | | | Fix failing specAlfredo Sumaran2017-06-071-1/+1
| | | |
* | | | Add json support to group members leave action in controllerDmitriy Zaporozhets2017-06-061-0/+7
|/ / / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'master' into zj-realtime-env-listZ.J. van de Weg2017-06-019-60/+87
|\ \ \ | |/ /
| * | Merge branch 'rename-builds-controller' into 'master'Kamil Trzciński2017-05-313-33/+33
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename BuildsController to JobsController Closes #30699 See merge request !11407
| | * \ Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-311-1/+5
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (63 commits) Update docs related to protected actions Add changelog for protected branches abilities fix Ask for an example project for bug reports Center loading spinner in issuable filters Fix chat commands specs related to protected actions Fix builds controller specs related to protected actions Fix pipeline retry specs related to protected actions Fix environment model specs related to protected actions Fix build factory specs related to protected actions Fix job play service specs related to protected actions Fix play status specs related to protected actions Fix deploy chat command specs for protected actions Fix environment specs related to protected actions Fix pipeline processing specs related to protected actions Fix build entity specs related to protected actions Check only a merge ability for protected actions Add tag_list param to project api Allow PostReceivePack to be enabled with Gitaly Remove some deprecated methods Add :owned param to ProjectFinder ...
| | * \ \ Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-313-7/+24
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (116 commits) Revert "Merge branch 'grpc-1.3.4' into 'master'" Return nil when looking up config for unknown LDAP provider Avoid crash when trying to parse string with invalid UTF-8 sequence Enable Gitaly by default in GitLab 9.3 Don’t create comment on JIRA if link already exists Disable sub_group_issuables_spec.rb for mysql Fix math rendering on blob pages Add changelog Don't allow to pass a user to ProjectWiki#http_url_to_repo Revert "Merge branch '1937-https-clone-url-username' into 'master' " Fix bottom padding for build page Fix /unsubscribe slash command creating extra todos Fix omniauth-google-oauth2 dependencies in Gemfile.lock Update looks job log 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Fix spec for Members::AuthorizedDestroyService 31616-add-uptime-of-gitlab-instance-in-admin-area Set head pipeline when creating merge requests Create a separate helper to check if we show particular tab on a search page Add performance deltas between app deployments on Merge Request widget ...
| | * | | Use - as the prefix so we don't conflict with namespacesLin Jen-Shin2017-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | The decision was made around: https://gitlab.com/gitlab-org/gitlab-ce/issues/26407#note_30624641