summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Update 'Using Docker images' documentationTomasz Maczukin2017-08-282-7/+38
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'backstage/gb/rename-ci-cd-processing-sidekiq-queues' into 'master'Grzegorz Bizon2017-08-2822-35/+197
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename CI/CD related Sidekiq queues Closes #35532 See merge request !13714
| * \ \ \ \ \ \ \ \ \ Merge commit '2be34630623711fc20ef8c101b5cef688f207cc1' into ↵backstage/gb/rename-ci-cd-processing-sidekiq-queuesGrzegorz Bizon2017-08-2647-227/+543
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backstage/gb/rename-ci-cd-processing-sidekiq-queues * commit '2be34630623711fc20ef8c101b5cef688f207cc1': Common Docker Documentation Location in `gitlab-ce` fix deprecation warning present during webpack compiles Enable 5 lines of Sidekiq backtrace lines to aid in debugging Add support for copying permalink to notes via more actions dropdown Handle creating a nested group on MySQL correctly Decrease statuses batch size even more in a migration Fix repo editor scrollbar Replace 'source/search_code.feature' spinach test with an rspec analog Authorizations regarding OAuth - style confirmation Update README.md Refactor complicated API group finding rules into GroupsFinder Fix group and project search for anonymous users Document version Group Milestones API introduced Allow v4 API GET requests for groups to be unauthenticated Adjust a range and a size in stages statuses migration Update README.md Point to /developers on docs/administration/authentiq.md Indexes GFM markdown guide use inline links instead of referenced Add index on ci_runners.contacted_at
| * | | | | | | | | | Migrate new jobs when reverting pipeline queues migrationGrzegorz Bizon2017-08-252-2/+10
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into 'backstage/gb/rename-ci-cd-processing-sidekiq-queues'Kamil Trzciński2017-08-25474-1566/+2878
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | | | | | | | | | Fix invalid default argument in migration helpersGrzegorz Bizon2017-08-231-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Enqueue a new stage worker in CI/CD processing queueGrzegorz Bizon2017-08-221-0/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into backstage/gb/rename-ci-cd-processing-sidekiq-queuesGrzegorz Bizon2017-08-22117-2255/+1506
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (115 commits) Use event-based waiting in Gitlab::JobWaiter Make sure repository's removal work for legacy and hashed storages Use `@hashed` prefix for hashed paths on disk, to avoid collision with existing ones Refactor project and storage types Prevent using gitlab import task when hashed storage is enabled Some codestyle changes and fixes for GitLab pages Removed some useless code, codestyle changes and removed an index Fix repository reloading in some specs Changelog Moving away from the "extend" based factory to a more traditional one. Enable automatic hashed storage for new projects by application settings New storage is now "Hashed" instead of "UUID" Add UUID Storage to Project Move create_repository back to project model as we can use disk_path and share it Codestyle: move hooks to the same place and move dependent methods to private Use non-i18n values for setting new group-level issue/MR button text indexes external issue tracker copyedit indexes user/search/ from /user/index Correctly encode string params for Gitaly's TreeEntries RPC ...
| * | | | | | | | | | | | Fix indentation in migration helpersGrzegorz Bizon2017-08-221-9/+9
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add specs for pipeline sidekiq queues migrationGrzegorz Bizon2017-08-221-0/+50
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add migration that migrates CI/CD queuesGrzegorz Bizon2017-08-222-1/+15
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add Sidekiq migration helpers for migrating queuesGrzegorz Bizon2017-08-222-3/+62
| | | | | | | | | | | | |
| * | | | | | | | | | | | Revert adding shared examples for every sidekiq workerGrzegorz Bizon2017-08-2256-120/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since this already exists in `every_sidekiq_worker_spec.rb`.
| * | | | | | | | | | | | Fix incorrect `let` in pipeline metrics worker specsGrzegorz Bizon2017-08-221-1/+8
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix inconsistent Sidekiq queues names in worker specsGrzegorz Bizon2017-08-221-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix typo in shared examples name in worker specsGrzegorz Bizon2017-08-221-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Include build queue worker in the processing groupGrzegorz Bizon2017-08-221-1/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add sidekiq worker shared examples to workers specsGrzegorz Bizon2017-08-2144-2/+88
| | | | | | | | | | | | |
| * | | | | | | | | | | | Adjust sidekiq queues weights in queues config fileGrzegorz Bizon2017-08-211-3/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Assign some CI/CD workers to pipeline default queueGrzegorz Bizon2017-08-214-7/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Remove sidekiq build queue and assign pipeline queueGrzegorz Bizon2017-08-2112-27/+25
| | | | | | | | | | | | |
| * | | | | | | | | | | | Assign all pipeline workers to specific queuesGrzegorz Bizon2017-08-2113-0/+27
| | | | | | | | | | | | |
| * | | | | | | | | | | | Simplify pipeline sidekiq queues naming schemeGrzegorz Bizon2017-08-214-10/+10
| | | | | | | | | | | | |
| * | | | | | | | | | | | Make it possible to check if worker uses a known queueGrzegorz Bizon2017-08-213-0/+13
| | | | | | | | | | | | |
| * | | | | | | | | | | | Extend pipelines queue mixin and add a default queueGrzegorz Bizon2017-08-213-3/+25
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jej/remove-dependent-destroy-from-protected-refs' into 'master'Yorick Peterse2017-08-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove 'dependent: :destroy' from ProtectedRef has_many :"#{type}_access_levels" See merge request !13835
| * | | | | | | | | | | | Remove 'dependent: :destroy' from ProtectedRef has_many :"#{type}_access_levels"jej/remove-dependent-destroy-from-protected-refsJames Edwards-Jones2017-08-251-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'sh-system-hooks-ldap-users' into 'master'Grzegorz Bizon2017-08-275-6/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fire system hooks when a user is created via LDAP or OAuth Closes #37073 See merge request !13846
| * | | | | | | | | | | | Fire system hooks when a user is created via LDAP or OAuthsh-system-hooks-ldap-usersStan Hu2017-08-255-6/+39
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #37073
* | | | | | | | | | | | Merge branch 'fix-repo-scrollbar' into 'master'Jacob Schatz2017-08-251-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix repo editor scrollbar Closes #37020 See merge request !13823
| * | | | | | | | | | | | Fix repo editor scrollbarfix-repo-scrollbarClement Ho2017-08-241-1/+0
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch '36828-create-a-common-docker-documentation-resource-docs' into ↵Marcia Ramos2017-08-253-6/+20
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Common Docker Documentation Location in `gitlab-ce` Closes #36828 See merge request !13749
| * | | | | | | | | | | Common Docker Documentation Location in `gitlab-ce`Joshua Lambert2017-08-253-6/+20
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'docs-clarify-dependencies' into 'master'Achilleas Pipinellis2017-08-251-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve documentation for 'dependencies' keyword Closes #36857 See merge request !13758
| * | | | | | | | | | | Update README.mddocs-clarify-dependenciesFabio Busatto2017-08-231-0/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sh-sidekiq-backtrace' into 'master'Robert Speicher2017-08-256-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable 5 lines of Sidekiq backtrace lines to aid in debugging Closes #27626 See merge request !13822
| * | | | | | | | | | | | Enable 5 lines of Sidekiq backtrace lines to aid in debuggingsh-sidekiq-backtraceStan Hu2017-08-256-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Customers often have Sidekiq jobs that failed without much context. Without Sentry, there's no way to tell where these exceptions were hit. Adding in additional lines adds a bit more Redis storage overhead. This commit adds in backtrace logging for workers that delete groups/projects and import/export projects. Closes #27626
* | | | | | | | | | | | | Merge branch 'docs-document-version-for-group-milestones-api' into 'master'Achilleas Pipinellis2017-08-252-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document version Group Milestones API introduced See merge request !13787
| * | | | | | | | | | | | | Document version Group Milestones API introducedMark Fletcher2017-08-242-0/+10
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'fix-deprecation-warning' into 'master'Clement Ho2017-08-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix deprecation warning when running webpack See merge request !13656
| * | | | | | | | | | | | | | fix deprecation warning present during webpack compilesMike Greiling2017-08-251-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'authentiq-docs' into 'master'Achilleas Pipinellis2017-08-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Point to /developers on docs/administration/authentiq.md See merge request !13710
| * | | | | | | | | | | | | | Point to /developers on docs/administration/authentiq.mdAlexandros Keramidas2017-08-211-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'replace_spinach_search_code.feature' into 'master'Robert Speicher2017-08-256-61/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace 'source/search_code.feature' spinach test with an rspec analog See merge request !13697
| * | | | | | | | | | | | | | | Replace 'source/search_code.feature' spinach test with an rspec analogblackst0ne2017-08-257-65/+63
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceblackst0ne2017-08-24297-1144/+2005
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceblackst0ne2017-08-22158-2879/+2608
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceblackst0ne2017-08-182-1/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master'blackst0ne2017-08-186223-88244/+226867
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Add index on ci_runners.contacted_atblackst0ne2017-04-283-1/+25
| | | | | | | | | | | | | | | | | | |