Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-17Properly handle container registry redirects to fix metadata stored on a S3 ↵Stan Hu
backend The previous behavior would include the Authorization header, which would make fetching an S3 blob fail quietly. Closes #22403 Update sh-fix-container-registry-s3-redirects.yml
2017-05-17Merge branch 'ability_to_cancel_attaching_file' into 'master' Douwe Maan
Add an ability to cancel attaching file and redesign attaching files UI Closes #15611, #24270, and #28905 See merge request !9431
2017-05-16Only renders empty state for pipelines table if no pipelines are received ↵Filipa Lacerda
when request is made
2017-05-16Merge branch 'environments-button-open-same-tab' into 'master' Annabel Dunstone Gray
Removed the target=_blank from the monitoring component Closes #32243 See merge request !11386
2017-05-16#32340 - Include mention of "manual" scope in jobs api docZac Sturgess
2017-05-16Merge branch 'cherry-pick-0663458c' into 'master' Douwe Maan
Rename `build_events` to `job_events`, take 2. Closes #31620 See merge request !11403
2017-05-16Rename Personal Audit LogTim Zallmann
2017-05-16Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan
Rename `build_events` to `job_events` Closes #31620 See merge request !11287
2017-05-16Merge branch 'zj-pipeline-schedule-owner' into 'master' Kamil Trzciński
Foreign key for Pipeline schedule owner Closes #31932 See merge request !11233
2017-05-16Merge branch ↵Kamil Trzciński
'32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cache' into 'master' Resolve "Speed up `yarn install` in CI by utilizing inter-pipeline cache" Closes #32219 See merge request !11343
2017-05-16Merge branch '24373-warning-message-go-away' into 'master' Phil Hughes
Notes warning message should go away once resolved Closes #24373 See merge request !10823
2017-05-16Add an ability to cancel attaching file and redesign attaching files UIblackst0ne
2017-05-16add CHANGELOG.md entry for !11343Mike Greiling
2017-05-16Merge branch 'omega-submodules' into 'master'Robert Speicher
Omega submodules See merge request !10797
2017-05-15Merge branch '31902-namespace-recent-searches-to-project' into 'master' Annabel Dunstone Gray
Scope recent searches to project Closes #31902 See merge request !11142
2017-05-15Notes: Warning message should go away once resolvedJacopo
Flash error messages disappear(`fadeOut`) automatically after any successful request
2017-05-15Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan
This reverts merge request !11287
2017-05-15submodule_links: Handle in-repository submodule urlsDavid Turner
Sometimes it is useful to store submodules in the same repository which contains links to them. Make the UI support this. See https://github.com/twosigma/git-meta/wiki/The-Omega-Repo for information about this strategy Signed-off-by: David Turner <novalis@novalis.org>
2017-05-15Scope recent searches to projectEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31902
2017-05-15Merge branch '31106-tabs-alignment' into 'master' Annabel Dunstone Gray
fix Resolved Discussions counter wrapping to next line Closes #31106 See merge request !10775
2017-05-15Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan
Rename `build_events` to `job_events` Closes #31620 See merge request !11287
2017-05-15Removed the target=_blank from the monitoring componentJose Ivan Vargas
2017-05-15Merge branch 'fix-github-import' into 'master' Douwe Maan
Fix token interpolation when setting the Github remote See merge request !11311
2017-05-15Merge branch '31886-remover-comment-load-spinner' into 'master' Annabel Dunstone Gray
31886 Remove spinner from loading comment Closes #31886 See merge request !11339
2017-05-15Merge branch 'adam-influxdb-hostname' into 'master' Douwe Maan
Allow GitLab instance to start when InfluxDB hostname cannot be resolved Closes #24438 See merge request !11356
2017-05-15Add `build_events` to project service in the APIBob Van Landuyt
For backwards compatibility
2017-05-15Merge branch 'enable-auto-cancelling-by-default' into 'master' Kamil Trzciński
Make auto-cancelling pending pipelines on by default Closes #30656 See merge request !11023
2017-05-15Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
add-index-for-auto_canceled_by_id-mysql * upstream/master: (224 commits) Added balsamiq jasmine integration test Add support for deltas_only under Gitaly Codestyle Update CHANGELOG.md for 9.1.4 Update CHANGELOG.md for 9.1.4 Update CHANGELOG.md for 9.1.4 Update CHANGELOG.md for 9.1.4 Minor cosmetic fixes in hooks admin screen Documentation for repository_update_events Changelog Update SystemHooks API to expose and handle new repository_update_events Make the new repository_update_events configurable in System Hooks UI Added repository_update hook Wait for requests after each Spinach scenario instead of feature Remove trailing comma in dependency linker to satisfy Rubocop Fix specs New branch new mr docs Relax rake backup regex to handle CE and EE RCs Fix conflict resolution from corrupted upstream Removed all instances of Object.assign by using es6 classes, also includes some … ...
2017-05-15Do not schedule pipelines if the user can'tZ.J. van de Weg
When the owner of a pipelines schedule was either blocked or was removed from the project, the pipeline schedular would still schedule the pipeline. This would than fail however, given the user had no access to the project and it contents. However, a better way to handle it would be to not schedule it at all. Furthermore, from now on, such schedules will be deactivated so the schedule worker can ignore it on the next runs.
2017-05-15Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' Kamil Trzciński
Allow numeric values in gitlab-ci.yml Closes #30017 See merge request !10607
2017-05-15Merge branch 'dturner/username' into 'master' Rémy Coutable
add username field to push webhook Closes #32136 See merge request !11272
2017-05-15Make auto-cancelling pending pipelines on by defaultLin Jen-Shin
2017-05-13Allow GitLab instance to start when InfluxDB hostname cannot be resolvedAdam Niedzielski
Closes #24438
2017-05-13Merge branch '26325-system-hooks' into 'master' Robert Speicher
Backport New SystemHook: `repository_update` Closes #26325 See merge request !11140
2017-05-13fix Resolved Discussions counter wrapping to next lineSimon Knox
change all .nav-links to use flex place Resolve Discussions above tabs on small screens, and to the right on large
2017-05-13Update CHANGELOG.md for 9.1.4Felipe Artur
[ci skip]
2017-05-13ChangelogGabriel Mazetto
2017-05-12Merge branch 'fix-conflict-resolution-with-corrupt-repos' into 'master' Douwe Maan
Fix conflict resolution from corrupted upstream Closes gitlab-ee#2128 See merge request !11298
2017-05-12Fix conflict resolution from corrupted upstreamSean McGivern
I don't know why this happens exactly, but given an upstream and fork repository from a customer, both of which required GC, resolving conflicts would corrupt the fork so badly that it couldn't be cloned. This isn't a perfect fix for that case, because the MR may still need to be merged manually, but it does ensure that the repository is at least usable. My best guess is that when we generate the index for the conflict resolution (which we previously did in the target project), we obtain a reference to an OID that doesn't exist in the source, even though we already fetch the refs from the target into the source. Explicitly setting the source project as the place to get the merge index from seems to prevent repository corruption in this way.
2017-05-12Merge branch 'disable-usage-ping' into 'master'Robert Speicher
Usage ping updates Closes #31741 and #31453 See merge request !11231
2017-05-12Merge branch 'dz-project-list-cache-key' into 'master' Douwe Maan
Improve project list cache key Closes #31863 See merge request !11325
2017-05-12Merge branch 'dm-dependency-linker-gemfile' into 'master' Sean McGivern
Autolink package names in Gemfile See merge request !11224
2017-05-1231886 Remove spinner from loading commenttauriedavis
2017-05-12Merge branch 'master' into 'dm-copy-mr-source-branch-as-gfm'Douwe Maan
# Conflicts: # app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.js
2017-05-12Add changelogDouwe Maan
2017-05-12Change project list cache key to use route.cache_key instead of namespaceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-12Merge branch ↵Annabel Dunstone Gray
'31384-new-issue-button-on-no-results-page-after-search-doesn-t-go-to-correct-form' into 'master' Remove 'New Issue' button from 'There are no issues to show' state graphic Closes #31384 See merge request !11263
2017-05-12Add parent full path to project list cache keyDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-05-12Merge branch 'protected-branches-no-one-merge' into 'master' Sean McGivern
Enabled 'no one' as a merge access level in protected branches Closes #31541 See merge request !11232