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
2016-02-04Remove unmaintainable db schema comment from build factoryGrzegorz Bizon
2016-02-04Improve CI API specs related to operations on buildGrzegorz Bizon
Conflicts: spec/factories/ci/builds.rb
2016-01-14Merge branch 'master' into ci/api-triggersTomasz Maczukin
* master: (150 commits) fixes margin and padding Update mailroom/postfix documentation [ci skip] Fix css mess around git clone panel. Align it properly Fix missing padding for user/group pages Fix parse_gollum_tags matcher Update documentation on Banzai::Filter::GollumTagsFilter Add tests for the wiki pipeline Refactoring Banzai::Filter::GollumTagsFilter Make sure the .git is at the end on Gitlab::GithubImport::WikiFormatter Remove GollumTagsPipeline Refactoring Gitlab::GithubImport::Importer Remove unnecessary brackets on WIKI_SLUG_ID route constraints Move js function to removing accents to vendor/assets/javascripts Update CHANGELOG Use the WikiPipeline when rendering the wiki markdown content Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTML Relax constraints for wiki slug Import GitHub wiki into GitLab Move Ci::Build#available_statuses to AVAILABLE_STATUSES constant in CommitStatus Revert changes to how the notes are paginated in the API ... Conflicts: doc/api/README.md lib/api/entities.rb
2016-01-14Merge branch 'master' into ci/api-buildsTomasz Maczukin
* master: (51 commits) Fix version Fix specs and rubocop warnings Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages fixed LDAP activation on login to use new ldap_blocked state Fix Admin/Users view to position buttons without spacing magic Update to Go 1.5.3 Fix the undefinded variable error in Project's safe_import_url method Update CHANGELOG [ci skip] Add some cosmetic changes to variables API documentation [ci skip] Fix misaligned edit button in milestone collection partial Update button styles for Milestones#show Modify builds API documentation style [ci skip] Modify :ci_variable factory Ensure the API doesn't return notes that the current user shouldn't see Add 'Build' prefix to Variables entry name in API docs index Fix some typos Add spec for Note#cross_reference_not_visible_for? Remove (invalid) timestamp formatting Move `BroadcastMessage#status` to a helper since it's presentational Update CHANGELOG ... Conflicts: doc/api/README.md lib/api/api.rb lib/api/entities.rb
2016-01-14Merge branch 'master' into ci/api-triggersTomasz Maczukin
* master: Fix version Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages Update CHANGELOG [ci skip] Add some cosmetic changes to variables API documentation [ci skip] Modify builds API documentation style [ci skip] Modify :ci_variable factory Add 'Build' prefix to Variables entry name in API docs index Fix some typos Add some fixes after review Remove blank line Update ./doc/api Change :variable_id to :key as resource ID in API Fix a typo in method description Add create feature to variables API Add missing 'not_found' checks in variables API Add delete feature to variables API Add update feature for variables API Add features for list and show details of variables in API Conflicts: doc/api/README.md lib/api/entities.rb
2016-01-14Remove hard-coded id from builds factoryTomasz Maczukin
2016-01-13Modify :ci_variable factoryTomasz Maczukin
2016-01-13Change :ci_build_canceled factory to :canceled traitTomasz Maczukin
2016-01-11Fix :ci_build_with_trace factoryTomasz Maczukin
2016-01-05Fix ci_trigger_request factoryTomasz Maczukin
2016-01-04Add triggers feature to APITomasz Maczukin
2016-01-01Add create feature to variables APITomasz Maczukin
2015-12-31Add features for list and show details of variables in APITomasz Maczukin
2015-12-30Add cancel/retry features to builds APITomasz Maczukin
2015-12-30Add specs for build details/traces features in builds APITomasz Maczukin
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-12-02Specs for 'Merge When Build Succeeds'Zeger-Jan van de Weg
2015-11-13Expose CI enable option in project featuresKamil Trzcinski
- Enable CI by default for all new projects
2015-11-09Fix testsKamil Trzcinski
2015-10-12Implement Commit Status APIKamil Trzcinski
2015-10-05Make rubocop happyKamil Trzcinski
2015-10-05Fix rest of testsKamil Trzcinski
2015-10-05Fix next round of testsKamil Trzcinski
2015-10-05Make commit_spec runKamil Trzcinski
2015-10-05Add user to Ci::Build to have pusher email addressKamil Trzcinski
2015-09-30Delegate ci_project parameters to projectsKamil Trzcinski
- It delegates name, path, gitlab_url, ssh_url_to_repo - Remove ability to set this parameters using CI API This fixes GitLab project rename, namespace change, repository rename, etc.
2015-09-29WIPKamil Trzcinski
2015-09-15Refactor ci_admin_event and fix features/ci/events_spec.rbKamil Trzcinski
2015-09-15Fix: ci_*_build factory should be validKamil Trzcinski
2015-09-14rubocop satisfyValery Sizov
2015-09-11Fix build features specsDmitriy Zaporozhets
2015-09-10Fix most of project specsDmitriy Zaporozhets
2015-09-10Fix commit specsDmitriy Zaporozhets
2015-09-10Fix some issues with ci models specsDmitriy Zaporozhets
2015-09-09Refactor CI testsDmitriy Zaporozhets
2015-09-09Merge CI factories and CI spec/support with GitLabDmitriy Zaporozhets