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
path: root/config
AgeCommit message (Collapse)Author
2017-04-20Merge branch 'usage-ping-port' into 'master'Sean McGivern
Usage ping port Closes #27750 See merge request !10481
2017-04-17Merge branch 'sh-disable-cache-classes' into 'master' Robert Speicher
Turn on caching of classes in Knapsack specs See merge request !10709
2017-04-09Add a name field to the group edit formDouglas Lovell
Enables user specification of group name vs. name inferred from group path. Cause new group form to copy name from path Adds some new page-specific javascript that copies entry from the group path field to the group name field when the group name field is initially empty. Remove duplicate group name entry field on group edit form This corrects the duplicated name entry field and tests that the JavaScript does not update the group name field if the user edits the group path. (Editing the group path is not recommended in any case, but it is possible.) Address eslint errors in group.js Enable group name copy with dispatch and explore group creation The dispatch and explore group creation forms require the group.js asset, and their tests now require testing against poltergeist Update workflow new group instruction Update the gitlab basics group creation document Add a change log entry Remove unused variable for eslint
2017-04-07Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan
Protected Tags Closes #18471 See merge request !10356
2017-04-07Add /-/readiness /-/liveness and /-/health_metrics endpoints to track ↵Paweł Chojnacki
application readiness
2017-04-07Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya
# Conflicts: # spec/lib/gitlab/import_export/all_models.yml
2017-04-06Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones
2017-04-06Merge branch ↵Kamil Trzciński
'2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation' into 'master' Resolve "Run CI/CD pipelines on a schedule" - "Basic backend implementation" See merge request !10133
2017-04-06Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into ↵Grzegorz Bizon
feature/multi-level-container-registry-images * commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971': (28 commits) Award emoji button smiley animation Introduced empty/error UX states to environments monitoring. Github import rake task Remove individual modal width styles Fix RuboCop for removing index Link to docs site for file in doc/ Disable invalid service templates (again) Show CI status as Favicon on Pipelines, Job and MR pages STL file viewer Wait for the PDF to be loaded before doing anything remove unnecessary lease as cron job Search for opened MRs - include reopened MRs ProjectsFinder should handle more options Clearly show who triggered the pipeline in email Make it possible to preview pipeline success/failed emails Add remove_concurrent_index to database helper Add more tests for subgroups feature Large features by the 1st, small ones by the 3rd Ask people to create EE MRs on the 7th fix project authorizations migration issue ...
2017-04-06Change configuration in gitlab.com as trigger_schedule_worker will perform ↵Shinya Maeda
twice a day 2
2017-04-06Change configuration in gitlab.com as trigger_schedule_worker will perform ↵Shinya Maeda
twice a day
2017-04-06Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda
2017-04-06Add config for workerShinya Maeda
2017-04-06Merge branch 'fix/gh-import-status-check' into 'master' Sean McGivern
Periodically mark projects that are stuck in importing as failed Closes #17709 See merge request !10207
2017-04-06Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
* master: (94 commits) Merge branch 'open-redirect-fix-continue-to' into 'security' Merge branch 'open-redirect-host-fix' into 'security' Merge branch 'path-disclosure-proj-import-export' into 'security' Merge branch '29364-private-projects-mr-fix' Merge branch '30125-markdown-security' Issue title realtime Update CHANGELOG.md for 8.16.9 Update CHANGELOG.md for 8.17.5 Update CHANGELOG.md for 9.0.4 Add "search" optional param and docs for V4 Use PDFLab to render PDFs in GitLab Separate Scala from Java in CI examples Fix broken link Reorganize CI examples, add more links Refactor CI index page Remove deprecated field from workhorse response Use gitlab-workhorse 1.4.3 Document how ETag caching middleware handles query parameters Make group skip validation in the frontend Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middleware ...
2017-04-06STL file viewerPhil Hughes
2017-04-06Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya
# Conflicts: # app/assets/javascripts/dispatcher.js # app/assets/stylesheets/pages/projects.scss
2017-04-06Update bundle path for Protected Tags bundleKushal Pandya
2017-04-06Issue title realtimeRegis Boudinot
2017-04-06Merge branch 'gitaly-prevent-autoload' into 'master' Rémy Coutable
Deal with Rails autoload instance variable resets See merge request !10338
2017-04-05Use PDFLab to render PDFs in GitLabSam Rose
2017-04-05Fix Rubocop offenses related to registry routesGrzegorz Bizon
2017-04-05Periodically mark projects that are stuck in importing as failedJames Lopez
Adds import jid to projects Refactor middleware to set custom expiration time via sidekiq options Add completed_jids option to sidekiq status and a few other changes
2017-04-05Deal with Rails autoload instance variable resetsJacob Vosmaer
Rails auto-load (a development feature) can end up resetting instance variables on classes. This breaks Gitlab::GitalyClient, which uses instance variables to keep global hashes to look up channels and addresses. This change adds code that regenerates the hashes if they suddenly become nil.
2017-04-05Improve container repository tags controller routeGrzegorz Bizon
2017-04-05Load a preview of Sketch 43 filesJacob Schatz
Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
2017-04-04use a less memory-intensive sourcemap when running in CIMike Greiling
2017-04-04Refactor test_utils bundleMike Greiling
2017-04-04Merge branch '24187-set-git-terminal-prompt-env-var-in-initializer' into ↵Douwe Maan
'master' Adds git terminal prompt env var to application rb Closes #24187 See merge request !10372
2017-04-04Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
* master: (57 commits) Ensure we generate unique usernames otherwise validations fail Fix a Knapsack issue that would load support/capybara.rb before support/env.rb Ensure users have a short username otherwise a click event is triggered ... Enable the `bullet_logger` setting; enable `raise` in test environment Fix Rubocop offenses Set the right timeout for Gitlab::Shell#fetch_remote Refactoring Projects::ImportService Move methods that are not related to mirroring to the repository model Fix GitHub pull request formatter spec Rename skip_metrics to imported on the importable concern Add CHANGELOG Remove unused include from RepositoryImportWorker Skip MR metrics when importing projects from GitHub Fetch GitHub project as a mirror to get all refs at once Make file templates easy to use and discover Ensure user has a unique username otherwise `user10` would match `user1` Ensure the AbuseReport fixtures create unique reported users Don't use FFaker in factories, use sequences instead Fix brittle specs Fix the AbuseReport seeder ... Conflicts: db/schema.rb
2017-04-04adds git terminal prompt env var to application rbTiago Botelho
2017-04-04Enable the `bullet_logger` setting; enable `raise` in test environmentRobert Speicher
2017-04-03Add support for Gitaly calls over TCP connectionAhmad Sherif
Closes gitaly#166
2017-04-03Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon
* master: (230 commits) Fix N+1 query in loading pipelines in merge requests Fix Spinach and Capybara dependencies Prevent users from disconnecting gitlab account from CAS 30276 Move issue, mr, todos next to profile dropdown in top nav Refactor SearchController#show Properly eagerly-load the Capybara server for JS feature specs only Updating documentation to include a missing step in the update procedure Eager-load the Capybara server to prevent timeouts Increase Capybara's timeout Add metrics button to Environment Overview page Fix link to Jira service documentation Handle parsing OpenBSD ps output properly to display sidekiq infos on ... Eliminate unnecessary queries that add ~500 ms of load time for a large issue 20914 Limits line length for project home page Allow users to import GitHub projects to subgroups Update dpl CI example Fix the docs:check:links job Don't clean up the gitlab-test-fork_bare repo Make GitLab use Gitaly for commit_is_ancestor Remove unnecessary ORDER BY clause from `forked_to_project_id` subquery ...
2017-04-02Relax constraint on Wiki IDs, since subdirectories can contain spacesStan Hu
If a subdirectory contains spaces, GitLab would be unable to generate the route in the sidebar, resulting in an Error 500. Closes #30357
2017-03-31Protected tags copy/paste from protected branchesJames Edwards-Jones
Should provide basic CRUD backend for frontend to work from. Doesn’t include frontend, API, or the internal API used from gitlab-shell
2017-03-31Move code related to registry to multiple controllersGrzegorz Bizon
2017-03-31Reorganize container repository controllers and viewsGrzegorz Bizon
2017-03-30Merge branch '24784-system-notes-meta-data' into 'master' Sean McGivern
Add metadata for system notes See merge request !9964
2017-03-30Merge branch '29843-project-subgroup-transfer' into 'security'Rémy Coutable
Use full path for moving directories when changing namespace path See merge request !2078
2017-03-29Merge branch 'gitaly-socket-per-shard' into 'master' Sean McGivern
One Gitaly connection per storage shard See merge request !10150
2017-03-29Change socket_path to gitaly_addressJacob Vosmaer
2017-03-29Expand relative paths in storagesJacob Vosmaer
2017-03-29Separate GRPC channels per repository storageJacob Vosmaer
2017-03-28Merge branch 'ipython-notebook-viewer' into 'master' Jacob Schatz
iPython notebook viewer See merge request !10017
2017-03-28Merge branch 'fix/gb/environments-folders-route' into 'master' Kamil Trzciński
Fix environment folder route when special chars present Closes #29922 See merge request !10250
2017-03-28Add system_note_metadata modelJarka Kadlecova
2017-03-28spread out webpack bundles per-line to reduce conflicts in EEMike Greiling
2017-03-27Merge branch '29787-monitor-ee-rspec-tests-separately' into 'master' Sean McGivern
Resolve "Consider tracking the EE test suite with `rspec_profiling`" Closes #29787 See merge request !10226
2017-03-27Merge branch ↵Kamil Trzciński
'12818-expose-simple-cicd-status-endpoints-with-status-serializer-gitlab-ci-status-for-pipeline-job-and-merge-request' into 'master' Expose CI/CD status API endpoints with Gitlab::Ci::Status facility on pipeline, job and merge request for favicon See merge request !9561