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-06-19Merge branch '26212-upload-user-avatar-trough-api' into 'master'Rémy Coutable
Accept image for avatar in user API Closes #26212 See merge request !12143
2017-06-19Merge branch 'issue_33205' into 'master'Sean McGivern
Fix API bug accepting wrong merge requests parameters Closes #33205 See merge request !12173
2017-06-16Accept image for avatar in user APIvanadium23
2017-06-16Fix API bug accepting wrong merge requests parametersFelipe Artur
2017-06-16Improve method names and add more specsFelipe Artur
2017-06-15#13336 - display multiple messages in both the UI and git outputMike Ricketts
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-14Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan
Allow more customization to Help landing page See merge request !11878
2017-06-14Help landing page customizationsRobin Bobbitt
2017-06-14Merge remote-tracking branch 'upstream/master' into 33149-rename-more-buildsLin Jen-Shin
* upstream/master: (34 commits) Revert "Merge branch 'karma-headless-chrome' into 'master'" Make small pipeline schedules UI enhancements. Remove js classes from vue component that are not needed in vue component Update tests and application Adds "Pipeline" to job's sidebar Change border color of job's scroll controllers to $border-color Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' Added Tectonic to the page. Always check read_issue permissions when loading issue Handle legacy jobs without name Do not expose internal artifacts hash in build entity Use wait_for_requests instead of sleep 0.3 Limit wiki container width Fix migrations testing support RSpec hooks order Rename BuildEntity to JobEntity Fix support for external_url for commit statuses Allow to access pipelines even if they are disabled, but only present jobs and commit statuses without giving ability to access them add CHANGELOG.md entry for !12036 remove phantomjs-specific test hacks update karma job to use chrome build image created by gitlab-build-images!41 ...
2017-06-14Merge branch 'feature/add-support-for-services-configuration' into 'master'Grzegorz Bizon
Add support for services configuration in .gitlab-ci.yml See merge request !8578
2017-06-13Merge remote-tracking branch 'upstream/master' into 33149-rename-more-buildsLin Jen-Shin
* upstream/master: (460 commits) Center dropdown for pipeline's mini graph Documentation bugfix of invalid JSON payload example of Create a commit with multiple files and actions Fix filename method of GitlabUploader to return always real filename Ignore CVE-2017-5029 in Nokogiri Refactor atom builder by using xml.atom layout Let PhantomJS load local images Add a changelog entry Only add a description change note when no tasks are updated Doc: Add the need to upgrade to Go 1.8.3 in the 9.1->9.2 documentation as the upgrade fails with Go 1.5 (installed with Gitlab 8.1) Use gitaly 0.11.2 Add the ability to perform background migrations Always render warnings icon in orange Fix a few translation for zh_TW Improve Job detail view to make it refreshed in real-time instead of reloading Attempts to run RSpec tests twice (1 retry) ignore name validation on importing Only show hover state on links and buttons Use vue files for navigation tabs and buttons doc: add example of scheduler when Add test for u2f helper and changelog entry ...
2017-06-13Fix filename method of GitlabUploader to return always real filenameKamil Trzcinski
2017-06-12Ensure that old API v1 generates still the same outputTomasz Maczukin
2017-06-12Send new configuration options with job's payloadTomasz Maczukin
2017-06-09Accept image for avatar in project APIvanadium23
2017-06-09Merge branch 'pat-msg-on-auth-failure' into 'master'Rémy Coutable
Prompt user to create personal access token for Git over HTTP See merge request !11986
2017-06-08Merge branch 'upstream-9-2-security' into master-security-updateDJ Mountney
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-06-08Instruct user to use a personal access token for Git over HTTPRobin Bobbitt
If internal auth is disabled and LDAP is not configured on the instance, present the user with a message to create a personal access token if his Git over HTTP auth attempt fails.
2017-06-07Blob#load_all_data! doesn’t need an argumentDouwe Maan
2017-06-07Merge branch '3191-deploy-keys-update' into 'master'Rémy Coutable
Implement ability to update deploy keys Closes #3191 See merge request !10383
2017-06-07Merge branch '12910-snippets-description' into 'master'Phil Hughes
Support descriptions for snippets Closes #31894 See merge request !11071
2017-06-07Merge branch 'zj-read-registry-pat' into 'master'Kamil Trzciński
Allow pulling container images using personal access tokens Closes #19219 See merge request !11845
2017-06-07Merge branch '2563-backport-ee1942' into 'master'Grzegorz Bizon
Backport some EE changes from adding shared_runners_minutes_limit to the API Closes gitlab-ee#2563 See merge request !11936
2017-06-06Fix raw_path with the new job path, rename to jobLin Jen-Shin
in the tests
2017-06-06Fix test failuresZ.J. van de Weg
2017-06-06Introduce optimistic locking support via optional parameter last_commit_id ↵Roman Safronov
on File Update API
2017-06-06Backport https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1942Lin Jen-Shin
2017-06-06Accept a username for User-level Events APIMark Fletcher
2017-06-06Introduce an Events APIMark Fletcher
* Meld the following disparate endpoints: * `/projects/:id/events` * `/events` * `/users/:id/events` + Add result filtering to the above endpoints: * action * target_type * before and after dates
2017-06-06Fix Projects API specRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-05Clarify error messagesMichael Kozono
And refactor to self-document a little better.
2017-06-05Specify new Git-LFS-over-HTTP behaviorMichael Kozono
Changes to `GitHttpClientController`’s authentication logic caused this behavior change. The old 401 Unauthorized statuses didn’t cause any harm, but they weren’t quite as accurate as the new behavior.
2017-06-05Move CI access logic into GitAccessMichael Kozono
2017-06-05Fix Git over HTTP specMichael Kozono
* The spec has 7 failures at this point * Specify rendered error messages * Render the GitAccess message rather than “Access denied” * Render the Not Found message provided by GitAccess, instead of a custom one * Expect GitAccess to check the config for whether Git-over-HTTP pull or push is disabled, rather than doing it in the controller * Add more thorough testing for authentication * Dried up a lot of tests * Fixed some broken tests
2017-06-05Create read_registry scope with JWT authZ.J. van de Weg
This is the first commit doing mainly 3 things: 1. create a new scope and allow users to use it 2. Have the JWTController respond correctly on this 3. Updates documentation to suggest usage of PATs There is one gotcha, there will be no support for impersonation tokens, as this seems not needed. Fixes gitlab-org/gitlab-ce#19219
2017-06-03Merge branch 'projects-api-import-status' into 'master'Douwe Maan
Expose import_status in Projects API Closes #19646 See merge request !11851
2017-06-02Merge branch '28694-hard-delete-user-from-api' into 'master'Douwe Maan
Allow users to be hard-deleted from the API See merge request !11853
2017-06-02Expose import_status in Projects APIRobin Bobbitt
2017-06-02Allow users to be hard-deleted from the APINick Thomas
2017-06-02Enable the Style/PreferredHashMethods copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-02Implement ability to update deploy keysAlexander Randa
2017-06-02Fix missing optional path parameter in "Create project for user" APIAthar Hameed
2017-06-01Merge branch '24196-protected-variables' into 'master'Kamil Trzciński
Implementation for protected variables Closes #24196 See merge request !11688
2017-06-01Merge branch 'bugfix/deploy_keys__can_push__usage_in_api' into 'master'Rémy Coutable
Add missing `can_push` parameter to POST /v3/deploy_keys See merge request !11607
2017-06-01Merge branch 'master' into '24196-protected-variables'Kamil Trzciński
# Conflicts: # db/schema.rb
2017-06-01Merge branch 'master' into 'trigger-source'Grzegorz Bizon
# Conflicts: # db/schema.rb
2017-06-01Add feature toggles through FlipperAlejandro Rodríguez
2017-05-31Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin
* upstream/master: (141 commits) Add Documentation for GIT_CHECKOUT variable Ui improvements for count badges and permission badges Rename the other jobs Update jobs_spec for changes from builds_spec Update docs related to protected actions Add changelog for protected branches abilities fix Ask for an example project for bug reports Center loading spinner in issuable filters Fix chat commands specs related to protected actions Fix builds controller specs related to protected actions Fix pipeline retry specs related to protected actions Fix environment model specs related to protected actions Fix build factory specs related to protected actions Fix job play service specs related to protected actions Fix play status specs related to protected actions Fix deploy chat command specs for protected actions Fix environment specs related to protected actions Use another scope to add the - prefix, feedback: Fix pipeline processing specs related to protected actions Fix build entity specs related to protected actions ...