- 18 Jun, 2019 40 commits
-
-
Grzegorz Bizon authored
Introduce default: for gitlab-ci.yml See merge request gitlab-org/gitlab-ee!14091
-
Kamil Trzciński authored
This moves all existing `image/services/before_script/variables` into `default:`. This allows us to easily add a default and top-level entries. `default`: is keep backward compatible: to be considered to be job if `default:script:` is specified. This behavior should be removed. All existing `image/services/before_script/variables` are properly handled in root context.
-
GitLab Bot authored
-
Douwe Maan authored
Upgrade asciidoctor version to 2.0.10 and change method names in html5_converter Closes #63304 See merge request gitlab-org/gitlab-ce!29741
-
Filipa Lacerda authored
Import bootstrap styles from gitlab-ui See merge request gitlab-org/gitlab-ce!26165
-
Ramya Authappan authored
Add script for creating an MR with many commits See merge request gitlab-org/gitlab-ce!29762
-
GitLab Bot authored
-
Nick Thomas authored
Docs: Fixes all the alert boxes in "reduce repo size" Closes #61472 See merge request gitlab-org/gitlab-ce!29680
-
Marcia Ramos authored
-
GitLab Bot authored
-
Lin Jen-Shin authored
Fix flaky time related failure in spec/models/ci/pipeline_schedule_spec.rb Closes #62760 See merge request gitlab-org/gitlab-ce!29778
-
Phil Hughes authored
Remove support for creating non-RBAC kubernetes clusters Closes #55902 See merge request gitlab-org/gitlab-ce!29614
-
Hordur Freyr Yngvason authored
-
Sanad Liaquat authored
Also does a lot of cleanup and refactoring
-
GitLab Bot authored
-
Phil Hughes authored
Fix IDE commit to use start_ref See merge request gitlab-org/gitlab-ce!29769
-
Phil Hughes authored
Resolve "The GraphQL query for the MR popover failes on the frontend" Closes #63261 See merge request gitlab-org/gitlab-ce!29712
-
Heinrich Lee Yu authored
Also removes test from quarantine
-
Sean McGivern authored
Create client class for connecting to Jira API Closes #9643 See merge request gitlab-org/gitlab-ee!14163
-
GitLab Bot authored
-
Grzegorz Bizon authored
Enforce template inclusion in pipelines - CE See merge request gitlab-org/gitlab-ce!29296
-
Grzegorz Bizon authored
Enforce template inclusion in pipelines See merge request gitlab-org/gitlab-ee!14011
-
GitLab Bot authored
-
Sean McGivern authored
Search issuables by iids Closes #39908 and #30974 See merge request gitlab-org/gitlab-ce!28302
-
Riccardo Padovani authored
-
Rémy Coutable authored
Only push to assets-compile-cache when in master See merge request gitlab-org/gitlab-ce!28854
-
Rémy Coutable authored
[EE] Only push to assets-compile-cache in master See merge request gitlab-org/gitlab-ee!14190
-
James Lopez authored
Fix calculation of used extra CI minutes See merge request gitlab-org/gitlab-ee!14217
-
GitLab Bot authored
-
Lin Jen-Shin authored
Backport EE changes to config/application.rb See merge request gitlab-org/gitlab-ce!29557
-
Lin Jen-Shin authored
EE: Backport EE changes to config/application.rb See merge request gitlab-org/gitlab-ee!14093
-
Rubén Dávila authored
When a Group/Personal namespace is using the Free plan on GL.com then the assigned CI minutes is read from `Gitlab::CurrentSettings.shared_runners_minutes` and not from `Namespace#shared_runners_minutes`. In the previous version we were using `Namespace#shared_runners_minutes_limit` which was returning `nil` instead of 2000 (The current default CI minutes configured globally for free plans in GL.com). This bug was affecting Pipelines and was showing wrong information on the Pipeline Quote info for the Group/Personal namespace. Now we're using `Namespace#actual_shared_runners_minutes_limit` which returns the globally configured value if the current Namespace has not been configured with CI minutes.
-
GitLab Bot authored
-
Thong Kuah authored
Add index to events and audit_events tables Closes gitlab-com/Product#309 See merge request gitlab-org/gitlab-ce!29194
-
Evan Read authored
Update GraphQL document to mention that epics are supported See merge request gitlab-org/gitlab-ce!29777
-
GitLab Bot authored
-
Evan Read authored
Add note about nested variables for GIT_CLONE_PATH See merge request gitlab-org/gitlab-ce!29590
-
Steve Azzopardi authored
The variable $GIT_CLONE_PATH does not support nested variables, it will only expand the variables once, not more. reference https://gitlab.com/gitlab-org/gitlab-runner/issues/4319
-
Mark Lapierre authored
[QA] Test push limit with admin user Closes gitlab-org/quality/staging#37 See merge request gitlab-org/gitlab-ce!29036
-
Mark Lapierre authored
Uses `:requires_admin` metadata to specify that a test needs an admin user. Sets the push file size limit test to require an admin user. With an admin access token set as the env var GITLAB_QA_ADMIN_ACCESS_TOKEN, the push size limit test now only uses the API and CLI
-