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-01-31Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (83 commits) Fix small typo on new branch button spec Abillity to promote project labels to group labels Update and pin the `jwt` gem to ~> 1.5.6 refactor merge request build service Update index.md Clarify that Auto Deploy requires a public project. cop for gem fetched from a git source Add CHANGELOG entry Remove new branch button for confidential issues Remove flash warning from login page add complete changelog Add project ID index to `project_authorizations` table to optimize queries Fix disable storing of sensitive information when importing a new repo Fix notification when global=disabled, group=watch Ensure rake is called within the correct bundle context Fix 8.16.0 release date. Improve search within group logic Add changelog item about new attributes in group api Update group api doc with full_name and full_path attributes Add tests for nested groups in search service and search helper ...
2017-01-30Ensure rake is called within the correct bundle contextLuke "Jared" Bennett
2017-01-28update rake tasksMike Greiling
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (33 commits) Improved code style on the issue_sidebar_spec.rb add CHAGELOG.md entry for !8831 remove assets:compile step from relative_url docs update scripts and docs to reference the newly namespaced rake task namespace assets rake tasks to gitlab:assets:* correct gzip files if they exist as well automatically correct CSS urls on assets:precompile remove hard-coded assets path for ace editor modules Fixed cancel button in the services form not redirecting back to the integrations settings view Fix search bar search param encoding Fix a transient failure in the `Explore::ProjectsController` spec Fix filtering with multiple words Fix project name label's for reference in project settings Fixed merge request tabs extra margin Don't call `#uniq` on a relation Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/ Move ApplicationSetting DEFAULTS to `.defaults` instead Move a begin/rescue clause to ApplicationSetting.expire Use badge partial as single source of truth instead of having 2 partials doing the same Changes after review ...
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
2017-01-28update scripts and docs to reference the newly namespaced rake taskMike Greiling
2017-01-20remove 2gb tag from ciAlex Hanselka
2017-01-15optimize gitlab ci to only run npm install onceMike Greiling
2017-01-13Merge branch 'master' into go-go-gadget-webpackPhil Hughes
2017-01-10remove remaining vestiges of teaspoon test runnerMike Greiling
2017-01-10move webpack asset compilation to the setup-test-env stageMike Greiling
2017-01-10Swapped out teaspoon for karmaLuke "Jared" Bennett
2017-01-10precompile webpack assets when testingMike Greiling
2017-01-06Update rubocop and rubocop-rspec to fix build errorsBrian Neel
2016-12-26Fix build failure links in SlackSean McGivern
2016-12-15add new runner script attempts docs and update .gitlab-ci.ymlJames Lopez
2016-12-06Run builds with runners with tags gitlab-org and 2gbKamil Trzcinski
2016-12-03Bump ruby versionZ.J. van de Weg
2016-11-30Disable the ee_compat_check task on devRémy Coutable
We usually use it for security fixes that don't need to be ported to EE and the task seems to hang when run against the security branch. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-23Merge branch 'zj-fix-flags-usage-gitlab-ci-yml' into 'master' Rémy Coutable
Fix BASH usage in the .gitlab-ci.yml As discussed on Slack. Even though I created the fix, I was a mere code monkey in this case. See merge request !7693
2016-11-23Merge branch 'zj-notify-development' into 'master' Sean McGivern
Notify broken master on #development See merge request !7593
2016-11-23Fix BASH usage in the .gitlab-ci.ymlZ.J. van de Weg
2016-11-22Generate ESLint HTML report (!7374)winniehell
2016-11-22Merge branch 'add-node-modules-cache-to-npm-related-builds' into 'master' Robert Speicher
Add node_modules cache to npm related builds See merge request !7548
2016-11-22Revert "Test only migrations"Kamil Trzcinski
This reverts commit 23fc7875a838b072b8869efada6f68a3a19fc9a6.
2016-11-22Fetch only one revisionKamil Trzcinski
2016-11-22Test only migrationsKamil Trzcinski
2016-11-22Fix migration paths testsKamil Trzcinski
2016-11-19Add node_modules cache to npm related buildsLuke "Jared" Bennett
2016-11-19Notify broken master on #development Zeger-Jan van de Weg
AKA: - move all conversations to #core - beating will continue until morale improves - Learn by pain - Pain driven development
2016-11-17tests: Move rake assets:precompile and cloning gitlab-{shell,test} to the ↵Nick Thomas
prepare stage
2016-11-12Also test on dev.gitlab [ci skip]Z.J. van de Weg
2016-11-12Only run builds on master of CE or EEZ.J. van de Weg
2016-11-10Improve EeCompatCheck, cache EE repo and keep artifacts for the ↵Rémy Coutable
ee_compat_check task Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-07Replace trigger with the new ID of the docs projectAchilleas Pipinellis
[ci skip]
2016-10-28Replace static issue fixtures by script (!6059)winniehell
2016-10-26Merge branch 'eslint' into 'master' Fatih Acet
Add ESLint ## What does this MR do? - create `package.json` - add ESLint dependencies to `package.json` - add JavaScript linting to CI - add Rake task `lint:javascript`as alias for `eslint` (which itself is an alias for `npm run eslint`) ## Are there points in the code the reviewer needs to double check? Probably not. ## Why was this MR needed? My hovercraft was full of eels. ## What are the relevant issue numbers? - https://gitlab.com/gitlab-org/gitlab-ce/issues/13224#note_12537431 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5006#note_13255658 See merge request !5445
2016-10-26Merge branch 'dont-test-ee_compat_check-on-master' into 'master' Robert Speicher
We don't need to run `ee_compat_check` against `master` See merge request !7119
2016-10-26Merge branch 'docs-trigger-variable' into 'master' Achilleas Pipinellis
Add a trigger variable to docs trigger job See merge request !7089
2016-10-26We don't need to run ee_compat_check against masterRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-26make build fail for ESLint errorswinniehell
2016-10-26add JavaScript linting to CI (!5445)winniehell
2016-10-25Merge branch 'troubleshoot-migration-paths' into 'master' Stan Hu
Fix the `migration paths` CI job ## What does this MR do? It fixes the `migration paths` CI job. This job started failing at the time we added a migration that is actually using Redis. The issue was that the `config/resque.yml` file we're using is not back-compatible with the `v8.5.9` version we're checking out in the first part of the job, that's why we're using a UNIX socket for this version. To fix the issue: * We use 'SETUP_DB: 'false'` in the job variables to speed up the job (it does not make sense to run migration before checking out v8.5.9) * We just copy config/resque.yml.example to config/resque.yml at is simply has correct structure when checked out from v8.5.9 * When we revert to CI_BUILD_REF, we run prepare script again, which swaps config/resque.yml again, using new version this time. Fixes #23658. Note: the `migration paths` CI job is run on `master` only but you can see a successful build here: https://gitlab.com/gitlab-org/gitlab-ce/commit/fd99ec1a8ecc49ef70c4358ca7be2987f2a7505f See merge request !7092
2016-10-25Improve redis config tasks for migration paths jobGrzegorz Bizon
2016-10-25Restrict docs trigger job only to gitlab-org/gitlab-ceAchilleas Pipinellis
2016-10-25Keep the new resque.yml aside and use it once we've checked out masterRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-25Use the alpine Docker image for docs triggerAchilleas Pipinellis
2016-10-25Add a variable to docs trigger and set Git strategy to noneAchilleas Pipinellis
2016-10-21Change the approach to check if patches apply cleanlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-17Merge branch 'master' into merge-conflicts-editor-2Sean McGivern