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-03-01Execute metrics initializer earlierAdam Niedzielski
This makes sure that Gitlab::Metrics::RackMiddleware is added before Gitlab::EtagCaching::Middleware.
2017-03-01Invalidate ETag cache when note changesAdam Niedzielski
2017-03-01Add middleware for ETag caching with RedisAdam Niedzielski
2017-03-01Remove query parameters from notes polling endpoint to make caching easierAdam Niedzielski
2017-03-01Merge branch '28850-fix-broken-migration' into 'master' Sean McGivern
Disable the inheritance column of services in DisableInvalidServiceTemplates migration Closes #28850 See merge request !9613
2017-03-01Merge branch 'undefined' into 'master' Achilleas Pipinellis
Replace create_new_project_button.png See merge request !9403
2017-03-01Merge branch 'update-yarn-docs' into 'master' Jacob Schatz
Update docs to reflect Yarn support added in 8.17 not 9.0 See merge request !9590
2017-03-01Merge branch 'feature/fix_tag_docs_parent_ids' into 'master' Rémy Coutable
Docs: Tags: Fix typo in parent_ids in example response See merge request !9550
2017-03-01Disable the inheritance column of services in DisableInvalidServiceTemplates ↵Rémy Coutable
migration The `unless defined?(Service)` was useless since in production env, models are eager loaded, thus we wouldn't disable the STI, resulting in the following error: The single-table inheritance mechanism failed to locate the subclass: 'GitlabCiService'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Service.inheritance_column to use another column for that information./opt/gitlab/embedded/service/gitlab-rails/db/post_migrate/20170211073944_disable_invalid_service_templates.rb:11:in `up' Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-01Merge branch 'patch-15' into 'master' Rémy Coutable
Add note about how to use or escape variables inside other variables See merge request !9601
2017-03-01Merge branch 'board-new-issue-template-in-js' into 'master' Filipa Lacerda
Moved issue boards new issue form template See merge request !9572
2017-03-01Merge branch 'refactor/generalize-unique-internal-users' into 'master' Sean McGivern
generalize the idea of a "unique internal user" See merge request !9562
2017-03-01Update CHANGELOG.md for 8.17.2James Lopez
[ci skip]
2017-03-01Merge branch 'restructure-pages-docs' into 'master' Achilleas Pipinellis
Restructure pages docs Closes #28688 See merge request !9527
2017-03-01Merge branch '25437-just-emoji' into 'master'Sean McGivern
#25437 Allow posting of just an emoji in comment; add /award slash command Closes #25437 See merge request !9382
2017-03-01Restructure Pages docs index and getting started guidesMarcia Ramos
[ci skip]
2017-03-01Import vue into specPhil Hughes
2017-03-01Fixed eslintPhil Hughes
2017-03-01Moved issue boards new issue form templatePhil Hughes
2017-03-01Merge branch '22951-fix-todos-api-endpoint-error-for-commits' into 'master' Sean McGivern
Fix todos API endpoint application error Closes #22951 See merge request !9351
2017-03-01Merge branch '28837-remove-help-duplicate' into 'master' Dmitriy Zaporozhets
Remove help from right dropdown Closes #28837 See merge request !9594
2017-03-01Merge branch 'cla-first' into 'master' Achilleas Pipinellis
But notice first. See merge request !9364
2017-03-01Add CLA on top of CONTRIBUTING.mdAchilleas Pipinellis
[ci skip]
2017-03-01Merge branch '28696-improve-grammar-gitlab-flow-doc' into 'master' Achilleas Pipinellis
Grammar improvement in gitlab flow intro doc Closes #28696 See merge request !9552
2017-03-01Grammar improvement in gitlab flow intro docMarius Kleiner
2017-03-01Merge branch 'fix-builds-processing' into 'master' DJ Mountney
Fix concurrent access on builds/register See merge request !9600
2017-03-01Fix concurrent access on builds/registerKamil Trzcinski
2017-03-01Merge branch '28808-fix-top-level-constant-referenced' into 'master' Rémy Coutable
Don't declare constants in Struct Closes #28808 See merge request !9582
2017-03-01Merge branch '28818-tech-debt-pipelines-pagination' into 'master' Alfredo Sumaran
Pagination only changes the page parameter. Closes #28818 See merge request !9581
2017-03-01Add note about how to use or escape variables inside other variablesTeNNoX
2017-03-01Merge branch '23602-show-milestone-id-in-a-consistent-way' into 'master' Alfredo Sumaran
Show milestone ID in a consistent way Closes #23602 See merge request !8820
2017-03-01Merge branch 'docs/pages' into 'master' Achilleas Pipinellis
Move all Pages related content to a single location Closes #28819 and #28714 See merge request !9583
2017-02-28add /award slash commandmhasbini
add /award slash command; Allow posting of just an emoji in comment
2017-02-28Merge branch '27622-cycle-analytics-loading' into 'master' Alfredo Sumaran
Fix Cycle Analytics -> Plan is loading forever Closes #27622 See merge request !9577
2017-02-28Remove help from right dropdownAnnabel Dunstone Gray
2017-02-28use a more namespacey key for the exclusive leasehttp://jneen.net/
2017-02-28generalize the idea of a "unique internal user"http://jneen.net/
Since we will likely be needing this for other features, for example the Gitlab ServiceDesk support bot.
2017-02-28Merge branch '26348-group-members-rearrange' into 'master' Dmitriy Zaporozhets
Move `Group -> Members` to top-level, fix missing sub-nav for Subgroups Closes #28678 See merge request !9589
2017-02-28Merge branch '27934-left-align-logo' into 'master' Dmitriy Zaporozhets
Left align logo; increase max width of title Closes #27934 See merge request !9588
2017-02-28Merge branch '28661-ci-tables-buttons' into 'master' Annabel Dunstone Gray
Fix CI tables action buttons are hidden is smaller screens Closes #28661 See merge request !9578
2017-02-28update install doc to reflect start of yarn dependencyMike Greiling
2017-02-28Merge branch 'patch-14' into 'master' Filipa Lacerda
Document use of AirBnb js styleguide and eslint. See merge request !9558
2017-02-28Merge branch 'issue-tags-layout' into 'master' Annabel Dunstone Gray
Fix 'New Tag' layout on Tags page See merge request !9176
2017-02-28Move `Group -> Members` to top-level, fix missing sub-nav for SubgroupsKushal Pandya
2017-02-28Don't declare constants in StructRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-28Merge branch '6073_project_api' into 'master' Sean McGivern
API project create: Make name or path required Closes #6073 See merge request !9416
2017-02-28Left align logo; increase max width of titleAnnabel Dunstone Gray
2017-02-28Add newline to end of frontend.md.Bryce Johnson
2017-02-28Clone nested objects from default data.Filipa Lacerda
Checks if key is present before accessing it Fix broken test
2017-02-28Pagination only changes the page parameter.Filipa Lacerda
Fix broken test