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
2023-04-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-05Use stub_rails_env for Rails.env stubbingAsh McKenzie
RailsHelpers.stub_rails_env takes care of stubbing Rails.env
2019-08-30Replace rails_helper.rb with spec_helper.rbAsh McKenzie
rails_helper.rb's only logic was to require spec_helper.rb.
2019-07-26Add frozen_string_literal to spec/featuresThong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2018-03-19Show Ajax requests in performance barSean McGivern
But first, rewrite the performance bar in Vue: 1. Remove the peek-host gem and replace it with existing code. This also allows us to include the host in the JSON response, rather than in the page HTML. 2. Leave the line profiler parts as here-be-dragons: nicer would be a separate endpoint for these, so we could use them on Ajax requests too. 3. The performance bar is too fiddly to rewrite right now, so apply the same logic to that. Then, add features! All requests made through Axios are able to be tracked. To keep a lid on memory usage, only the first two requests for a given URL are tracked, though. Each request that's tracked has the same data as the initial page load, with the exception of the performance bar and the line profiler, as explained above.
2018-01-17In development, allow the toggling of the performance barRémy Coutable
The performance bar is still displayed by default in development. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-07Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-07Fix performance bar specsSean McGivern
2017-07-06Allow to enable the Performance Bar for a group from the admin areaRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06Merge branch 'master' into rs-sign_inRobert Speicher
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-29Fix the performance bar spec that was not asserting the right thingRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-09Add a feature spec for the performance barRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>