Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Profiler] wording #35016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 27, 2019
Merged

Conversation

noniagriconomie
Copy link
Contributor

Q A
Branch? master
Bug fix? no
New feature? no
Deprecations? no
Tickets none
License MIT
Doc PR none

Small wording improvement

@fabpot
Copy link
Member

fabpot commented Dec 17, 2019

I don't see anything wrong in the current naming.

@ro0NL
Copy link
Contributor

ro0NL commented Dec 17, 2019

😁

if we consider "database" a more sophisticated system evolving around data, id say the implementation indeed relies on a storage system, not a database system.

@94noni
Copy link
Contributor

94noni commented Dec 17, 2019

@fabpot just to name thing as they are :)
edit: personal account

@nicolas-grekas nicolas-grekas added this to the next milestone Dec 18, 2019
@javiereguiluz
Copy link
Member

I agree that "database" looks wrong because we don't have a database here ... but what about removing any details about the storage?

Original:

No profiles found in the database.
Token ~ token|default('') ~ was not found in the database.

This PR:

No profiles found in the storage.
Token ~ token|default('') ~ was not found in the storage.

Proposal:

No profiles found.
Token ~ token|default('') ~ was not found.

@noniagriconomie
Copy link
Contributor Author

We can yes 👍🏻

The main idea behind was to dissociate with the database word, as a newcomer may search for nothing the profiler table data inside its database, for example like the messenger table, but for nothing :)

@noniagriconomie noniagriconomie force-pushed the feature-profiler-wording branch from f7cb466 to c7761d9 Compare December 24, 2019 09:10
@@ -4,7 +4,7 @@
'no_token' : {
status: 'error',
title: (token|default('') == 'latest') ? 'There are no profiles' : 'Token not found',
message: (token|default('') == 'latest') ? 'No profiles found in the database.' : 'Token "' ~ token|default('') ~ '" was not found in the database.'
message: (token|default('') == 'latest') ? 'No profiles found.' : 'Token "' ~ token|default('') ~ '" was not found.'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's remove "was"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@noniagriconomie noniagriconomie force-pushed the feature-profiler-wording branch from c7761d9 to b97d2f7 Compare December 26, 2019 11:05
@fabpot fabpot changed the base branch from master to 3.4 December 27, 2019 07:51
@fabpot
Copy link
Member

fabpot commented Dec 27, 2019

Thank you @noniagriconomie.

@fabpot fabpot force-pushed the feature-profiler-wording branch from b97d2f7 to e7c9a28 Compare December 27, 2019 07:51
fabpot added a commit that referenced this pull request Dec 27, 2019
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #35016).

Discussion
----------

[Profiler] wording

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | none
| License       | MIT
| Doc PR        | none

Small wording improvement

Commits
-------

e7c9a28 [Profiler] wording
@fabpot fabpot merged commit e7c9a28 into symfony:3.4 Dec 27, 2019
@noniagriconomie noniagriconomie deleted the feature-profiler-wording branch December 27, 2019 08:34
@nicolas-grekas nicolas-grekas modified the milestones: next, 5.1 May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.