Commit Graph

405 Commits

Author SHA1 Message Date
GitLab Bot 4863b73ae6 Add latest changes from gitlab-org/gitlab@master 2025-07-17 15:10:11 +00:00
GitLab Bot 4a50c598f3 Add latest changes from gitlab-org/gitlab@master 2025-07-15 18:18:58 +00:00
GitLab Bot 79c469c065 Add latest changes from gitlab-org/gitlab@master 2025-07-03 12:11:56 +00:00
GitLab Bot 1d107471ad Add latest changes from gitlab-org/gitlab@master 2025-06-25 09:11:34 +00:00
GitLab Bot 0ac5e597b9 Add latest changes from gitlab-org/gitlab@master 2025-05-29 03:07:24 +00:00
GitLab Bot 2241d988f8 Add latest changes from gitlab-org/gitlab@master 2025-05-08 06:11:11 +00:00
GitLab Bot de122df1e7 Add latest changes from gitlab-org/gitlab@master 2025-05-01 00:07:20 +00:00
GitLab Bot 82d72ee0ea Add latest changes from gitlab-org/gitlab@master 2025-04-28 15:09:57 +00:00
GitLab Bot 3b328dfc1d Add latest changes from gitlab-org/gitlab@master 2025-04-14 18:12:09 +00:00
GitLab Bot 41b9792e65 Add latest changes from gitlab-org/gitlab@master 2025-04-11 15:09:56 +00:00
GitLab Bot 45402502ac Add latest changes from gitlab-org/gitlab@master 2025-04-10 18:18:24 +00:00
GitLab Bot 4f948a2f41 Add latest changes from gitlab-org/gitlab@master 2025-04-05 09:07:01 +00:00
GitLab Bot 9f022807c7 Add latest changes from gitlab-org/gitlab@master 2025-03-05 12:12:17 +00:00
GitLab Bot 6aca5a3bed Add latest changes from gitlab-org/gitlab@master 2025-03-04 12:12:09 +00:00
GitLab Bot dadff26dbb Add latest changes from gitlab-org/gitlab@master 2025-02-28 12:13:13 +00:00
GitLab Bot 1f3fdb1a6b Add latest changes from gitlab-org/gitlab@master 2025-02-20 12:08:20 +00:00
GitLab Bot addf13e0d0 Add latest changes from gitlab-org/gitlab@master 2025-02-19 12:12:26 +00:00
GitLab Bot 02c1e4d059 Add latest changes from gitlab-org/gitlab@master 2025-02-10 03:12:01 +00:00
GitLab Bot 1eca91698a Add latest changes from gitlab-org/gitlab@master 2024-12-20 09:34:39 +00:00
GitLab Bot 403730bab4 Add latest changes from gitlab-org/gitlab@master 2024-12-06 12:37:39 +00:00
GitLab Bot 0aa1eeb24c Add latest changes from gitlab-org/gitlab@master 2024-11-27 15:26:58 +00:00
GitLab Bot aa54e0c45f Add latest changes from gitlab-org/gitlab@master 2024-11-26 00:26:35 +00:00
GitLab Bot 3b50bf881e Add latest changes from gitlab-org/gitlab@master 2024-11-23 03:28:02 +00:00
GitLab Bot cc28a4b4a7 Add latest changes from gitlab-org/gitlab@master 2024-10-17 15:24:11 +00:00
GitLab Bot 35ca7dd155 Add latest changes from gitlab-org/gitlab@master 2024-10-10 03:19:34 +00:00
GitLab Bot 68eeb64baa Add latest changes from gitlab-org/gitlab@master 2024-09-18 12:10:54 +00:00
Maxim Rydkin 5b296f81e2
move `lib/ci/mask_secret.rb` into `lib/gitlab/ci/mask_secret.rb` 2017-09-12 22:32:02 +03:00
Maxim Rydkin c45ace8972
move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb` 2017-09-12 22:32:02 +03:00
Maxim Rydkin c295d3362b
move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb` 2017-09-12 22:32:01 +03:00
Maxim Rydkin f364cc34ea
move `lib/ci/charts.rb` into `lib/gitlab/ci/charts.rb` 2017-09-12 22:32:01 +03:00
Maxim Rydkin 060fc3905d
move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb` 2017-09-12 22:32:01 +03:00
Grzegorz Bizon a6ead9d179 Remove an empty line from YAML processor class 2017-09-01 14:00:41 +02:00
Grzegorz Bizon 73d0cafbe4 Check if service active when using CI/CD kubernetes policy 2017-09-01 12:58:22 +02:00
Grzegorz Bizon ef030709eb Change kubernetes job policy allowed values
It is now possible to use `kubernetes: configured`.
2017-08-31 14:56:25 +02:00
Grzegorz Bizon 5623cb9a6e Make some methods in CI/CD YAML processor private 2017-08-31 13:50:52 +02:00
Grzegorz Bizon 2339306df6 Improve matching kubernetes job in CI/CD processor 2017-08-31 13:48:42 +02:00
Grzegorz Bizon 9eabd7230d Remove unused method from CI/CD YAML processor 2017-08-31 13:48:23 +02:00
Grzegorz Bizon 326dc7da3b Check if kubernetes required before creating a job 2017-08-26 12:45:36 +02:00
Grzegorz Bizon 5ce9e03f6c Use new complex only/except policy internal scheme 2017-08-26 11:11:28 +02:00
Zeger-Jan van de Weg 1ffd0c8562
Remove CI API v1
This API was mainly for internal usage, and has been moved to the
general API: APIv4. The endpoints have been deprecated since 9.0, and
won't see 10.0. :)
2017-08-18 11:47:03 +02:00
Robert Speicher 260c8da060 Whitelist or fix additional `Gitlab/PublicSend` cop violations
An upcoming update to rubocop-gitlab-security added additional
violations.
2017-08-14 12:14:11 -04:00
Brian Neel 9770c57fab Re-enable SqlInjection and CommandInjection 2017-08-08 10:50:54 -04:00
Gabriel Mazetto abb878326c Rename many path_with_namespace -> full_path 2017-08-01 07:26:58 +02:00
Kamil Trzciński ac948684fc Merge branch '30634-protected-pipeline' into 'master'
Implement "Block pipelines on protected branches"

Closes #30634, #34616, and #33130

See merge request !11910
2017-07-25 15:04:23 +00:00
Kamil Trzcinski 0711d9adfc Fix support for old CI API when image or services are not specified 2017-07-22 15:07:52 +02:00
Lin Jen-Shin 43aa8866bc Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline
* upstream/master: (130 commits)
  Change auto-retry count to a correct value in docs
  Fix background migration cleanup specs
  Fix CI/CD job auto-retry specs
  Fix JS; make buttons sr accessibile; fix overlay
  remove redundant changelog entries
  Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3'
  Merge branch '33303-404-for-unauthorized-project' into 'security-9-3'
  Merge branch '33359-pers-snippet-files-location' into 'security-9-3'
  Merge branch 'bvl-remove-appearance-symlink' into 'security-9-3'
  Hide description about protected branches to non-member
  Update CHANGELOG.md for 9.0.11
  Update CHANGELOG.md for 9.1.8
  Update CHANGELOG.md for 8.17.7
  Update CHANGELOG.md for 9.2.8
  Update CHANGELOG.md for 9.3.8
  Respect blockquote line breaks in markdown
  35209 Add wip message to new navigation preference section
  Add github imported projects count to usage data
  Add versions to Prometheus metrics doc
  Add Bulgarian translations of Pipeline Schedules
  ...
2017-07-20 20:36:43 +08:00
Lin Jen-Shin e9862a9900 Use struct instead of hash 2017-07-20 20:17:42 +08:00
Lin Jen-Shin a05bc477b9 Use hash to return multiple objects 2017-07-20 00:08:34 +08:00
Lin Jen-Shin 65e722ee97 Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline
* upstream/master: (638 commits)
  Simplify background migrations stealing code
  Expire cached user IDs that can see the performance after 5 minutes
  Promote visibility level helpers from Group to Namespace
  Fix off-by-one error in background migration retries
  Recover from all exceptions when stealing bg migration
  Fix label creation from new list for subgroup projects
  move click handler to button. when on the icon it wasn't triggered in firefox
  Fix incorrect AWS ELB metrics.
  Fix wrong link to docs in docs styleguide
  Update issue-related docs
  Refactor groups docs
  Add subgroups limitations to Pages docs
  Update Google launcher details
  Split docs on IP whitelist for monitoring access
  Update health check docs
  Bump fog-core to 1.44.3 and fog providers' plugins to latest
  Introduce have_gitlab_http_status
  Remove Repository#search_files
  Update Pipeline's badge count in Merge Request and Commits view to match real-time content
  Fixes the user order being overriden in the autocomplete controller
  ...
2017-07-17 22:38:37 +08:00
Grzegorz Bizon c1918fb10b Add a new `retry` CI/CD configuration keyword 2017-07-17 12:05:07 +02:00