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-03Merge branch '62429-remove-unused-avatar-sizes' into 'master'Phil Hughes
Remove unused avatar sizes Closes #62429 See merge request gitlab-org/gitlab-ce!28947
2019-06-01Remove unused avatar sizesAnnabel Dunstone Gray
- Update avatars to use only sizes from the 8px grid
2019-05-31Merge branch 'osw-reset-merge-status-from-mergeable-mrs' into 'master'Douglas Barbosa Alexandre
Reset merge status from mergeable MRs See merge request gitlab-org/gitlab-ce!28843
2019-05-31Reset merge status from mergeable MRsOswaldo Ferreira
Adds migrations to reset the merge_status of opened, mergeable MRs. That's required by https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28513 so we're able to sync the status update along merge-ref, without leaving MRs with a stale merge-ref.
2019-05-31Merge branch '56959-drop-project_auto_devops_domain' into 'master'Robert Speicher
Removes project_auto_devops#domain column Closes #56959 See merge request gitlab-org/gitlab-ce!28574
2019-05-31Merge branch 'dz-scope-project-routes-3' into 'master'Lin Jen-Shin
Move some project routes under - scope See merge request gitlab-org/gitlab-ce!28830
2019-05-31Add optional param :start_project to allow variable commit targetsKerri Miller
This extends POST#:id/repository/commits to allow the optional parameter `:start_project`, which will allow targeting other projects besides the one derived from `:id`. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/50850
2019-05-31Merge branch 'gitaly-version-v1.43.0' into 'master'Bob Van Landuyt
Upgrade Gitaly to v1.43.0 See merge request gitlab-org/gitlab-ce!28867
2019-05-31Merge branch 'weimeng-email-routing' into 'master'Sean McGivern
Add group-level email routing See merge request gitlab-org/gitlab-ce!25299
2019-05-31Merge branch '60987-emoji-picker-popup' into 'master'Kushal Pandya
Fix emoji picker popup is not always fully visible Closes #60987 See merge request gitlab-org/gitlab-ce!28984
2019-05-31Apply reviewer suggestionsWei-Meng Lee
2019-05-31Fix typo in project invitation declined testWei-Meng Lee
2019-05-31Send notifications to group-specific email addressWei-Meng Lee
- Select notification email by walking up group/subgroup path - Add settings UI to set group email notification address - Add tests
2019-05-31Fix emoji picker visibility issueFatih Acet
2019-05-31Merge branch '59587-add-graphql-logging' into 'master'Sean McGivern
Add logging to GraphQL Closes #59587 See merge request gitlab-org/gitlab-ce!27885
2019-05-31Merge branch 'remove-legacy-artifacts-related-code' into 'master'Kamil Trzciński
Remove legacy artifact related code Closes #58595 See merge request gitlab-org/gitlab-ce!26475
2019-05-31Change query to work on mysql as well. Also set entire date because setting ↵Luke Picciau
only the year can trip 'start_date_should_be_less_than_due_date'
2019-05-31Remove nils from project_statistics.packages_sizeAlessio Caiazza
Now it defaults to 0
2019-05-31Apply reviewer feedbackcharlie ablett
- Comply doc with guidelines - Improve tests for readability and completeness - Separate out phases visually with newlines - Add `format_message` test - test readability - code and test structure/styling - static query analyzers - call `as_json` on `provided_variables` - add exception handling
2019-05-31Setup Phabricator importBob Van Landuyt
This sets up all the basics for importing Phabricator tasks into GitLab issues. To import all tasks from a Phabricator instance into GitLab, we'll import all of them into a new project that will have its repository disabled. The import is hooked into a regular ProjectImport setup, but similar to the GitHub parallel importer takes care of all the imports itself. In this iteration, we're importing each page of tasks in a separate sidekiq job. The first thing we do when requesting a new page of tasks is schedule the next page to be imported. But to avoid deadlocks, we only allow a single job per worker type to run at the same time. For now we're only importing basic Issue information, this should be extended to richer information.
2019-05-31Generate lets_encrypt_private_key on the flyVladimir Shushlin
Remove migration generating lets encrypt key Don't generate private_key if database is readonly For reference: This reverts commit 988a7f70489b99383b95e9f271a2caf6bb5b3a44. This reverts commit 21acbe531592d55caf0e5b8716a3b551dafd6233.
2019-05-31Remove legacy artifact related codeShinya Maeda
We've already migrated all the legacy artifacts to the new realm, which is ci_job_artifacts table. It's time to remove the old code base that is no longer used.
2019-05-31Ignore ProjectAutoDevops domain columnThong Kuah
This column is no longer used. The form was removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24580 and other usages removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28460. Remove final usages of :domain
2019-05-31Sort by position in issue boards store addList()Winnie Hellmann
2019-05-31CE port of Move EE specific lines in API::ProjectsImre Farkas
2019-05-31CE port of Move EE specific lines in API::SettingsImre Farkas
2019-05-30Merge branch '609120-ref-link' into 'master'Mayra Cabrera
Fixes ref being displayed as raw HTML Closes #60912 See merge request gitlab-org/gitlab-ce!28823
2019-05-30Remove hook directory requirement from ShellZeger-Jan van de Weg
It used to be the case that GitLab created symlinks for each repository to one copy of the Git hooks, so these ran when required. This changed to set the hooks dynamically on Gitaly when invoking Git. The side effect is that we didn't need all these symlinks anymore, which Gitaly doesn't create anymore either. Now that means that the tests in GitLab-Rails should test for it either. Related: https://gitlab.com/gitlab-org/gitaly/issues/1392#note_175619926
2019-05-30Merge branch 'extract-danger-roulette' into 'master'Nick Thomas
Make single codebase roulette respect OOO status See merge request gitlab-org/gitlab-ce!28877
2019-05-30Fix test with hard coded idHeinrich Lee Yu
2019-05-30Merge branch '9121-sort-relative-position' into 'master'Sean McGivern
Support sorting issues using `relative_position` Closes #62178 See merge request gitlab-org/gitlab-ce!28566
2019-05-30Extract roulette to its own moduleLin Jen-Shin
So it's more modular and extensible
2019-05-30Fix js api spec for new labels featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-05-30Add Pipeline IID to viewsMike Scott
* Add Pipeline IID to MR's * Add Pipeline IID to commit box * Add Pipeline IID to builds page * Add Pipeline IID to job sidebar * Add Pipeline IID to header on view pipeline pages * Add changelog entry * Update tests
2019-05-30Merge branch 'vue-repo-parent-row-fixes' into 'master'Filipa Lacerda
Fixes bug with parent row component triggering multiple Vue router pushes See merge request gitlab-org/gitlab-ce!28882
2019-05-30Fixes ref being displayed as raw HTMLFilipa Lacerda
The ref to the branch was being displayed as raw HTML in the Pipelines page
2019-05-30Merge branch 'graphql-batch-requests-ee' into 'master'Filipa Lacerda
Enable GraphQL batch requests See merge request gitlab-org/gitlab-ce!28370
2019-05-30Extract clearDetailIssue() to issue boards storeWinnie Hellmann
2019-05-30Move complexity/depth to `final_value`charlieablett
Tidy tests according to reviewer comments. Move complexity and depth calls from `initial_value` to `final_value` Log variables as json
2019-05-30Call analyzers from LoggerAnalyzercharlieablett
- Add changelog file - Fix failing tests
2019-05-30Add GraphQL logging feature flagcharlieablett
2019-05-30Restructure complexity analyzercharlieablett
Remove instance variables for class re-use, test individual methods, use `monotonic_time`
2019-05-30Implement logger analyzercharlieablett
- Modify GraphqlLogger to subclass JsonLogger - Replace the single-line analyser with one that can log all the GraphQL query related information in one place. - Implement analyzer behavior with spec
2019-05-30New logfile for graphql queriescharlieablett
Specify dedicated logfile and logger class for GraphQL queries. Move complexity analyzer to a dedicated class.
2019-05-30Merge branch 'add-wiki-size-to-statistics' into 'master'Stan Hu
Add wiki size to project statistics Closes #57822 See merge request gitlab-org/gitlab-ce!25321
2019-05-30Merge branch 'renovate/gitlab-ui-3.x' into 'master'Clement Ho
Update dependency @gitlab/ui to ^3.10.1 See merge request gitlab-org/gitlab-ce!28862
2019-05-29Update Snapshots for MR PopoversAndrew Fontaine
A new attribute was added to `GlPopover`, so the snapshots had to be updated to match.
2019-05-29Added rack-timeout for PumaJan Provaznik
It assures that requests are aborted after 60 seconds, otherwise an exception is raised. This exception is logged by Sentry, also there is a Prometheus counter for measuring number of requests in each state.
2019-05-29Fixes bug with parent row component triggering multiple Vue router pushesPhil Hughes
2019-05-29Merge branch ↵Tim Zallmann
'61639-flaky-spec-issue-boards-labels-creates-project-label-spec-features-boards-sidebar_spec-rb-350' into 'master' Fix dropdown position when loading remote data Closes #61639 See merge request gitlab-org/gitlab-ce!28526