- 19 Feb, 2019 35 commits
-
-
Paul B authored
-
Paul B authored
-
Paul B authored
During `.gitlab-ci.yml` configuration file validation there are two cases: 1- either we are validating a file within a project context (a project and a sha is given in option parameters) 2- either we are validating a file with no project context (as in the api POST /ci/lint) In the first case, all `include:` keywords are replaced by the content of the included CI cnfiguration files. In the second case, the `include:` configuration is kept untouched. The current problem arises in the second case when one wants to validate a generic gitlab-ci configuration file with an `include:` keyword from the API. The following error will be raised by the API: `"jobs:include config should be a hash"`. This commit fixes the behavior by validating the `include:` keyword if its present to not parse it as a job definition. Fixes #55863 / #52822
-
Paul B authored
-
Kushal Pandya authored
Empty state for Starred Projects Closes #34555 See merge request gitlab-org/gitlab-ce!25138
-
Brandon Labuschagne authored
In this MR, a view for the empty state of projects has been added. In addition, an svg for this has also been added.
-
Phil Hughes authored
Fixes the top position of job log topbar Closes #57583 See merge request gitlab-org/gitlab-ce!25394
-
Kamil Trzciński authored
Revert "Merge branch 'use_gitlab_current_settings' into 'master'" Closes gitlab-ee#9833 See merge request gitlab-org/gitlab-ce!25393
-
Marin Jankovski authored
Adds the commit sha to the pushed assets See merge request gitlab-org/gitlab-ce!25353
-
John T Skarbek authored
* This will upload the sha of the docker image containing assets to assist with building specific sha builds in the future. * Addresses: https://gitlab.com/gitlab-org/release/framework/issues/51
-
Filipa Lacerda authored
The top bar of the job log was always expecting the performance bar to be enabled. This commit adds CSS to fix the top position for both scenarios.
-
Dmitriy Zaporozhets authored
Refactor spec/factories/users.rb to allow EE to extend it See merge request gitlab-org/gitlab-ce!25258
-
Bob Van Landuyt authored
This reverts merge request !25370
-
Ramya Authappan authored
Fixes transient failure in create_issue_spec.rb Closes gitlab-org/quality/nightly#79 See merge request gitlab-org/gitlab-ce!25383
-
Sean McGivern authored
Merge branch '55376-related_merge_requests-api-call-returns-merge-requests-that-are-not-related-to-the-issue' into 'master' Ensure that related_merge_requests api call returns merge requests in the correct scope Closes #55376 See merge request gitlab-org/gitlab-ce!25222
-
Sean McGivern authored
Add related merge request count to api response See merge request gitlab-org/gitlab-ce!24974
-
Patrick Derichs authored
-
Filipa Lacerda authored
Fixes some requests not being tracked in performance bar Closes #57886 See merge request gitlab-org/gitlab-ce!25384
-
Sean McGivern authored
Add first-day-of-week admin area config note See merge request gitlab-org/gitlab-ce!25376
-
Evan Read authored
-
Sean McGivern authored
Added: Include order by ID desc as tie break in pagination Closes #54796 See merge request gitlab-org/gitlab-ce!25311
-
Kamil Trzciński authored
Use Gitlab::CurrentSettings in UrlValidator See merge request gitlab-org/gitlab-ce!25370
-
Robert Schilling authored
Ensure that references to private projects are not visible
-
Sean McGivern authored
API: Support Jira transition ID as string Closes #55109 See merge request gitlab-org/gitlab-ce!24400
-
Grzegorz Bizon authored
Fix rollout status for statefulsets and daemonsets See merge request gitlab-org/gitlab-ce!24972
-
Sergej authored
-
Sean McGivern authored
Remove two unused formats from Projects::TreeController#show Closes #38261 See merge request gitlab-org/gitlab-ce!25249
-
Thong Kuah authored
Gitlab::CurrentSettings will create ApplicationSetting.current if not present which means we don't have to use `&.`. We can also more easily use stub_application_setting in specs
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57886
-
James Lopez authored
Allow setting feature flags per GitLab group See merge request gitlab-org/gitlab-ce!25022
-
James Edwards-Jones authored
Building on support for setting feature flags by project, this adds support for setting them by GitLab group path. This is different from setting them by Flipper feature_groups, which are for batch updating pre-registered collections.
-
Sanad Liaquat authored
Also use refactor retry_on_excpetion and use it in select_*_filter methods
-
Kushal Pandya authored
Update GitLab UI to latest version See merge request gitlab-org/gitlab-ce!25127
-
Adriel Santiago authored
-
Kushal Pandya authored
Update new password breadcrumb See merge request gitlab-org/gitlab-ce!25037
-
- 18 Feb, 2019 5 commits
-
-
Evan Read authored
Docs: Fix all Kubernetes and Runner related anchors See merge request gitlab-org/gitlab-ce!25063
-
Marcel Amirault authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Fix diff files not rendering See merge request gitlab-org/gitlab-ce!25358
-