summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Save masked status, expose it for retrieval13784-validate-protected-variables-for-maskingmfluharty2019-02-214-2/+4
|
* Scaffold UI elements for minimal versionmfluharty2019-02-204-0/+38
|
* Upgrade gitlab-shell to 8.6.0Stan Hu2019-02-201-1/+1
| | | | | | | This brings in two improvements: * Add support for using gl_project_path * Provide expires_in for LFS if available
* Improve empty state for starred projectsBrandon Labuschagne2019-02-205-6/+34
| | | | | In this MR, a view for the empty state of projects has been added. In addition, an svg for this has also been added.
* Adds the commit sha to the pushed assetsJohn T Skarbek2019-02-201-1/+3
| | | | | | * 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
* Fixes the top position of job log topbarFilipa Lacerda2019-02-202-1/+10
| | | | | | 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.
* Revert "Merge branch 'use_gitlab_current_settings' into 'master'"Bob Van Landuyt2019-02-203-5/+8
| | | This reverts merge request !25370
* Add related merge request count to api responsePatrick Derichs2019-02-204-0/+42
|
* Add first-day-of-week admin area config noteEvan Read2019-02-201-0/+4
|
* Add changelog and updated specRobert Schilling2019-02-202-0/+14
| | | | Ensure that references to private projects are not visible
* Fix rollout status for statefulsets and daemonsetsSergej2019-02-202-1/+8
|
* Use Gitlab::CurrentSettings in UrlValidatorThong Kuah2019-02-203-8/+5
| | | | | | 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
* Fixes some requests not being tracked in performance barPhil Hughes2019-02-201-1/+2
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57886
* Allow setting feature flags per GitLab groupJames Edwards-Jones2019-02-206-5/+53
| | | | | | | | 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.
* Refactor select_*_filter methodsSanad Liaquat2019-02-204-17/+48
| | | | | Also use refactor retry_on_excpetion and use it in select_*_filter methods
* Update GitLab UI to latest versionAdriel Santiago2019-02-202-5/+5
|
* Docs: Fix all Kubernetes and Runner related anchorsMarcel Amirault2019-02-207-20/+21
|
* Rename spec/factories/import_state.rb to spec/factories/import_states.rbRémy Coutable2019-02-201-0/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Refactor spec/factories/users.rb to allow EE to extend itRémy Coutable2019-02-201-3/+8
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix diff files not renderingPhil Hughes2019-02-204-8/+15
| | | | | | | Fixes some diff files not rendering when the renderIt property is updated. Previously it was using a local copy of renderIt which meant Vue wouldn't update it when the files renderIt property was updates
* Revert "Adds the commit sha to the pushed assets"John T Skarbek2019-02-201-3/+1
| | | | This reverts commit 481938de847294018d202df13565c8dbc8a8ebc2.
* Adds the commit sha to the pushed assetsJohn T Skarbek2019-02-201-1/+3
| | | | | | * This will upload the sha of the docker image containing assets to assist with building specific sha builds in the future. * Addresses: gitlab-org/release/framework#51
* Deprecate redundant pageMarcia Ramos2019-02-205-12/+32
| | | | Same as `branded_login_page.md`
* Fix typo in troubleshooting steps for "local issuer certificate" errorDeAndre Harris2019-02-201-1/+1
|
* Externalize strings from `/app/views/projects/commit`George Tsiolis2019-02-2013-30/+66
|
* Merge branch 'e2e-webdriver' into 'docs-comm-article-end-to-end-testing'Marcia Ramos2019-02-203-0/+252
| | | | | | End-to-end testing example See merge request gitlab-org/gitlab-ce!18959
* Add externalized strings for new password formGeorge Tsiolis2019-02-202-2/+8
|
* Allow blank values to be stored in reactive cacheReuben Pereira2019-02-204-4/+17
| | | | | | Reactive caching concern was using .present? to determine if it got a valid value from the cache. This returns false for values such as false, [], {}. Change this check to !.nil? instead.
* Fix Projects::MergeRequests::DiffsController specsRémy Coutable2019-02-202-12/+2
| | | | | | | | | | | | | | | | | | These specs were flaky and only passing after a retry due to how rspec-retry works. 1. The test with paths that don't exist was returning 200 on the first try, then 404 on the second, not because the paths don't exist, but because the MR IID didn't change, thus the MR couldn't be found. I decided to remove the test entirely since we don't seem to return 404 for paths that don't exist. 2. The test with a user that cannot view the merge request was failing the first time because the project owner wasn't removed with `project.team.truncate`. Changing the `let(:user)` to `create(:user)` and calling `project.add_maintainer(user)` in the `before` block fix the test. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update new password breadcrumbGeorge Tsiolis2019-02-203-4/+19
|
* Add changelog entry for persisted statagesGrzegorz Bizon2019-02-201-0/+5
|
* Enable persisted pipeline stages by defaultGrzegorz Bizon2019-02-201-1/+1
|
* Fix the documentation DangerfileNick Thomas2019-02-201-1/+1
|
* Refactor opening paragraph in admin docsEvan Read2019-02-201-11/+14
|
* Remove noteId prop from ReplyButton componentWinnie Hellmann2019-02-206-49/+37
| | | | Move convertToDiscussion call from ReplyButton to NoteApp component
* Remove consecutive blank lines from markdown filesEvan Read2019-02-2087-274/+143
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Ehsan Abdulqader2019-02-206-3/+110
| | | | feature/56787-realtime-validation-for-user-fullname-and-username
* Use export-import svg from gitlab-svgsRajat Jain2019-02-205-6/+14
| | | | | Use SVG assets from @gitlab/svgs instead of using svg illustrations from project folder
* Cancelling reply reverts comment to initial stateConstance Okoghenun2019-02-206-0/+49
| | | | | | When converting a comment to a discussion if the "Cancel" button is used to exit the new discussion note, the comment would revert back to its initial state
* Improve languageZeger-Jan van de Weg2019-02-201-4/+5
|
* Un quarantine testsSanad Liaquat2019-02-201-2/+1
|
* Fix permissions in docs lock discussionsVictor Wu2019-02-201-2/+3
|
* add changelogs/README.mdElan Ruusamäe2019-02-203-1/+16
| | | | this is to quickstart contributors who don't work daily on the codebase
* Removing duplicate field from MergeRequestTypeLuke Duncalfe2019-02-201-1/+0
|
* Docs: Fix anchors with extra hashesMarcel Amirault2019-02-203-3/+3
|
* Fix wrong docs on untagged jobsAchilleas Pipinellis2019-02-201-12/+55
|
* clarify after_script cwd situation in README.mdStefan Agner2019-02-201-3/+3
|
* Added: Specs for sort page break tie in the merge request list APINermin Vehabovic2019-02-201-0/+32
|
* Added: Specs for sort page breaks on notesNermin Vehabovic2019-02-202-11/+43
|
* Include gl_project_path in API /internal/allowed responseStan Hu2019-02-204-0/+18
| | | | | | This will enable us to track the human-readable project path with SSH access in gitlab-shell. Currently the Gitaly logs will only show the hashed storage and gl_repository path (e.g. project-1234).