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/spec
AgeCommit message (Collapse)Author
2019-06-06Merge branch 'create-base-class-for-auto-merge-architecture' into 'master'Robert Speicher
Create BaseService for Auto Merge architecture See merge request gitlab-org/gitlab-ce!29120
2019-06-06Increase Jest timeout on CI to 5 secondsWinnie Hellmann
2019-06-06Merge branch ↵Dmitriy Zaporozhets
'62847-url-for-the-next-request-with-pagination-is-missing-port' into 'master' Resolve "Url for the next request with pagination is missing port" Closes #62847 See merge request gitlab-org/gitlab-ce!29267
2019-06-06Merge branch '62015-add-counterpart-tae-to-the-reviewer-roulette' into 'master'Sean McGivern
Resolve "Add counterpart TAE to the reviewer roulette" Closes #62015 See merge request gitlab-org/gitlab-ce!28678
2019-06-06Merge branch 'fix/allow-lower-case-issue-ids' into 'master'Sean McGivern
Allow lowercase prefix for Youtrack issue ids Closes #62661 See merge request gitlab-org/gitlab-ce!29057
2019-06-06Replace upgrade with updateEnrique Alcántara
Use update term instead of update in the clusters managed app implementation in order to make the implementation and UI language more consistent.
2019-06-06Revert "Merge branch 'pages-domain_ssl-valid-period' into 'master'"Nick Thomas
This reverts merge request !28743
2019-06-06Add certificate valid time to pages domain tableVladimir Shushlin
Save certificate validity time for pages domains on save Fill validity time for existing pages domains in background migration
2019-06-06Show Test Automation Engineer for spec/feature asLin Jen-Shin
reviewers.
2019-06-06Include the port in the URLs of the API Link headersRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-06-06Merge branch '62706-graphql-complexity-values-are-incorrectly-doubled' into ↵Jan Provaznik
'master' Reduce GraphQL complexity for non-connection fields Closes #62706 See merge request gitlab-org/gitlab-ce!29165
2019-06-06Merge branch 'enforce-template-uniqueness' into 'master'Grzegorz Bizon
Ensure that template is used once See merge request gitlab-org/gitlab-ce!27511
2019-06-06Add doc links for confidential and locked issuesFatih Acet
With this commit, we add docs link for confidential and locked issues to note compose and edit forms
2019-06-06Ensure that template is used onceKamil Trzciński
This adds additional test that make sure that each template name is used exactly once across all folders exposed
2019-06-06Change "Report abuse to GitLab" to more generic wording.Marc Schwede
2019-06-06Add a New Copy Button That Works in ModalsAndrew Fontaine
This copy button manages a local instance of the Clipboard plugin specific to it, which means it is created/destroyed on the creation/destruction of the component. This allows it to work well in gitlab-ui modals, as the event listeners are bound on creation of the button. It also allows for bindings to the `container` option of the Clipboard plugin, which allows it to work within the focus trap set by bootstrap's modals.
2019-06-06Always show "Pipelines must succeed" checkboxFabio Pitino
Before: the checkbox was hidden if builds were disabled. The checkbox should not be linked to the builds feature because they are 2 separate functionality.
2019-06-06Merge branch 'sh-default-visibility-fix' into 'master'Bob Van Landuyt
Set project default visibility to max allowed Closes #62298 See merge request gitlab-org/gitlab-ce!28754
2019-06-06Merge branch 'ci-variable-expression-con-dis-junction' into 'master'Kamil Trzciński
CI variable expression conjunction/disjunction See merge request gitlab-org/gitlab-ce!27925
2019-06-06Merge branch 'revert-86900f00' into 'master'Grzegorz Bizon
Revert "Disable retrying cancelled jobs" Closes #62350 See merge request gitlab-org/gitlab-ce!29201
2019-06-06Quarantine this flaky testLin Jen-Shin
See https://gitlab.com/gitlab-org/gitlab-ce/issues/62760
2019-06-06Resolve "Inline validation for user's name and username length"Jiaan
2019-06-06Merge branch '60034-default-web-ide-s-merge-request-checkbox-to-true' into ↵Phil Hughes
'master' Resolve "Default Web IDE's merge request checkbox to true" Closes #60034 See merge request gitlab-org/gitlab-ce!28665
2019-06-06Merge branch 'create-merge-request-create-pipeline-service' into 'master'Bob Van Landuyt
Introduce service for merge request pipeline creation See merge request gitlab-org/gitlab-ce!28781
2019-06-06CE Backport: Show tree within Epic containing child Epics and IssuesKushal Pandya
2019-06-06Use the selected time window for metrics dashboardSarah Yasonik
2019-06-06Merge branch 'ce-jej/fix-git-http-with-sso-enforcement' into 'master'Jan Provaznik
Avoid setting Gitlab::Session on sessionless requests and Git HTTP See merge request gitlab-org/gitlab-ce!29146
2019-06-06Merge branch '9490-store-designs-in-lfs-ce' into 'master'Thong Kuah
CE backport for gitlab-ee!13389 (Support storing design blobs using LFS) See merge request gitlab-org/gitlab-ce!29101
2019-06-06Default MR checkbox to true in most casesSam Bigelow
- Pull the new MR option out into it's own component - Default MR checkbox to true when creating a new MR and committing to a branch that does not have an MR - Still change the MR checkbox to false when a user is on a branch that already has an MR - Hide MR option when on a branch that already has an MR and committing to current branch - Don't default to true when committing directly to master
2019-06-06Create BaseService for Auto Merge architectureShinya Maeda
It abstracts some codes for common methods in AutoMerge::*Services.
2019-06-06Introduce service for merge request pipeline creationShinya Maeda
We don't have a way to create MR pipeline today, this is one of the headaches for users. This change is a preliminary work for the capability.
2019-06-06CE backport for changes in EE MR 13389Luke Duncalfe
This backports to ce a refactor of the shared example 'a controller that can serve LFS files'. The ee MR that contains the original refactor is https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13389 The reason for the refactor was mostly the removal of the outer context as it didn't need to be there, and prevented let(:lfs_oid) from being overwritten. The shared example was also renamed to be more descriptive.
2019-06-06Set project default visibility to max allowedStan Hu
If the default, instance-wide visibility were set to internal but a group were private, the radio button would be set on internal even though that setting were not allowed. We now consider the allowed visibility setting for the group in determining what the default should be. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62298
2019-06-06Migrate old notes app test from Karma to JestMartin Hanzel
2019-06-05Setup Git client for JupyterAmit Rathi
2019-06-05Avoid setting Gitlab::Session on sessionless requestsJames Edwards-Jones
2019-06-05Merge branch 'issue_49897' into 'master'Robert Speicher
Delete unauthorized Todos when project is private Closes #49897 See merge request gitlab-org/gitlab-ce!28560
2019-06-05Merge branch '11204-turn-off-mask-by-default' into 'master'Mike Greiling
Default masked to false for new variables Closes gitlab-ee#11204 See merge request gitlab-org/gitlab-ce!28186
2019-06-05Merge branch '54140-non-ar-cache-commit-markdown' into 'master'Douwe Maan
Use Redis for CacheMarkDownField on non AR models Closes #54140 See merge request gitlab-org/gitlab-ce!29054
2019-06-05Add snowplow haml attr helperLuke Bennett
Helps build a hash of snowplow tracking data attrs. Updates import project pane to use new helper.
2019-06-05Merge branch 'graphql-file-entry-url' into 'master'Nick Thomas
Add web_url to tree entry in GraphQL API See merge request gitlab-org/gitlab-ce!28646
2019-06-05Use :complexity_multiplier only with connectionsBrett Walker
This helps reduce complexity for non-connections
2019-06-05Merge branch '11126-fix-repository-size-check-ce' into 'master'Stan Hu
Add client code to call GetObjectDirectorySize RPC See merge request gitlab-org/gitlab-ce!28918
2019-06-05Delete unauthorized Todos when project is privateFelipe Artur
Delete Todos for guest users when project visibility level is updated to private.
2019-06-05Prefer Time.zone.now to pair with Time.zone.nameLin Jen-Shin
`Time.now` is local time, yet `Time.zone.now` is application configuration time. They can be different.
2019-06-05Merge branch '28996-create-mvc-ui-in-haml' into 'master'Filipa Lacerda
Add Let's Encrypt option in Pages domain new/edit Haml form See merge request gitlab-org/gitlab-ce!26438
2019-06-05Merge branch 'osw-avoid-500-on-suggestions-check' into 'master'Lin Jen-Shin
Avoid 500 when evaluating `DiffNote#supports_suggestion?` and commit is not reachable Closes #57570 See merge request gitlab-org/gitlab-ce!25408
2019-06-05Add client code to call GetObjectDirectorySize RPCPatrick Bajao
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13460
2019-06-05Extract setListDetail() into issue boards storeWinnie Hellmann
2019-06-05Remove requirement for id for #markdown_cache_keyPatrick Bajao
It's not needed anymore as we require `#cache_key` instead.