- 18 Jun, 2019 40 commits
-
-
Martin Wortschack authored
- Update getter and specs
-
GitLab Bot authored
-
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.
-
Grzegorz Bizon authored
Introduce default: for gitlab-ci.yml Closes #62732 See merge request gitlab-org/gitlab-ce!24627
-
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
-