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
2018-08-01Merge branch 'bvl-user-status-message-35463' into 'master'Rémy Coutable
Allow users to set a status Closes #35463 See merge request gitlab-org/gitlab-ce!20614
2018-07-30Show the status of a user in interactionsBob Van Landuyt
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
2018-07-26DNS Prefetching + Preconnect of assets_host (CDN Domain)Tim Zallmann
2018-07-18Features/show project id on home panelTuğçe Nur Taş
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-22Show a reCAPTCHA on signin page if custom header is setStan Hu
This will only be displayed if `X-GitLab-Show-Login-Captcha` is set as an HTTP header.
2018-06-13Render access denied without messageBob Van Landuyt
The `errors/access_denied` page should not fail to render when no message is provided. When accessing something as a sessionless user, we should also display the terms message if possible.
2018-06-06fix broken specsMike Greiling
2018-05-26Fix fast admin counters not working when PostgreSQL has secondariesStan Hu
This commit does a number of things: 1. Reduces the number of queries needed by perform a single query to get all the tuples for the relevant rows. 2. Uses a transaction to query the tuple counts to ensure that the data is retrieved from the primary. Closes #46742
2018-05-24Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵Rémy Coutable
without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-16Project Sidebar: Split CI/CD into CI/CD and OperationsLukas Eipert
2018-05-04Backports every CE related change from ee-44542 to CETiago Botelho
2018-04-20Create autodevops settings sectionsJose Ivan Vargas
2018-04-16Merge branch 'ash.mckenzie/include-sha-with-version' into 'master'Nick Thomas
Include git SHA with GitLab version on Admin Dashboard See merge request gitlab-org/gitlab-ce!18331
2018-04-16Merge branch 'deprecation-warning-for-dynamic-milestones' into 'master'Filipa Lacerda
Deprecation warning for dynamic milestones Closes #42336 See merge request gitlab-org/gitlab-ce!17505
2018-04-12Spec improvements for speed, reliability and readabilityBob Van Landuyt
2018-04-12Include git SHA with GitLab versionAsh McKenzie
2018-04-11Hide file/directory creation buttonsBob Van Landuyt
2018-04-11Share collaboration check between view and presenterBob Van Landuyt
2018-04-10Add ability checks in views where they were previously missingDouwe Maan
2018-04-09Merge remote-tracking branch 'origin/master' into ↵Luke Bennett
deprecation-warning-for-dynamic-milestones
2018-04-07Merge branch '42568-pipeline-empty-state' into 'master'Kamil Trzciński
Resolve "Wrong empty state for cancelled build, hides existing logs!" Closes #42568 See merge request gitlab-org/gitlab-ce!17646
2018-04-06Implement a new SHA partial for commit listsShah El-Rahman
2018-04-06Merge branch 'master' into '42568-pipeline-empty-state'Kamil Trzciński
# Conflicts: # app/views/projects/jobs/show.html.haml # lib/gitlab/ci/status/core.rb
2018-04-06Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera
2018-04-05Merge remote-tracking branch 'origin/master' into ↵Luke Bennett
deprecation-warning-for-dynamic-milestones
2018-04-04Move leftovers from pipelines_settings_controller to settings/ci_cd_controllerTomasz Maczukin
2018-04-03Set up traces in build show specMatija Čupić
2018-03-27Build ci/lint pageMayra Cabrera
- Includes new image from gitlab-svgs - Updates dependency for svgs
2018-03-27Make ci/lint page context aware:Mayra Cabrera
- Create ci/lints controller inside project/ - Move js pages to be inside projects/ - Copy view ci/lint view to be inside project folder - Remove ci/lint view and js files Closes #43603
2018-03-26Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński
Improve how we populate pipeline with stages and builds Closes #43941 See merge request gitlab-org/gitlab-ce!17841
2018-03-22Fix static analysis and tests related to YAML processingGrzegorz Bizon
2018-03-21Merge remote-tracking branch 'origin/master' into ↵Luke Bennett
deprecation-warning-for-dynamic-milestones
2018-03-20Merge branch 'issue_25542' into 'master'Sean McGivern
Improve JIRA event descriptions Closes #25542 See merge request gitlab-org/gitlab-ce!17811
2018-03-19Improve JIRA event descriptionsFelipe Artur
2018-03-19Resolve "GitLab Community Edition 10.5.3 shows plural for 1 item"Jan
2018-03-09Change unneeded let to setLuke Bennett
2018-03-07Allow maintainers to edit directly in a forkBob Van Landuyt
2018-03-06Merge branch 'master' into 'issue_38337'Felipe Artur
# Conflicts: # app/models/group.rb # db/schema.rb
2018-03-05Projects and groups badges APIFrancisco Javier López
2018-03-05Add view spec for topLuke Bennett
2018-03-03Bring one group board to CEFelipe Artur
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-01Hide pipeline schedule 'take ownership' for current ownerMark Fletcher
2018-01-25Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service"Fabio Busatto
2018-01-11Merge branch '39988-hide-new-branch-tag-empty-repo' into 'master'Rémy Coutable
Resolve ""New branch" and "New tag" actions are pointless on an empty repository" Closes #39988 See merge request gitlab-org/gitlab-ce!16332
2018-01-09Hide new branch and tag links for projects with an empty repoMark Fletcher
2018-01-05Backport 'Rebase' feature from EE to CEJan Provaznik
When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne